summaryrefslogtreecommitdiffstats
path: root/plugins/check_http.c
AgeCommit message (Expand)AuthorFilesLines
2009-04-21Convert plugins to use the new output functionshw/output/pluginsHolger Weiss1-101/+72
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
2005-11-14localization cleaning ...Benoit Mortier1-959/+962
2005-10-31code cleanups, largely resulting from turning on -Wall. mostlyM. Sean Finney1-5/+2
2005-10-19all plugins now using centralized ssl functions in netutils.cM. Sean Finney1-268/+29
2005-10-19endif was a few lines off of where it should beM. Sean Finney1-3/+2
2005-10-19- initial attempt at consolidating ssl-related code into netutils.{c,h}M. Sean Finney1-4/+13
2005-01-20Changed long argument --minmax to --pagesize and updated help and usageHarper Mann1-2/+2
2005-01-20Tracker 1099682 fix. Now getting the page size from Content-Length in the he...Harper Mann1-10/+84
2004-12-23internationalization fixesBenoit Mortier1-5/+3
2004-12-08patch 1028033Benoit Mortier1-2/+2
2004-12-05fix patch 998291Benoit Mortier1-8/+8
2004-12-04internationalization fixesBenoit Mortier1-1/+1
2004-12-03reverting my changes from !=TRUE to == ERROR, that's not good ;-( sorryBenoit Mortier1-1/+1
2004-12-03print_help and print_usage() cleanupBenoit Mortier1-7/+7
2004-12-03remove UT_HLP_VRS from print_usageBenoit Mortier1-8/+6
2004-12-03internationalization fixes and help fixesBenoit Mortier1-1/+2
2004-12-03Localization fixesBenoit Mortier1-6/+6
2004-12-02More internationalization workBenoit Mortier1-1/+1
2004-12-02return of process_arguments() is TRUE not OK !Benoit Mortier1-1/+1
2004-12-02changed Error: by CRITICAL -Benoit Mortier1-6/+6
2004-12-01standardize localization stringBenoit Mortier1-18/+21
2004-11-24Added support for sending port in host header (913633)Matthew Kent1-0/+3
2004-11-24Making messages more consistentTon Voon1-3/+3
2004-11-20Bit of cleanup, fix verbose output.Matthew Kent1-5/+6
2004-11-19Make -L notice ssl use to output a proper href (1035234, Abid Rasheed)Matthew Kent1-2/+3
2004-11-19Options for User Agent string and extra headers (Ibere Tizio)Ton Voon1-2/+24
2004-11-17--no-body and --max-age options (949521 - Jamie Zawinski)Ton Voon1-3/+243