summaryrefslogtreecommitdiffstats
path: root/plugins/check_smtp.c
AgeCommit message (Expand)AuthorFilesLines
2006-05-25Use coreutils' regexp libraries, so regexp always available nowTon Voon1-10/+1
2005-11-02check_smtp.cM. Sean Finney1-8/+164
2005-10-19all plugins now using centralized ssl functions in netutils.cM. Sean Finney1-198/+20
2005-10-19- initial attempt at consolidating ssl-related code into netutils.{c,h}M. Sean Finney1-1/+9
2005-10-13multiple fixes in check_smtp from debian (bts #285554):M. Sean Finney1-21/+65
2005-04-07in honor of joining up, my first bugfix. this should resolve 1174070.M. Sean Finney1-10/+7
2005-04-04Fix static buffer (Nikolay Sturm)Ton Voon1-2/+2
2005-03-04Fixed // comments (Steve Greenland - 1143836)Ton Voon1-4/+2
2005-01-01Removed old terminate function (Bug 1093491)Ton Voon1-2/+1
2004-12-30more internationalization fixesBenoit Mortier1-6/+6
2004-12-28starttls support for check_smtp #1041576Benoit Mortier1-13/+272
2004-12-25various fixes for localizationBenoit Mortier1-4/+2
2004-12-05fix patch 998291Benoit Mortier1-1/+2
2004-12-04internationalization fixesBenoit Mortier1-5/+5
2004-12-03reverting my changes from !=TRUE to == ERROR, that's not good ;-( sorryBenoit Mortier1-1/+1
2004-12-03print_help and print_usage() cleanupBenoit Mortier1-3/+2
2004-12-03remove UT_HLP_VRS from print_usageBenoit Mortier1-2/+1
2004-12-03fixes for internationalizationBenoit Mortier1-1/+1
2004-12-03bump copyright yearBenoit Mortier1-1/+1
2004-12-02More internationalization workBenoit Mortier1-1/+1
2004-12-02return of process_arguments() is TRUE not OK !Benoit Mortier1-1/+1
2004-12-01standardize localization stringBenoit Mortier1-24/+12
2004-11-24Making messages more consistentTon Voon1-4/+4
2004-11-23Standardising translation textsTon Voon1-1/+1
2004-11-19Change unit from 'us' to 's' to match other core plugins for simplicity.Matthew Kent1-1/+1
2004-11-18Go critical on no route to host instead of warning (934025)Matthew Kent1-4/+5
2004-03-14use fperfdataKarl DeBisschop1-2/+2
2004-03-01allow regex for ecpect checksKarl DeBisschop1-3/+42
2004-02-28minor doco update to reflect handling of repeated caoomand stringsKarl DeBisschop1-3/+5
2004-02-28work in progress to accept multiple command/expect pairsKarl DeBisschop1-22/+54
2003-11-19use perfdata() to return perfoamnace data in stanadrd formatKarl DeBisschop1-6/+7
2003-08-22- bindtextdomain for gettext, a few other smale cleanups here and thereKarl DeBisschop1-0/+4
2003-08-10perf data in integer microsecondsKarl DeBisschop1-5/+7
2003-08-10the last round of pedantic compiler warningsKarl DeBisschop1-3/+3
2003-08-09more pedantic compiler warningsKarl DeBisschop1-4/+10
2003-08-08markup for translationKarl DeBisschop1-96/+92
2003-06-30Added -4 and -6 command line options into check_http, check_ldap andJeremy T. Bouse1-2/+18
2003-03-13Perf data without leading spaces and fix ANSI C complaint about \nTon Voon1-3/+3
2003-03-12comment/doco cleanup for embeeded doc work, control STMP command via options ...Karl DeBisschop1-81/+98
2003-03-11Remove getopt_long checksTon Voon1-8/+2
2003-03-07millisecond timing and perf dataKarl DeBisschop1-14/+19
2003-03-07whole timer loop was on the wrong side of connection close codeKarl DeBisschop1-34/+19
2003-01-13convert PROGANE from a define to a const charKarl DeBisschop1-4/+4
2002-11-08remove unused variablesKarl DeBisschop1-1/+1
2002-10-30remove call_getopt, fix several buffer overruns possible due to use of fixed ...Karl DeBisschop1-92/+55
2002-09-02new -f option for adding a FROM address for RFC correctnessSubhendu Ghosh1-10/+38
2002-09-01Valid MAIL commandSubhendu Ghosh1-1/+4
2002-08-14added HELO commandSubhendu Ghosh1-0/+16
2002-06-13conformance to RFC 821 <CRLF>Subhendu Ghosh1-2/+2
2002-06-10patch to stop NOQUEUE syslog messages - Karl EwaldSubhendu Ghosh1-0/+13