summaryrefslogtreecommitdiff
path: root/src/lib/libc/net/inet_ntop.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* deal with negative return value from snprintf.itojun2002-08-231-3/+5
|
* snprintf audit. debug inet_neta() on non-continuous masks (like 0.255.0.255),itojun2002-08-191-9/+26
| | | | more pickier string manipulation. deraadt ok
* try to use strlcpy and snprintf more; ok variousderaadt2002-05-241-5/+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.
* Integrate BIND 4.9.5 resolver and associated routines.downsj1997-03-131-0/+194
Includes the DNS aware getnetby*() routines and IPv6 support.