History log of /openbsd-src/lib/libc/net/inet_addr.c (Results 1 – 12 of 12)
Revision Date Author Comments
# 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


# dfe5467e 24-Nov-2013 deraadt <deraadt@openbsd.org>

most obvious unsigned char casts for ctype
ok jca krw ingo


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


# 6580fee3 02-Jun-2003 millert <millert@openbsd.org>

Remove the advertising clause in the UCB license which Berkeley
rescinded 22 July 1999. Proofed by myself and Theo.


# c28e4a3a 03-May-1999 yanick <yanick@openbsd.org>

Add octect sanity checking


# 32210aa3 05-Apr-1997 millert <millert@openbsd.org>

Use in_addr_t not u_long and use in_port_t in some cases instead
of u_short or u_int16_t.


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


# e9b2b68c 19-Aug-1996 tholo <tholo@openbsd.org>

Fix RCS ids
Make sure everything uses {SYS,}LIBC_SCCS properly


# 1ddd5cc1 19-Feb-1996 dm <dm@openbsd.org>

netbsd: bind 4.9.3


# df930be7 18-Oct-1995 deraadt <deraadt@openbsd.org>

initial import of NetBSD tree