Subject: CVS commit: basesrc/usr.bin/skey
To: None <source-changes@netbsd.org>
From: Luke Mewburn <lukem@netbsd.org>
List: source-changes
Date: 07/25/2001 02:53:26
Module Name:	basesrc
Committed By:	lukem
Date:		Tue Jul 24 23:53:25 UTC 2001

Modified Files:
	basesrc/usr.bin/skey: skey.1 skey.c

Log Message:
allow passwords less than SKEY_MIN_PW_LEN to work (with a warning),
per PR 11417 and subsequent discussion with Robert Elz & others.
the length check is still enforced in skeyinit(1), but at least this
change allows older skeykeys to be used. -f is now a no-op.


To generate a diff of this commit:
cvs rdiff -r1.15 -r1.16 basesrc/usr.bin/skey/skey.1
cvs rdiff -r1.14 -r1.15 basesrc/usr.bin/skey/skey.c

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