Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | snprintf/vsnprintf return < 0 on error, rather than -1. | deraadt | 2019-07-03 | 1 | -2/+2 |
| | |||||
* | rev 1.3 introduced a check to an if statement without adding braces. | jsg | 2015-05-14 | 1 | -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() | gilles | 2012-06-22 | 1 | -1/+28 |
| | | | | | | using inet_pton() and inet_ntop() as suggested by claudio ok claudio@ | ||||
* | zap rcsid. | espie | 2005-08-06 | 1 | -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@ | otto | 2005-03-25 | 1 | -13/+4 |
| | |||||
* | unused variables | deraadt | 2004-09-15 | 1 | -3/+2 |
| | |||||
* | snprintf audit. debug inet_neta() on non-continuous masks (like 0.255.0.255), | itojun | 2002-08-19 | 1 | -13/+28 |
| | | | | more pickier string manipulation. deraadt ok | ||||
* | Manual cleanup of remaining userland __P use (excluding packages maintained ↵ | millert | 2002-02-17 | 1 | -4/+3 |
| | | | | outside the tree) | ||||
* | Integrate BIND 4.9.5 resolver and associated routines. | downsj | 1997-03-13 | 1 | -0/+139 |
Includes the DNS aware getnetby*() routines and IPv6 support. |