aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2007-08-09Don't use C++ style comments (noted by Johannes Kingma onGravatar Holger Weiss
2007-07-31Read the response to an SMTP QUIT command before closing the socketGravatar Holger Weiss
2007-07-29Don't use C++ style comments.Gravatar Holger Weiss
2007-07-27If the TMPDIR environment variable is set, use that instead of "/tmp" asGravatar Holger Weiss
2007-07-26The "--serverip" and "--requestedip" options now accept host names, too.Gravatar Holger Weiss
2007-07-26New "-m, --mac" option which allows for specifying the MAC address toGravatar Holger Weiss
2007-07-26Make sure strncpy(3)d buffers are nul-terminated.Gravatar Holger Weiss
2007-07-26A few minor fixes/improvements which were included with (but unrelatedGravatar Holger Weiss
2007-07-26New "-u, --unicast" option which gives check_dhcp the ability to mimic aGravatar Holger Weiss
2007-07-24Removing all .cvsignore filesGravatar Ton Voon
2007-07-24Updated to use svn instead of cvsGravatar Ton Voon
2007-07-21Add "Connection: close" to the HTTP request header, which tells HTTP/1.1Gravatar Holger Weiss
2007-07-15Make ps column count in zombie detection less restrictive. Thanks to Andrew E...Gravatar Matthias Eble
2007-07-14Fixed segfault in argument processing. Thanks to Christoph Schell (#1742066)Gravatar Matthias Eble
2007-07-14check_ntp: Fixed typo in typo in argument sanity check. Thanks to Aurelien Bo...Gravatar Matthias Eble
2007-07-10Added examples for new features to check_diskGravatar Matthias Eble
2007-07-10Check_disk now calls stat() for all filesystems to check.Gravatar Matthias Eble
2007-07-07Added -v/--verbose argument to call ldap_perror() for detailed messages on fa...Gravatar Matthias Eble
2007-07-07Changed output order of print_revisionGravatar Matthias Eble
2007-07-07Changed print_revision output order in utils.pmGravatar Matthias Eble
2007-07-07substituted $ID$ through $Revision$ in print_revision callGravatar Matthias Eble
2007-07-07Changed order in -V/--version outputGravatar Matthias Eble
2007-07-06Added hint to avoid using the boolean type in C as discussed on the devel listGravatar Matthias Eble
2007-06-20Fixed default behaviour of check_ldapsGravatar Matthias Eble
2007-06-20Clarified check_ldaps behaviour. New arguments to explicitly select secure co...Gravatar Matthias Eble
2007-06-20added -V/--version to check_clusterGravatar Matthias Eble
2007-06-18Make Linux specific plugin check_ide_smart build if appropriate headers are f...Gravatar Matthias Eble
2007-06-17Minor fixes.Gravatar Holger Weiss
2007-06-17Fix buffer overflow vulnerabilities when parsing HTTP redirectGravatar Holger Weiss
2007-06-15When following redirects, the plugin supported 'Location:' header fieldsGravatar Holger Weiss
2007-06-15`host_name' is a NULL pointer if the "-I" flag is used instead of "-H",Gravatar Holger Weiss
2007-06-13Fixed some syntax errors to make check_ide_smart buildGravatar Matthias Eble
2007-06-12Add "-v" to help/usage output.Gravatar Holger Weiss
2007-06-12Removed debug lineGravatar Matthias Eble
2007-06-11Fixed problem with popen.c not parsing --longopt='foo bar' correctly (Daniel ...Gravatar Matthias Eble
2007-06-04Removed duplicate namesGravatar Ton Voon
2007-06-04For 1.4.9 releaseGravatar Ton Voon
2007-06-03Minor corrections to test_tcp.cGravatar Matthias Eble
2007-06-03Makefile.am changes for test_tcp.cGravatar Matthias Eble
2007-06-03Added test cases for utils_tcpGravatar Matthias Eble
2007-06-03Moved check_tcp's expect string testing into utils_tcp for testing purposes.Gravatar Matthias Eble
2007-06-01Fix possible check_http segfaults when following HTTP redirects.Gravatar Holger Weiss
2007-06-01Fix an off-by-one error where a realloc(3) call doesn't allocate spaceGravatar Holger Weiss
2007-06-01Call the SSL library initialization functions only once (not for everyGravatar Holger Weiss
2007-06-01Save an entire CPU cycle if c points to NULL already.Gravatar Holger Weiss
2007-06-01Set the pointers to the SSL and SSL_CTX objects back to NULL afterGravatar Holger Weiss
2007-05-29Fix segfault when -e is specified multiple times. Thanks to John Rouillard an...Gravatar Matthias Eble
2007-05-29No more warn/crit values in performance data if -w and -c are not specified.Gravatar Matthias Eble
2007-05-29check_snmp don't warn anymore if something is printed on stderrGravatar Thomas Guyot-Sionnest
2007-05-29change a bunch of whitespaces (no code was harmed)Gravatar Thomas Guyot-Sionnest