Code

Add missing --fqdn help (Jan Wagner)
[nagiosplug.git] / plugins / check_smtp.c
2010-05-08 Thomas Guyot-SionnestAdd missing --fqdn help (Jan Wagner)
2010-04-22 Thomas Guyot-SionnestAdd newline after "Usage:" in --help
2010-04-22 Thomas Guyot-SionnestStandardize the extra-opts notes
2010-04-14 Thomas Guyot-SionnestFix translations when extra-opts aren't enabled
2009-05-22 Matthias EbleRemoved -n option in check_smtp's help and usage output...
2008-11-23 Thomas Guyot-SionnestRemoving CVS/SVN tags and replacing with git-based...
2008-11-19 Thomas Guyot-SionnestBulk EOL cleanup
2008-05-07 Thomas Guyot-SionnestAdded support for --extra-opts in all C plugins (disabl...
2008-03-14 Matthias EbleEnhanced check_smtp to actually print invalid response...
2008-03-11 Ton VoonFixed link -m64 problems on pst3 for solaris. Fixed...
2008-02-12 Thomas Guyot-SionnestImport Gnulib floorf and base64 and removed our old...
2008-01-31 Thomas Guyot-SionnestBump plugin/ to GPLv3 (check_overcr to check_users)
2007-11-09 Thomas Guyot-SionnestMoved base64 function to /lib.
2007-09-15 Holger WeissProperly handle SMTP server responses which are split...
2007-07-31 Holger WeissRead the response to an SMTP QUIT command before closin...
2007-07-14 Matthias EbleFixed segfault in argument processing. Thanks to Christ...
2007-03-06 Ton VoonFixed compile errors in check_smtp.c
2007-03-06 Ton VoonFixed broken HELO cmd (Enrico Scholz - 1675279)
2007-02-06 Benoit Mortiercorrecting some translation problems
2007-01-28 Holger WeissDon't try to print `optarg' (which will be a NULL point...
2007-01-24 Ton VoonSync with gnulib - lots of extraneous code removed...
2006-10-19 Benoit Mortieranother round of localization cleaning
2006-10-12 Ton VoonResend EHLO after TLS negotiation as per RFC3207 (Holge...
2006-06-20 Benoit Mortiercleaning help and usage + license
2006-05-25 Ton VoonUse coreutils' regexp libraries, so regexp always avail...
2005-11-02 M. Sean Finneycheck_smtp.c
2005-10-19 M. Sean Finneyall plugins now using centralized ssl functions in...
2005-10-19 M. Sean Finney- initial attempt at consolidating ssl-related code...
2005-10-13 M. Sean Finneymultiple fixes in check_smtp from debian (bts #285554):
2005-04-07 M. Sean Finneyin honor of joining up, my first bugfix. this should...
2005-04-04 Ton VoonFix static buffer (Nikolay Sturm)
2005-03-04 Ton VoonFixed // comments (Steve Greenland - 1143836)
2005-01-01 Ton VoonRemoved old terminate function (Bug 1093491)
2004-12-30 Benoit Mortiermore internationalization fixes
2004-12-28 Benoit Mortierstarttls support for check_smtp #1041576
2004-12-25 Benoit Mortiervarious fixes for localization
2004-12-05 Benoit Mortierfix patch 998291
2004-12-04 Benoit Mortierinternationalization fixes
2004-12-03 Benoit Mortierreverting my changes from !=TRUE to == ERROR, that...
2004-12-03 Benoit Mortierprint_help and print_usage() cleanup
2004-12-03 Benoit Mortierremove UT_HLP_VRS from print_usage
2004-12-03 Benoit Mortierfixes for internationalization
2004-12-03 Benoit Mortierbump copyright year
2004-12-02 Benoit MortierMore internationalization work
2004-12-02 Benoit Mortierreturn of process_arguments() is TRUE not OK !
2004-12-01 Benoit Mortierstandardize localization string
2004-11-24 Ton VoonMaking messages more consistent
2004-11-23 Ton VoonStandardising translation texts
2004-11-19 Matthew KentChange unit from 'us' to 's' to match other core plugin...
2004-11-18 Matthew KentGo critical on no route to host instead of warning...
2004-03-14 Karl DeBisschopuse fperfdata
2004-03-01 Karl DeBisschopallow regex for ecpect checks
2004-02-28 Karl DeBisschopminor doco update to reflect handling of repeated caoom...
2004-02-28 Karl DeBisschopwork in progress to accept multiple command/expect...
2003-11-19 Karl DeBisschopuse perfdata() to return perfoamnace data in stanadrd...
2003-08-22 Karl DeBisschop- bindtextdomain for gettext, a few other smale cleanup...
2003-08-10 Karl DeBisschopperf data in integer microseconds
2003-08-10 Karl DeBisschopthe last round of pedantic compiler warnings
2003-08-09 Karl DeBisschopmore pedantic compiler warnings
2003-08-08 Karl DeBisschopmarkup for translation
2003-06-30 Jeremy T. BouseAdded -4 and -6 command line options into check_http...
2003-03-13 Ton VoonPerf data without leading spaces and fix ANSI C complai...
2003-03-12 Karl DeBisschopcomment/doco cleanup for embeeded doc work, control...
2003-03-11 Ton VoonRemove getopt_long checks
2003-03-07 Karl DeBisschopmillisecond timing and perf data
2003-03-07 Karl DeBisschopwhole timer loop was on the wrong side of connection...
2003-01-13 Karl DeBisschopconvert PROGANE from a define to a const char
2002-11-08 Karl DeBisschopremove unused variables
2002-10-30 Karl DeBisschopremove call_getopt, fix several buffer overruns possibl...
2002-09-02 Subhendu Ghoshnew -f option for adding a FROM address for RFC correctness
2002-09-01 Subhendu GhoshValid MAIL command
2002-08-14 Subhendu Ghoshadded HELO command
2002-06-13 Subhendu Ghoshconformance to RFC 821 <CRLF>
2002-06-10 Subhendu Ghoshpatch to stop NOQUEUE syslog messages - Karl Ewald
2002-02-28 Ethan GalstadInitial revision