History log of /openbsd/lib/libc/net/inet_network.c (Results 1 – 13 of 13)
Revision Date Author Comments
# fb6201af 22-Oct-2015 mmcc <mmcc@openbsd.org>

Cast ctype function arguments to unsigned char.

ok guenther@


# 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


# 357a1500 25-Nov-2013 deraadt <deraadt@openbsd.org>

use an unsigned char instead, to avoid lots of casts


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


# 58720cef 09-Jul-1997 millert <millert@openbsd.org>

Clean up some -Wall flowers.


# 5dbce1d9 24-Apr-1997 tholo <tholo@openbsd.org>

Pad out trailing parts of the address with zeros so we get a legal network
address when only the first octets are given (eg. 140.174 ==> 140.174.0.0)


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


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

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


# 8f76aded 19-Mar-1996 niklas <niklas@openbsd.org>

Fix RCS Id botch in last change


# 3fbbad10 19-Mar-1996 niklas <niklas@openbsd.org>

From NetBSD: merge of 960317


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

initial import of NetBSD tree