summaryrefslogtreecommitdiff
path: root/lib/libwrap/hosts_access.c
AgeCommit message (Collapse)Author
2009-10-28rcsid[] and sccsid[] and copyright[] are essentially unmaintained (andTheo de Raadt
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
2003-04-19- kill unused varAnil Madhavapeddy
- sscanf format string should scan for u_short not u_int - some missing includes - convert u_short -> in_port_t (from millert) ok millert@
2002-12-31If we're going to replace strtok() with strtok_r(), and the caller of theJun-ichiro itojun Hagino
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
2002-06-22use strtok_r() instead of strtok(); millert okTheo de Raadt
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-12-13atoi->strtoulBob Beck
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).
2000-02-01no need to extern int errno if errno.h is includedTheo de Raadt
1999-06-06add dot_quad_addr_new(); which can handle 255.255.255.255 addressesTheo de Raadt
1997-06-30alpha bitsTheo de Raadt
1997-03-29Use getdomainname() not yp_get_default_domain().Todd C. Miller
1997-02-26Initial integration of a much cleaned up libwrap.Jason Downs