summaryrefslogtreecommitdiffstats
path: root/usr.sbin/adduser/rmuser.perl (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Don't restrict what login name may be removed, the account maymillert2005-06-071-14/+5
| | | | | have been made with a tool other than adduser and thus may use characters adduser considers illegal. OK henning@ and krw@
* Typo, "TMP_PW" used where "NEW_PW" was intended; fixes /etc/ptmpmillert2002-05-311-2/+2
| | | | deletion when rmuser is aborted. From Jason DiCioccio
* Don't delete ptmp if we didn't create it ourselves; Brian Poolemillert2002-03-051-2/+2
|
* another username limit issue; ianm@cit.uws.edu.auderaadt2001-09-041-3/+3
|
* Fix some warnings and take advantage of perl5 system definesmillert2000-11-251-53/+30
| | | | | | | | | | In adduser, use /etc/ptmp as a lock file like the other passwd programs. Currently it is just kept empty which is not so great. Use sysopen() with explicit file modes so there is no race whereby a user could see the contents on the master.passwd temp file in rmuser. Fix order of file opens in rmuser so we don't try and remove anything unless we can lock all our files.
* Fix check for valid user name in interactive useespie1999-07-111-2/+2
|
* sync with FreeBSD, except for the damned tcl script.downsj1996-12-081-0/+465