History log of /openbsd-src/lib/libc/net/inet_pton.c (Results 1 – 11 of 11)
Revision Date Author Comments
# a422177e 03-Sep-2024 deraadt <deraadt@openbsd.org>

wild white space


# b2d13c95 13-Sep-2015 guenther <guenther@openbsd.org>

Wrap <arpa/inet.h> and <arpa/nameser.h> so that calls go direct and the
symbols without underbar prefix are all weak


# aea60bee 16-Jan-2015 deraadt <deraadt@openbsd.org>

Move to the <limits.h> universe.
review by millert, binary checking process with doug, concept with guenther


# 151aa445 06-May-2010 claudio <claudio@openbsd.org>

Do not return success when the IPv6 address has a :: and 8 hex sections.
::1:2:3:4:5:6:7:8 for example. PR 6277, fix by Jun KAWAI (kwj at vlax net)
OK henning, gilles, jsing (who also reminded me to

Do not return success when the IPv6 address has a :: and 8 hex sections.
::1:2:3:4:5:6:7:8 for example. PR 6277, fix by Jun KAWAI (kwj at vlax net)
OK henning, gilles, jsing (who also reminded me to remove the now wrong
comment about superfluous ::)

show more ...


# deed5f27 30-Dec-2006 itojun <itojun@openbsd.org>

RFC4291 declares that IPv6 numeric representation must have no more than
4 hex digits between colons. deraadt ok


# 0038de2c 06-Aug-2005 espie <espie@openbsd.org>

zap rcsid.
split functions off res_debug.c so that getnetnamadr.c does not pull it
all when it's used.

okay deraadt@, krw@


# db5b349c 25-Mar-2005 otto <otto@openbsd.org>

ansify. ok deraadt@ moritz@


# c72b5b24 16-Feb-2002 millert <millert@openbsd.org>

Part one of userland __P removal. Done with a simple regexp with some minor hand editing to make comments line up correctly. Another pass is forthcoming that handles the cases that could not be don

Part one of userland __P removal. Done with a simple regexp with some minor hand editing to make comments line up correctly. Another pass is forthcoming that handles the cases that could not be done automatically.

show more ...


# fdfdcbbf 08-Dec-1999 itojun <itojun@openbsd.org>

fix BIND820 bug in inet_pton(). it should bark if there's ambiguous
text after IPv6 address string, like "0:1:2:3:4:5:6:7:8".


# e1ef3f59 13-Apr-1997 deraadt <deraadt@openbsd.org>

buf oflow; bitblt


# 7949d54b 13-Mar-1997 downsj <downsj@openbsd.org>

Integrate BIND 4.9.5 resolver and associated routines.

Includes the DNS aware getnetby*() routines and IPv6 support.