index
:
netbsd
lockcount-9.3
lockdoc-10.99.5
lockdoc-10.99.5-vfs
lockdoc-9.3
lockdoc-9.3-vfs
trunk
NetBSD fork for lockdoc analysis
merlin@scholz.ruhr
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
libwrap
/
hosts_access.c
Age
Commit message (
Expand
)
Author
2021-03-18
simplify expression, daemon is an array can't be NULL.
christos
2021-03-07
Add blocklist support to libwrap which enables all programs using libwrap
christos
2020-03-30
PR/54992: fix hosts_access(5) to works for IPv6 linklocal address without sco...
ryo
2016-02-17
PR/50823: David Binderman: Limit scanf width
christos
2012-03-21
Use C89 function definition
matt
2008-12-18
Wietse Wenema's tcpd-blacklist-patch:
christos
2006-01-08
Use ntohl(host_address) so that RBL lookups work on little-endian hosts.
jdc
2002-12-26
If we're going to replace strtok() with strtok_r(), and the caller of the
lukem
2002-06-22
use strtok_r, as strtok can interfere with other callers. from openbsd
itojun
2002-06-06
support scoped IPv6 address properly. PR 16810.
itojun
2002-05-24
cleanup some of portability #ifdefs, which are not needed for netbsd.
itojun
2002-04-24
Clean out "dirty" to avoid spurious log entries.
atatat
2002-04-04
Log a warning if the address (n) has more significant bits than the
atatat
2000-01-21
Nuke `extern int errno;' in code we compile with -Wstrict-prototypes. We get
mycroft
1999-08-31
Apply IPv6 support patch.
itojun
1999-08-27
resolve conflicts on upgrade (to 7.6).
itojun
1999-07-03
Revert white space changes for imported sources.
simonb
1999-07-02
More trailing white space.
simonb
1999-05-09
don't use inet_addr, use inet_aton... Otherwise masks of 255.255.255.255
christos
1999-01-18
sprintf -> snprintf (not needed, but since snprintf is used everywhere else)
christos
1999-01-18
PR/6837: Greg A. Woods: Add RBL capability for libwrap.
christos
1997-10-26
PR/4347: Jim Bernard: compile error with -DNETGROUP
christos
1997-10-09
Fix for WARNS=1 and remove WARNS override from Makefile
christos
1996-11-26
libwrap from tcp_wrappers 7.4
mrg