From owner-cvs-all Fri Jan 22 07:34:00 1999 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id HAA29284 for cvs-all-outgoing; Fri, 22 Jan 1999 07:34:00 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id HAA29277; Fri, 22 Jan 1999 07:33:55 -0800 (PST) (envelope-from brandon@FreeBSD.org) From: Brandon Gillespie Received: (from brandon@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id HAA18720; Fri, 22 Jan 1999 07:33:55 -0800 (PST) Date: Fri, 22 Jan 1999 07:33:55 -0800 (PST) Message-Id: <199901221533.HAA18720@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/etc auth.conf src/usr.bin/passwd local_passwd.c passwd.1 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk brandon 1999/01/22 07:33:55 PST Modified files: etc auth.conf Log: Added comment about how auth_default is used by passwd. Revision Changes Path 1.2 +8 -2 src/etc/auth.conf Modified files: usr.bin/passwd local_passwd.c passwd.1 Log: Added support for multiple hash formats, and new salt generation code. It selects which hash format to use by checking /etc/auth.conf for auth_default. Leaving auth_default disabled will give the current behaviour (use the same format as is currently used in the password, or if a new password default to what crypt likes best--des if it exists). Now you can set it to one of: des, best, md5 or sha1. best is a synonym for sha1, currently. Revision Changes Path 1.21 +143 -30 src/usr.bin/passwd/local_passwd.c 1.12 +11 -1 src/usr.bin/passwd/passwd.1 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message