Code

Make check_http use standard threshold functions
[nagiosplug.git] / plugins / check_http.c
2011-01-01 Thomas Guyot-SionnestMake check_http use standard threshold functions
2010-08-31 Ton VoonFix typos in -f help text
2010-06-23 tonvoonDisplay missing search string and URL when failed ...
2010-04-22 Thomas Guyot-SionnestAdd newline after "Usage:" in --help
2010-04-22 Thomas Guyot-SionnestStandardize the extra-opts notes
2010-04-14 Thomas Guyot-SionnestFix translations when extra-opts aren't enabled
2010-04-11 Holger WeissFix Debian bug #460097: check_http -M broken
2010-04-06 Thomas Guyot-SionnestFix regression in check_http ssl checks on some servers
2010-02-26 Ton VoonFix memory leak in check_http for large pages (Jimmy...
2009-12-03 Thomas Guyot-SionnestFix short help using "warn" for the -f option instead...
2009-09-22 Thomas Guyot-SionnestAdd proxy-authorization option to check_http (Peter...
2009-05-20 Thomas Guyot-Sionnestcheck_http: Add SSL/TLS hostname extension support...
2009-03-21 Thomas Guyot-SionnestUpdate check_http short help with new stycky and sticky...
2009-03-21 Thomas Guyot-Sionnestcheck_http: die when an invalid --onredirect option...
2009-03-21 Thomas Guyot-Sionnestcheck_http: add --onredirect=stickyport - also follow...
2009-03-19 Thomas Guyot-Sionn... Fixed check_http not timing-out on redirects
2009-03-17 Thomas Guyot-SionnestFix check_http sending HTTP/1.0 with v1.1 headers ...
2009-03-16 Thomas Guyot-Sionnestcheck_http fixes:
2009-02-20 Ton VoonTypo fixes (Jan Wagner - SF 1878971)
2009-02-05 Thomas Guyot-Sionnestcheck_http --onredirect=sticky follows using the same...
2009-02-03 Thomas Guyot-SionnestFix aberrant behaviours in check_http:
2008-11-23 Thomas Guyot-SionnestRemoving CVS/SVN tags and replacing with git-based...
2008-11-19 Thomas Guyot-SionnestBulk EOL cleanup
2008-11-08 Ton VoonFixed bug where extra headers and redirect caused segfa...
2008-11-08 Ton Vooncheck_http now has options to specify the HTTP method...
2008-09-02 Holger WeissSome HTTP server applications/configurations cause...
2008-09-01 Thomas Guyot-SionnestRevert "Re-structure the HTTP 1.1 headers to prevent...
2008-09-01 Holger WeissUnder some circumstances, the 'url' path of a redirecti...
2008-08-25 Holger WeissThe "-e" option now accepts a comma-delimited list...
2008-08-08 Thomas Guyot-SionnestRe-structure the HTTP 1.1 headers to prevent 301s on...
2008-05-30 Thomas Guyot-SionnestFix Debian bug #460097: check_http --max-age broken...
2008-05-07 Thomas Guyot-SionnestAdded support for --extra-opts in all C plugins (disabl...
2008-04-27 Thomas Guyot-Sionnest--help output cleanup (plus removal of spaces on blank...
2008-03-15 Matthias EbleAdd port to Host Header to prevent problems with non...
2008-03-11 Ton VoonFixed link -m64 problems on pst3 for solaris. Fixed...
2008-02-12 Thomas Guyot-SionnestImport Gnulib floorf and base64 and removed our old...
2008-01-30 Thomas Guyot-SionnestBump plugins/ to GPLv3 (check_apt to check_nwstat)
2008-01-07 Holger WeissMy assumption that "-H example.com:80" didn't work...
2008-01-06 Holger WeissRemove support for specifying the port number using...
2007-12-11 Thomas Guyot-SionnestAdding missing function calls needed for i18n (only...
2007-12-10 Matthias EbleFix output when response time is critical. Thanks to...
2007-11-09 Thomas Guyot-SionnestMoved base64 function to /lib.
2007-10-14 Holger WeissFix a possible segfault if using "-f follow" and the...
2007-10-02 Holger WeissFix regression in 1.4.10 where following redirects...
2007-07-21 Holger WeissAdd "Connection: close" to the HTTP request header...
2007-06-17 Holger WeissMinor fixes.
2007-06-17 Holger WeissFix buffer overflow vulnerabilities when parsing HTTP...
2007-06-15 Holger WeissWhen following redirects, the plugin supported 'Locatio...
2007-06-15 Holger Weiss`host_name' is a NULL pointer if the "-I" flag is used...
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...
next