Age | Commit message (Expand) | Author | Files | Lines |
2014-01-21 | Merge branch 'rename' | Thomas Guyot-Sionnest | 1 | -3/+3 |
2014-01-21 | plugins/*.c: Alterations for timeout messages. | Spenser Reinhardt | 1 | -1/+1 |
2014-01-20 | Capitalize "Monitoring" when it's the first word | Holger Weiss | 1 | -1/+1 |
2014-01-19 | Project rename initial commit. | Monitoring Plugins Development Team | 1 | -3/+3 |
2013-08-06 | Fixed SF.net bug 2555775, threshold can be double for check_smtp | Jan Wagner | 1 | -14/+12 |
2012-08-10 | fixing bug in certificate experiation patch checking for bad warning threshol... | William Leibzon | 1 | -1/+1 |
2012-07-04 | Re-added missing variable declarations to check_smtp.c | Eric Stanley | 1 | -0/+2 |
2012-06-29 | check_smtp: Remove a comment regarding MAIL FROM | Holger Weiss | 1 | -15/+4 |
2012-06-29 | check_smtp: Fix help and usage output regarding -R | Holger Weiss | 1 | -2/+2 |
2012-06-29 | check_smtp: Fix strcat overflows | Anders Kaseorg | 1 | -4/+2 |
2012-06-29 | Die when asprintf fails | Anders Kaseorg | 1 | -15/+15 |
2012-06-29 | check_smtp: Strip angle brackets from -f argument, if provided | Anders Kaseorg | 1 | -1/+2 |
2012-06-29 | check_smtp: Change MAIL FROM: command to comply with the SMTP standard | Anders Kaseorg | 1 | -1/+1 |
2012-06-25 | applied patch that adds both critical and warning thresholds to certificate e... | William Leibzon | 1 | -11/+26 |
2011-07-15 | Fix check_smtp and check_tcp where duplicate messages were displayed for cert... | Ton Voon | 1 | -3/+0 |
2011-07-15 | New option to check_smtp to ignore failures when sending QUIT (#3358348 - Dun... | Ton Voon | 1 | -4/+26 |
2011-02-08 | check_smtp: Abort on missing/unexpected greeting | Holger Weiss | 1 | -2/+2 |
2010-05-08 | Add missing --fqdn help (Jan Wagner) | Thomas Guyot-Sionnest | 1 | -2/+4 |
2010-04-22 | Add newline after "Usage:" in --help | Thomas Guyot-Sionnest | 1 | -1/+1 |
2010-04-21 | Standardize the extra-opts notes | Thomas Guyot-Sionnest | 1 | -6/+0 |
2010-04-14 | Fix translations when extra-opts aren't enabled | Thomas Guyot-Sionnest | 1 | -9/+9 |
2009-05-22 | Removed -n option in check_smtp's help and usage output (#2782784) | Matthias Eble | 1 | -5/+1 |
2008-11-23 | Removing CVS/SVN tags and replacing with git-based versioning | Thomas Guyot-Sionnest | 1 | -6/+2 |
2008-11-19 | Bulk EOL cleanup | Thomas Guyot-Sionnest | 1 | -3/+3 |
2008-05-07 | Added support for --extra-opts in all C plugins (disabled by default, see con... | Thomas Guyot-Sionnest | 1 | -0/+10 |
2008-03-14 | Enhanced check_smtp to actually print invalid response text (#1911239) | Matthias Eble | 1 | -3/+3 |
2008-03-11 | Fixed link -m64 problems on pst3 for solaris. Fixed _FILE_OFFSET_BITS | Ton Voon | 1 | -2/+2 |
2008-02-12 | Import Gnulib floorf and base64 and removed our old base64 library. | Thomas Guyot-Sionnest | 1 | -2/+4 |
2008-01-31 | Bump plugin/ to GPLv3 (check_overcr to check_users) | Thomas Guyot-Sionnest | 1 | -23/+19 |
2007-11-09 | Moved base64 function to /lib. | Thomas Guyot-Sionnest | 1 | -40/+2 |
2007-09-15 | Properly handle SMTP server responses which are split into multiple | Holger Weiss | 1 | -18/+72 |
2007-07-31 | Read the response to an SMTP QUIT command before closing the socket | Holger Weiss | 1 | -3/+28 |
2007-07-14 | Fixed segfault in argument processing. Thanks to Christoph Schell (#1742066) | Matthias Eble | 1 | -4/+8 |
2007-03-06 | Fixed compile errors in check_smtp.c | Ton Voon | 1 | -11/+11 |
2007-03-06 | Fixed broken HELO cmd (Enrico Scholz - 1675279) | Ton Voon | 1 | -5/+3 |
2007-02-06 | correcting some translation problems | Benoit Mortier | 1 | -3/+3 |
2007-01-28 | Don't try to print `optarg' (which will be a NULL pointer) if an unknown | Holger Weiss | 1 | -1/+1 |
2007-01-24 | Sync with gnulib - lots of extraneous code removed in preference to GNU code | Ton Voon | 1 | -4/+3 |
2006-10-19 | another round of localization cleaning | Benoit Mortier | 1 | -3/+6 |
2006-10-12 | Resend EHLO after TLS negotiation as per RFC3207 (Holger Weiss - 1482832) | Ton Voon | 1 | -2/+32 |
2006-06-20 | cleaning help and usage + license | Benoit Mortier | 1 | -59/+70 |
2006-05-25 | Use coreutils' regexp libraries, so regexp always available now | Ton Voon | 1 | -10/+1 |
2005-11-02 | check_smtp.c | M. Sean Finney | 1 | -8/+164 |
2005-10-19 | all plugins now using centralized ssl functions in netutils.c | M. Sean Finney | 1 | -198/+20 |
2005-10-19 | - initial attempt at consolidating ssl-related code into netutils.{c,h} | M. Sean Finney | 1 | -1/+9 |
2005-10-13 | multiple fixes in check_smtp from debian (bts #285554): | M. Sean Finney | 1 | -21/+65 |
2005-04-07 | in honor of joining up, my first bugfix. this should resolve 1174070. | M. Sean Finney | 1 | -10/+7 |
2005-04-04 | Fix static buffer (Nikolay Sturm) | Ton Voon | 1 | -2/+2 |
2005-03-04 | Fixed // comments (Steve Greenland - 1143836) | Ton Voon | 1 | -4/+2 |
2005-01-01 | Removed old terminate function (Bug 1093491) | Ton Voon | 1 | -2/+1 |