Date: Wed, 7 Feb 1996 07:01:50 -0800 (PST) From: Peter Wemm <peter> To: CVS-committers, cvs-user Subject: cvs commit: src/secure/lib/libcrypt Makefile crypt.3 crypt.c Message-ID: <199602071501.HAA04417@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
peter 96/02/07 07:01:49 Branch: secure/lib/libcrypt RELENG_2_1_0 Modified: secure/lib/libcrypt Makefile crypt.3 crypt.c Log: Add Mark Murray's md5 recognition ($1$) into the libdescrypt library. This is a "trivial" change - if it is presented with a "$1$ salt (which is illegal for the DES crypt), it switches to the md5 routine instead. If it never sees a MD5 string, it behaves exactly as before. This will be a lifesaver for people who install from cdrom, add users or set passwords, then go and select the "secure" dist from the ftp server and would have locked themselves out of their machine. Some -Wall cleanups came along with it. Revision Changes Path 1.7.6.1 +5 -13 src/secure/lib/libcrypt/Makefile 1.2.6.1 +9 -1 src/secure/lib/libcrypt/crypt.3 1.6.4.1 +10 -10 src/secure/lib/libcrypt/crypt.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199602071501.HAA04417>