summaryrefslogtreecommitdiff
path: root/clientname.c
AgeCommit message (Expand)AuthorFilesLines
2002-01-25check_name doesn't need a socklen_t, because it knows what is insideMartin Pool1-2/+1
2002-01-25Add code to compare sin6_addrs.v2.5.2pre3Martin Pool1-3/+9
2002-01-25Back out last change -- to see whether an address is spoofed, we don'tMartin Pool1-15/+18
2002-01-25compare_addrinfo_sockaddr: Add code to compare AF_INET6 addresses.Martin Pool1-16/+13
2002-01-25Split out code to compare addrinfo and sockaddr into it's ownMartin Pool1-25/+45
2002-01-25Doc.Martin Pool1-7/+12
2002-01-25The name resolution stuff is getting complicated -- split it out intoMartin Pool1-0/+252