summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
* Prevent chpass(1) from writing -1 in the UID or GID fieldsMike Barcroft2001-07-263-8/+13
* Use a safer method of creating the temporary password file.Chris D. Faulhaber2001-07-251-8/+8
* Fix removal of at jobs.Guy Helmer2001-07-231-24/+66
* remove emalloc,ecalloc,erealloc,estrdupAssar Westerlund2001-07-231-4/+0
* add ecalloc, emalloc, erealloc, estrdup - versions of the e-lessAssar Westerlund2001-07-221-0/+4
* Perform a major cleanup of the usr.sbin Makefiles.David E. O'Brien2001-07-201-3/+1
* Remove GCC'isms in CFLAGS.David E. O'Brien2001-07-201-1/+0
* Generate a bigger salt. This is necessary for blowfish to workDima Dorfman2001-07-191-1/+1
* Remove whitespace at EOL.Dima Dorfman2001-07-155-65/+65
* mdoc(7) police: removed HISTORY info from the .Os call.Ruslan Ermilov2001-07-101-1/+1
* mdoc(7) police: remove extraneous .Pp before and/or after .Sh.Dima Dorfman2001-07-093-5/+0
* Fix the type of the NULL arg to execl()Brian Somers2001-07-092-4/+4
* Don't override the default BINMODE.Ruslan Ermilov2001-07-051-2/+0
* Fix a harmless format string bogon and mark a function as __printflike().Kris Kennaway2001-07-052-2/+2
* Include missing header files which define functions for which gcc hasDima Dorfman2001-06-241-0/+1
* CND has been unused for two years, and RND has been unused for fiveDima Dorfman2001-06-191-1/+1
* Fix the rmuser script to correctly determine if a user does not exist.Adrian Chadd2001-05-021-1/+1
* Extend adduser to create "locked" accounts. Adduser can now lock anAdrian Chadd2001-05-021-15/+137
* Don't pass NULL to the %s format.Dima Dorfman2001-04-221-2/+6
* By popular demand, have adduser preserve comments at the top of theDoug Barton2001-04-171-2/+10