aboutsummaryrefslogtreecommitdiff
path: root/plugins/netutils.c
AgeCommit message (Expand)Author
2003-08-07replace "terminate" with "die" for shorter name and better readabilityGravatar Karl DeBisschop
2003-06-30Corrections to get code to compile on systems without IPv6 supportGravatar Jeremy T. Bouse
2003-06-29check_ping is now coded with -4 & -6 options to call PING or PING6 commandGravatar Jeremy T. Bouse
2003-06-29Added address_family extern int variable to netutils to allow for -4 & -6Gravatar Jeremy T. Bouse
2003-06-27Modified my_connect to include ai_socktype in the hints to be compliant withGravatar Jeremy T. Bouse
2003-04-17code cleanup to clear strict compiler warningsGravatar Karl DeBisschop
2003-03-18common.h was doubly includedGravatar Karl DeBisschop
2003-03-16Applied patch #660973 for tcp refusalsGravatar Jeremy T. Bouse
2003-03-15Spent the day working on backwards compatability using getaddrinfo()Gravatar Jeremy T. Bouse
2003-03-08AF indepedent routines introduced.Gravatar Jeremy T. Bouse
2003-03-07Added getaddrinfo.[ch] & gethostbyname.[ch] to provide RFC2553 functionsGravatar Jeremy T. Bouse
2002-02-28Initial revisionGravatar Ethan Galstad