index
:
monitoring-plugins
by_ssh_random_wait
master
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
plugins
/
check_tcp.c
Age
Commit message (
Expand
)
Author
2004-03-01
check_tcp was returning uninitialized string with user-defined refused outcome
Karl DeBisschop
2004-01-21
=fix segfault on malloc of server_expect for multibyte chars (David Croft)
Karl DeBisschop
2003-11-11
Added perfdata
Ton Voon
2003-08-22
- bindtextdomain for gettext, a few other smale cleanups here and there
Karl DeBisschop
2003-08-10
the last round of pedantic compiler warnings
Karl DeBisschop
2003-08-09
more pedantic compiler warnings
Karl DeBisschop
2003-08-07
replace "terminate" with "die" for shorter name and better readability
Karl DeBisschop
2003-08-03
markup for translation
Karl DeBisschop
2003-08-02
establish "UT_" namespace for usage text in #defines
Karl DeBisschop
2003-07-30
markup for translation
Karl DeBisschop
2003-07-29
mark for translation
Karl DeBisschop
2003-07-26
internationalization
Karl DeBisschop
2003-07-26
checkins for internationalization
Karl DeBisschop
2003-06-30
Corrections to get code to compile on systems without IPv6 support
Jeremy T. Bouse
2003-06-29
Changed usage output to show -4 and -6 are mutually exclusive. You can only
Jeremy T. Bouse
2003-06-29
Added address_family extern int variable to netutils to allow for -4 & -6
Jeremy T. Bouse
2003-06-02
finish recv() loop when stream GT or EQ maxbytes (was GT)
Karl DeBisschop
2003-06-01
allow user to limit number of bytes fetched
Karl DeBisschop
2003-04-17
code cleanup to clear strict compiler warnings
Karl DeBisschop
2003-04-17
code cleanup to clear strict compiler warnings
Karl DeBisschop
2003-03-16
Applied patch #660973 for tcp refusals
Jeremy T. Bouse
2003-03-13
Strip leading spaces in perf data
Ton Voon
2003-03-13
Fix compiler warnings re progname
Ton Voon
2003-03-12
doco standarization
Jeremy T. Bouse
2003-03-12
Code cleanup
Jeremy T. Bouse
2003-03-11
Remove getopt_long checks
Ton Voon
2003-02-18
failed if header was more than 1023 bytes
Karl DeBisschop
2003-01-16
cleanup progname assignment
Karl DeBisschop
2003-01-13
convert PROGANE from a define to a const char
Karl DeBisschop
2002-12-19
expect is +OK for SPOP too
Karl DeBisschop
2002-12-19
server expect not getting set, expect is +OK for POP
Karl DeBisschop
2002-11-25
was segfaulting if no dtat was returned
Karl DeBisschop
2002-11-08
remove unused variables
Karl DeBisschop
2002-10-30
replace fixed-lentgh buffer with asprintf
Karl DeBisschop
2002-10-22
add check_spop
Karl DeBisschop
2002-10-18
millisecond timing
Karl DeBisschop
2002-10-17
using asprintf
Karl DeBisschop
2002-09-14
time data in performance string
Karl DeBisschop
2002-02-28
Initial revision
Ethan Galstad