index
:
monitoring-plugins
archive/avendor
archive/maint-1.4
archive/release-1.3.0
archive/state_file
hw/http-connect
hw/output/functions
hw/output/plugins
iputils
maint-2.1
maint-2.2
maint-2.3
maint-2.3.2
maint-2.4
master
tg/ntp_rework
tv/new_threshold_syntax
Monitoring Plugins
Monitoring Plugins
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
plugins
/
check_http.c
Age
Commit message (
Expand
)
Author
Files
Lines
2003-08-22
* bugfix: snprintf of timestamp truncated '\0'
Karl DeBisschop
1
-1
/
+1
2003-08-21
* Check redirections for infinte loops and limit depth of recursion
Karl DeBisschop
1
-97
/
+158
2003-08-19
*BUGFIX: LWS is not required betwwen "Location:" header field name and field ...
Karl DeBisschop
1
-21
/
+30
2003-08-19
*add missing status numbers from RFC 2616 (HTTP1.1)
Karl DeBisschop
1
-15
/
+17
2003-08-10
the last round of pedantic compiler warnings
Karl DeBisschop
1
-6
/
+6
2003-08-09
more pedantic compiler warns
Karl DeBisschop
1
-0
/
+1
2003-08-09
more pedantic compiler warns, change to microsecond output for perf data, add...
Karl DeBisschop
1
-82
/
+100
2003-08-09
more pedantic compiler warnings
Karl DeBisschop
1
-162
/
+174
2003-08-07
replace "terminate" with "die" for shorter name and better readability
Karl DeBisschop
1
-17
/
+17
2003-08-03
markup for translation
Karl DeBisschop
1
-1
/
+2
2003-08-03
markup for translation
Karl DeBisschop
1
-159
/
+144
2003-07-29
patch attempt to reference undefined optarg (credit Paul Farrall)
Karl DeBisschop
1
-1
/
+1
2003-06-30
Added -4 and -6 command line options into check_http, check_ldap and
Jeremy T. Bouse
1
-2
/
+18
2003-06-21
add remaining URI_PATH chars per RFC 2396
Karl DeBisschop
1
-2
/
+4
2003-06-11
fix URI_PATH to allow ?&#: (more still should be allowed)
Karl DeBisschop
1
-3
/
+3
2003-05-09
fix error when server closes connection
Karl DeBisschop
1
-7
/
+12
2003-04-23
update to RFC1123 hostname specs
Karl DeBisschop
1
-2
/
+2
2003-04-09
cleanup to suppress various strict compiler warnings
Karl DeBisschop
1
-3
/
+5
2003-04-07
ste timeout one second greater than critical time
Karl DeBisschop
1
-0
/
+3
2003-03-13
Strip leading spaces in perf data
Ton Voon
1
-7
/
+7
2003-03-12
Clean up of output from plugin
Jeremy T. Bouse
1
-17
/
+17
2003-03-12
Code clean-up
Jeremy T. Bouse
1
-3
/
+3
2003-03-11
Remove getopt_long checks
Ton Voon
1
-14
/
+1
2003-03-05
check_http min size option (680467 - Dave Viner)
Ton Voon
1
-2
/
+17
2003-02-21
Fixed coredump with unallocated string
Ton Voon
1
-2
/
+6
2003-02-18
Fixed compiler warning and increased the SSL random key for a Solaris PRNG pr...
Ton Voon
1
-2
/
+5
2003-02-12
Remove unnecessary \ - complaints from Tru64's cc compiler
Ton Voon
1
-1
/
+1
2003-02-08
submit request with one send
Karl DeBisschop
1
-102
/
+48
2003-02-05
fix segfault due to bad asprintf invocation
Karl DeBisschop
1
-1
/
+1
2003-01-29
Better error if server requests client based certificate (609382 - Olaf Greis)
Ton Voon
1
-1
/
+14
2003-01-28
remove NULL string inits that can lead to segfaults
Karl DeBisschop
1
-38
/
+33
2003-01-27
do not pass host if none is provided
Karl DeBisschop
1
-12
/
+12
2003-01-27
we were sending extra CRLF
Karl DeBisschop
1
-12
/
+14
2003-01-16
add option to let regex span newlines
Karl DeBisschop
1
-16
/
+30
2003-01-13
convert PROGANE from a define to a const char
Karl DeBisschop
1
-4
/
+4
2002-12-19
remove spurious CRLF
Karl DeBisschop
1
-1
/
+1
2002-11-14
pagesize count off by one
Karl DeBisschop
1
-1
/
+1
2002-11-14
clean up NULL from status on Solaris
Karl DeBisschop
1
-8
/
+6
2002-11-08
remove unused variables
Karl DeBisschop
1
-2
/
+1
2002-10-18
provide on more decimal point printing time
Karl DeBisschop
1
-13
/
+12
2002-10-16
millisecond timimg where supported
Karl DeBisschop
1
-36
/
+39
2002-10-16
use asprintf
Karl DeBisschop
1
-36
/
+30
2002-09-25
incorporate comment on my_recv from Russell Scibetti
Karl DeBisschop
1
-0
/
+1
2002-09-25
incorporate comments from Russell Scibetti
Karl DeBisschop
1
-40
/
+46
2002-09-24
replace remaining occurences of sprintf with snprintf
Karl DeBisschop
1
-32
/
+29
2002-09-14
time data in performance string
Karl DeBisschop
1
-17
/
+18
2002-06-24
ignore return status codes if user specified status line check
Subhendu Ghosh
1
-89
/
+111
2002-02-28
Initial revision
Ethan Galstad
1
-0
/
+1067