summaryrefslogtreecommitdiffstats
path: root/plugins/check_tcp.c
AgeCommit message (Expand)AuthorFilesLines
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
2004-12-11Patch from Ollie Cook to define return code when expected value not received ...Matthew Kent1-8/+28
2004-12-08patch 1028033Benoit Mortier1-1/+1
2004-12-04internationalization fixesBenoit Mortier1-8/+8
2004-12-03reverting my changes from !=TRUE to == ERROR, that's not good ;-( sorryBenoit Mortier1-1/+1
2004-12-03check_tcp parenthesis bug, header fix for po filesBenoit Mortier1-1/+1
2004-12-03print_help and print_usage() cleanupBenoit Mortier1-6/+6
2004-12-031041571: -D option processing corrected (Eric Chen). Changed process_argument...Stanley Hopcroft1-2/+2
2004-12-03remove UT_HLP_VRS from print_usageBenoit Mortier1-6/+4
2004-12-03fixes for internationalizationBenoit Mortier1-4/+4
2004-12-03bump copyright yearBenoit Mortier1-2/+2
2004-12-02Tracker 1041571: appended :D to getopt_long() args (for cert expiry check). E...Stanley Hopcroft1-1/+1
2004-12-02More internationalization workBenoit Mortier1-2/+2
2004-12-02return of process_arguments() is TRUE not OK !Benoit Mortier1-1/+1
2004-12-02changed Error: by CRITICAL -Benoit Mortier1-9/+9
2004-12-01standardize localization stringBenoit Mortier1-15/+14
2004-12-011041571 & 664615: check_tcp with cert check + nntps, simap, jabberStanley Hopcroft1-11/+156
2004-11-24Making messages more consistentTon Voon1-4/+4
2004-11-18Enhance SSL initialization problems (Phil Dibowitz - 1055120)Ton Voon1-2/+3
2004-11-17Ignore output from tcp port (949070 - Jan-Piet Mens)Ton Voon1-3/+10
2004-03-14use fperfdataKarl DeBisschop1-5/+5
2004-03-01check_tcp was returning uninitialized string with user-defined refused outcomeKarl DeBisschop1-2/+2
2004-01-21=fix segfault on malloc of server_expect for multibyte chars (David Croft)Karl DeBisschop1-5/+5
2003-11-11Added perfdataTon Voon1-1/+5
2003-08-22- bindtextdomain for gettext, a few other smale cleanups here and thereKarl DeBisschop1-2/+4
2003-08-10the last round of pedantic compiler warningsKarl DeBisschop1-3/+3
2003-08-09more pedantic compiler warningsKarl DeBisschop1-96/+113
2003-08-07replace "terminate" with "die" for shorter name and better readabilityKarl DeBisschop1-3/+3
2003-08-03markup for translationKarl DeBisschop1-2/+2