Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | size is unsigned so using ==0 not <=0 when checking for buffer exhaustion | millert | 2017-03-06 | 1 | -4/+4 |
| | |||||
* | Pull in a change from the bind 8 resolver that fixes a potential | millert | 2017-03-06 | 1 | -10/+16 |
| | | | | | crash when given a large hex number as part of the dotted quad. OK deraadt@ jsg@ | ||||
* | unsigned char changes for ctype | deraadt | 2013-11-25 | 1 | -10/+11 |
| | | | | re-re-reviewed by krw | ||||
* | add support for AF_INET6 to inet_net_pton() and inet_net_ntop() | gilles | 2012-06-22 | 1 | -1/+40 |
| | | | | | | using inet_pton() and inet_ntop() as suggested by claudio ok claudio@ | ||||
* | do not overflow for large prefix len (e.g. 2147483649) | markus | 2008-09-01 | 1 | -3/+3 |
| | | | | report Maksymilian Arciemowicz; ok djm, deraadt | ||||
* | 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 | -11/+4 |
| | |||||
* | always widen the imputed netmask if it is narrower than the specified octets. | henning | 2003-04-25 | 1 | -3/+3 |
| | | | | | | | | | fixes a strange behaviour where inet_net_pton would always return 4 (bits) for multicast addresses no matter how many octets were specified. negotiated with Paul Vixie, original author of this function. ok millert@ | ||||
* | 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/+207 |
Includes the DNS aware getnetby*() routines and IPv6 support. |