Age | Commit message (Expand) | Author | Files | Lines |
2007-06-17 | Fix buffer overflow vulnerabilities when parsing HTTP redirect | Holger Weiss | 2 | -16/+30 |
2007-06-15 | When following redirects, the plugin supported 'Location:' header fields | Holger Weiss | 1 | -1/+13 |
2007-06-15 | `host_name' is a NULL pointer if the "-I" flag is used instead of "-H", | Holger Weiss | 1 | -2/+2 |
2007-06-13 | Fixed some syntax errors to make check_ide_smart build | Matthias Eble | 1 | -19/+2 |
2007-06-12 | Add "-v" to help/usage output. | Holger Weiss | 1 | -1/+2 |
2007-06-12 | Removed debug line | Matthias Eble | 1 | -1/+0 |
2007-06-11 | Fixed problem with popen.c not parsing --longopt='foo bar' correctly (Daniel ... | Matthias Eble | 2 | -2/+12 |
2007-06-04 | Removed duplicate names | Ton Voon | 1 | -2/+0 |
2007-06-04 | For 1.4.9 releaserelease-1.4.9 | Ton Voon | 5 | -19/+282 |
2007-06-03 | Minor corrections to test_tcp.c | Matthias Eble | 1 | -12/+8 |
2007-06-03 | Makefile.am changes for test_tcp.c | Matthias Eble | 1 | -2/+7 |
2007-06-03 | Added test cases for utils_tcp | Matthias Eble | 4 | -1/+70 |
2007-06-03 | Moved check_tcp's expect string testing into utils_tcp for testing purposes. | Matthias Eble | 5 | -26/+91 |
2007-06-01 | Fix possible check_http segfaults when following HTTP redirects. | Holger Weiss | 2 | -2/+2 |
2007-06-01 | Fix an off-by-one error where a realloc(3) call doesn't allocate space | Holger Weiss | 1 | -1/+1 |
2007-06-01 | Call the SSL library initialization functions only once (not for every | Holger Weiss | 1 | -7/+9 |
2007-06-01 | Save an entire CPU cycle if c points to NULL already. | Holger Weiss | 1 | -2/+4 |
2007-06-01 | Set the pointers to the SSL and SSL_CTX objects back to NULL after | Holger Weiss | 1 | -0/+2 |
2007-05-29 | Fix segfault when -e is specified multiple times. Thanks to John Rouillard an... | Matthias Eble | 1 | -2/+1 |
2007-05-29 | No more warn/crit values in performance data if -w and -c are not specified. | Matthias Eble | 1 | -4/+4 |
2007-05-29 | check_snmp don't warn anymore if something is printed on stderr | Thomas Guyot-Sionnest | 2 | -2/+10 |
2007-05-29 | change a bunch of whitespaces (no code was harmed) | Thomas Guyot-Sionnest | 1 | -22/+22 |
2007-05-27 | check_oracle does not need a valid ORACLE_HOME if called with --db. Thanks to... | Matthias Eble | 2 | -3/+6 |
2007-05-27 | added functions to utils_base: | M. Sean Finney | 4 | -1/+29 |
2007-05-24 | Test for new functionality in negate (not automatically run in make test) | Ton Voon | 1 | -0/+48 |
2007-05-24 | Tests for check_dummy | Ton Voon | 2 | -1/+58 |
2007-05-23 | Update many strings in check_http to get more consistent output | Thomas Guyot-Sionnest | 5 | -812/+943 |
2007-05-18 | Make check_tcp.t compatible with picky web servers. | Thomas Guyot-Sionnest | 1 | -1/+1 |
2007-05-13 | Add missing options to the usage output. | Holger Weiss | 1 | -1/+2 |
2007-05-13 | check_dhcp now adds mandatory end option (Thanks to Enrico Scholz - #1675306) | Matthias Eble | 2 | -6/+12 |
2007-05-12 | Fixed glibc error caused in utils_base.c due to uninitialized thresholds stru... | Matthias Eble | 1 | -1/+1 |
2007-05-12 | Updating gettext files from coreutils-6.9. mkinstalldirs needs to be in | Ton Voon | 3 | -540/+1093 |
2007-05-09 | small typo in --help | Matthias Eble | 1 | -1/+1 |
2007-05-09 | Fixed --help output (Ask Bjoern Hansen - #1714823) | Matthias Eble | 2 | -1/+6 |
2007-05-09 | added testcase to verify that old positional arguments only select one path | Matthias Eble | 1 | -3/+2 |
2007-05-03 | fixed backward incompatibility introduced in 1.4.8 where all partitions are s... | Matthias Eble | 3 | -0/+7 |
2007-05-02 | Making Solaris happy | Thomas Guyot-Sionnest | 1 | -1/+1 |
2007-05-02 | /* Nothing */ | Thomas Guyot-Sionnest | 1 | -1/+1 |
2007-05-02 | Fix check_time returning wrong OK when time is before the epoch on some arch | Thomas Guyot-Sionnest | 3 | -7/+9 |
2007-04-28 | added test cases for check_cluster | Matthias Eble | 1 | -0/+83 |
2007-04-25 | Test installs into temporary directories | Ton Voon | 1 | -2/+4 |
2007-04-25 | check_load can optionally divide by number of cpus | Ton Voon | 5 | -3/+43 |
2007-04-23 | #ifdef can only test a single macro, not an expression. | Holger Weiss | 1 | -1/+1 |
2007-04-20 | Remove unused variables. | Holger Weiss | 1 | -2/+0 |
2007-04-20 | Include "utils_base.h". | Holger Weiss | 1 | -0/+1 |
2007-04-20 | Declare print_thresholds(). | Holger Weiss | 1 | -0/+1 |
2007-04-20 | Predeclare functions and remove unused variables. | Holger Weiss | 1 | -2/+3 |
2007-04-20 | Use the 'server identifier' option instead of the 'siaddr' field as the | Holger Weiss | 2 | -10/+29 |
2007-04-19 | Fix compilation of check_ldap, check_radius and check_pgsql (*ding*) | Thomas Guyot-Sionnest | 2 | -1/+2 |
2007-04-18 | Revert my previous change to "-S/--skip" in favour of the two options | Holger Weiss | 2 | -21/+46 |