aboutsummaryrefslogtreecommitdiff
path: root/plugins/check_tcp.c
AgeCommit message (Expand)Author
2012-08-10fixing bug in certificate experiation patch checking for bad warning threshol...Gravatar William Leibzon
2012-06-29Die when asprintf failsGravatar Anders Kaseorg
2012-06-27check_tcp: Print performance data even with -DGravatar Holger Weiss
2012-06-25applied patch that adds both critical and warning thresholds to certificate e...Gravatar William Leibzon
2011-07-15Fix check_smtp and check_tcp where duplicate messages were displayed for cert...Gravatar Ton Voon
2010-04-22Add newline after "Usage:" in --helpGravatar Thomas Guyot-Sionnest
2010-04-21Standardize the extra-opts notesGravatar Thomas Guyot-Sionnest
2010-04-14Fix translations when extra-opts aren't enabledGravatar Thomas Guyot-Sionnest
2009-02-20Typo fixes (Jan Wagner - SF 1878971)Gravatar Ton Voon
2008-11-23Removing CVS/SVN tags and replacing with git-based versioningGravatar Thomas Guyot-Sionnest
2008-11-19Bulk EOL cleanupGravatar Thomas Guyot-Sionnest
2008-11-05Fix check_tcp longoptions handlingGravatar Thomas Guyot-Sionnest
2008-05-07Added support for --extra-opts in all C plugins (disabled by default, see con...Gravatar Thomas Guyot-Sionnest
2008-01-31Bump plugin/ to GPLv3 (check_overcr to check_users)Gravatar Thomas Guyot-Sionnest
2008-01-08Reverted commit 1879 where an invalid hostname returns UNKNOWN - back to CRIT...Gravatar Ton Voon
2007-12-19check_tcp now returns UNKNOWN with an invalid hostname on command lineGravatar Ton Voon
2007-06-03Moved check_tcp's expect string testing into utils_tcp for testing purposes.Gravatar Matthias Eble
2007-05-29Fix segfault when -e is specified multiple times. Thanks to John Rouillard an...Gravatar Matthias Eble
2007-05-29No more warn/crit values in performance data if -w and -c are not specified.Gravatar Matthias Eble
2007-02-14Documentation fix re: --escape flag. Fix of ./check_tcp test to webserversGravatar Ton Voon
2007-02-06Correct vim typo in comment block :PGravatar Thomas Guyot-Sionnest
2007-02-06correcting some translation problemsGravatar Benoit Mortier
2007-02-01Fix progname being partly set to upper caseGravatar Thomas Guyot-Sionnest
2007-01-31Fix Debian Bug #392610: check_jabber always return warningGravatar Thomas Guyot-Sionnest
2007-01-30Jail does not requires any argumentsGravatar Thomas Guyot-Sionnest
2007-01-30Fix reporting bug using expect, affecting (not fixing) Debian bug #392610: ch...Gravatar Thomas Guyot-Sionnest
2007-01-28Don't try to print `optarg' (which will be a NULL pointer) if an unknownGravatar Holger Weiss
2007-01-23Add missing `break' to the switch-case block that handles the `-m' optionGravatar Holger Weiss
2006-10-19another round of localization cleaningGravatar Benoit Mortier
2006-09-02- fix for warning/critical timeouts in check_tcp.c, in which the pluginGravatar M. Sean Finney
2006-03-29New function to for escaped strings from command line for send/quit.Gravatar Ton Voon
2006-03-24udp checks require and send and receive option. Tests updated so ifGravatar Ton Voon
2006-03-22Options to change line ends for -s and -q (John Rouillard - 1346104)Gravatar Ton Voon
2006-03-21Return CRITICAL if hostname invalid, as per guidelinesGravatar Ton Voon
2005-11-04Fixed --mismatch option for check_tcp. Added tests into check_imapGravatar Ton Voon
2005-10-31code cleanups, largely resulting from turning on -Wall. mostlyGravatar M. Sean Finney
2005-10-30another fix from alex: check for '/' in the server_address beforeGravatar M. Sean Finney
2005-10-30fixes for some bugs found in my merging of the tcp socket patchGravatar M. Sean Finney
2005-10-25- added code to allow check_tcp (via np_net_connect) work with localGravatar M. Sean Finney
2005-10-19all plugins now using centralized ssl functions in netutils.cGravatar M. Sean Finney
2005-10-19- initial attempt at consolidating ssl-related code into netutils.{c,h}Gravatar M. Sean Finney
2005-10-18initial "experimental" support for gnutls. by default openssl is stillGravatar M. Sean Finney
2005-06-05check_tcp code cleanup from andreas plus fix to andreas' patch from seanGravatar M. Sean Finney
2005-05-25bah, my_connect is taken by mysql. now calling it np_net_connect.Gravatar M. Sean Finney
2005-05-24optimizations and cleanup from andreasGravatar M. Sean Finney
2005-05-03if check_tcp was called with -e but not -s, it would hang in a call to my_rec...Gravatar M. Sean Finney
2005-04-11this should add support for check_ssmtp, based on the 1.3.x patch in 1155562,Gravatar M. Sean Finney
2004-12-30more internationalization fixesGravatar Benoit Mortier
2004-12-25various fixes for localizationGravatar Benoit Mortier
2004-12-11Patch from Ollie Cook to define return code when expected value not received ...Gravatar Matthew Kent