Code

check_tcp code cleanup from andreas plus fix to andreas' patch from sean
[nagiosplug.git] / plugins / check_tcp.c
2005-06-05 M. Sean Finneycheck_tcp code cleanup from andreas plus fix to andreas...
2005-05-25 M. Sean Finneybah, my_connect is taken by mysql. now calling it...
2005-05-24 M. Sean Finneyoptimizations and cleanup from andreas
2005-05-03 M. Sean Finneyif check_tcp was called with -e but not -s, it would...
2005-04-11 M. Sean Finneythis should add support for check_ssmtp, based on the...
2004-12-30 Benoit Mortiermore internationalization fixes
2004-12-25 Benoit Mortiervarious fixes for localization
2004-12-11 Matthew KentPatch from Ollie Cook to define return code when expect...
2004-12-08 Benoit Mortierpatch 1028033
2004-12-04 Benoit Mortierinternationalization fixes
2004-12-03 Benoit Mortierreverting my changes from !=TRUE to == ERROR, that...
2004-12-03 Benoit Mortiercheck_tcp parenthesis bug, header fix for po files
2004-12-03 Benoit Mortierprint_help and print_usage() cleanup
2004-12-03 Stanley Hopcroft1041571: -D option processing corrected (Eric Chen...
2004-12-03 Benoit Mortierremove UT_HLP_VRS from print_usage
2004-12-03 Benoit Mortierfixes for internationalization
2004-12-03 Benoit Mortierbump copyright year
2004-12-02 Stanley HopcroftTracker 1041571: appended :D to getopt_long() args...
2004-12-02 Benoit MortierMore internationalization work
2004-12-02 Benoit Mortierreturn of process_arguments() is TRUE not OK !
2004-12-02 Benoit Mortierchanged Error: by CRITICAL -
2004-12-01 Benoit Mortierstandardize localization string
2004-12-01 Stanley Hopcroft1041571 & 664615: check_tcp with cert check + nntps...
2004-11-24 Ton VoonMaking messages more consistent
2004-11-18 Ton VoonEnhance SSL initialization problems (Phil Dibowitz...
2004-11-17 Ton VoonIgnore output from tcp port (949070 - Jan-Piet Mens)
2004-03-14 Karl DeBisschopuse fperfdata
2004-03-01 Karl DeBisschopcheck_tcp was returning uninitialized string with user...
2004-01-21 Karl DeBisschop=fix segfault on malloc of server_expect for multibyte...
2003-11-11 Ton VoonAdded perfdata
2003-08-22 Karl DeBisschop- bindtextdomain for gettext, a few other smale cleanup...
2003-08-10 Karl DeBisschopthe last round of pedantic compiler warnings
2003-08-09 Karl DeBisschopmore pedantic compiler warnings
2003-08-07 Karl DeBisschopreplace "terminate" with "die" for shorter name and...
2003-08-03 Karl DeBisschopmarkup for translation
2003-08-02 Karl DeBisschopestablish "UT_" namespace for usage text in #defines
2003-07-30 Karl DeBisschopmarkup for translation
2003-07-29 Karl DeBisschopmark for translation
2003-07-26 Karl DeBisschopinternationalization
2003-07-26 Karl DeBisschopcheckins for internationalization
2003-06-30 Jeremy T. BouseCorrections to get code to compile on systems without...
2003-06-29 Jeremy T. BouseChanged usage output to show -4 and -6 are mutually...
2003-06-29 Jeremy T. BouseAdded address_family extern int variable to netutils...
2003-06-02 Karl DeBisschopfinish recv() loop when stream GT or EQ maxbytes (was GT)
2003-06-01 Karl DeBisschopallow user to limit number of bytes fetched
2003-04-17 Karl DeBisschopcode cleanup to clear strict compiler warnings
2003-04-17 Karl DeBisschopcode cleanup to clear strict compiler warnings
2003-03-16 Jeremy T. BouseApplied patch #660973 for tcp refusals
2003-03-13 Ton VoonStrip leading spaces in perf data
2003-03-13 Ton VoonFix compiler warnings re progname
2003-03-12 Jeremy T. Bousedoco standarization
2003-03-12 Jeremy T. BouseCode cleanup
2003-03-11 Ton VoonRemove getopt_long checks
2003-02-18 Karl DeBisschopfailed if header was more than 1023 bytes
2003-01-16 Karl DeBisschopcleanup progname assignment
2003-01-13 Karl DeBisschopconvert PROGANE from a define to a const char
2002-12-19 Karl DeBisschopexpect is +OK for SPOP too
2002-12-19 Karl DeBisschopserver expect not getting set, expect is +OK for POP
2002-11-25 Karl DeBisschopwas segfaulting if no dtat was returned
2002-11-08 Karl DeBisschopremove unused variables
2002-10-30 Karl DeBisschopreplace fixed-lentgh buffer with asprintf
2002-10-22 Karl DeBisschopadd check_spop
2002-10-18 Karl DeBisschopmillisecond timing
2002-10-17 Karl DeBisschopusing asprintf
2002-09-14 Karl DeBisschoptime data in performance string
2002-02-28 Ethan GalstadInitial revision