Code

more contribs
[nagiosplug.git] / plugins /
2003-02-08 Karl DeBisschopuse enum instead of define
2003-02-08 Karl DeBisschopsubmit request with one send
2003-02-05 Karl DeBisschopallow check to proceed using servers from resolv.conf
2003-02-05 Karl DeBisschopfix segfault due to bad asprintf invocation
2003-02-03 Ton VoonAvoid core dump with null or invalid data (679400 ...
2003-02-03 Ton VoonPatch for Mac OS X compile (652080 - Ton Voon)
2003-02-03 Subhendu Ghoshadded default community [bug-patch #600349 jbaumgartner]
2003-01-31 Ton VoonFix for zombie processes on Solaris (Bug 677803 - Matth...
2003-01-31 Ton VoonReapply all asprintf calls. Fix for %% problem with...
2003-01-31 Ton VoonRemoved all unnecessary asprintf calls. Replaced with...
2003-01-30 Ton VoonAdded reference to the official NSClient web site
2003-01-30 Ton VoonFixed long --allswap option
2003-01-30 Ton VoonFixed progname
2003-01-29 Ton VoonFixed error and success codes (638656 - Paul Dlug)
2003-01-29 Ton VoonAdded in check_nt for bug 646516
2003-01-29 Karl DeBisschopremove incorrect check_disk() declaration
2003-01-29 Karl DeBisschopfix segfault when argc>=2 and the -H or -b options...
2003-01-29 Karl DeBisschop1.8
2003-01-29 Ton VoonBetter error if server requests client based certificat...
2003-01-29 Ton VoonError when no params passed, better invalid params...
2003-01-29 Ton VoonFixed NULL status in Solaris (644783 - Fabian Pehla)
2003-01-28 Karl DeBisschopmake sure host_name is set and remove NULL string inits...
2003-01-28 Karl DeBisschopmissed argc check on port parameter
2003-01-28 Karl DeBisschopremove NULL string inits that can lead to segfaults
2003-01-27 Karl DeBisschopdo not pass host if none is provided
2003-01-27 Karl DeBisschopwe were sending extra CRLF
2003-01-17 Subhendu GhoshCounter32 tag parsing added
2003-01-16 Karl DeBisschopsemicolon needed where progname define was replaced
2003-01-16 Karl DeBisschopadd option to let regex span newlines
2003-01-16 Karl DeBisschopprogname and print_usage need to be defined
2003-01-16 Karl DeBisschopsemicolon needed where praogname define was replced
2003-01-16 Karl DeBisschopsemicolon needed where praogname define was replced
2003-01-16 Karl DeBisschoprestore max() macro
2003-01-16 Karl DeBisschopcleanup progname assignment
2003-01-16 Karl DeBisschopavoid segfault when host is not given
2003-01-13 Karl DeBisschopconvert PROGANE from a define to a const char
2003-01-13 Karl DeBisschopchange exit status to be POSIX compliant
2003-01-13 Karl DeBisschopcheck for a few null strings, change PROGNAME from...
2003-01-13 Karl DeBisschopadd options for excluding devices and for skipping...
2003-01-03 Karl DeBisschopprotect against some null strings, make formats more...
2002-12-19 Karl DeBisschopexpect is +OK for SPOP too
2002-12-19 Karl DeBisschopserver expect not getting set, expect is +OK for POP
2002-12-19 Karl DeBisschopremove spurious CRLF
2002-11-25 Karl DeBisschopwas segfaulting if no dtat was returned
2002-11-22 Karl DeBisschopadd replace battery condition, replace unchecked strcat...
2002-11-22 Karl DeBisschopadd a few comments, trap a few place where a NULL strin...
2002-11-21 Karl DeBisschopfix empty output on errors
2002-11-20 Karl DeBisschopadd switch to evaluate each swap individually
2002-11-20 Karl DeBisschopfix solaris SEGV, still need to print meaningful error...
2002-11-20 Karl DeBisschopin short options, t no no argument
2002-11-20 Karl DeBisschopreplace some strcpy with strscpy
2002-11-19 Karl DeBisschopanother try at portable symlinking
2002-11-19 Karl DeBisschopanother try at portable symlinking
2002-11-19 Karl DeBisschopexplicitly cast recv() arg2 for SunOS5.6
2002-11-19 Karl DeBisschoprewrite of install-exec-hook for solaris
2002-11-18 Karl DeBisschoptest total swap instead of individual disks
2002-11-18 Karl DeBisschopfailed to handle multple disks
2002-11-18 Karl DeBisschopmore readable max_state() code
2002-11-16 Karl DeBisschopfix too many sources problem for programs tha are symli...
2002-11-16 Karl DeBisschopmy take on Subhendu's patches, plus a few comments...
2002-11-15 Subhendu Ghoshmemory bounds in options, no output comparison case
2002-11-15 Karl DeBisschopfix label handling, replace accidentally deleted elseif...
2002-11-14 Karl DeBisschopfix bug with gettimeofday test, improve version/release...
2002-11-14 Karl DeBisschopfix typo in snprintf build
2002-11-14 Karl DeBisschopcan't drop these sources -- neded for dist
2002-11-14 Karl DeBisschopfix build rule for snprintf
2002-11-14 Karl DeBisschoppagesize count off by one
2002-11-14 Karl DeBisschopclean up NULL from status on Solaris
2002-11-14 Karl DeBisschopremove check_nt again
2002-11-14 Karl DeBisschopback out last change -- it was only work in progress
2002-11-14 Karl DeBisschopremove call_getopt and ssprintf
2002-11-13 Karl DeBisschopremove call_getopt and asprintf
2002-11-12 Karl DeBisschopcleanup asprintf, old function decls
2002-11-12 Karl DeBisschopremove call_getopt
2002-11-11 Subhendu Ghoshshould use asprintf
2002-11-11 Subhendu Ghoshmore snmpv3 patches
2002-11-11 Subhendu Ghoshlong opt for miblist, snmpv3 support (rosenauer)
2002-11-11 Subhendu Ghoshoption to specify a miblist - llow
2002-11-11 Subhendu Ghoshmisc doc fix, missing verbose option
2002-11-09 Karl DeBisschopremove call_getopt
2002-11-09 Karl DeBisschopremove call_getopt
2002-11-09 Karl DeBisschopcleaner handling of DEFAULT_PORT
2002-11-09 Karl DeBisschopdefine and use usage3 where second part of message...
2002-11-09 Karl DeBisschopHAVE_C99_SNPRINTF is not tested, so remove from ifdef
2002-11-08 Karl DeBisschopuser reports NULL still getting into asprintf
2002-11-08 Karl DeBisschopremove call_getopt
2002-11-08 Karl DeBisschoppatches required to build on solaris with asprintf...
2002-11-08 Karl DeBisschopremove unused variables
2002-11-07 Karl DeBisschopbugfixes to command format and (null) text created...
2002-11-07 Karl DeBisschopremove call_getopt, add [] arougn time
2002-10-30 Karl DeBisschopreplace fixed-lentgh buffer with asprintf
2002-10-30 Karl DeBisschopforgot to remove call_getopt
2002-10-30 Karl DeBisschopforgot to remove call_getopt declaration
2002-10-30 Karl DeBisschopremove call_getopt, fix several buffer overruns possibl...
2002-10-25 Karl DeBisschopremove check_nt
2002-10-25 Karl DeBisschopinclude getloadavg sources, add some Solaris pkg build...
2002-10-22 Karl DeBisschopremove call_getopt, replace ssprintf with asprintf...
2002-10-22 Karl DeBisschopadd check_spop
2002-10-22 Karl DeBisschopremove call_getopt, replace ssprintf with asprintf
2002-10-22 Subhendu Ghoshcheck_nt is downloadable from nsclient.ready2run.nl
next