aboutsummaryrefslogtreecommitdiff
path: root/plugins/check_smtp.c
AgeCommit message (Expand)Author
2014-01-21Merge branch 'rename'Gravatar Thomas Guyot-Sionnest
2014-01-21plugins/*.c: Alterations for timeout messages.Gravatar Spenser Reinhardt
2014-01-20Capitalize "Monitoring" when it's the first wordGravatar Holger Weiss
2014-01-19Project rename initial commit.Gravatar Monitoring Plugins Development Team
2013-08-06Fixed SF.net bug 2555775, threshold can be double for check_smtpGravatar Jan Wagner
2012-08-10fixing bug in certificate experiation patch checking for bad warning threshol...Gravatar William Leibzon
2012-07-04Re-added missing variable declarations to check_smtp.cGravatar Eric Stanley
2012-06-29check_smtp: Remove a comment regarding MAIL FROMGravatar Holger Weiss
2012-06-29check_smtp: Fix help and usage output regarding -RGravatar Holger Weiss
2012-06-29check_smtp: Fix strcat overflowsGravatar Anders Kaseorg
2012-06-29Die when asprintf failsGravatar Anders Kaseorg
2012-06-29check_smtp: Strip angle brackets from -f argument, if providedGravatar Anders Kaseorg
2012-06-29check_smtp: Change MAIL FROM: command to comply with the SMTP standardGravatar Anders Kaseorg
2012-06-25applied patch that adds both critical and warning thresholds to certificate e...Gravatar William Leibzon
2011-07-15Fix check_smtp and check_tcp where duplicate messages were displayed for cert...Gravatar Ton Voon
2011-07-15New option to check_smtp to ignore failures when sending QUIT (#3358348 - Dun...Gravatar Ton Voon
2011-02-08check_smtp: Abort on missing/unexpected greetingGravatar Holger Weiss
2010-05-08Add missing --fqdn help (Jan Wagner)Gravatar Thomas Guyot-Sionnest
2010-04-22Add newline after "Usage:" in --helpGravatar Thomas Guyot-Sionnest
2010-04-21Standardize the extra-opts notesGravatar Thomas Guyot-Sionnest
2010-04-14Fix translations when extra-opts aren't enabledGravatar Thomas Guyot-Sionnest
2009-05-22Removed -n option in check_smtp's help and usage output (#2782784)Gravatar Matthias Eble
2008-11-23Removing CVS/SVN tags and replacing with git-based versioningGravatar Thomas Guyot-Sionnest
2008-11-19Bulk EOL cleanupGravatar Thomas Guyot-Sionnest
2008-05-07Added support for --extra-opts in all C plugins (disabled by default, see con...Gravatar Thomas Guyot-Sionnest
2008-03-14Enhanced check_smtp to actually print invalid response text (#1911239)Gravatar Matthias Eble
2008-03-11Fixed link -m64 problems on pst3 for solaris. Fixed _FILE_OFFSET_BITSGravatar Ton Voon
2008-02-12Import Gnulib floorf and base64 and removed our old base64 library.Gravatar Thomas Guyot-Sionnest
2008-01-31Bump plugin/ to GPLv3 (check_overcr to check_users)Gravatar Thomas Guyot-Sionnest
2007-11-09Moved base64 function to /lib.Gravatar Thomas Guyot-Sionnest
2007-09-15Properly handle SMTP server responses which are split into multipleGravatar Holger Weiss
2007-07-31Read the response to an SMTP QUIT command before closing the socketGravatar Holger Weiss
2007-07-14Fixed segfault in argument processing. Thanks to Christoph Schell (#1742066)Gravatar Matthias Eble
2007-03-06Fixed compile errors in check_smtp.cGravatar Ton Voon
2007-03-06Fixed broken HELO cmd (Enrico Scholz - 1675279)Gravatar Ton Voon
2007-02-06correcting some translation problemsGravatar Benoit Mortier
2007-01-28Don't try to print `optarg' (which will be a NULL pointer) if an unknownGravatar Holger Weiss
2007-01-24Sync with gnulib - lots of extraneous code removed in preference to GNU codeGravatar Ton Voon
2006-10-19another round of localization cleaningGravatar Benoit Mortier
2006-10-12Resend EHLO after TLS negotiation as per RFC3207 (Holger Weiss - 1482832)Gravatar Ton Voon
2006-06-20cleaning help and usage + licenseGravatar Benoit Mortier
2006-05-25Use coreutils' regexp libraries, so regexp always available nowGravatar Ton Voon
2005-11-02check_smtp.cGravatar 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-13multiple fixes in check_smtp from debian (bts #285554):Gravatar M. Sean Finney
2005-04-07in honor of joining up, my first bugfix. this should resolve 1174070.Gravatar M. Sean Finney
2005-04-04Fix static buffer (Nikolay Sturm)Gravatar Ton Voon
2005-03-04Fixed // comments (Steve Greenland - 1143836)Gravatar Ton Voon
2005-01-01Removed old terminate function (Bug 1093491)Gravatar Ton Voon