summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
* 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-154-62/+62
* 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-092-4/+0
* Fix the type of the NULL arg to execl()Brian Somers2001-07-091-1/+1
* 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
* By popular demand, have adduser preserve comments at the top of theDoug Barton2001-04-171-2/+10
* Add a more useful solution to the problem of password files with more thanDoug Barton2001-04-151-3/+14
* Rev 1.11 introduced a bug where the processing became case insensative forDavid E. O'Brien2001-04-151-1/+1
* beforeinstall -> SCRIPTS.Ruslan Ermilov2001-04-071-8/+2
* - Backout botched attempt to introduce MANSECT feature.Ruslan Ermilov2001-03-262-4/+2
* Use %c for expire/change datesAndrey A. Chernov2001-03-211-2/+2
* mdoc(7) police: simplify bogus ``.Ql Fl'' constructs.Ruslan Ermilov2001-03-161-33/+33
* Document the lock and unlock commands. This fixes a segmentation fault.Dima Dorfman2001-03-141-0/+10
* Document the lock and unlock commands.Dima Dorfman2001-03-141-0/+32
* Switch from using rand() or random() to a stronger, more appropriate PRNGKris Kennaway2001-03-051-19/+2
* mdoc(7) police: split punctuation characters + misc fixes.Ruslan Ermilov2001-02-012-17/+21
* Prepare for mdoc(7)NG.Ruslan Ermilov2001-01-162-2/+2
* Fix typo: s/memberhip/membership/Peter Wemm2001-01-021-1/+1
* Convert to use the <sys/queue.h> macros rather than fiddling with the queueBen Smithurst2000-12-292-4/+4
* Prepare for mdoc(7)NG.Ruslan Ermilov2000-12-272-1/+3
* Make the comment generated in /etc/pw.conf match realityDoug Barton2000-12-181-1/+1
* * Fix a long line that I introduced in the last commitDoug Barton2000-12-171-2/+3
* mdoc(7) police: removed history info from the .Os FreeBSD call.Ruslan Ermilov2000-12-141-1/+1
* Add `_PATH_DEVZERO'.David E. O'Brien2000-12-091-1/+1
* If a user is in the database, rmuser ought to be able to remove them.Doug Barton2000-11-211-42/+11
* mdoc(7) police: use the new features of the Nm macro.Ruslan Ermilov2000-11-203-17/+17
* Avoid use of direct troff requests in mdoc(7) manual pages.Ruslan Ermilov2000-11-101-12/+2
* Add working and easy crypt(3)-switching. Yes, we need a whole new APIBrian Feldman2000-08-222-3/+22
* Complete migration of aliases file to /etc/mail/aliases.Gregory Neil Shapiro2000-08-131-1/+1
* Move test for -w flag outside of the code dealing with -D (defaults).David Nugent2000-07-201-2/+2
* Allow -g with an empty argument in the -D case. This allows -g "" to setDavid Nugent2000-07-201-5/+8
* Fix another missed case where usermod would not set the "modified" flag:David Nugent2000-07-201-3/+6
* Catch up to the fact that we now have tcsh in the tree.David Nugent2000-07-161-1/+2