Age | Commit message (Expand) | Author | Files | Lines |
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 |
2004-12-30 | more internationalization fixes | Benoit Mortier | 1 | -6/+6 |
2004-12-28 | starttls support for check_smtp #1041576 | Benoit Mortier | 1 | -13/+272 |
2004-12-25 | various fixes for localization | Benoit Mortier | 1 | -4/+2 |
2004-12-05 | fix patch 998291 | Benoit Mortier | 1 | -1/+2 |
2004-12-04 | internationalization fixes | Benoit Mortier | 1 | -5/+5 |
2004-12-03 | reverting my changes from !=TRUE to == ERROR, that's not good ;-( sorry | Benoit Mortier | 1 | -1/+1 |
2004-12-03 | print_help and print_usage() cleanup | Benoit Mortier | 1 | -3/+2 |
2004-12-03 | remove UT_HLP_VRS from print_usage | Benoit Mortier | 1 | -2/+1 |
2004-12-03 | fixes for internationalization | Benoit Mortier | 1 | -1/+1 |
2004-12-03 | bump copyright year | Benoit Mortier | 1 | -1/+1 |
2004-12-02 | More internationalization work | Benoit Mortier | 1 | -1/+1 |
2004-12-02 | return of process_arguments() is TRUE not OK ! | Benoit Mortier | 1 | -1/+1 |
2004-12-01 | standardize localization string | Benoit Mortier | 1 | -24/+12 |
2004-11-24 | Making messages more consistent | Ton Voon | 1 | -4/+4 |
2004-11-23 | Standardising translation texts | Ton Voon | 1 | -1/+1 |
2004-11-19 | Change unit from 'us' to 's' to match other core plugins for simplicity. | Matthew Kent | 1 | -1/+1 |
2004-11-18 | Go critical on no route to host instead of warning (934025) | Matthew Kent | 1 | -4/+5 |
2004-03-14 | use fperfdata | Karl DeBisschop | 1 | -2/+2 |
2004-03-01 | allow regex for ecpect checks | Karl DeBisschop | 1 | -3/+42 |
2004-02-28 | minor doco update to reflect handling of repeated caoomand strings | Karl DeBisschop | 1 | -3/+5 |
2004-02-28 | work in progress to accept multiple command/expect pairs | Karl DeBisschop | 1 | -22/+54 |
2003-11-19 | use perfdata() to return perfoamnace data in stanadrd format | Karl DeBisschop | 1 | -6/+7 |