2004-05-01 13:45 giray * configure.in, ncap.spec, src/common.h, src/ncap.c: bumped version up to 0.4.3 2004-05-01 13:42 giray * Changelog, src/dh.h, src/ncap.c, src/ncap.h: Bugfix arguments now are of size MAX_COMMANDLINE_LENGTH - MAX_COMMANDNAME_LENGTH so that arguments can be longer then 32 characters ... 2004-04-16 18:19 giray * BUGS, README, TODO, configure.in, ncap.spec, src/check_ncap.c, src/common.h, src/dh.h, src/ncap.c, src/ssl_thread_safe.c, src/ssl_thread_safe.h: Bumped up version number to 0.4.2 README extended with 'Arguments' info added copyright info to ssl_thread_safe.[c|h] 2004-04-16 17:59 giray * src/check_ncap.c: Updated 'Usage' information, to give more information on how to use arguments. 2004-04-16 17:45 giray * src/ncap.c: ncap now returns "State UNKNOWN, arguments changed. Scheduled for check" when arguments are changed, and another request comes before data has been updated. 2004-04-16 17:00 giray * src/: check_ncap.c, dh.h, ncap.c: ncap.c: get_arguments returns empty string instead of NULL if there are no arguments received from check_ncap. changes in arguments are now processed correctly. check_ncap.c: coding style .. 2004-04-16 16:57 giray * test/stress_test1.sh: added stress test file 2004-04-15 23:13 cagri * src/: dh.h, ncap.c: Added comparison of old and new arguments too see if the arguments of a given command for a given host have changed. If there are new arguments then the arguments field in the struct has to be updated ... slight bug in code ... segfaults on NULL value for arguments in strcmp cc & gd 2004-03-01 03:34 giray * README, ncap.spec, src/common.h, src/ncap.c: bumped version up to 0.4.1 2004-03-01 03:30 giray * init-script.rpm, ncap.spec, src/dh.h: ncap.spec now uses init-script.rpm instead the generated init-scipt which is buggy ... quick work around ... 2004-03-01 03:26 giray * ncap.spec: ncap.spec now has complete list of documents in it 2004-03-01 03:23 giray * BUGS, TODO: updated bugs & todo 2004-03-01 03:19 giray * src/dh.h, src/ncap.c, src/ncap.h, test/test_args.sh: - added 'arguments' field to command_list struct in ncap.h - added get_command_name and get_arguments functions - added arguments handling 2004-03-01 00:45 giray * INSTALL: reference to README file 2004-03-01 00:44 giray * README: Updated / Revised Readme 2004-02-18 00:40 giray * Changelog: updated changlog (via cvs2cl) 2004-02-18 00:30 giray * ncap.spec: - more definition, added rest of the documentation. 2004-02-17 21:46 cagri * init-script.in, ncap.spec, src/dh.h: working ncap.spec file 2004-02-17 21:16 cagri * configure.in, src/common.h, src/dh.h, src/ncap.c: bumped up version number to 0.4 2004-02-17 21:13 cagri * TODO, ncap.cfg.in: added scheduler_wait, removed debug from ncap.cfg 2004-02-17 21:12 cagri * src/ncap.c: - removed debug from configuraion file, now takes it value through log_level - added scheduler_wait into ncap.cfg 2004-02-17 20:27 cagri * src/: Makefile.in, dh.h, ncap.c: - fix Makefile (removed accidental tab) - remove over abundant, and uneccessary debuggin debug output - -Wall compile, cleaned unused variables 2004-02-17 18:26 giray * src/: ncap.c, utils.c: - lots of ugly debugging fprintf's - fixed CTX_free bug for ctx2 - fixed SSL_shutdown bug - FIXME : commented out randomize function! 2004-02-17 15:42 giray * src/: check_ncap.c, ncap.c, ssl_thread_safe.c, utils.c: more un-initialized vars 2004-02-17 15:26 giray * src/: ncap.c, utils.c: cleaned up some un-initialized variables 2004-02-17 13:45 giray * src/ncap.c: more and more debugging 2004-02-17 01:47 giray * BUGS: new debugging output added to BUGS 2004-02-17 01:35 giray * src/: Makefile.in, dh.h: fixed typo in Makefile.in ... touch * on all files 2004-02-17 01:31 giray * src/ncap.c: tyring to debug SSL_shutdown 2004-02-17 00:30 giray * BUGS: bug update 2004-02-16 22:11 giray * src/ncap.c: threads now use ssl_thread_safe 2004-02-16 21:28 giray * src/: ssl_thread_safe.c, ssl_thread_safe.h: and here are the files ... 2004-02-16 21:28 giray * src/: Makefile.in, ncap.c: - added ssl_thread_safe.c and ssl_thread_safe.h to accomodated \ multi-threaded SSL - some code clean up - more coding style stuff - created 'show_usage' - created 'show_version' to clean up main() - integration of ssl_thread_safe stuff into ncap.c 2004-02-16 19:52 giray * src/ncap.c: more ssl debugging 2004-02-16 18:39 giray * BUGS: ssl error messages added 2004-02-16 18:38 giray * src/: dh.h, ncap.c: some ssl debuging 2004-02-16 16:19 giray * Changelog: cvs2cl.pl generated Changelog 2004-02-16 16:15 giray * TODO, ncap.spec, src/common.h: bumped version up to 0.3 2004-02-16 16:13 giray * configure.in, ncap.cfg.in, subst.in: changed ncap port to 5667, not using nrpe port for server anymore 2004-02-16 03:36 giray * BUGS, TODO: more bugs, more todo 2004-02-16 03:11 cagri * src/ncap.c: another MT bugfix. 2004-02-16 02:17 cagri * src/ncap.c: - openssl-multithreaded fixes 2004-02-15 22:48 cagri * TODO, src/ncap.c: - bugfix: threads now detached, to prevent exausting virtual memory 2004-02-15 18:41 giray * test/test2.sh: test script to test non-local nrpe hosts 2004-02-15 18:40 giray * BUGS: - added bug for concurrent accept crash 2004-02-15 18:04 giray * test/test1.sh: initial testing scripts 2004-02-15 17:42 giray * BUGS, src/dh.h, src/ncap.c, src/ncap.h: - changed static 30 seconds scheduler sleep to variable scheduler_wait - added SCHEDULER_WAIT constant to ncap.h (with value of 30 Seconds) - added makefile BUG to BUGS (make over enthusiastic about failed compiles) - some coding-standart clean-ups 2004-02-15 01:59 giray * Makefile.in, configure.in, ncap.cfg.in, src/dh.h, src/ncap.c: cleaned out xinetd/inetd related information which will not be used with ncap. 2004-02-14 20:41 giray * INSTALL: some specific ncap installation instructions as well as the generic instructions 2004-02-14 20:30 giray * README: README file beafed up ... 2004-02-14 20:10 giray * ncap.cfg.in: cleaned up 'argument' part and command definitions part 2004-02-14 20:03 giray * Makefile.in, src/dh.h: - daemon_install now differentiates between redhat and debian systems if not debial or redhat initscript is not installed - added uninstall to make parameters, removes binaries 2004-02-12 22:20 cagri * src/ncap.c: bugfix: check_nrpe exits when it times out. removed exit from check_nrpe. 2004-02-12 19:02 giray * BUGS, src/ncap.c: debugging debugging 2004-02-12 15:30 giray * ncap.cfg.in, src/dh.h, src/ncap.c: ncap.cfg.in now has log_level ncap.c cosmetics 2004-02-12 01:01 cagri * src/: dh.h, ncap.c: - new logging function & conversion of all syslog()s to ncap_log() - option -D (--dont-fork) run in the current terminal without fork()ing. useful for debuggin purposes. 2004-02-10 01:40 giray * configure.in, ncap.cfg.in, src/common.h, src/dh.h, src/ncap.c: version 0.2 commit (cagri's thread implementation) bug fixes etc 2004-02-10 01:36 cagri * TODO: addint TODO 2004-02-08 21:56 giray * src/: ncap.c, ncap.h: too_old changed to old_age added old_age to configuration file handling 2004-02-08 21:41 giray * BUGS, ncap.cfg.in: added old_age variable in configuration file 2004-02-08 21:34 giray * src/ncap.c: ncap now reports cached information 2004-02-08 21:22 giray * src/: ncap.c, ncap.h: - updated BUGS - TOO_OLD added to determine when unused commands should be dropped from the command_list - update_list now drops commands from list if they are too_old. 2004-02-08 20:41 giray * src/: ncap.c, ncap.h: update_list now checks all nrpe commands in command_list 2004-02-08 18:01 giray * src/: ncap.c, ncap.h: changed command struct 2004-02-08 17:46 giray * src/ncap.c: wait_for_connection2 does not fork, it handles the connection the starts over again ... 2004-02-08 16:35 giray * src/ncap.c: debuggin now works ... gd 2004-02-08 15:56 giray * src/ncap.c: added more debugging handling ... added debug level=2 (developer debugging) 2004-02-08 15:30 giray * src/ncap.c: removed unused 'process_macros' function 2004-02-08 15:28 giray * init-script.debian.in, init-script.freebsd.in, init-script.in: removed -d options 2004-02-08 15:27 giray * src/ncap.c: removed -d and -i options in help menu 2004-02-08 15:26 giray * src/ncap.c: fixed syntax error 2004-02-08 15:24 giray * src/ncap.c: removed inetd option ... system will work as daemon on default 2004-02-08 15:21 giray * AUTHORS: updated authors 2004-02-06 22:49 giray * BUGS: more bugs :( 2004-02-06 21:52 giray * src/ncap.c: ncap actually returns info to check_ncap now ... 2004-02-06 21:18 giray * src/ncap.c: more comments 2004-02-06 21:00 giray * README: addition of 'How to Debug' section 2004-02-06 20:57 giray * BUGS: to keep track of bugs 2004-02-06 20:56 giray * src/ncap.c: global var's are acting up ... tyring to debug 2004-02-06 18:22 giray * src/: ncap.c, ncap.h: changed command linked list structer - removed command_line - added time stamp add_command puts in timestamp find_command updates timestamp when command found 2004-02-06 17:20 giray * src/: common.h, ncap.c: fixed syntax errors 2004-02-06 17:04 giray * src/ncap.c: added check_nrpe support to ncap 2004-02-06 15:21 giray * Makefile.in, init-script.in, src/dh.h: init-script gets chmod 755 after install 2004-02-06 15:15 giray * Makefile.in, src/dh.h: init-scrip rename during copy to ncap 2004-02-06 15:14 giray * Makefile.in: ncap.cfg now in ./etc/nagios 2004-02-06 15:12 giray * Makefile.in, src/dh.h: script in makefile works now ... 2004-02-05 17:57 giray * Makefile.in, src/dh.h: make daemon_install should not overwrite existing ncap.cfg 2004-02-05 17:50 giray * src/check_ncap.c: added 'C' to option list 2004-02-05 17:41 giray * src/ncap.c: fixed 'transparen' typo 2004-02-05 17:35 giray * Makefile.in, src/dh.h: more installation handling 2004-02-05 17:26 giray * Makefile.in, configure.in, subst.in, src/check_ncap.c, src/dh.h, src/ncap.c: autoconf stuff and syntax error fixes 2004-02-05 15:02 giray * configure.in, src/dh.h: fixed configure.in 2004-02-05 13:44 giray * src/: Makefile.in, dh.h, ncap.c, ncap.h: debug 2004-02-05 13:01 giray * configure.in, src/dh.h: typo fix 2004-02-05 12:55 giray * subst.in, src/dh.h: [no log message] 2004-02-05 12:50 giray * install-sh: instal-sh script 2004-02-05 12:48 giray * configure.in, init-script.debian.in, ncap.cfg.in: more clean up, rename 2004-02-05 12:43 giray * init-script.debian.in, init-script.freebsd.in, init-script.in: init scripts 2004-02-05 12:37 giray * Makefile.in, configure.in, ncap.spec, subst.in, src/check_ncap.c, src/common.h, src/ncap.c: [no log message] 2004-02-05 12:02 giray * src/: utils.c, utils.h: added function get_ip 2004-02-04 16:40 giray * src/: check_ncap.c, utils.c: [no log message] 2004-02-04 11:42 giray * src/common.h: now two different packet structures, one for ncap one for nrpe 2004-02-04 11:41 giray * src/common.h: changed packet structure to have additional client ip address 2004-02-03 17:23 giray * src/ncap.c: end of first day ... 2004-02-03 16:46 giray * src/: check_ncap.c, utils.c, utils.h: [no log message] 2004-02-03 15:38 giray * src/ncap.c: some handling for trasparent proxy mode 2004-02-03 14:27 giray * src/ncap.h: added client ip address into command structure 2004-02-03 14:14 giray * ncap.cfg.in: ncap.cfg file 2004-02-03 14:07 giray * src/ncap.h: transparent_proxy=TRUE 2004-02-03 14:05 giray * src/ncap.c: config_file - added client_port & transparent_proxy settings 2004-02-03 14:02 giray * src/: config.h.in, ncap.h: added client_port 2004-02-03 13:30 giray * src/: common.h, ncap.c: some renaming ... 2004-02-03 13:04 giray * src/: Makefile.in, check_ncap.c, common.h, config.h.in, dh.h, ncap.c, ncap.h, utils.c, utils.h: initial introduction of code ... This is mostly NRPE stuff now ... gd 2004-02-02 18:56 giray * GPL-License, LICENSE, OpenSSL-License: Added License information 2004-02-02 18:52 giray * AUTHORS: Added AUTHORS file 2004-02-02 18:40 giray * README: [no log message] 2004-02-02 18:36 giray * Changelog, INSTALL, LICENSE, README: Initial files 2004-02-02 18:36 giray * Changelog, INSTALL, LICENSE, README: Initial revision