History log of /netbsd-src/lib/libwrap/fix_options.c (Results 1 – 11 of 11)
Revision Date Author Comments
# e1a2f47f 21-Mar-2012 matt <matt@NetBSD.org>

Use C89 function definition


# 0c37c63e 09-May-2006 mrg <mrg@NetBSD.org>

change (mostly) int to socklen_t. GCC 4 doesn't like that int and
socklen_t are different signness.


# 5ab78ccf 24-May-2002 itojun <itojun@NetBSD.org>

be more picky about IP option. len >= 2 for normal options.


# 5faa3858 24-May-2002 itojun <itojun@NetBSD.org>

be more picky about malformed IP options.


# d70fe2e8 23-Feb-2002 wiz <wiz@NetBSD.org>

Fix error message, as reported in lib/15711 by Onno van der Linden.


# dbc196be 26-Jul-2000 itojun <itojun@NetBSD.org>

fatal typo. From: Izumi Tsutsui <tsutsui@ceres.dti.ne.jp>


# 1e8c736a 31-Aug-1999 itojun <itojun@NetBSD.org>

Apply IPv6 support patch.
Note that all IPv6 address must be wrapped with square bracket, like:
ALL: [::1/128] 127.0.0.1/255.255.255.255
Increase shlib minor.

ftp://ftp.kame.net/pub/kame/misc/tcp_w

Apply IPv6 support patch.
Note that all IPv6 address must be wrapped with square bracket, like:
ALL: [::1/128] 127.0.0.1/255.255.255.255
Increase shlib minor.

ftp://ftp.kame.net/pub/kame/misc/tcp_wrappers-76-v6-19990831.diff.gz

show more ...


# b98c2633 27-Aug-1999 itojun <itojun@NetBSD.org>

resolve conflicts on upgrade (to 7.6).


# d6ddaab4 09-Oct-1997 christos <christos@NetBSD.org>

Fix for WARNS=1 and remove WARNS override from Makefile


# 9cd5492c 23-Jan-1997 mrg <mrg@NetBSD.org>

- convert unsafe strcpy(), strcat() and sprintf() to the `n' versions.
- some KNF.


# 541be36c 26-Nov-1996 mrg <mrg@NetBSD.org>

libwrap from tcp_wrappers 7.4