Subject: CVS commit: basesrc
To: None <source-changes@netbsd.org>
From: Jun-ichiro itojun Hagino <itojun@netbsd.org>
List: source-changes
Date: 05/29/2000 22:21:50
Module Name:	basesrc
Committed By:	itojun
Date:		Tue May 30 05:21:49 UTC 2000

Modified Files:
	basesrc/libexec/rlogind: rlogind.8
	basesrc/libexec/rshd: rshd.8
	basesrc/usr.bin/ftp: ftp.1

Log Message:
document IPv4 mapped address twists.
- ftp(1): treats IPv4 mapped destination as IPv4 peer, not native IPv6 peer.
  this does not support network with SIIT translator.
- rshd(8)/rlogind(8): rejects accesses from IPv4 mapped peer, to avoid
  possible abuse of IPv4 mapped addr (rshd/rlogind use source address-based
  auth so it is important to check the condition).


To generate a diff of this commit:
cvs rdiff -r1.10 -r1.11 basesrc/libexec/rlogind/rlogind.8
cvs rdiff -r1.9 -r1.10 basesrc/libexec/rshd/rshd.8
cvs rdiff -r1.64 -r1.65 basesrc/usr.bin/ftp/ftp.1

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.