Code

Fix translations when extra-opts aren't enabled
[nagiosplug.git] / plugins / check_tcp.c
2010-04-14 Thomas Guyot-SionnestFix translations when extra-opts aren't enabled
2009-02-20 Ton VoonTypo fixes (Jan Wagner - SF 1878971)
2008-11-23 Thomas Guyot-SionnestRemoving CVS/SVN tags and replacing with git-based...
2008-11-19 Thomas Guyot-SionnestBulk EOL cleanup
2008-11-05 Thomas Guyot-SionnestFix check_tcp longoptions handling
2008-05-07 Thomas Guyot-SionnestAdded support for --extra-opts in all C plugins (disabl...
2008-01-31 Thomas Guyot-SionnestBump plugin/ to GPLv3 (check_overcr to check_users)
2008-01-08 Ton VoonReverted commit 1879 where an invalid hostname returns...
2007-12-19 Ton Vooncheck_tcp now returns UNKNOWN with an invalid hostname...
2007-06-03 Matthias EbleMoved check_tcp's expect string testing into utils_tcp...
2007-05-29 Matthias EbleFix segfault when -e is specified multiple times. Thank...
2007-05-29 Matthias EbleNo more warn/crit values in performance data if -w...
2007-02-14 Ton VoonDocumentation fix re: --escape flag. Fix of ./check_tcp...
2007-02-06 Thomas Guyot-SionnestCorrect vim typo in comment block :P
2007-02-06 Benoit Mortiercorrecting some translation problems
2007-02-01 Thomas Guyot-SionnestFix progname being partly set to upper case
2007-01-31 Thomas Guyot-SionnestFix Debian Bug #392610: check_jabber always return...
2007-01-30 Thomas Guyot-SionnestJail does not requires any arguments
2007-01-30 Thomas Guyot-SionnestFix reporting bug using expect, affecting (not fixing...
2007-01-28 Holger WeissDon't try to print `optarg' (which will be a NULL point...
2007-01-23 Holger WeissAdd missing `break' to the switch-case block that handl...
2006-10-19 Benoit Mortieranother round of localization cleaning
2006-09-02 M. Sean Finney- fix for warning/critical timeouts in check_tcp.c...
2006-03-29 Ton VoonNew function to for escaped strings from command line...
2006-03-24 Ton Voonudp checks require and send and receive option. Tests...
2006-03-22 Ton VoonOptions to change line ends for -s and -q (John Rouilla...
2006-03-21 Ton VoonReturn CRITICAL if hostname invalid, as per guidelines
2005-11-04 Ton VoonFixed --mismatch option for check_tcp. Added tests...
2005-10-31 M. Sean Finneycode cleanups, largely resulting from turning on -Wall...
2005-10-30 M. Sean Finneyanother fix from alex: check for '/' in the server_addr...
2005-10-30 M. Sean Finneyfixes for some bugs found in my merging of the tcp...
2005-10-25 M. Sean Finney- added code to allow check_tcp (via np_net_connect...
2005-10-19 M. Sean Finneyall plugins now using centralized ssl functions in...
2005-10-19 M. Sean Finney- initial attempt at consolidating ssl-related code...
2005-10-18 M. Sean Finneyinitial "experimental" support for gnutls. by default...
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
next