aboutsummaryrefslogtreecommitdiff
path: root/plugins/check_smtp.c
AgeCommit message (Expand)Author
2021-10-28check_smtp: add -L flag to support LMTP (LHLO instead of HELO/EHLO).Gravatar Geert Hendrickx
2019-01-18Simply initializes n before it is usedGravatar Iustin Pop
2016-12-01Spelling fixes suggested by lintianGravatar Jan Wagner
2016-11-19Merge pull request #1382 from riskersen/smtp_tls_expecGravatar Oliver Skibbe
2016-11-18Merge remote-tracking branch 'monitoring-plugins/pr/1443'Gravatar Holger Weiss
2016-11-17check_radius: Replace functions removed in radcliGravatar Holger Weiss
2016-11-13add openssl 1.1 supportGravatar vagrant
2015-10-08check_smtp: extended support for expect optionGravatar Oliver Skibbe
2015-10-08check_smtp.c: modified SSL check for use with -eGravatar Oliver Skibbe
2015-10-06check_smtp: Let "-D" option imply "-S"Gravatar Holger Weiss
2015-10-06check_smtp: QUIT SMTP connection when "-D" is usedGravatar Holger Weiss
2015-10-04use unknown exit code for help/version in pluginsGravatar Sven Nierlein
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