summaryrefslogtreecommitdiffstats
path: root/plugins/check_tcp.c
AgeCommit message (Expand)AuthorFilesLines
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
2003-08-02establish "UT_" namespace for usage text in #definesKarl DeBisschop1-8/+10
2003-07-30markup for translationKarl DeBisschop1-1/+3
2003-07-29mark for translationKarl DeBisschop1-34/+10
2003-07-26internationalizationKarl DeBisschop1-95/+98
2003-07-26checkins for internationalizationKarl DeBisschop1-58/+65
2003-06-30Corrections to get code to compile on systems without IPv6 supportJeremy T. Bouse1-0/+4
2003-06-29Changed usage output to show -4 and -6 are mutually exclusive. You can onlyJeremy T. Bouse1-1/+1
2003-06-29Added address_family extern int variable to netutils to allow for -4 & -6Jeremy T. Bouse1-2/+14
2003-06-02finish recv() loop when stream GT or EQ maxbytes (was GT)Karl DeBisschop1-1/+1
2003-06-01allow user to limit number of bytes fetchedKarl DeBisschop1-7/+20
2003-04-17code cleanup to clear strict compiler warningsKarl DeBisschop1-7/+9
2003-04-17code cleanup to clear strict compiler warningsKarl DeBisschop1-63/+69
2003-03-16Applied patch #660973 for tcp refusalsJeremy T. Bouse1-5/+20
2003-03-13Strip leading spaces in perf dataTon Voon1-2/+2
2003-03-13Fix compiler warnings re prognameTon Voon1-1/+2
2003-03-12doco standarizationJeremy T. Bouse1-74/+68
2003-03-12Code cleanupJeremy T. Bouse1-1/+2
2003-03-11Remove getopt_long checksTon Voon1-8/+1
2003-02-18failed if header was more than 1023 bytesKarl DeBisschop1-11/+35
2003-01-16cleanup progname assignmentKarl DeBisschop1-2/+1
2003-01-13convert PROGANE from a define to a const charKarl DeBisschop1-16/+16
2002-12-19expect is +OK for SPOP tooKarl DeBisschop1-1/+1
2002-12-19server expect not getting set, expect is +OK for POPKarl DeBisschop1-2/+2
2002-11-25was segfaulting if no dtat was returnedr1_3_0-beta2Karl DeBisschop1-46/+47
2002-11-08remove unused variablesKarl DeBisschop1-2/+0
2002-10-30replace fixed-lentgh buffer with asprintfKarl DeBisschop1-8/+6
2002-10-22add check_spopKarl DeBisschop1-2/+12
2002-10-18millisecond timingKarl DeBisschop1-15/+17
2002-10-17using asprintfKarl DeBisschop1-4/+7
2002-09-14time data in performance stringKarl DeBisschop1-3/+3
2002-02-28Initial revisionEthan Galstad1-0/+563