Age | Commit message (Expand) | Author | Files | Lines |
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 |
2003-08-22 | - bindtextdomain for gettext, a few other smale cleanups here and there | Karl DeBisschop | 1 | -0/+4 |
2003-08-10 | perf data in integer microseconds | Karl DeBisschop | 1 | -5/+7 |
2003-08-10 | the last round of pedantic compiler warnings | Karl DeBisschop | 1 | -3/+3 |
2003-08-09 | more pedantic compiler warnings | Karl DeBisschop | 1 | -4/+10 |
2003-08-08 | markup for translation | Karl DeBisschop | 1 | -96/+92 |
2003-06-30 | Added -4 and -6 command line options into check_http, check_ldap and | Jeremy T. Bouse | 1 | -2/+18 |
2003-03-13 | Perf data without leading spaces and fix ANSI C complaint about \n | Ton Voon | 1 | -3/+3 |
2003-03-12 | comment/doco cleanup for embeeded doc work, control STMP command via options ... | Karl DeBisschop | 1 | -81/+98 |
2003-03-11 | Remove getopt_long checks | Ton Voon | 1 | -8/+2 |
2003-03-07 | millisecond timing and perf data | Karl DeBisschop | 1 | -14/+19 |
2003-03-07 | whole timer loop was on the wrong side of connection close code | Karl DeBisschop | 1 | -34/+19 |
2003-01-13 | convert PROGANE from a define to a const char | Karl DeBisschop | 1 | -4/+4 |
2002-11-08 | remove unused variables | Karl DeBisschop | 1 | -1/+1 |
2002-10-30 | remove call_getopt, fix several buffer overruns possible due to use of fixed ... | Karl DeBisschop | 1 | -92/+55 |
2002-09-02 | new -f option for adding a FROM address for RFC correctness | Subhendu Ghosh | 1 | -10/+38 |
2002-09-01 | Valid MAIL command | Subhendu Ghosh | 1 | -1/+4 |
2002-08-14 | added HELO command | Subhendu Ghosh | 1 | -0/+16 |
2002-06-13 | conformance to RFC 821 <CRLF> | Subhendu Ghosh | 1 | -2/+2 |