aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2007-05-27check_oracle does not need a valid ORACLE_HOME if called with --db. Thanks to...Gravatar Matthias Eble
2007-05-27added functions to utils_base:Gravatar M. Sean Finney
2007-05-24Test for new functionality in negate (not automatically run in make test)Gravatar Ton Voon
2007-05-24Tests for check_dummyGravatar Ton Voon
2007-05-23Update many strings in check_http to get more consistent outputGravatar Thomas Guyot-Sionnest
2007-05-18Make check_tcp.t compatible with picky web servers.Gravatar Thomas Guyot-Sionnest
2007-05-13Add missing options to the usage output.Gravatar Holger Weiss
2007-05-13check_dhcp now adds mandatory end option (Thanks to Enrico Scholz - #1675306)Gravatar Matthias Eble
2007-05-12Fixed glibc error caused in utils_base.c due to uninitialized thresholds stru...Gravatar Matthias Eble
2007-05-12Updating gettext files from coreutils-6.9. mkinstalldirs needs to be inGravatar Ton Voon
2007-05-09small typo in --helpGravatar Matthias Eble
2007-05-09Fixed --help output (Ask Bjoern Hansen - #1714823)Gravatar Matthias Eble