History log of /netbsd-src/lib/libwrap/tcpd.h (Results 1 – 15 of 15)
Revision Date Author Comments
# 1616498e 14-Oct-2015 christos <christos@NetBSD.org>

these are syslog-like


# 4cd46b4a 22-Mar-2012 joerg <joerg@NetBSD.org>

Add some more __dead as exposed by the recent WARN bumps.


# e1a2f47f 21-Mar-2012 matt <matt@NetBSD.org>

Use C89 function definition


# 2ef04ff6 24-May-2002 itojun <itojun@NetBSD.org>

cleanup some of portability #ifdefs, which are not needed for netbsd.


# 530e81b7 27-Mar-2001 kleink <kleink@NetBSD.org>

Wrap external declarations inside __{BEGIN,END}_DECLS; fixes PR lib/12458
by Dan McMahill.


# 8aefd973 04-Oct-2000 sommerfeld <sommerfeld@NetBSD.org>

Format string audit cleanup (increase format checking)


# ff856525 05-Feb-2000 danw <danw@NetBSD.org>

#include <stdio.h> to cover the use of "FILE *" in one of the prototypes.
(The stock tcpd.h doesn't have prototypes, and some third-party code assumes
it can include tcpd.h without stdio.h.)


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


# 10b4ca41 03-Jul-1999 simonb <simonb@NetBSD.org>

Revert white space changes for imported sources.


# 3f777e28 02-Jul-1999 simonb <simonb@NetBSD.org>

More trailing white space.


# 8c92070a 09-May-1999 christos <christos@NetBSD.org>

don't use inet_addr, use inet_aton... Otherwise masks of 255.255.255.255
don't work, so we cannot restrict rules to a single host.


# b5ea93f9 18-Jan-1999 christos <christos@NetBSD.org>

PR/6837: Greg A. Woods: Bring into scope getpeername to make sure that
the #define workaround works. XXX: But we don't need this workaround
for NetBSD.


# fbdb2477 05-Jan-1998 perry <perry@NetBSD.org>

RCSID Police.


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

Fix for WARNS=1 and remove WARNS override from Makefile


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

libwrap from tcp_wrappers 7.4