summaryrefslogtreecommitdiff
path: root/src/lib/libc/net/inet_pton.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* wild white spacederaadt2024-09-031-2/+2
* Wrap <arpa/inet.h> and <arpa/nameser.h> so that calls go direct and theguenther2015-09-131-1/+2
* Move to the <limits.h> universe.deraadt2015-01-161-2/+1
* Do not return success when the IPv6 address has a :: and 8 hex sections.claudio2010-05-061-3/+4
* RFC4291 declares that IPv6 numeric representation must have no more thanitojun2006-12-301-3/+8
* zap rcsid.espie2005-08-061-9/+1
* ansify. ok deraadt@ moritz@otto2005-03-251-12/+5
* Part one of userland __P removal. Done with a simple regexp with some minor ...millert2002-02-161-4/+4
* fix BIND820 bug in inet_pton(). it should bark if there's ambiguousitojun1999-12-081-2/+4
* buf oflow; bitbltderaadt1997-04-131-3/+3
* Integrate BIND 4.9.5 resolver and associated routines.downsj1997-03-131-0/+220