Date: Tue, 26 Oct 1999 01:34:10 -0700 (PDT) From: David Nugent <davidn@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/pw pw.c pw.h pw_group.c pw_user.c Message-ID: <199910260834.BAA73322@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
davidn 1999/10/26 01:34:10 PDT Modified files: usr.sbin/pw pw.c pw.h pw_group.c pw_user.c Log: Add new functionality "lock" and "unlock" to provide a simple password locking mechanism for users. This works by prepending the string "*LOCKED*" to the password field in master.passwd to prevent successful decoding. Revision Changes Path 1.17 +11 -5 src/usr.sbin/pw/pw.c 1.10 +3 -1 src/usr.sbin/pw/pw.h 1.11 +5 -3 src/usr.sbin/pw/pw_group.c 1.32 +32 -3 src/usr.sbin/pw/pw_user.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199910260834.BAA73322>