| Commit message (Expand) | Author | Age | Files | Lines |
* | Only do a full pwd_mkdb for deletions; other operations may use the -u | sheldonh | 1999-08-30 | 1 | -2/+6 |
* | $Id$ -> $FreeBSD$ | peter | 1999-08-28 | 23 | -23/+23 |
* | Remove some more warnings. | davidn | 1999-07-28 | 2 | -4/+6 |
* | Fix date parsing to allow '0' (none) date value. | davidn | 1999-03-15 | 1 | -3/+2 |
* | Add the ability to print user records in unix version 7 (old) format. | davidn | 1999-03-02 | 2 | -11/+19 |
* | Fix minor nit with command line parsing for pw -V DIR action. | davidn | 1999-02-23 | 1 | -2/+2 |
* | Fix tpyo (sic) and missing 'else' (bad cut n' paste). | davidn | 1999-02-23 | 1 | -13/+13 |
* | 1) Do not blindly ignore file update errors which may occur due to concurrent | davidn | 1999-02-23 | 14 | -155/+725 |
* | Don't assume a_name is a number just because the first character | des | 1999-02-08 | 1 | -2/+4 |
* | Remove bogus file locking in main(). | davidn | 1999-01-08 | 1 | -13/+1 |
* | -Clarification of last commit- | billf | 1999-01-04 | 1 | -1/+1 |
* | Let's make sure we're at the end of the password string before we apply a \0 | billf | 1999-01-02 | 1 | -2/+2 |
* | Fix the spelling of `FreeBSD'. | joerg | 1998-12-27 | 1 | -2/+2 |
* | Remove useless `BINOWN=root' now that it is the default. | obrien | 1998-09-19 | 1 | -2/+1 |
* | Fix inappropriate use of .Ql macro. | jkoshy | 1998-09-18 | 1 | -2/+2 |
* | The `group{del,mod,show}' take require a '[group|gid]' argument. | jkoshy | 1998-08-31 | 1 | -1/+4 |
* | - On second thought, attempt to get the read-only lock, but don't | nate | 1998-08-04 | 1 | -1/+16 |
* | - Removed read-only lock from 'pw'. This removes portions of the FIX | nate | 1998-08-04 | 1 | -22/+1 |
* | Fix race condition in pw caused by multiple instances of pwd_mkdb being | nate | 1998-07-16 | 3 | -7/+39 |
* | .Nm pw -> .Nm. | charnier | 1998-03-23 | 1 | -2/+2 |
* | Overhaul this manpage - removing typos, awkward phrasing, and addressing | steve | 1998-02-14 | 1 | -111/+123 |
* | pwd_mkdb option '-c' was renamed to -C some weeks ago. | wosch | 1998-02-11 | 1 | -4/+4 |
* | Use consistent spelling, | hoek | 1997-12-25 | 1 | -2/+2 |
* | Use err(3) instead of local redefinition. Add rcsid string. | charnier | 1997-10-10 | 17 | -216/+228 |
* | Unquote default group in pw.conf. | davidn | 1997-09-01 | 1 | -1/+2 |
* | Fix -p switch. | davidn | 1997-08-01 | 1 | -2/+2 |
* | getuid() -> geteuid(). | davidn | 1997-07-17 | 1 | -2/+2 |
* | Remove srandomdev fallback code | ache | 1997-06-14 | 1 | -5/+7 |
* | Fixes skeleton directory test-it-is-a-directory logic. | davidn | 1997-05-24 | 1 | -2/+2 |
* | Initialize RNG only once | ache | 1997-03-24 | 1 | -23/+18 |
* | Fix srandom arg according to Lite2 | ache | 1997-03-11 | 1 | -3/+3 |
* | Typo fix 'and' -> 'an'. | danny | 1997-03-04 | 1 | -2/+2 |
* | Back out MAXLOGNAME fix, Bruce points that copyinstr require NUL | ache | 1997-03-03 | 1 | -2/+2 |
* | Fix MAXLOGNAME usage, the code has wrong assumption that | ache | 1997-03-02 | 1 | -3/+3 |
* | Revert $FreeBSD$ to $Id$ | peter | 1997-02-22 | 22 | -22/+22 |
* | Yet another formatting consistency check. | davidn | 1997-02-07 | 1 | -1/+1 |
* | Fix useage of MAXLOGNAME to include terminating NUL, by using | davidn | 1997-02-07 | 2 | -3/+12 |
* | Sort cross references. | wosch | 1997-01-20 | 2 | -4/+4 |
* | Make the long-awaited change from $Id$ to $FreeBSD$ | jkh | 1997-01-14 | 22 | -22/+22 |
* | Adds optional NIS passwd file updating and optionally rebuilding | davidn | 1997-01-05 | 8 | -22/+202 |
* | Remove duplicated #include. | davidn | 1997-01-05 | 1 | -2/+1 |
* | Fix reference /etc/acct/pw.conf -> /etc/pw.conf. | davidn | 1997-01-05 | 1 | -2/+2 |
* | Implemented /home -> /usr/home symlink kludge. | davidn | 1997-01-03 | 1 | -11/+28 |
* | 1) Base home directory is created if it does not already exist if | davidn | 1996-12-30 | 1 | -35/+65 |
* | Correct file modes on updated /etc/skeykeys. | davidn | 1996-12-23 | 1 | -2/+2 |
* | 1) 200 users per group limitation removed and pw | davidn | 1996-12-21 | 9 | -290/+472 |
* | Bugfix (cosmetic) for output of generated passwords. | davidn | 1996-12-20 | 1 | -3/+3 |
* | Allow 8-bit characters in the passwd gecos field, and adds a paragraph | davidn | 1996-12-19 | 4 | -16/+37 |
* | Changes to password generator: fallback to MD5 generator disabled | davidn | 1996-12-17 | 2 | -35/+70 |
* | Submitted by: proff@iq.org | davidn | 1996-12-17 | 1 | -2/+2 |