summaryrefslogtreecommitdiff
path: root/src/lib/libc/net/inet_neta.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* zap rcsid.espie2005-08-061-5/+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-6/+3
|
* Consistent #if protection of rcs ids; Francois Perradmillert2005-03-021-6/+2
|
* snprintf audit. debug inet_neta() on non-continuous masks (like 0.255.0.255),itojun2002-08-191-14/+22
| | | | more pickier string manipulation. deraadt ok
* try to use strlcpy and snprintf more; ok variousderaadt2002-05-241-4/+4
|
* Use in_addr_t not u_long and use in_port_t in some cases insteadmillert1997-04-051-5/+6
| | | | of u_short or u_int16_t.
* Integrate BIND 4.9.5 resolver and associated routines.downsj1997-03-131-0/+82
Includes the DNS aware getnetby*() routines and IPv6 support.