Age | Commit message (Expand) | Author | Files | Lines |
2005-10-19 | all plugins now using centralized ssl functions in netutils.c | M. Sean Finney | 1 | -106/+6 |
2005-10-19 | - initial attempt at consolidating ssl-related code into netutils.{c,h} | M. Sean Finney | 1 | -115/+30 |
2005-10-18 | initial "experimental" support for gnutls. by default openssl is still | M. Sean Finney | 1 | -14/+28 |
2005-06-05 | check_tcp code cleanup from andreas plus fix to andreas' patch from sean | M. Sean Finney | 1 | -276/+242 |
2005-05-25 | bah, my_connect is taken by mysql. now calling it np_net_connect. | M. Sean Finney | 1 | -1/+1 |
2005-05-24 | optimizations and cleanup from andreas | M. Sean Finney | 1 | -24/+14 |
2005-05-03 | if check_tcp was called with -e but not -s, it would hang in a call to my_rec... | M. Sean Finney | 1 | -2/+4 |
2005-04-11 | this should add support for check_ssmtp, based on the 1.3.x patch in 1155562, | M. Sean Finney | 1 | -0/+10 |
2004-12-30 | more internationalization fixes | Benoit Mortier | 1 | -1/+1 |
2004-12-25 | various fixes for localization | Benoit Mortier | 1 | -16/+14 |
2004-12-11 | Patch from Ollie Cook to define return code when expected value not received ... | Matthew Kent | 1 | -8/+28 |
2004-12-08 | patch 1028033 | Benoit Mortier | 1 | -1/+1 |
2004-12-04 | internationalization fixes | Benoit Mortier | 1 | -8/+8 |
2004-12-03 | reverting my changes from !=TRUE to == ERROR, that's not good ;-( sorry | Benoit Mortier | 1 | -1/+1 |
2004-12-03 | check_tcp parenthesis bug, header fix for po files | Benoit Mortier | 1 | -1/+1 |
2004-12-03 | print_help and print_usage() cleanup | Benoit Mortier | 1 | -6/+6 |
2004-12-03 | 1041571: -D option processing corrected (Eric Chen). Changed process_argument... | Stanley Hopcroft | 1 | -2/+2 |
2004-12-03 | remove UT_HLP_VRS from print_usage | Benoit Mortier | 1 | -6/+4 |
2004-12-03 | fixes for internationalization | Benoit Mortier | 1 | -4/+4 |
2004-12-03 | bump copyright year | Benoit Mortier | 1 | -2/+2 |
2004-12-02 | Tracker 1041571: appended :D to getopt_long() args (for cert expiry check). E... | Stanley Hopcroft | 1 | -1/+1 |
2004-12-02 | More internationalization work | Benoit Mortier | 1 | -2/+2 |
2004-12-02 | return of process_arguments() is TRUE not OK ! | Benoit Mortier | 1 | -1/+1 |
2004-12-02 | changed Error: by CRITICAL - | Benoit Mortier | 1 | -9/+9 |
2004-12-01 | standardize localization string | Benoit Mortier | 1 | -15/+14 |
2004-12-01 | 1041571 & 664615: check_tcp with cert check + nntps, simap, jabber | Stanley Hopcroft | 1 | -11/+156 |
2004-11-24 | Making messages more consistent | Ton Voon | 1 | -4/+4 |
2004-11-18 | Enhance SSL initialization problems (Phil Dibowitz - 1055120) | Ton Voon | 1 | -2/+3 |
2004-11-17 | Ignore output from tcp port (949070 - Jan-Piet Mens) | Ton Voon | 1 | -3/+10 |
2004-03-14 | use fperfdata | Karl DeBisschop | 1 | -5/+5 |
2004-03-01 | check_tcp was returning uninitialized string with user-defined refused outcome | Karl DeBisschop | 1 | -2/+2 |
2004-01-21 | =fix segfault on malloc of server_expect for multibyte chars (David Croft) | Karl DeBisschop | 1 | -5/+5 |
2003-11-11 | Added perfdata | Ton Voon | 1 | -1/+5 |
2003-08-22 | - bindtextdomain for gettext, a few other smale cleanups here and there | Karl DeBisschop | 1 | -2/+4 |
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 | -96/+113 |
2003-08-07 | replace "terminate" with "die" for shorter name and better readability | Karl DeBisschop | 1 | -3/+3 |
2003-08-03 | markup for translation | Karl DeBisschop | 1 | -2/+2 |
2003-08-02 | establish "UT_" namespace for usage text in #defines | Karl DeBisschop | 1 | -8/+10 |
2003-07-30 | markup for translation | Karl DeBisschop | 1 | -1/+3 |
2003-07-29 | mark for translation | Karl DeBisschop | 1 | -34/+10 |
2003-07-26 | internationalization | Karl DeBisschop | 1 | -95/+98 |
2003-07-26 | checkins for internationalization | Karl DeBisschop | 1 | -58/+65 |
2003-06-30 | Corrections to get code to compile on systems without IPv6 support | Jeremy T. Bouse | 1 | -0/+4 |
2003-06-29 | Changed usage output to show -4 and -6 are mutually exclusive. You can only | Jeremy T. Bouse | 1 | -1/+1 |
2003-06-29 | Added address_family extern int variable to netutils to allow for -4 & -6 | Jeremy T. Bouse | 1 | -2/+14 |
2003-06-02 | finish recv() loop when stream GT or EQ maxbytes (was GT) | Karl DeBisschop | 1 | -1/+1 |
2003-06-01 | allow user to limit number of bytes fetched | Karl DeBisschop | 1 | -7/+20 |
2003-04-17 | code cleanup to clear strict compiler warnings | Karl DeBisschop | 1 | -7/+9 |
2003-04-17 | code cleanup to clear strict compiler warnings | Karl DeBisschop | 1 | -63/+69 |