Subject: CVS commit: basesrc/lib/libcrypt
To: None <source-changes@netbsd.org>
From: Andrew Doran <ad@netbsd.org>
List: source-changes
Date: 09/10/2001 15:33:26
Module Name:	basesrc
Committed By:	ad
Date:		Mon Sep 10 12:33:25 UTC 2001

Modified Files:
	basesrc/lib/libcrypt: md5crypt.c

Log Message:
Ensure that the salt is always terminated properly with '$'. Makes Cyrus'
pwcheck (which either modifies the buffer or was passing bad password
strings) happy. Noted by Cillian Sharkey <cns@redbrick.dcu.ie>.


To generate a diff of this commit:
cvs rdiff -r1.3 -r1.4 basesrc/lib/libcrypt/md5crypt.c

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