Age | Commit message (Expand) | Author | Files | Lines |
2009-03-06 | Create expired cert for testing purposes. Updated tests to check | Ton Voon | 3 | -10/+92 |
2009-03-05 | Merge branch 'master' of ssh://repo.or.cz/srv/git/nagiosplugins | Ton Voon | 1 | -0/+2 |
2009-03-05 | Added inline tests for HTTPS using HTTP::Daemon::SSL | Ton Voon | 3 | -128/+230 |
2009-02-24 | check_snmp long help missing retries entry (#2608223) | Thomas Guyot-Sionnest | 1 | -0/+2 |
2009-02-20 | Typo fixes (Jan Wagner - SF 1878971) | Ton Voon | 9 | -21/+21 |
2009-02-19 | Fixed coredump from check_nt when drive not found (Olli Hauer - SF 2179754) | Ton Voon | 2 | -7/+90 |
2009-02-05 | check_http --onredirect=sticky follows using the same IP address (sf.net #255... | Thomas Guyot-Sionnest | 1 | -5/+11 |
2009-02-03 | Fix aberrant behaviours in check_http: | Thomas Guyot-Sionnest | 1 | -105/+97 |
2009-01-26 | Make extract_value more generic: | Thomas Guyot-Sionnest | 1 | -3/+3 |
2009-01-21 | Move check_ntp's extract_value to utils_base.c. | Thomas Guyot-Sionnest | 1 | -57/+3 |
2009-01-20 | Trick for check_users test without users logged-in | Thomas Guyot-Sionnest | 1 | -0/+4 |
2009-01-15 | Sync with gnulib | Thomas Guyot-Sionnest | 2 | -5/+1 |
2008-12-23 | Allow privproto to be passed through check_snmp to snmpget. Defaults to DES | Ton Voon | 1 | -4/+13 |
2008-12-03 | check_mrtg: fix plugin returning UNKNOWN instead of OK (bug #2378068) | Thomas Guyot-Sionnest | 1 | -1/+1 |
2008-11-26 | Fixing build breakages (I totally forgot this rule was there...) | Thomas Guyot-Sionnest | 1 | -1/+1 |
2008-11-26 | Disable dynamic versionning for releases, and allow generating version out of... | Thomas Guyot-Sionnest | 1 | -5/+5 |
2008-11-25 | Workaround to support more make programs | Thomas Guyot-Sionnest | 1 | -1/+4 |
2008-11-23 | Avoid the use of .PHONY (target s created twice and I have no idea if it's ri... | Thomas Guyot-Sionnest | 1 | -2/+2 |
2008-11-23 | Removing CVS/SVN tags and replacing with git-based versioning | Thomas Guyot-Sionnest | 79 | -319/+99 |
2008-11-20 | Add comment to recent check_disk patch | Thomas Guyot-Sionnest | 1 | -1/+4 |
2008-11-19 | Bulk EOL cleanup | Thomas Guyot-Sionnest | 29 | -142/+142 |
2008-11-19 | Fixed buffer overflow in check_ntp/check_ntp_peer (#1999319, Ubuntu #291265) | Thomas Guyot-Sionnest | 2 | -2/+2 |
2008-11-19 | check_disk: rerpopulate the mount list after doing a stat() on paths specifie... | Thomas Guyot-Sionnest | 1 | -5/+5 |
2008-11-08 | Add missing long options for check_nt (for use with extra-opts) | Thomas Guyot-Sionnest | 1 | -1/+8 |
2008-11-08 | Fix long options parsing in check_disk, check_dns, check_mrtg and check_mrtgt... | Thomas Guyot-Sionnest | 7 | -14/+13 |
2008-11-08 | Fixed bug where extra headers and redirect caused segfault (Dieter Van de Wal... | Ton Voon | 2 | -3/+32 |
2008-11-08 | check_http now has options to specify the HTTP method (Jan - 2155152) | Ton Voon | 2 | -11/+81 |
2008-11-05 | Fix check_tcp longoptions handling | Thomas Guyot-Sionnest | 1 | -5/+3 |
2008-11-05 | Fix check_http test (altinity.com redirects now). | Thomas Guyot-Sionnest | 1 | -2/+2 |
2008-11-04 | check_ups now sends a LOGOUT string (debian bug #387001) | Thomas Guyot-Sionnest | 1 | -1/+5 |
2008-10-05 | check-users thresholds was >= rather than > as documented. | Thomas Guyot-Sionnest | 1 | -2/+2 |
2008-09-25 | Fix small test failure | Ton Voon | 1 | -2/+2 |
2008-09-02 | Typo | Thomas Guyot-Sionnest | 1 | -1/+1 |
2008-09-02 | Some HTTP server applications/configurations cause trouble if the port is | Holger Weiss | 1 | -2/+12 |
2008-09-02 | Fix possible segfault in check_ntp_peer with deliberately invalid packets | Thomas Guyot-Sionnest | 1 | -0/+3 |
2008-09-01 | check_ntp_peer/check_ntp_time used to show port in --help but ignored the arg... | Thomas Guyot-Sionnest | 2 | -4/+14 |
2008-09-01 | Revert "Re-structure the HTTP 1.1 headers to prevent 301s on servers with vir... | Thomas Guyot-Sionnest | 1 | -7/+5 |
2008-09-01 | Under some circumstances, the 'url' path of a redirection target missed | Holger Weiss | 1 | -7/+21 |
2008-08-25 | Fix HTTP::Daemon::VERSION to get a fixed header size for tests | Ton Voon | 1 | -0/+3 |
2008-08-25 | Updated with more tests re: multiple status codes (Sven Nierlein) | Ton Voon | 1 | -1/+11 |
2008-08-25 | The "-e" option now accepts a comma-delimited list of expected status | Holger Weiss | 2 | -7/+34 |
2008-08-22 | Added HTTP tests for status codes | Ton Voon | 2 | -0/+102 |
2008-08-21 | Nothing | Thomas Guyot-Sionnest | 1 | -1/+1 |
2008-08-21 | Misplaced comment | Thomas Guyot-Sionnest | 1 | -2/+2 |
2008-08-21 | Complete rewrite of the extract_value function | Thomas Guyot-Sionnest | 1 | -13/+46 |
2008-08-16 | Fix assignment written as a comparison in validate_arguments() when db_pass i... | Thomas Guyot-Sionnest | 2 | -2/+2 |
2008-08-16 | Fix check_fping --help output (Patch from http://blog.barfoo.org/projects/rpm... | Thomas Guyot-Sionnest | 1 | -2/+2 |
2008-08-16 | Typo | Thomas Guyot-Sionnest | 1 | -1/+1 |
2008-08-08 | Re-structure the HTTP 1.1 headers to prevent 301s on servers with virtual hosts | Thomas Guyot-Sionnest | 1 | -9/+11 |
2008-07-10 | Verbose should not have to exceed 3 as per developement guidelines | Thomas Guyot-Sionnest | 1 | -7/+7 |