summaryrefslogtreecommitdiffstats
path: root/plugins/netutils.c
AgeCommit message (Expand)AuthorFilesLines
2004-12-01standardize localization stringBenoit Mortier1-3/+5
2004-12-011075725: patch to my_connect() to deal with SEGV if connect failsStanley Hopcroft1-3/+4
2004-03-31Set default state (Howard Wilkinson)Ton Voon1-1/+1
2004-03-01check_tcp was returning uninitialized string with user-defined refused outcomeKarl DeBisschop1-7/+16
2004-02-29was making up to 34 separate tcp connections - now we open one and reuseKarl DeBisschop1-39/+64
2004-02-20spell fix "received"Karl DeBisschop1-2/+2
2003-12-05Fix clash of namespace for my_connect with mysql (854339 - Ian Holsman)Ton Voon1-1/+2
2003-08-08cleanups from pedantic complier warningsKarl DeBisschop1-17/+17
2003-08-08fix a variety of compiler warnings about qualifier discards and other pedanti...Karl DeBisschop1-3/+3
2003-08-07replace "terminate" with "die" for shorter name and better readabilityKarl DeBisschop1-1/+1
2003-06-30Corrections to get code to compile on systems without IPv6 supportJeremy T. Bouse1-0/+4
2003-06-29check_ping is now coded with -4 & -6 options to call PING or PING6 commandJeremy T. Bouse1-3/+3
2003-06-29Added address_family extern int variable to netutils to allow for -4 & -6Jeremy T. Bouse1-1/+2
2003-06-27Modified my_connect to include ai_socktype in the hints to be compliant withJeremy T. Bouse1-0/+1
2003-04-17code cleanup to clear strict compiler warningsKarl DeBisschop1-39/+41
2003-03-18common.h was doubly includedKarl DeBisschop1-0/+1
2003-03-16Applied patch #660973 for tcp refusalsJeremy T. Bouse1-1/+19
2003-03-15Spent the day working on backwards compatability using getaddrinfo()Jeremy T. Bouse1-15/+68
2003-03-08AF indepedent routines introduced.Jeremy T. Bouse1-188/+65
2003-03-07Added getaddrinfo.[ch] & gethostbyname.[ch] to provide RFC2553 functionsJeremy T. Bouse1-2/+0
2002-02-28Initial revisionEthan Galstad1-0/+431