summaryrefslogtreecommitdiff
path: root/lib/libwrap/hosts_access.c
AgeCommit message (Expand)Author
2006-01-08Use ntohl(host_address) so that RBL lookups work on little-endian hosts.jdc
2002-12-26If we're going to replace strtok() with strtok_r(), and the caller of thelukem
2002-06-22use strtok_r, as strtok can interfere with other callers. from openbsditojun
2002-06-06support scoped IPv6 address properly. PR 16810.itojun
2002-05-24cleanup some of portability #ifdefs, which are not needed for netbsd.itojun
2002-04-24Clean out "dirty" to avoid spurious log entries.atatat
2002-04-04Log a warning if the address (n) has more significant bits than theatatat
2000-01-21Nuke `extern int errno;' in code we compile with -Wstrict-prototypes. We getmycroft
1999-08-31Apply IPv6 support patch.itojun
1999-08-27resolve conflicts on upgrade (to 7.6).itojun
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
1999-01-18sprintf -> snprintf (not needed, but since snprintf is used everywhere else)christos
1999-01-18PR/6837: Greg A. Woods: Add RBL capability for libwrap.christos
1997-10-26PR/4347: Jim Bernard: compile error with -DNETGROUPchristos
1997-10-09Fix for WARNS=1 and remove WARNS override from Makefilechristos
1996-11-26libwrap from tcp_wrappers 7.4mrg