summaryrefslogtreecommitdiffstats
path: root/lib/libwrap/socket.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* The secret of steel has always carried with it a mystery. You must learntedu2014-03-241-278/+0
| | | | | its riddle, Conan. You must learn its discipline. For no one, no one in this world can you trust. Not men, not women, not beasts.
* rcsid[] and sccsid[] and copyright[] are essentially unmaintained (andderaadt2009-10-271-8/+0
| | | | | | | unmaintainable). these days, people use source. these id's do not provide any benefit, and do hurt the small install media (the 33,000 line diff is essentially mechanical) ok with the idea millert, ok dms
* delintdhill2006-04-141-6/+6
| | | | ok otto@
* obvious typi inside an #ifdefhenning2003-12-271-2/+2
| | | | FreeBSD PR 59674 via jmc@
* if reverse lookup result looks like a numeric hostname,itojun2003-05-271-2/+23
| | | | | | 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
* support scoped IPv6 address.itojun2002-06-071-99/+78
| | | | | no visible API change, old config files work just fine. now you can use expressions like "ALL: [fe80::%lo0/64]". theo ok
* avoid strcpy and sprintfderaadt2001-11-071-5/+7
|
* tcp wrapper support for IPv6. from netbsd.itojun2000-10-141-21/+65
| | | | | TODO: scoped address support may need more consideration (we are taking safer side now - rejects too much).
* A few minor changes from tcp_wrappers 7.6downsj1997-06-011-7/+7
|
* Initial integration of a much cleaned up libwrap.downsj1997-02-261-0/+240