summaryrefslogtreecommitdiffstats
path: root/usr.sbin/pw
Commit message (Expand)AuthorAgeFilesLines
* Perform a major cleanup of the usr.sbin Makefiles.obrien2001-07-201-3/+1
* Remove GCC'isms in CFLAGS.obrien2001-07-201-1/+0
* Remove whitespace at EOL.dd2001-07-152-28/+28
* mdoc(7) police: remove extraneous .Pp before and/or after .Sh.dd2001-07-092-4/+0
* Fix the type of the NULL arg to execl()brian2001-07-091-1/+1
* Don't override the default BINMODE.ru2001-07-051-2/+0
* Fix a harmless format string bogon and mark a function as __printflike().kris2001-07-052-2/+2
* Include missing header files which define functions for which gcc hasdd2001-06-241-0/+1
* CND has been unused for two years, and RND has been unused for fivedd2001-06-191-1/+1
* - Backout botched attempt to introduce MANSECT feature.ru2001-03-261-3/+1
* Use %c for expire/change datesache2001-03-211-2/+2
* mdoc(7) police: simplify bogus ``.Ql Fl'' constructs.ru2001-03-161-33/+33
* Document the lock and unlock commands. This fixes a segmentation fault.dd2001-03-141-0/+10
* Document the lock and unlock commands.dd2001-03-141-0/+32
* Switch from using rand() or random() to a stronger, more appropriate PRNGkris2001-03-051-19/+2
* mdoc(7) police: split punctuation characters + misc fixes.ru2001-02-011-4/+8
* Prepare for mdoc(7)NG.ru2001-01-161-1/+1
* Fix typo: s/memberhip/membership/peter2001-01-021-1/+1
* Convert to use the <sys/queue.h> macros rather than fiddling with the queueben2000-12-292-4/+4
* Make the comment generated in /etc/pw.conf match realitydougb2000-12-181-1/+1
* Add `_PATH_DEVZERO'.obrien2000-12-091-1/+1
* mdoc(7) police: use the new features of the Nm macro.ru2000-11-201-15/+15
* Add working and easy crypt(3)-switching. Yes, we need a whole new APIgreen2000-08-222-3/+22
* Move test for -w flag outside of the code dealing with -D (defaults).davidn2000-07-201-2/+2
* Allow -g with an empty argument in the -D case. This allows -g "" to setdavidn2000-07-201-5/+8
* Fix another missed case where usermod would not set the "modified" flag:davidn2000-07-201-3/+6
* Catch up to the fact that we now have tcsh in the tree.davidn2000-07-161-1/+2
* Support propogation of file flags when building a homedir from thedavidn2000-07-131-6/+17
* Fix breakage introduced by bypassing update for additional 'mod'davidn2000-07-031-0/+1
* Don't dereference NULL in the userdel case.davidn2000-06-261-1/+1
* Localize ctype too.ache2000-06-242-3/+3
* Localize time/date.ache2000-06-225-23/+27
* Fix obvious braino in assignment statement. usermod -g should work again.davidn2000-06-181-1/+1
* Be a little more strict about handling command line args. This allows user anddavidn2000-06-181-4/+6
* Fix a long-standing bug in the rename case previously masked by another bugdavidn2000-06-181-2/+10
* Second and hopefully final fix to .db sync when renaming a user; we must rundavidn2000-06-181-4/+12
* Fix db syncronization when username is changed with -l under usermod.davidn2000-06-061-1/+1
* Back out the previous change to the queue(3) interface.jake2000-05-261-2/+2
* Change the way that the queue(3) structures are declared; don't assume thatjake2000-05-231-2/+2
* Remove more single-space hard sentence breaks.sheldonh2000-03-021-1/+2
* Remove single-space hard sentence breaks. These degrade the qualitysheldonh2000-03-012-3/+6
* Portability fixes for other bsd4.4 derivatives.davidn2000-01-156-20/+33
* Revert the libcrypt/libmd stuff back to how it was. This should not havepeter1999-12-181-2/+2
* Add libmd (or move it after libcrypt). We don't want the linker to bemarcel1999-12-161-2/+2
* Don't try updating the passwd file if no data has changed. This allows thingsdavidn1999-10-261-39/+102
* Add new functionality "lock" and "unlock" to provide a simple passworddavidn1999-10-264-8/+47
* Missed statement in password update relating to the previous changedavidn1999-10-261-1/+1
* Clean up error handling in fileupdate(), which now returns 0 on successdavidn1999-10-265-62/+117
* Only do a full pwd_mkdb for deletions; other operations may use the -usheldonh1999-08-301-2/+6
* $Id$ -> $FreeBSD$peter1999-08-2823-23/+23
OpenPOWER on IntegriCloud