summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Do not loose trailing spaces when printing prompt messages.Max Khon2003-01-231-3/+3
* Do not expose password if it is empty and PWF_STANDARD format is requestedMax Khon2003-01-231-1/+2
* *blush*Mike Makonnen2003-01-231-8/+8
* Don't forget to properly quote input.Mike Makonnen2003-01-211-1/+1
* do not loose trailing space when asking uidMax Khon2003-01-201-1/+1
* english(4) police.Jens Schweikhardt2002-12-272-5/+5
* Uniformly refer to a file system as "file system".Ruslan Ermilov2002-12-122-3/+3
* Correctly handle files with IFS characters (spaces) in their names whenTim J. Robbins2002-12-091-7/+3
* mdoc(7) police: overhaul.Ruslan Ermilov2002-12-042-182/+272
* Replace the perl versions of adduser and rmuser with shell script versions.Scott Long2002-12-037-2291/+1458
* mdoc(7) police: markup fixes.Ruslan Ermilov2002-11-271-3/+4
* Clarify the unique groups scheme by mentioning that the 002 umaskTony Finch2002-11-081-3/+5
* Fix conjugation of exists and add full stops to the messages I changed.David Malone2002-08-111-2/+2
* The .Nm utilityPhilippe Charnier2002-07-143-37/+67
* de-__P()Alfred Perlstein2002-07-113-51/+51
* Lists follow a colon, not a semicolon.Dima Dorfman2002-06-301-1/+1
* `pw useradd' could be used with -w without -D option.SADA Kenji2002-06-261-0/+1
* Print a long with %ld not %d. (We possibly should be using %j here, butDavid Malone2002-06-241-1/+1
* In the words of the submitter:Dima Dorfman2002-04-051-1/+5
* Document the -7 option for usershow.Dima Dorfman2002-04-051-0/+9
* Merge a duplicate description of the -L option into the first one.Giorgos Keramidas2002-03-081-10/+2
* Found a single point where rmuser(8) wasn't robust to strangeYaroslav Tykhiy2002-02-111-1/+1
* 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-282-29/+2
* Add `-h' to the chown command so that symbolic links copied fromIan Dowse2002-01-201-1/+1
* yp(4) -> yp(8).Ruslan Ermilov2002-01-141-2/+2
* Remove myself as maintainer, I don't have free time for adduser anymore.Wolfram Schneider2002-01-131-2/+0
* Oops, missed one point where $pwd_mkdb had been used.Yaroslav Tykhiy2002-01-041-1/+1
* Document a new option: -force.Yaroslav Tykhiy2002-01-021-0/+8
* 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
* Parse atq(1) output correctly under various (but not all perhaps)Yaroslav Tykhiy2002-01-021-1/+1
* In remove_at_jobs():Yaroslav Tykhiy2002-01-021-2/+2
* Use correct mode for temporary file.Jacques Vidrine2001-12-201-1/+1
* Change rmskey() to rmopie() - we don't have skey anymoreAndrey A. Chernov2001-10-191-6/+6
* Print the correct filename if we fail to open $etc_passwd.Dima Dorfman2001-09-061-1/+1
* For new users, create the home directory before sending the welcomeDima Dorfman2001-09-031-24/+24
* Unbreak group operations by reverting previous delta which removed theDima Dorfman2001-08-301-1/+1
* Properly initialize the random number generator in pw_getpass().Joerg Wunsch2001-08-211-0/+1
* Fix a typo in a variable name that made pw(8) coredump when usingJoerg Wunsch2001-08-211-1/+1
* Handle snprintf() returning < 0 (not just -1)Brian Somers2001-08-202-3/+3
* Handle snprintf() returning -1.Brian Somers2001-08-203-1/+7
* Pass the username we just made to pwd_mkdb so that the latter doesn'tDima Dorfman2001-08-201-3/+4
* mdoc(7) police: s/BSD/.Bx/ where appropriate.Ruslan Ermilov2001-08-141-1/+3
* Add "use Fcntl" to resolve O_RDWR|O_CREAT|O_EXCL macros used inGuy Helmer2001-08-011-0/+2
* Install the new password file with pwd_mkdb, not the old one.Guy Helmer2001-08-011-1/+1
* The variable giving the name of the temporary password file wasGuy Helmer2001-07-301-5/+5