aboutsummaryrefslogtreecommitdiff
path: root/plugins/check_http.c
AgeCommit message (Expand)Author
2008-09-02Some HTTP server applications/configurations cause trouble if the port isGravatar Holger Weiss
2008-09-01Revert "Re-structure the HTTP 1.1 headers to prevent 301s on servers with vir...Gravatar Thomas Guyot-Sionnest
2008-09-01Under some circumstances, the 'url' path of a redirection target missedGravatar Holger Weiss
2008-08-25The "-e" option now accepts a comma-delimited list of expected statusGravatar Holger Weiss
2008-08-08Re-structure the HTTP 1.1 headers to prevent 301s on servers with virtual hostsGravatar Thomas Guyot-Sionnest
2008-05-30Fix Debian bug #460097: check_http --max-age broken (Hilko Bengen)Gravatar Thomas Guyot-Sionnest
2008-05-07Added support for --extra-opts in all C plugins (disabled by default, see con...Gravatar Thomas Guyot-Sionnest
2008-04-27--help output cleanup (plus removal of spaces on blank lines)Gravatar Thomas Guyot-Sionnest
2008-03-15Add port to Host Header to prevent problems with non default ports (Christoph...Gravatar Matthias Eble
2008-03-11Fixed link -m64 problems on pst3 for solaris. Fixed _FILE_OFFSET_BITSGravatar Ton Voon
2008-02-12Import Gnulib floorf and base64 and removed our old base64 library.Gravatar Thomas Guyot-Sionnest
2008-01-30Bump plugins/ to GPLv3 (check_apt to check_nwstat)Gravatar Thomas Guyot-Sionnest
2008-01-07My assumption that "-H example.com:80" didn't work (see my previousGravatar Holger Weiss
2008-01-06Remove support for specifying the port number using "-H example.com:80".Gravatar Holger Weiss
2007-12-11Adding missing function calls needed for i18n (only for plugins already in PO...Gravatar Thomas Guyot-Sionnest
2007-12-10Fix output when response time is critical. Thanks to Nobuhiro Ban (patch #181...Gravatar Matthias Eble
2007-11-09Moved base64 function to /lib.Gravatar Thomas Guyot-Sionnest
2007-10-14Fix a possible segfault if using "-f follow" and the server sends aGravatar Holger Weiss
2007-10-02Fix regression in 1.4.10 where following redirects to relative URLs onGravatar Holger Weiss
2007-07-21Add "Connection: close" to the HTTP request header, which tells HTTP/1.1Gravatar Holger Weiss
2007-06-17Minor fixes.Gravatar Holger Weiss
2007-06-17Fix buffer overflow vulnerabilities when parsing HTTP redirectGravatar Holger Weiss
2007-06-15When following redirects, the plugin supported 'Location:' header fieldsGravatar Holger Weiss
2007-06-15`host_name' is a NULL pointer if the "-I" flag is used instead of "-H",Gravatar Holger Weiss
2007-06-01Fix an off-by-one error where a realloc(3) call doesn't allocate spaceGravatar Holger Weiss
2007-05-23Update many strings in check_http to get more consistent outputGravatar Thomas Guyot-Sionnest
2007-05-13Add missing options to the usage output.Gravatar Holger Weiss
2007-03-06Fix option handling (Nobuhiro Ban - 1657280)Gravatar Ton Voon
2007-02-06correcting some translation problemsGravatar Benoit Mortier
2007-01-28Don't try to print `optarg' (which will be a NULL pointer) if an unknownGravatar Holger Weiss
2007-01-20Fix bug #1632091: printf format string typos. Add some more cosmetic changes.Gravatar Thomas Guyot-Sionnest
2006-12-20Removed unused timestamp variable (Matthias Eble)Gravatar Ton Voon
2006-10-26Remove C style comments (1583467 - Markus Baertschi)Gravatar Ton Voon
2006-10-24Restored accidently regressed fixGravatar Ton Voon
2006-10-23localization fixesGravatar Benoit Mortier
2006-10-19Redirection error if other headers beginning with L (Aravind Gottipati - 1562...Gravatar Ton Voon
2006-10-19first pass at cleaning localization for new releaseGravatar Benoit Mortier
2006-05-25Option to invert results from a regexp pattern matchGravatar Ton Voon
2006-05-25Use coreutils' regexp libraries, so regexp always available nowGravatar Ton Voon
2006-04-05Allow multiple -k parameters (Gerd Mueller - 1457726)Gravatar Ton Voon
2006-03-24-C now implies -S/--ssl as wellGravatar Ton Voon
2006-03-18return-logic related fix for cert checking, thanks to emmet hogan.Gravatar M. Sean Finney
2005-11-14localization cleaning ...Gravatar Benoit Mortier
2005-10-31code cleanups, largely resulting from turning on -Wall. mostlyGravatar M. Sean Finney
2005-10-19all plugins now using centralized ssl functions in netutils.cGravatar M. Sean Finney
2005-10-19endif was a few lines off of where it should beGravatar M. Sean Finney
2005-10-19- initial attempt at consolidating ssl-related code into netutils.{c,h}Gravatar M. Sean Finney
2005-01-20Changed long argument --minmax to --pagesize and updated help and usageGravatar Harper Mann
2005-01-20Tracker 1099682 fix. Now getting the page size from Content-Length in the he...Gravatar Harper Mann
2004-12-23internationalization fixesGravatar Benoit Mortier