summaryrefslogtreecommitdiffstats
path: root/lib/libwrap/fix_options.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* fix_options() is not used by anything; remove API, crank majorderaadt2013-11-131-100/+0
| | | | ok sthen
* rcsid[] and sccsid[] and copyright[] are essentially unmaintained (andderaadt2009-10-271-9/+1
| | | | | | | 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-4/+5
| | | | ok otto@
* - kill unused varavsm2003-04-191-3/+2
| | | | | | | | - sscanf format string should scan for u_short not u_int - some missing includes - convert u_short -> in_port_t (from millert) ok millert@
* sprintf -> snprintftdeval2003-04-051-6/+8
| | | | ok tedu@, krw@; hints deraadt@, millert@
* wrong error messagederaadt2002-02-241-3/+3
|
* tcp wrapper support for IPv6. from netbsd.itojun2000-10-141-2/+16
| | | | | TODO: scoped address support may need more consideration (we are taking safer side now - rejects too much).
* do source routing check correctly; this could use a testderaadt1997-04-041-64/+24
|
* Initial integration of a much cleaned up libwrap.downsj1997-02-261-0/+132