summaryrefslogtreecommitdiffstats
path: root/plugins/check_tcp.c
AgeCommit message (Expand)AuthorFilesLines
2013-02-10check_tcp: don't ignore trailing optionsSven Nierlein1-10/+15
2012-08-10fixing bug in certificate experiation patch checking for bad warning threshol...William Leibzon1-1/+1
2012-06-29Die when asprintf failsAnders Kaseorg1-2/+2
2012-06-27check_tcp: Print performance data even with -DHolger Weiss1-1/+1
2012-06-25applied patch that adds both critical and warning thresholds to certificate e...William Leibzon1-6/+21
2011-07-15Fix check_smtp and check_tcp where duplicate messages were displayed for cert...Ton Voon1-4/+1
2010-04-22Add newline after "Usage:" in --helpThomas Guyot-Sionnest1-1/+1
2010-04-22Standardize the extra-opts notesThomas Guyot-Sionnest1-6/+0
2010-04-14Fix translations when extra-opts aren't enabledThomas Guyot-Sionnest1-9/+9
2009-02-20Typo fixes (Jan Wagner - SF 1878971)Ton Voon1-1/+1
2008-11-23Removing CVS/SVN tags and replacing with git-based versioningThomas Guyot-Sionnest1-5/+2
2008-11-19Bulk EOL cleanupThomas Guyot-Sionnest1-2/+2
2008-11-05Fix check_tcp longoptions handlingThomas Guyot-Sionnest1-5/+3
2008-05-07Added support for --extra-opts in all C plugins (disabled by default, see con...Thomas Guyot-Sionnest1-0/+10
2008-01-31Bump plugin/ to GPLv3 (check_overcr to check_users)Thomas Guyot-Sionnest1-17/+15
2008-01-08Reverted commit 1879 where an invalid hostname returns UNKNOWN - back to CRIT...Ton Voon1-1/+1
2007-12-19check_tcp now returns UNKNOWN with an invalid hostname on command lineTon Voon1-1/+1
2007-06-03Moved check_tcp's expect string testing into utils_tcp for testing purposes.Matthias Eble1-24/+23
2007-05-29Fix segfault when -e is specified multiple times. Thanks to John Rouillard an...Matthias Eble1-2/+1
2007-05-29No more warn/crit values in performance data if -w and -c are not specified.Matthias Eble1-4/+4
2007-02-14Documentation fix re: --escape flag. Fix of ./check_tcp test to webserversTon Voon1-1/+1
2007-02-06Correct vim typo in comment block :PThomas Guyot-Sionnest1-1/+1
2007-02-06correcting some translation problemsBenoit Mortier1-1/+1
2007-02-01Fix progname being partly set to upper caseThomas Guyot-Sionnest1-2/+2
2007-01-31Fix Debian Bug #392610: check_jabber always return warningThomas Guyot-Sionnest1-2/+2
2007-01-30Jail does not requires any argumentsThomas Guyot-Sionnest1-1/+1
2007-01-30Fix reporting bug using expect, affecting (not fixing) Debian bug #392610: ch...Thomas Guyot-Sionnest1-8/+18
2007-01-28Don't try to print `optarg' (which will be a NULL pointer) if an unknownHolger Weiss1-1/+1
2007-01-23Add missing `break' to the switch-case block that handles the `-m' optionHolger Weiss1-0/+1
2006-10-19another round of localization cleaningBenoit Mortier1-51/+59
2006-09-02- fix for warning/critical timeouts in check_tcp.c, in which the pluginM. Sean Finney1-10/+4
2006-03-29New function to for escaped strings from command line for send/quit.Ton Voon1-32/+23
2006-03-24udp checks require and send and receive option. Tests updated so ifTon Voon1-1/+5
2006-03-22Options to change line ends for -s and -q (John Rouillard - 1346104)Ton Voon1-4/+33
2006-03-21Return CRITICAL if hostname invalid, as per guidelinesTon Voon1-1/+1
2005-11-04Fixed --mismatch option for check_tcp. Added tests into check_imapTon Voon1-1/+1
2005-10-31code cleanups, largely resulting from turning on -Wall. mostlyM. Sean Finney1-5/+3
2005-10-30another fix from alex: check for '/' in the server_address beforeM. Sean Finney1-1/+1
2005-10-30fixes for some bugs found in my merging of the tcp socket patchM. Sean Finney1-3/+3
2005-10-25- added code to allow check_tcp (via np_net_connect) work with localM. Sean Finney1-7/+17
2005-10-19all plugins now using centralized ssl functions in netutils.cM. Sean Finney1-106/+6
2005-10-19- initial attempt at consolidating ssl-related code into netutils.{c,h}M. Sean Finney1-115/+30
2005-10-18initial "experimental" support for gnutls. by default openssl is stillM. Sean Finney1-14/+28
2005-06-05check_tcp code cleanup from andreas plus fix to andreas' patch from seanM. Sean Finney1-276/+242
2005-05-25bah, my_connect is taken by mysql. now calling it np_net_connect.M. Sean Finney1-1/+1
2005-05-24optimizations and cleanup from andreasM. Sean Finney1-24/+14
2005-05-03if check_tcp was called with -e but not -s, it would hang in a call to my_rec...M. Sean Finney1-2/+4
2005-04-11this should add support for check_ssmtp, based on the 1.3.x patch in 1155562,M. Sean Finney1-0/+10
2004-12-30more internationalization fixesBenoit Mortier1-1/+1
2004-12-25various fixes for localizationBenoit Mortier1-16/+14