Code

Fix an off-by-one error where a realloc(3) call doesn't allocate space
[nagiosplug.git] / plugins / check_http.c
2007-06-01 Holger WeissFix an off-by-one error where a realloc(3) call doesn...
2007-05-23 Thomas Guyot-SionnestUpdate many strings in check_http to get more consisten...
2007-05-13 Holger WeissAdd missing options to the usage output.
2007-03-06 Ton VoonFix option handling (Nobuhiro Ban - 1657280)
2007-02-06 Benoit Mortiercorrecting some translation problems
2007-01-28 Holger WeissDon't try to print `optarg' (which will be a NULL point...
2007-01-20 Thomas Guyot-SionnestFix bug #1632091: printf format string typos. Add some...
2006-12-20 Ton VoonRemoved unused timestamp variable (Matthias Eble)
2006-10-26 Ton VoonRemove C style comments (1583467 - Markus Baertschi)
2006-10-24 Ton VoonRestored accidently regressed fix
2006-10-23 Benoit Mortierlocalization fixes
2006-10-19 Ton VoonRedirection error if other headers beginning with L...
2006-10-19 Benoit Mortierfirst pass at cleaning localization for new release
2006-05-25 Ton VoonOption to invert results from a regexp pattern match
2006-05-25 Ton VoonUse coreutils' regexp libraries, so regexp always avail...
2006-04-05 Ton VoonAllow multiple -k parameters (Gerd Mueller - 1457726)
2006-03-24 Ton Voon-C now implies -S/--ssl as well
2006-03-18 M. Sean Finneyreturn-logic related fix for cert checking, thanks...
2005-11-14 Benoit Mortierlocalization cleaning ...
2005-10-31 M. Sean Finneycode cleanups, largely resulting from turning on -Wall...
2005-10-19 M. Sean Finneyall plugins now using centralized ssl functions in...
2005-10-19 M. Sean Finneyendif was a few lines off of where it should be
2005-10-19 M. Sean Finney- initial attempt at consolidating ssl-related code...
2005-01-20 Harper MannChanged long argument --minmax to --pagesize and update...
2005-01-20 Harper MannTracker 1099682 fix. Now getting the page size from...
2004-12-23 Benoit Mortierinternationalization fixes
2004-12-08 Benoit Mortierpatch 1028033
2004-12-05 Benoit Mortierfix patch 998291
2004-12-04 Benoit Mortierinternationalization fixes
2004-12-03 Benoit Mortierreverting my changes from !=TRUE to == ERROR, that...
2004-12-03 Benoit Mortierprint_help and print_usage() cleanup
2004-12-03 Benoit Mortierremove UT_HLP_VRS from print_usage
2004-12-03 Benoit Mortierinternationalization fixes and help fixes
2004-12-03 Benoit MortierLocalization fixes
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-11-24 Matthew KentAdded support for sending port in host header (913633)
2004-11-24 Ton VoonMaking messages more consistent
2004-11-20 Matthew KentBit of cleanup, fix verbose output.
2004-11-19 Matthew KentMake -L notice ssl use to output a proper href (1035234...
2004-11-19 Ton VoonOptions for User Agent string and extra headers (Ibere...
2004-11-17 Ton Voon--no-body and --max-age options (949521 - Jamie Zawinski)
2004-03-22 Ton VoonOption --url not mapped (Joe Rhett)
2004-03-03 Karl DeBisschopbegin writing some perfdata as float
2004-03-02 Karl DeBisschoprelax check for -w/-c to accept floats (bug report...
2004-02-20 Ton Voon- Missed out getopt for -T
2004-02-20 Ton VoonAdded Content-type when POSTing (Shawn Wills)
2003-12-11 Ton VoonRelative redirects not followed correctly (854131 ...
2003-09-15 Karl DeBisschopmake status code extensible (thanks to Chris Wilson...
2003-09-11 Karl DeBisschopuse prefdata function for size too
2003-09-11 Karl DeBisschopuse prefdata function
2003-08-23 Karl DeBisschop- found and fixed memory allocation error in rewritten...
2003-08-23 Karl DeBisschop- hacked interim fix to segfault on redirect - for...
2003-08-22 Karl DeBisschop- bindtextdomain for gettext, a few other smale cleanup...
2003-08-22 Karl DeBisschop* bugfix: snprintf of timestamp truncated '\0'
2003-08-21 Karl DeBisschop* Check redirections for infinte loops and limit depth...
2003-08-19 Karl DeBisschop*BUGFIX: LWS is not required betwwen "Location:" header...
2003-08-19 Karl DeBisschop*add missing status numbers from RFC 2616 (HTTP1.1)
2003-08-10 Karl DeBisschopthe last round of pedantic compiler warnings
2003-08-09 Karl DeBisschopmore pedantic compiler warns
2003-08-09 Karl DeBisschopmore pedantic compiler warns, change to microsecond...
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-03 Karl DeBisschopmarkup for translation
2003-07-29 Karl DeBisschoppatch attempt to reference undefined optarg (credit...
2003-06-30 Jeremy T. BouseAdded -4 and -6 command line options into check_http...
2003-06-21 Karl DeBisschopadd remaining URI_PATH chars per RFC 2396
2003-06-11 Karl DeBisschopfix URI_PATH to allow ?&#: (more still should be allowed)
2003-05-09 Karl DeBisschopfix error when server closes connection
2003-04-23 Karl DeBisschopupdate to RFC1123 hostname specs
2003-04-09 Karl DeBisschopcleanup to suppress various strict compiler warnings
2003-04-07 Karl DeBisschopste timeout one second greater than critical time
2003-03-13 Ton VoonStrip leading spaces in perf data
2003-03-12 Jeremy T. BouseClean up of output from plugin
2003-03-12 Jeremy T. BouseCode clean-up
2003-03-11 Ton VoonRemove getopt_long checks
2003-03-05 Ton Vooncheck_http min size option (680467 - Dave Viner)
2003-02-21 Ton VoonFixed coredump with unallocated string
2003-02-18 Ton VoonFixed compiler warning and increased the SSL random...
2003-02-12 Ton VoonRemove unnecessary \ - complaints from Tru64's cc compiler
2003-02-08 Karl DeBisschopsubmit request with one send
2003-02-05 Karl DeBisschopfix segfault due to bad asprintf invocation
2003-01-29 Ton VoonBetter error if server requests client based certificat...
2003-01-28 Karl DeBisschopremove NULL string inits that can lead to segfaults
2003-01-27 Karl DeBisschopdo not pass host if none is provided
2003-01-27 Karl DeBisschopwe were sending extra CRLF
2003-01-16 Karl DeBisschopadd option to let regex span newlines
2003-01-13 Karl DeBisschopconvert PROGANE from a define to a const char
2002-12-19 Karl DeBisschopremove spurious CRLF
2002-11-14 Karl DeBisschoppagesize count off by one
2002-11-14 Karl DeBisschopclean up NULL from status on Solaris
2002-11-08 Karl DeBisschopremove unused variables
2002-10-18 Karl DeBisschopprovide on more decimal point printing time
2002-10-16 Karl DeBisschopmillisecond timimg where supported
2002-10-16 Karl DeBisschopuse asprintf
2002-09-25 Karl DeBisschopincorporate comment on my_recv from Russell Scibetti
2002-09-25 Karl DeBisschopincorporate comments from Russell Scibetti
next