Subject: CVS commit: basesrc
To: None <source-changes@netbsd.org>
From: Luke Mewburn <lukem@netbsd.org>
List: source-changes
Date: 10/03/2000 12:56:39
Module Name:	basesrc
Committed By:	lukem
Date:		Tue Oct  3 09:56:38 UTC 2000

Modified Files:
	basesrc/crypto/dist/ssh: auth-rhosts.c servconf.c servconf.h sshd.8
	    sshd.conf version.h

Log Message:
- implement IgnoreRootRhosts.  if set, ignores ~root/.[rs]hosts.  defaults to
  the value of IgnoreRhosts.  with `IgnoreRhosts yes' and `IgnoreRootRhosts no'
  you get similar behaviour to the `-l' flag on rshd(8).  this is based on
  similar modification i made which appeared in ssh 1.2.27 (?)
- document that IgnoreRhosts now doesn't apply to root.
- clarify that /etc/s?hosts.equiv doesn't apply to root (it didn't before
  my modification either).
- crank the version to 20001003


To generate a diff of this commit:
cvs rdiff -r1.1.1.1 -r1.2 basesrc/crypto/dist/ssh/auth-rhosts.c \
    basesrc/crypto/dist/ssh/servconf.c basesrc/crypto/dist/ssh/servconf.h \
    basesrc/crypto/dist/ssh/sshd.8 basesrc/crypto/dist/ssh/sshd.conf \
    basesrc/crypto/dist/ssh/version.h

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