summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* remove __PWarner Losh2002-03-223-20/+21
* Remove __P() usage.David E. O'Brien2002-03-212-64/+64
* Remove __P() usage.David E. O'Brien2002-03-211-1/+1
* Fix a bug that prevents "00" being used as a valid year. Why bother inCrist J. Clark2002-03-181-1/+1
* It was possible for an unprivileged user to tie up the passwordCrist J. Clark2002-03-183-25/+64
* Bring a comment in line with the code, and fix some spelling errorsDima Dorfman2002-03-091-4/+3
* Merge a duplicate description of the -L option into the first one.Giorgos Keramidas2002-03-081-10/+2
* Remove a bogus cast.Dag-Erling Smørgrav2002-03-061-1/+1
* #include <stddef.h> for the definition of NULL instead of depending onBruce Evans2002-02-251-1/+3
* Found a single point where rmuser(8) wasn't robust to strangeYaroslav Tykhiy2002-02-111-1/+1
* ANSIfy and remove some dead code.Dag-Erling Smørgrav2002-02-061-23/+13
* Apply the following mechanical transformations in preparation forDag-Erling Smørgrav2002-02-062-9/+9
* The clnt_create(KEYSERVSOCK, CRYPT_PROG, CRYPT_VERS, "unix") hacksAlfred Perlstein2002-02-051-5/+19
* ANSIfy and constify.Dag-Erling Smørgrav2002-02-051-17/+15
* Fix SCM ID's.David E. O'Brien2002-02-011-6/+4
* 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
* Correct some egregious style bugs.Dag-Erling Smørgrav2001-12-041-13/+21
* Add a missing error check. This fixes a bug that would cause pwd_mkdb toDag-Erling Smørgrav2001-12-041-1/+2
* Change rmskey() to rmopie() - we don't have skey anymoreAndrey A. Chernov2001-10-191-6/+6
* Add __FBSDID()s to libutilMatthew Dillon2001-09-303-6/+8
* 1) Back out ~/.login_conf disableAndrey A. Chernov2001-09-251-6/+5
* Disable per-user .login_conf support due to incorrect merging of localRobert Watson2001-09-161-0/+3
* o Add a comment noting that the early setting of privileges for the purposeRobert Watson2001-09-151-2/+6
* Set BINOWN=root explicitly for setuid root binaries.Ruslan Ermilov2001-09-131-0/+1
* Print the correct filename if we fail to open $etc_passwd.Dima Dorfman2001-09-061-1/+1
* Use CFLAGS, not COPTS, in the Makefile. bsd.prog.mk conveniently addsDima Dorfman2001-09-051-2/+2
* 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-142-2/+6
* can not -> cannotSheldon Hearn2001-08-081-1/+1
* Add "use Fcntl" to resolve O_RDWR|O_CREAT|O_EXCL macros used inGuy Helmer2001-08-011-0/+2