freebsd-dev/contrib
Yoshinobu Inoue 8053080cbc Missing tcp_wrapper IPv6 support seemed to be a bug, so commit it.
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
2000-02-03 10:27:03 +00:00
..
amd Merge vendor changes into our version of this. 1999-11-05 12:56:09 +00:00
awk Fix zero-padding for printf formats which include a precision or 1999-12-23 18:24:31 +00:00
bc Update this for the recient import. 2000-01-16 10:22:31 +00:00
bind Since this has left the vendor branch, sort this incredably disorganized 2000-01-02 11:13:23 +00:00
binutils This commit was generated by cvs2svn to compensate for changes in r56944, 2000-02-02 03:10:44 +00:00
com_err Fixed bitrot in K&R support (3 missing __P(())'s defeated the point of 7 2000-01-14 18:51:30 +00:00
cpio Fix warning: return type of main' is not int' 1999-09-15 01:58:44 +00:00
cvs Use X x X's in mkstemp(). 2000-01-10 08:56:01 +00:00
diff * Support the environtmental var "DIFF_OPTIONS". Which can hold a set of 1999-11-26 02:51:44 +00:00
gcc Fix our -mprofiler-epilogue code. 2000-01-29 13:06:33 +00:00
gdb Fix (I believe) Bill Paul's core dump when using gdb on shared executables. 1999-11-22 18:04:53 +00:00
global Correct typo, Welcom -> Welcome 1999-10-10 07:46:38 +00:00
gperf NetBSD has sys_errlist in errno.h, not stdio.h like FreeBSD. 1998-01-09 20:02:20 +00:00
groff Fix a problem that caused the generation of an (almost) empty first 2000-01-27 17:56:41 +00:00
ipfilter This commit was generated by cvs2svn to compensate for changes in r55924, 2000-01-13 18:30:37 +00:00
isc-dhcp Only log when there is a real change to the configuration state. 2000-01-15 22:46:40 +00:00
libf2c Virgin import of GCC 2.95.2's libf2c 1999-11-01 07:32:56 +00:00
libgmp This commit was generated by cvs2svn to compensate for changes in r44365, 1999-03-01 06:27:31 +00:00
libio This commit was generated by cvs2svn to compensate for changes in r56385, 2000-01-22 02:59:08 +00:00
libpam Revive the pam_deny and pam_permit modules from Linux-PAM. They are 1999-05-08 01:59:27 +00:00
libpcap Merge libpcap 0.5 2000-01-30 00:43:38 +00:00
libreadline Removed redundant declarations again. Fixed in rev.1.5, broken in rev.1.8. 2000-01-14 18:57:33 +00:00
libstdc++ This commit was generated by cvs2svn to compensate for changes in r56385, 2000-01-22 02:59:08 +00:00
ncurses Fixed IEXTEN handling in raw mode again. The effect of IEXTEN when 2000-01-29 13:55:02 +00:00
ntp Update for ntp 4.0.99b. 2000-01-28 15:13:45 +00:00
nvi 10 X's in mkstemp(). 2000-01-10 09:17:46 +00:00
opie - Use proper markup for a section header. 2000-01-19 21:54:19 +00:00
patch Remove library funcs we already have 1998-01-04 20:45:41 +00:00
perl5 Force installs. This is to allow (semi-)automatic garbage removal by 2000-01-29 17:27:17 +00:00
pnpinfo $Id$ -> $FreeBSD$ 1999-09-05 17:27:05 +00:00
sendmail Install sendmail.cf into /etc/mail. 1999-12-19 19:55:19 +00:00
tcp_wrappers Missing tcp_wrapper IPv6 support seemed to be a bug, so commit it. 2000-02-03 10:27:03 +00:00
tcpdump Merge tcpdump 3.5 2000-01-30 01:05:24 +00:00
telnet Add NI_NAMEREQD flag to getnameinfo() call. Without this flag, 2000-01-29 18:21:05 +00:00
texinfo Quietly delete duplicate Info entries with --quiet. 2000-01-24 16:05:17 +00:00
top uptime display more in style with original code 1999-01-09 20:25:02 +00:00
traceroute s/tcpdump/traceroute 1999-12-20 16:07:53 +00:00