summaryrefslogtreecommitdiff
path: root/src/lib/libc/net/inet_net_pton.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* spelling fixes; from paul tagliamontejmc2022-12-271-2/+2
* Fix typo in last commit.millert2022-04-131-2/+2
* inet_net_pton_ipv6: avoid signed vs unsigned comparisonmillert2022-04-131-3/+5
* Prevent an overflow in inet_net_pton(3) when the passed in buffer isflorian2021-01-191-11/+18
* size is unsigned so using ==0 not <=0 when checking for buffer exhaustionmillert2017-03-061-4/+4
* Pull in a change from the bind 8 resolver that fixes a potentialmillert2017-03-061-10/+16
* unsigned char changes for ctypederaadt2013-11-251-10/+11
* add support for AF_INET6 to inet_net_pton() and inet_net_ntop()gilles2012-06-221-1/+40
* do not overflow for large prefix len (e.g. 2147483649)markus2008-09-011-3/+3
* zap rcsid.espie2005-08-061-9/+1
* ansify. ok deraadt@ moritz@otto2005-03-251-11/+4
* always widen the imputed netmask if it is narrower than the specified octets.henning2003-04-251-3/+3
* Manual cleanup of remaining userland __P use (excluding packages maintained o...millert2002-02-171-4/+3
* Integrate BIND 4.9.5 resolver and associated routines.downsj1997-03-131-0/+207