aboutsummaryrefslogtreecommitdiff
path: root/plugins/check_tcp.c
AgeCommit message (Expand)Author
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
2004-12-08patch 1028033Gravatar Benoit Mortier
2004-12-04internationalization fixesGravatar Benoit Mortier
2004-12-03reverting my changes from !=TRUE to == ERROR, that's not good ;-( sorryGravatar Benoit Mortier
2004-12-03check_tcp parenthesis bug, header fix for po filesGravatar Benoit Mortier
2004-12-03print_help and print_usage() cleanupGravatar Benoit Mortier
2004-12-031041571: -D option processing corrected (Eric Chen). Changed process_argument...Gravatar Stanley Hopcroft
2004-12-03remove UT_HLP_VRS from print_usageGravatar Benoit Mortier
2004-12-03fixes for internationalizationGravatar Benoit Mortier
2004-12-03bump copyright yearGravatar Benoit Mortier
2004-12-02Tracker 1041571: appended :D to getopt_long() args (for cert expiry check). E...Gravatar Stanley Hopcroft
2004-12-02More internationalization workGravatar Benoit Mortier
2004-12-02return of process_arguments() is TRUE not OK !Gravatar Benoit Mortier
2004-12-02changed Error: by CRITICAL -Gravatar Benoit Mortier
2004-12-01standardize localization stringGravatar Benoit Mortier
2004-12-011041571 & 664615: check_tcp with cert check + nntps, simap, jabberGravatar Stanley Hopcroft
2004-11-24Making messages more consistentGravatar Ton Voon
2004-11-18Enhance SSL initialization problems (Phil Dibowitz - 1055120)Gravatar Ton Voon
2004-11-17Ignore output from tcp port (949070 - Jan-Piet Mens)Gravatar Ton Voon
2004-03-14use fperfdataGravatar Karl DeBisschop
2004-03-01check_tcp was returning uninitialized string with user-defined refused outcomeGravatar Karl DeBisschop
2004-01-21=fix segfault on malloc of server_expect for multibyte chars (David Croft)Gravatar Karl DeBisschop
2003-11-11Added perfdataGravatar Ton Voon
2003-08-22- bindtextdomain for gettext, a few other smale cleanups here and thereGravatar Karl DeBisschop
2003-08-10the last round of pedantic compiler warningsGravatar Karl DeBisschop
2003-08-09more pedantic compiler warningsGravatar Karl DeBisschop
2003-08-07replace "terminate" with "die" for shorter name and better readabilityGravatar Karl DeBisschop