summaryrefslogtreecommitdiffstats
path: root/plugins/check_http.c
AgeCommit message (Expand)AuthorFilesLines
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
2004-03-22Option --url not mapped (Joe Rhett)Ton Voon1-0/+1
2004-03-03begin writing some perfdata as floatKarl DeBisschop1-13/+13
2004-03-02relax check for -w/-c to accept floats (bug report from Warrick FitzGerald)Karl DeBisschop1-2/+2
2004-02-20- Missed out getopt for -TTon Voon1-1/+1
2004-02-20Added Content-type when POSTing (Shawn Wills)Ton Voon1-2/+13
2003-12-11Relative redirects not followed correctly (854131 - John Sivak)Ton Voon1-2/+2
2003-09-15make status code extensible (thanks to Chris Wilson <chris@netservers.co.uk>)Karl DeBisschop1-28/+26
2003-09-11use prefdata function for size tooKarl DeBisschop1-18/+29
2003-09-11use prefdata functionKarl DeBisschop1-21/+39
2003-08-23- found and fixed memory allocation error in rewritten redir() functionKarl DeBisschop1-58/+54
2003-08-23- hacked interim fix to segfault on redirect - for tesing onlyKarl DeBisschop1-10/+23
2003-08-22- bindtextdomain for gettext, a few other smale cleanups here and thereKarl DeBisschop1-1/+1
2003-08-22* bugfix: snprintf of timestamp truncated '\0'Karl DeBisschop1-1/+1
2003-08-21* Check redirections for infinte loops and limit depth of recursionKarl DeBisschop1-97/+158
2003-08-19*BUGFIX: LWS is not required betwwen "Location:" header field name and field ...Karl DeBisschop1-21/+30
2003-08-19*add missing status numbers from RFC 2616 (HTTP1.1)Karl DeBisschop1-15/+17
2003-08-10the last round of pedantic compiler warningsKarl DeBisschop1-6/+6
2003-08-09more pedantic compiler warnsKarl DeBisschop1-0/+1
2003-08-09more pedantic compiler warns, change to microsecond output for perf data, add...Karl DeBisschop1-82/+100
2003-08-09more pedantic compiler warningsKarl DeBisschop1-162/+174
2003-08-07replace "terminate" with "die" for shorter name and better readabilityKarl DeBisschop1-17/+17
2003-08-03markup for translationKarl DeBisschop1-1/+2
2003-08-03markup for translationKarl DeBisschop1-159/+144
2003-07-29patch attempt to reference undefined optarg (credit Paul Farrall)Karl DeBisschop1-1/+1
2003-06-30Added -4 and -6 command line options into check_http, check_ldap andJeremy T. Bouse1-2/+18
2003-06-21add remaining URI_PATH chars per RFC 2396Karl DeBisschop1-2/+4
2003-06-11fix URI_PATH to allow ?&#: (more still should be allowed)Karl DeBisschop1-3/+3
2003-05-09fix error when server closes connectionKarl DeBisschop1-7/+12
2003-04-23update to RFC1123 hostname specsKarl DeBisschop1-2/+2
2003-04-09cleanup to suppress various strict compiler warningsKarl DeBisschop1-3/+5
2003-04-07ste timeout one second greater than critical timeKarl DeBisschop1-0/+3
2003-03-13Strip leading spaces in perf dataTon Voon1-7/+7
2003-03-12Clean up of output from pluginJeremy T. Bouse1-17/+17
2003-03-12Code clean-upJeremy T. Bouse1-3/+3
2003-03-11Remove getopt_long checksTon Voon1-14/+1
2003-03-05check_http min size option (680467 - Dave Viner)Ton Voon1-2/+17
2003-02-21Fixed coredump with unallocated stringTon Voon1-2/+6
2003-02-18Fixed compiler warning and increased the SSL random key for a Solaris PRNG pr...Ton Voon1-2/+5
2003-02-12Remove unnecessary \ - complaints from Tru64's cc compilerTon Voon1-1/+1
2003-02-08submit request with one sendKarl DeBisschop1-102/+48
2003-02-05fix segfault due to bad asprintf invocationKarl DeBisschop1-1/+1
2003-01-29Better error if server requests client based certificate (609382 - Olaf Greis)Ton Voon1-1/+14
2003-01-28remove NULL string inits that can lead to segfaultsKarl DeBisschop1-38/+33
2003-01-27do not pass host if none is providedKarl DeBisschop1-12/+12