summaryrefslogtreecommitdiffstats
path: root/adduser/adduser.perl
Commit message (Expand)AuthorAgeFilesLines
* Replace the perl versions of adduser and rmuser with shell script versions.Scott Long2002-12-031-1558/+0
* Fix conjugation of exists and add full stops to the messages I changed.David Malone2002-08-111-2/+2
* Keep similar things together: Check for too long usernamesYaroslav Tykhiy2002-01-281-4/+3
* Disallow adding duplicate roots, toors, or other users w/uid 0.Yaroslav Tykhiy2002-01-281-1/+1
* Implement a flexible way of letting some unusual charactersYaroslav Tykhiy2002-01-281-6/+38
* Remove the newly added -force option because it made adduser(8)Yaroslav Tykhiy2002-01-281-21/+2
* Add `-h' to the chown command so that symbolic links copied fromIan Dowse2002-01-201-1/+1
* Oops, missed one point where $pwd_mkdb had been used.Yaroslav Tykhiy2002-01-041-1/+1
* Allow weird characters in usernames if an admin persists on that:Yaroslav Tykhiy2002-01-021-8/+27
* Be consistent in what restriction is imposed on a usernameYaroslav Tykhiy2002-01-021-2/+4
* Forbid adding duplicate users with the name of "0".Yaroslav Tykhiy2002-01-021-2/+2
* Print the correct filename if we fail to open $etc_passwd.Dima Dorfman2001-09-061-1/+1
* Pass the username we just made to pwd_mkdb so that the latter doesn'tDima Dorfman2001-08-201-3/+4
* Generate a bigger salt. This is necessary for blowfish to workDima Dorfman2001-07-191-1/+1
* Extend adduser to create "locked" accounts. Adduser can now lock anAdrian Chadd2001-05-021-15/+137
* By popular demand, have adduser preserve comments at the top of theDoug Barton2001-04-171-2/+10
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
* Grammar and spelling fixesKris Kennaway1999-06-301-5/+5
* Print yyyy/mm/dd in /var/log/adduser, instead of yy/mm/ddDaniel O'Callaghan1999-01-151-1/+2
* Removing -batch option from adduser. Adduser was written asWolfram Schneider1998-08-171-63/+6
* Always ask for homedir.Wolfram Schneider1998-06-071-11/+38
* Rename the pwd_mkdb(8) option '-c' to '-C' for better compatiblityWolfram Schneider1998-01-101-2/+2
* Small bugfix: store $uid_start instead hard coded value 1000Wolfram Schneider1997-12-241-2/+2
* Do not complain about non existing shell "/nonexistent"Wolfram Schneider1997-09-201-3/+6
* Do not accept empty user names.Wolfram Schneider1997-09-201-2/+2
* Stop the growing list of shells if /etc/adduser.confWolfram Schneider1997-08-261-4/+4
* Nologin is also a valid 'invalid' shellPaul Traina1997-07-311-2/+2
* Delete dead test code.Wolfram Schneider1997-07-241-13/+1
* `cp -r' -> `cp -R'Wolfram Schneider1997-07-181-2/+2
* Change "no" answer to "default" for login class, because "no" classAndrey A. Chernov1997-05-011-3/+3
* Allow "no" answer on login class prompt override non-emptyAndrey A. Chernov1997-05-011-2/+3
* 1. Deal with login classes nowAndrey A. Chernov1997-05-011-10/+29
* Support comments in password database (/etc/master.passwd).Wolfram Schneider1997-03-091-1/+9
* Revert $FreeBSD$ to $Id$Peter Wemm1997-02-221-1/+1
* Make the long-awaited change from $Id$ to $FreeBSD$Jordan K. Hubbard1997-01-141-1/+1
* Allow dash `-' (except for first char) and underscore `_' in usernames.Wolfram Schneider1996-12-291-3/+3
* remove group limits checksWolfram Schneider1996-12-291-10/+1
* Minor style fixes.Mike Pritchard1996-12-231-3/+3
* Expand username limit to 16Andrey A. Chernov1996-12-071-4/+4
* Don't show on the screen just securely entered passwordAndrey A. Chernov1996-11-271-3/+3
* do not print 'illegal shell' for pseudo users news and xtenWolfram Schneider1996-11-201-2/+2
* warn if reach group line limit (>200 users, >1024 bytes per line)Wolfram Schneider1996-09-171-1/+10
* Do not backup master.passwd if pwd_mkdb returned an error. ThisWolfram Schneider1996-09-141-13/+3
* Make passwords no longer echo or display. Because of this, we now alsoJordan K. Hubbard1996-09-111-4/+16
* typo policeAdam David1996-08-281-16/+17
* sync copyright with /usr/share/examples/etc/bsd-style-copyrightWolfram Schneider1996-08-271-26/+16
* run pwd_mkdb with new check option [-c] to verify correctnessWolfram Schneider1996-08-201-2/+2
* Do not add an user to a group if the group is also the login group.Wolfram Schneider1996-08-141-11/+14
* Do not send "welcome mail" as default. If you want this featureWolfram Schneider1996-08-131-4/+8
* We DON'T ship bash by default, why is it the default shell?Gary Clark II1996-05-061-3/+3