summaryrefslogtreecommitdiff
path: root/src/lib/libc/net/inet_pton.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* fix BIND820 bug in inet_pton(). it should bark if there's ambiguousitojun1999-12-081-2/+4
| | | | text after IPv6 address string, like "0:1:2:3:4:5:6:7:8".
* buf oflow; bitbltderaadt1997-04-131-3/+3
|
* Integrate BIND 4.9.5 resolver and associated routines.downsj1997-03-131-0/+220
Includes the DNS aware getnetby*() routines and IPv6 support.