CVSROOT: /cvs Module name: src Changes by: ajacou...@cvs.openbsd.org 2012/09/18 01:56:11
Modified files: usr.sbin/user : user.c usermod.8 Log message: Add 2 new knobs to usermod(8): -U to unlock an account -Z to lock an account Locking means adding a '*' prefix to the encrypted password and appending a '-' to the user's shell... and obviously the opposite for unlocking. some inputs from sthen@, otto@ and deraadt@ ok todd@