summaryrefslogtreecommitdiff
path: root/src/lib/libc/net/inet_pton.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* zap rcsid.espie2005-08-061-9/+1
| | | | | | | split functions off res_debug.c so that getnetnamadr.c does not pull it all when it's used. okay deraadt@, krw@
* ansify. ok deraadt@ moritz@otto2005-03-251-12/+5
|
* Part one of userland __P removal. Done with a simple regexp with some minor ↵millert2002-02-161-4/+4
| | | | hand editing to make comments line up correctly. Another pass is forthcoming that handles the cases that could not be done automatically.
* 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.