Age | Commit message (Expand) | Author | Files | Lines |
2007-01-24 | Various cleanups in the syncing with gnulib | Ton Voon | 2 | -2/+2 |
2007-01-24 | Sync with gnulib - lots of extraneous code removed in preference to GNU code | Ton Voon | 8 | -765/+10 |
2007-01-23 | Support `check_ssh --hostname=ADDRESS' (but keep `--host=ADDRESS' for backward | Holger Weiss | 1 | -1/+2 |
2007-01-23 | Add missing `break' to the switch-case block that handles the `-m' option | Holger Weiss | 1 | -0/+1 |
2007-01-23 | Initialize `data' to zero, fixes potential segfault (Nobuhiro Ban - 1642658) | Holger Weiss | 1 | -0/+1 |
2007-01-22 | Added "-o,--ssh-option=OPTION" which hands "-o OPTION" over to ssh(1) and | Holger Weiss | 1 | -3/+15 |
2007-01-20 | compilation fixes for check_ntp.c: | M. Sean Finney | 1 | -3/+3 |
2007-01-20 | Fix bug #1632091: printf format string typos. Add some more cosmetic changes. | Thomas Guyot-Sionnest | 2 | -6/+6 |
2007-01-20 | Fix bug #1632072 pointer error in plugins/netutils.c. Add changelog entry for... | Thomas Guyot-Sionnest | 1 | -1/+1 |
2007-01-17 | Fix bug #1630970 Fix for buffer overflow of check_procs procprog string | Thomas Guyot-Sionnest | 1 | -1/+1 |
2007-01-08 | Added notes about check_disk perf data fix. Added test to check perf data is | Ton Voon | 1 | -6/+21 |
2007-01-07 | Fix bug #1627970: check_disk performance output for more then one partition | Thomas Guyot-Sionnest | 1 | -2/+7 |
2007-01-06 | Fix bug #1629008: check_ping fails to handle Packet filtered error | Thomas Guyot-Sionnest | 1 | -2/+14 |
2007-01-06 | Revert last patch: it works but not really for the reason I though. | Thomas Guyot-Sionnest | 1 | -5/+1 |
2007-01-06 | Fix the way check_ping calculate the maximum run time | Thomas Guyot-Sionnest | 1 | -1/+5 |
2007-01-04 | Fix bug #1574863: check_real does not accept the '-v' option | Thomas Guyot-Sionnest | 1 | -1/+1 |
2007-01-04 | Fix bug #1592605: check_ping times out | Thomas Guyot-Sionnest | 1 | -1/+1 |
2006-12-23 | Regexps in check_snmp tests fails where they shouldn't. | Thomas Guyot-Sionnest | 1 | -3/+3 |
2006-12-20 | Removed unused timestamp variable (Matthias Eble) | Ton Voon | 2 | -25/+25 |
2006-12-20 | Fixed inode thresholds, regressed from previous release | Ton Voon | 2 | -14/+92 |
2006-12-07 | Fix coredump on 64bit Solaris. Also adds more error conditions and moves | Ton Voon | 4 | -27/+41 |
2006-12-06 | Move SSL libs to correct order per plugin | Ton Voon | 1 | -4/+4 |
2006-12-06 | Only include -lssl for plugins that require it | Ton Voon | 1 | -2/+2 |
2006-11-09 | Reduced DNS lookups in check_ping and netutils.c in IPv6 configurations | Ton Voon | 2 | -7/+5 |
2006-10-26 | Remove C style comments (1583467 - Markus Baertschi) | Ton Voon | 2 | -3/+1 |
2006-10-24 | last localization fixes for core plugins in c | Benoit Mortier | 1 | -2/+2 |
2006-10-24 | next round of localization fixes | Benoit Mortier | 1 | -49/+50 |
2006-10-24 | Restored accidently regressed fix | Ton Voon | 1 | -3/+2 |
2006-10-23 | localization fixes | Benoit Mortier | 1 | -82/+78 |
2006-10-22 | latest localization fixes for tonight ;-) | Benoit Mortier | 1 | -21/+21 |
2006-10-22 | localization fixes | Benoit Mortier | 1 | -17/+16 |
2006-10-22 | more localization fixes | Benoit Mortier | 2 | -96/+86 |
2006-10-20 | Reverting back accidently regressed code | Ton Voon | 1 | -6/+12 |
2006-10-20 | more localization fixes | Benoit Mortier | 1 | -41/+37 |
2006-10-20 | localization updates | Benoit Mortier | 1 | -1/+4 |
2006-10-19 | adding missing check_snmp | Benoit Mortier | 1 | -19/+14 |
2006-10-19 | another round of localization cleaning | Benoit Mortier | 11 | -116/+173 |
2006-10-19 | Initialise strings for Fedora Core 5 (Henning Schmiedehausen) | Ton Voon | 1 | -3/+3 |
2006-10-19 | Removed asprintf for perf data (Craig Orsinger, Robby Giffin - 1310495) | Ton Voon | 1 | -3/+5 |
2006-10-19 | type variable not cleared in Sol 10 (Kyle Tucker) | Ton Voon | 1 | -0/+4 |
2006-10-19 | Redirection error if other headers beginning with L (Aravind Gottipati - 1562... | Ton Voon | 2 | -4/+7 |
2006-10-19 | Added tests for SMTP servers without TLS and with TLS | Ton Voon | 1 | -4/+18 |
2006-10-19 | first pass at cleaning localization for new release | Benoit Mortier | 24 | -519/+879 |
2006-10-18 | Re-added perf data to check_disk | Ton Voon | 2 | -4/+25 |
2006-10-12 | Resend EHLO after TLS negotiation as per RFC3207 (Holger Weiss - 1482832) | Ton Voon | 2 | -20/+69 |
2006-10-12 | Removed extraneous comma in perf data output | Ton Voon | 1 | -1/+1 |
2006-10-12 | Remove the "- free space" if status is OK | Ton Voon | 2 | -6/+13 |
2006-10-12 | Fixed output from -e in check_disk (Andreas Behal) | Ton Voon | 2 | -7/+22 |
2006-10-02 | Fix test failure on poseidon | Ton Voon | 1 | -2/+2 |
2006-09-21 | Added perfdata for most variables and new parameters: VMU, VMF, | Ton Voon | 1 | -24/+610 |