summaryrefslogtreecommitdiffstats
path: root/lib/libwrap/hosts_access.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* - kill unused varavsm2003-04-191-2/+5
| | | | | | | | - sscanf format string should scan for u_short not u_int - some missing includes - convert u_short -> in_port_t (from millert) ok millert@
* If we're going to replace strtok() with strtok_r(), and the caller of theitojun2002-12-311-3/+4
| | | | | | | | | latter is invoked recursively, use static (instead of automatic) storage for the "last" pointer so that we remember where we're up to ... Fixes bug with hosts.deny rules such as "rpcbind: ALL EXCEPT some.domain". netbsd lib/libwrap/hosts_access.c 1.17
* use strtok_r() instead of strtok(); millert okderaadt2002-06-221-7/+8
|
* support scoped IPv6 address.itojun2002-06-071-73/+147
| | | | | no visible API change, old config files work just fine. now you can use expressions like "ALL: [fe80::%lo0/64]". theo ok
* atoi->strtoulbeck2001-12-131-4/+10
|
* tcp wrapper support for IPv6. from netbsd.itojun2000-10-141-2/+98
| | | | | TODO: scoped address support may need more consideration (we are taking safer side now - rejects too much).
* no need to extern int errno if errno.h is includedderaadt2000-02-011-3/+2
|
* add dot_quad_addr_new(); which can handle 255.255.255.255 addressesderaadt1999-06-061-5/+5
|
* alpha bitsderaadt1997-06-301-5/+5
|
* Use getdomainname() not yp_get_default_domain().millert1997-03-291-5/+5
|
* Initial integration of a much cleaned up libwrap.downsj1997-02-261-0/+339