History log of /openbsd-src/lib/libc/net/inet_ntop.c (Results 1 – 13 of 13)
Revision Date Author Comments
# 3240e6a8 21-Sep-2016 guenther <guenther@openbsd.org>

Delete casts to off_t and size_t that are implied by assignments
or prototypes. Ditto for some of the char* and void* casts too.

verified no change to instructions on ILP32 (i386) and LP64 (amd64)

Delete casts to off_t and size_t that are implied by assignments
or prototypes. Ditto for some of the char* and void* casts too.

verified no change to instructions on ILP32 (i386) and LP64 (amd64)
ok natano@ abluhm@ deraadt@ millert@

show more ...


# 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


# 48772bb8 17-May-2014 tedu <tedu@openbsd.org>

correctly match size and buffer. from enh at google


# 37eb9fda 05-Feb-2014 millert <millert@openbsd.org>

Always set errno when returning NULL. OK kettenis@ henning@


# abf3e769 09-Dec-2008 otto <otto@openbsd.org>

fix inet_ntop(3) prototype; ok millert@ libc to be bumbed very soon


# 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@


# 1868dddf 23-Aug-2002 itojun <itojun@openbsd.org>

deal with negative return value from snprintf.


# 73bbab47 19-Aug-2002 itojun <itojun@openbsd.org>

snprintf audit. debug inet_neta() on non-continuous masks (like 0.255.0.255),
more pickier string manipulation. deraadt ok


# 5af14704 24-May-2002 deraadt <deraadt@openbsd.org>

try to use strlcpy and snprintf more; ok various


# 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 ...


# 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.