summaryrefslogtreecommitdiff
path: root/lib/libwrap/socket.c
AgeCommit message (Collapse)Author
2003-05-27if reverse lookup result looks like a numeric hostname,Jun-ichiro itojun Hagino
someone is trying to trick us by PTR record like following: 1.1.1.10.in-addr.arpa. IN PTR 2.3.4.5 so protect against this kind of attacks. deraadt ok
2002-06-07support scoped IPv6 address.Jun-ichiro itojun Hagino
no visible API change, old config files work just fine. now you can use expressions like "ALL: [fe80::%lo0/64]". theo ok
2001-11-07avoid strcpy and sprintfTheo de Raadt
2000-10-14tcp wrapper support for IPv6. from netbsd.Jun-ichiro itojun Hagino
TODO: scoped address support may need more consideration (we are taking safer side now - rejects too much).
1997-06-01A few minor changes from tcp_wrappers 7.6Jason Downs
1997-02-26Initial integration of a much cleaned up libwrap.Jason Downs