summaryrefslogtreecommitdiffstats
path: root/plugins/check_http.c
AgeCommit message (Expand)AuthorFilesLines
2009-03-16check_http fixes:Thomas Guyot-Sionnest1-3/+3
2009-02-20Typo fixes (Jan Wagner - SF 1878971)Ton Voon1-3/+3
2009-02-05check_http --onredirect=sticky follows using the same IP address (sf.net #255...Thomas Guyot-Sionnest1-5/+11
2009-02-03Fix aberrant behaviours in check_http:Thomas Guyot-Sionnest1-105/+97
2008-11-23Removing CVS/SVN tags and replacing with git-based versioningThomas Guyot-Sionnest1-8/+4
2008-11-19Bulk EOL cleanupThomas Guyot-Sionnest1-11/+11
2008-11-08Fixed bug where extra headers and redirect caused segfault (Dieter Van de Wal...Ton Voon1-1/+3
2008-11-08check_http now has options to specify the HTTP method (Jan - 2155152)Ton Voon1-7/+16
2008-09-02Some HTTP server applications/configurations cause trouble if the port isHolger Weiss1-2/+12
2008-09-01Revert "Re-structure the HTTP 1.1 headers to prevent 301s on servers with vir...Thomas Guyot-Sionnest1-7/+5
2008-09-01Under some circumstances, the 'url' path of a redirection target missedHolger Weiss1-7/+21
2008-08-25The "-e" option now accepts a comma-delimited list of expected statusHolger Weiss1-5/+25
2008-08-08Re-structure the HTTP 1.1 headers to prevent 301s on servers with virtual hostsThomas Guyot-Sionnest1-9/+11
2008-05-30Fix Debian bug #460097: check_http --max-age broken (Hilko Bengen)Thomas Guyot-Sionnest1-1/+4
2008-05-07Added support for --extra-opts in all C plugins (disabled by default, see con...Thomas Guyot-Sionnest1-2/+11
2008-04-27--help output cleanup (plus removal of spaces on blank lines)Thomas Guyot-Sionnest1-4/+4
2008-03-15Add port to Host Header to prevent problems with non default ports (Christoph...Matthias Eble1-1/+1
2008-03-11Fixed link -m64 problems on pst3 for solaris. Fixed _FILE_OFFSET_BITSTon Voon1-2/+1
2008-02-12Import Gnulib floorf and base64 and removed our old base64 library.Thomas Guyot-Sionnest1-1/+1
2008-01-30Bump plugins/ to GPLv3 (check_apt to check_nwstat)Thomas Guyot-Sionnest1-26/+24
2008-01-07My assumption that "-H example.com:80" didn't work (see my previousHolger Weiss1-0/+7
2008-01-06Remove support for specifying the port number using "-H example.com:80".Holger Weiss1-2/+0
2007-12-11Adding missing function calls needed for i18n (only for plugins already in PO...Thomas Guyot-Sionnest1-0/+4
2007-12-10Fix output when response time is critical. Thanks to Nobuhiro Ban (patch #181...Matthias Eble1-3/+3
2007-11-09Moved base64 function to /lib.Thomas Guyot-Sionnest1-44/+1
2007-10-14Fix a possible segfault if using "-f follow" and the server sends aHolger Weiss1-2/+1
2007-10-02Fix regression in 1.4.10 where following redirects to relative URLs onHolger Weiss1-4/+4
2007-07-21Add "Connection: close" to the HTTP request header, which tells HTTP/1.1Holger Weiss1-0/+3
2007-06-17Minor fixes.Holger Weiss1-1/+3
2007-06-17Fix buffer overflow vulnerabilities when parsing HTTP redirectHolger Weiss1-16/+27
2007-06-15When following redirects, the plugin supported 'Location:' header fieldsHolger Weiss1-1/+13
2007-06-15`host_name' is a NULL pointer if the "-I" flag is used instead of "-H",Holger Weiss1-2/+2
2007-06-01Fix an off-by-one error where a realloc(3) call doesn't allocate spaceHolger Weiss1-1/+1
2007-05-23Update many strings in check_http to get more consistent outputThomas Guyot-Sionnest1-27/+27
2007-05-13Add missing options to the usage output.Holger Weiss1-1/+2
2007-03-06Fix option handling (Nobuhiro Ban - 1657280)Ton Voon1-3/+4
2007-02-06correcting some translation problemsBenoit Mortier1-1/+1
2007-01-28Don't try to print `optarg' (which will be a NULL pointer) if an unknownHolger Weiss1-1/+1
2007-01-20Fix bug #1632091: printf format string typos. Add some more cosmetic changes.Thomas Guyot-Sionnest1-2/+2
2006-12-20Removed unused timestamp variable (Matthias Eble)Ton Voon1-23/+15
2006-10-26Remove C style comments (1583467 - Markus Baertschi)Ton Voon1-1/+1
2006-10-24Restored accidently regressed fixTon Voon1-3/+2
2006-10-23localization fixesBenoit Mortier1-82/+78
2006-10-19Redirection error if other headers beginning with L (Aravind Gottipati - 1562...Ton Voon1-3/+2
2006-10-19first pass at cleaning localization for new releaseBenoit Mortier1-21/+39
2006-05-25Option to invert results from a regexp pattern matchTon Voon1-13/+28
2006-05-25Use coreutils' regexp libraries, so regexp always available nowTon Voon1-15/+2
2006-04-05Allow multiple -k parameters (Gerd Mueller - 1457726)Ton Voon1-6/+15
2006-03-24-C now implies -S/--ssl as wellTon Voon1-10/+8
2006-03-18return-logic related fix for cert checking, thanks to emmet hogan.M. Sean Finney1-5/+3