summaryrefslogtreecommitdiffstats
path: root/contrib/tcp_wrappers/socket.c
Commit message (Collapse)AuthorAgeFilesLines
* NI_WITHSCOPEID cleanup. Neither RFC 2553 nor RFC 3493 definesume2005-05-131-8/+4
| | | | | NI_WITHSCOPEID, and our getaddrinfo(3) does nothing special for it, now.
* Correct compilation with "#define really_paranoid".ceri2003-12-271-1/+1
| | | | | PR: bin/59674 Submitted by: Vaclav Rehak <vasek@zoom-int.cz>
* Unbreak "paranoid" host checking, which was broken with the IPv6 codekris2001-07-041-1/+1
| | | | | | import. Submitted by: Tony Finch <dot@dotat.at>
* - reject numeric addressume2000-09-251-0/+22
| | | | | | | | - validate scope in sockaddr comparison logic patch was originally submitted by itojun and slightly modified by me. Reviewed by: itojun, kris
* Don't touch ai_canonname without checking NULL. Currentume2000-09-231-3/+6
| | | | | | | | implementation of getaddrinfo() may return NULL ai_canonname. There is no consensus how getaddrinfo() should fill ai_canonname when numeric hostname is given. Reported by: kris
* Add IPv6 scoped address support.ume2000-07-141-118/+139
| | | | | | | | It enables us to control link-local connections by interface like this: ALL : [fe80::%ed0]/10 : allow ALL : [fe80::]/10 : deny
* Missing tcp_wrapper IPv6 support seemed to be a bug, so commit it.shin2000-02-031-0/+149
| | | | | | | | | | | | | | | | | | | | | | | Now when tcp_wrapper is enabled by inetd -wW, several accesses which should be permitted are refused only for IPv6, if hostname is used to decide the host to be allowed. IPv6 users will be just upset. About security related concern. -All extensions are wrapped by #ifdef INET6, so people can completely disable the extension by recompile libwrap without INET6 option. -Access via IPv6 is not enabled by default. People need to enable IPv6 access by changing /etc/inetd.conf at first, by adding tcp6 and/or tcp46 entries. -The base of patches are from KAME package and are actually daily used for more than a year in several Japanese IPv6 environments. -Patches are reviewed by markm. Approved by: jkh Submitted by: Hajimu UMEMOTO <ume@mahoroba.org> Reviewed by: markm Obtained from: KAME project
* Clean import of TCP-wrappers by Wietse Venema.markm1999-03-141-0/+235
Rest of build to follow.
OpenPOWER on IntegriCloud