index
:
monitoring-plugins
by_ssh_random_wait
master
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
plugins
/
netutils.c
Age
Commit message (
Expand
)
Author
2003-08-07
replace "terminate" with "die" for shorter name and better readability
Karl DeBisschop
2003-06-30
Corrections to get code to compile on systems without IPv6 support
Jeremy T. Bouse
2003-06-29
check_ping is now coded with -4 & -6 options to call PING or PING6 command
Jeremy T. Bouse
2003-06-29
Added address_family extern int variable to netutils to allow for -4 & -6
Jeremy T. Bouse
2003-06-27
Modified my_connect to include ai_socktype in the hints to be compliant with
Jeremy T. Bouse
2003-04-17
code cleanup to clear strict compiler warnings
Karl DeBisschop
2003-03-18
common.h was doubly included
Karl DeBisschop
2003-03-16
Applied patch #660973 for tcp refusals
Jeremy T. Bouse
2003-03-15
Spent the day working on backwards compatability using getaddrinfo()
Jeremy T. Bouse
2003-03-08
AF indepedent routines introduced.
Jeremy T. Bouse
2003-03-07
Added getaddrinfo.[ch] & gethostbyname.[ch] to provide RFC2553 functions
Jeremy T. Bouse
2002-02-28
Initial revision
Ethan Galstad