Subject: CVS commit: src/usr.bin/passwd
To: None <source-changes@NetBSD.org>
From: David Laight <dsl@netbsd.org>
List: source-changes
Date: 10/30/2004 21:05:53
Module Name:	src
Committed By:	dsl
Date:		Sat Oct 30 21:05:53 UTC 2004

Modified Files:
	src/usr.bin/passwd: local_passwd.c yp_passwd.c

Log Message:
Add (unsigned char) cast to ctype functions
A password containg 80...ff could be reported (incorrectly) as being
all lower case.


To generate a diff of this commit:
cvs rdiff -r1.26 -r1.27 src/usr.bin/passwd/local_passwd.c
cvs rdiff -r1.27 -r1.28 src/usr.bin/passwd/yp_passwd.c

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