Age | Commit message (Expand) | Author | Files | Lines |
2013-02-10 | check_tcp: don't ignore trailing options | Sven Nierlein | 1 | -10/+15 |
2012-08-10 | fixing bug in certificate experiation patch checking for bad warning threshol... | William Leibzon | 1 | -1/+1 |
2012-06-29 | Die when asprintf fails | Anders Kaseorg | 1 | -2/+2 |
2012-06-27 | check_tcp: Print performance data even with -D | Holger Weiss | 1 | -1/+1 |
2012-06-25 | applied patch that adds both critical and warning thresholds to certificate e... | William Leibzon | 1 | -6/+21 |
2011-07-15 | Fix check_smtp and check_tcp where duplicate messages were displayed for cert... | Ton Voon | 1 | -4/+1 |
2010-04-22 | Add newline after "Usage:" in --help | Thomas Guyot-Sionnest | 1 | -1/+1 |
2010-04-22 | Standardize the extra-opts notes | Thomas Guyot-Sionnest | 1 | -6/+0 |
2010-04-14 | Fix translations when extra-opts aren't enabled | Thomas Guyot-Sionnest | 1 | -9/+9 |
2009-02-20 | Typo fixes (Jan Wagner - SF 1878971) | Ton Voon | 1 | -1/+1 |
2008-11-23 | Removing CVS/SVN tags and replacing with git-based versioning | Thomas Guyot-Sionnest | 1 | -5/+2 |
2008-11-19 | Bulk EOL cleanup | Thomas Guyot-Sionnest | 1 | -2/+2 |
2008-11-05 | Fix check_tcp longoptions handling | Thomas Guyot-Sionnest | 1 | -5/+3 |
2008-05-07 | Added support for --extra-opts in all C plugins (disabled by default, see con... | Thomas Guyot-Sionnest | 1 | -0/+10 |
2008-01-31 | Bump plugin/ to GPLv3 (check_overcr to check_users) | Thomas Guyot-Sionnest | 1 | -17/+15 |
2008-01-08 | Reverted commit 1879 where an invalid hostname returns UNKNOWN - back to CRIT... | Ton Voon | 1 | -1/+1 |
2007-12-19 | check_tcp now returns UNKNOWN with an invalid hostname on command line | Ton Voon | 1 | -1/+1 |
2007-06-03 | Moved check_tcp's expect string testing into utils_tcp for testing purposes. | Matthias Eble | 1 | -24/+23 |
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-02-14 | Documentation fix re: --escape flag. Fix of ./check_tcp test to webservers | Ton Voon | 1 | -1/+1 |
2007-02-06 | Correct vim typo in comment block :P | Thomas Guyot-Sionnest | 1 | -1/+1 |
2007-02-06 | correcting some translation problems | Benoit Mortier | 1 | -1/+1 |
2007-02-01 | Fix progname being partly set to upper case | Thomas Guyot-Sionnest | 1 | -2/+2 |
2007-01-31 | Fix Debian Bug #392610: check_jabber always return warning | Thomas Guyot-Sionnest | 1 | -2/+2 |
2007-01-30 | Jail does not requires any arguments | Thomas Guyot-Sionnest | 1 | -1/+1 |
2007-01-30 | Fix reporting bug using expect, affecting (not fixing) Debian bug #392610: ch... | Thomas Guyot-Sionnest | 1 | -8/+18 |
2007-01-28 | Don't try to print `optarg' (which will be a NULL pointer) if an unknown | Holger Weiss | 1 | -1/+1 |
2007-01-23 | Add missing `break' to the switch-case block that handles the `-m' option | Holger Weiss | 1 | -0/+1 |
2006-10-19 | another round of localization cleaning | Benoit Mortier | 1 | -51/+59 |
2006-09-02 | - fix for warning/critical timeouts in check_tcp.c, in which the plugin | M. Sean Finney | 1 | -10/+4 |
2006-03-29 | New function to for escaped strings from command line for send/quit. | Ton Voon | 1 | -32/+23 |
2006-03-24 | udp checks require and send and receive option. Tests updated so if | Ton Voon | 1 | -1/+5 |
2006-03-22 | Options to change line ends for -s and -q (John Rouillard - 1346104) | Ton Voon | 1 | -4/+33 |
2006-03-21 | Return CRITICAL if hostname invalid, as per guidelines | Ton Voon | 1 | -1/+1 |
2005-11-04 | Fixed --mismatch option for check_tcp. Added tests into check_imap | Ton Voon | 1 | -1/+1 |
2005-10-31 | code cleanups, largely resulting from turning on -Wall. mostly | M. Sean Finney | 1 | -5/+3 |
2005-10-30 | another fix from alex: check for '/' in the server_address before | M. Sean Finney | 1 | -1/+1 |
2005-10-30 | fixes for some bugs found in my merging of the tcp socket patch | M. Sean Finney | 1 | -3/+3 |
2005-10-25 | - added code to allow check_tcp (via np_net_connect) work with local | M. Sean Finney | 1 | -7/+17 |
2005-10-19 | all plugins now using centralized ssl functions in netutils.c | M. Sean Finney | 1 | -106/+6 |
2005-10-19 | - initial attempt at consolidating ssl-related code into netutils.{c,h} | M. Sean Finney | 1 | -115/+30 |
2005-10-18 | initial "experimental" support for gnutls. by default openssl is still | M. Sean Finney | 1 | -14/+28 |
2005-06-05 | check_tcp code cleanup from andreas plus fix to andreas' patch from sean | M. Sean Finney | 1 | -276/+242 |
2005-05-25 | bah, my_connect is taken by mysql. now calling it np_net_connect. | M. Sean Finney | 1 | -1/+1 |
2005-05-24 | optimizations and cleanup from andreas | M. Sean Finney | 1 | -24/+14 |
2005-05-03 | if check_tcp was called with -e but not -s, it would hang in a call to my_rec... | M. Sean Finney | 1 | -2/+4 |
2005-04-11 | this should add support for check_ssmtp, based on the 1.3.x patch in 1155562, | M. Sean Finney | 1 | -0/+10 |
2004-12-30 | more internationalization fixes | Benoit Mortier | 1 | -1/+1 |
2004-12-25 | various fixes for localization | Benoit Mortier | 1 | -16/+14 |