summaryrefslogtreecommitdiff
path: root/src/lib/libc/net/inet_net_ntop.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* snprintf/vsnprintf return < 0 on error, rather than -1.deraadt2019-07-031-2/+2
|
* rev 1.3 introduced a check to an if statement without adding braces.jsg2015-05-141-3/+1
| | | | | | | Claudio points out the size is checked by an earlier test so just remove it to restore the original handling of the partial octet case. Discussed with claudio and gilles.
* add support for AF_INET6 to inet_net_pton() and inet_net_ntop()gilles2012-06-221-1/+28
| | | | | | using inet_pton() and inet_ntop() as suggested by claudio ok claudio@
* 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-13/+4
|
* unused variablesderaadt2004-09-151-3/+2
|
* snprintf audit. debug inet_neta() on non-continuous masks (like 0.255.0.255),itojun2002-08-191-13/+28
| | | | more pickier string manipulation. deraadt ok
* Manual cleanup of remaining userland __P use (excluding packages maintained ↵millert2002-02-171-4/+3
| | | | outside the tree)
* Integrate BIND 4.9.5 resolver and associated routines.downsj1997-03-131-0/+139
Includes the DNS aware getnetby*() routines and IPv6 support.