Age | Commit message (Expand) | Author | Files | Lines |
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 |
2004-12-11 | Patch from Ollie Cook to define return code when expected value not received ... | Matthew Kent | 1 | -8/+28 |
2004-12-08 | patch 1028033 | Benoit Mortier | 1 | -1/+1 |
2004-12-04 | internationalization fixes | Benoit Mortier | 1 | -8/+8 |
2004-12-03 | reverting my changes from !=TRUE to == ERROR, that's not good ;-( sorry | Benoit Mortier | 1 | -1/+1 |
2004-12-03 | check_tcp parenthesis bug, header fix for po files | Benoit Mortier | 1 | -1/+1 |
2004-12-03 | print_help and print_usage() cleanup | Benoit Mortier | 1 | -6/+6 |
2004-12-03 | 1041571: -D option processing corrected (Eric Chen). Changed process_argument... | Stanley Hopcroft | 1 | -2/+2 |
2004-12-03 | remove UT_HLP_VRS from print_usage | Benoit Mortier | 1 | -6/+4 |
2004-12-03 | fixes for internationalization | Benoit Mortier | 1 | -4/+4 |
2004-12-03 | bump copyright year | Benoit Mortier | 1 | -2/+2 |
2004-12-02 | Tracker 1041571: appended :D to getopt_long() args (for cert expiry check). E... | Stanley Hopcroft | 1 | -1/+1 |
2004-12-02 | More internationalization work | Benoit Mortier | 1 | -2/+2 |
2004-12-02 | return of process_arguments() is TRUE not OK ! | Benoit Mortier | 1 | -1/+1 |
2004-12-02 | changed Error: by CRITICAL - | Benoit Mortier | 1 | -9/+9 |
2004-12-01 | standardize localization string | Benoit Mortier | 1 | -15/+14 |
2004-12-01 | 1041571 & 664615: check_tcp with cert check + nntps, simap, jabber | Stanley Hopcroft | 1 | -11/+156 |
2004-11-24 | Making messages more consistent | Ton Voon | 1 | -4/+4 |
2004-11-18 | Enhance SSL initialization problems (Phil Dibowitz - 1055120) | Ton Voon | 1 | -2/+3 |
2004-11-17 | Ignore output from tcp port (949070 - Jan-Piet Mens) | Ton Voon | 1 | -3/+10 |