summaryrefslogtreecommitdiff
path: root/lib/libwrap/tcpd.h
AgeCommit message (Collapse)Author
2015-10-14these are syslog-likechristos
2012-03-22Add some more __dead as exposed by the recent WARN bumps.joerg
2012-03-21Use C89 function definitionmatt
2002-05-24cleanup some of portability #ifdefs, which are not needed for netbsd.itojun
2001-03-27Wrap external declarations inside __{BEGIN,END}_DECLS; fixes PR lib/12458kleink
by Dan McMahill.
2000-10-04Format string audit cleanup (increase format checking)sommerfeld
2000-02-05#include <stdio.h> to cover the use of "FILE *" in one of the prototypes.danw
(The stock tcpd.h doesn't have prototypes, and some third-party code assumes it can include tcpd.h without stdio.h.)
1999-08-31Apply IPv6 support patch.itojun
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
1999-07-03Revert white space changes for imported sources.simonb
1999-07-02More trailing white space.simonb
1999-05-09don't use inet_addr, use inet_aton... Otherwise masks of 255.255.255.255christos
don't work, so we cannot restrict rules to a single host.
1999-01-18PR/6837: Greg A. Woods: Bring into scope getpeername to make sure thatchristos
the #define workaround works. XXX: But we don't need this workaround for NetBSD.
1998-01-05RCSID Police.perry
1997-10-09Fix for WARNS=1 and remove WARNS override from Makefilechristos
1996-11-26libwrap from tcp_wrappers 7.4mrg