History log of /openbsd-src/usr.sbin/adduser/rmuser.perl (Results 1 – 7 of 7)
Revision Date Author Comments
# b69faa6c 07-Jun-2005 millert <millert@openbsd.org>

Don't restrict what login name may be removed, the account may
have been made with a tool other than adduser and thus may use
characters adduser considers illegal. OK henning@ and krw@


# 9eacfc3d 31-May-2002 millert <millert@openbsd.org>

Typo, "TMP_PW" used where "NEW_PW" was intended; fixes /etc/ptmp
deletion when rmuser is aborted. From Jason DiCioccio


# 518d82b2 05-Mar-2002 millert <millert@openbsd.org>

Don't delete ptmp if we didn't create it ourselves; Brian Poole


# deb5f5e7 04-Sep-2001 deraadt <deraadt@openbsd.org>

another username limit issue; ianm@cit.uws.edu.au


# 27250d79 25-Nov-2000 millert <millert@openbsd.org>

Fix some warnings and take advantage of perl5 system defines

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 syso

Fix some warnings and take advantage of perl5 system defines

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.

show more ...


# 06506012 11-Jul-1999 espie <espie@openbsd.org>

Fix check for valid user name in interactive use


# d7ab7c04 08-Dec-1996 downsj <downsj@openbsd.org>

sync with FreeBSD, except for the damned tcl script.