Subject: CVS commit: basesrc/usr.sbin/user
To: None <source-changes@netbsd.org>
From: Alistair G. Crooks <agc@netbsd.org>
List: source-changes
Date: 09/30/2002 17:15:49
Module Name: basesrc
Committed By: agc
Date: Mon Sep 30 14:15:48 UTC 2002
Modified Files:
basesrc/usr.sbin/user: user.c
Log Message:
Update previous to reflect reality. For blowfish passwords, the salt
can be a variable length field, so check the (fixed length) password
length, rather then the length of the whole password+salt+cipher.
Use a cipher type of "$2a" for blowfish.
To generate a diff of this commit:
cvs rdiff -r1.61 -r1.62 basesrc/usr.sbin/user/user.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.