| Commit message (Expand) | Author | Age | Files | Lines |
* | The .Nm utility | Philippe Charnier | 2002-07-14 | 1 | -4/+6 |
* | WARNS=4 cleanup, de-__P() | Alfred Perlstein | 2002-07-11 | 2 | -12/+14 |
* | Consistancy check: s/file system/filesystem/g | Tom Rhodes | 2002-05-16 | 1 | -1/+1 |
* | When reporting that a line is too long, include the line number in the | Dima Dorfman | 2002-03-09 | 1 | -1/+5 |
* | Explicitly use int32_t for on-disk records for pw_change and pw_expire, | Peter Wemm | 2001-10-27 | 1 | -8/+11 |
* | It's bad enough to capitalize the name of the executable at the | Dima Dorfman | 2001-08-04 | 1 | -1/+1 |
* | Perform a major cleanup of the usr.sbin Makefiles. | David E. O'Brien | 2001-07-20 | 1 | -4/+5 |
* | Remove whitespace at EOL. | Dima Dorfman | 2001-07-15 | 1 | -2/+2 |
* | - Backout botched attempt to introduce MANSECT feature. | Ruslan Ermilov | 2001-03-26 | 1 | -0/+1 |
* | Set the default manual section for usr.sbin/ to 8. | Ruslan Ermilov | 2001-03-20 | 1 | -1/+0 |
* | mdoc(7) police: use the new features of the Nm macro. | Ruslan Ermilov | 2000-11-20 | 1 | -4/+4 |
* | Add nsswitch support. By creating an /etc/nsswitch.conf file, you can | Jacques Vidrine | 2000-09-06 | 4 | -215/+5 |
* | Fix various unsigned vs signed errors that caused problems with uids | Paul Richards | 2000-03-09 | 2 | -11/+20 |
* | Remove single-space hard sentence breaks. These degrade the quality | Sheldon Hearn | 2000-03-01 | 1 | -1/+2 |
* | Replace the -q option to pwd_mkdb with a test for PW_SCAN_BIG_IDS in | Sheldon Hearn | 1999-12-02 | 3 | -12/+18 |
* | Allow empty UIDs if we are processing NIS records. I am not entirely | Eivind Eklund | 1999-11-22 | 1 | -2/+4 |
* | Add to pwd_mkdb a -q option to silence warnings about large IDs. Add a | Sheldon Hearn | 1999-11-15 | 4 | -5/+26 |
* | Flag empty UID entries as errors (to stop typos from turning into | Eivind Eklund | 1999-11-06 | 1 | -1/+6 |
* | Unifdef -DPASSWD_IGNORE_COMMENTS. This wasn't really optional and | Peter Wemm | 1999-09-06 | 2 | -7/+2 |
* | Back out previous commit. I mistook passing commentary from bde for | Sheldon Hearn | 1999-08-31 | 2 | -17/+6 |
* | Only issue a warning for the first occurrence of a UID > USHRT_MAX and | Sheldon Hearn | 1999-08-30 | 2 | -6/+17 |
* | $Id$ -> $FreeBSD$ | Peter Wemm | 1999-08-28 | 3 | -3/+3 |
* | Add $Id$, to make it simpler for members of the translation teams to | Nik Clayton | 1999-07-12 | 1 | -0/+1 |
* | Enable source file locking in pwd_mkdb by including the proper letter | Bill Fumerola | 1999-01-01 | 1 | -3/+3 |
* | PR: bin/3478 | Matthew Dillon | 1998-12-13 | 2 | -6/+43 |
* | Close PR bin/8753 pwd_mkdb problem when having comments in passwd file | Foxfair Hu | 1998-12-12 | 1 | -1/+5 |
* | Rename a static variable, so it will not shadowed by a local variable. | Dmitrij Tejblum | 1998-09-29 | 1 | -7/+7 |
* | Fix usage string | Andrey A. Chernov | 1998-06-09 | 1 | -2/+2 |
* | Allow specification of cache-size to pwd_mkdb | Poul-Henning Kamp | 1998-04-19 | 2 | -2/+14 |
* | Reenable building of /etc/passwd. | Guido van Rooij | 1998-02-19 | 1 | -3/+3 |
* | Apparently, if fprintf() fails, it can return any negative value | Guido van Rooij | 1998-02-16 | 1 | -3/+3 |
* | Check return values of fprintf, fclose (this one is overdone I guess) | Guido van Rooij | 1998-02-15 | 1 | -7/+12 |
* | Rename the pwd_mkdb(8) option '-c' to '-C' for better compatiblity | Wolfram Schneider | 1998-01-10 | 2 | -9/+9 |
* | Staticize usage(). Cosmetics. | Philippe Charnier | 1997-10-10 | 3 | -16/+24 |
* | db close routine actually writes data out to disk; return value was | Jonathan Lemon | 1997-08-18 | 1 | -2/+4 |
* | Document the -u option. | Mike Pritchard | 1997-04-04 | 1 | -1/+6 |
* | compare return value from getopt against -1 rather than EOF, per the final | Warner Losh | 1997-03-31 | 1 | -1/+1 |
* | Fix possible (not stack) overflow from -d <dir> commandline option. | David Nugent | 1997-03-20 | 1 | -1/+1 |
* | Allow comments in password database. The comments are copied from | Wolfram Schneider | 1997-03-08 | 2 | -4/+26 |
* | Begin closing out PR #1519 (this requires a change to chpass too, | Bill Paul | 1996-10-22 | 1 | -4/+12 |
* | New option: [-c] | Wolfram Schneider | 1996-08-19 | 2 | -3/+17 |
* | Fixed brackets in usage message. | Bruce Evans | 1996-07-12 | 1 | -8/+10 |
* | Check if username is a NULL pointer before dereferencing it. | Martin Renters | 1996-07-03 | 1 | -1/+1 |
* | Implement incremental passwd database updates. This is done by ading a '-u' | Guido van Rooij | 1996-07-01 | 1 | -133/+218 |
* | Submitted by: archie@whistle.com | Julian Elischer | 1996-06-20 | 1 | -2/+2 |
* | NIS cleanups and fixes, the next generation, continued. | Bill Paul | 1996-04-16 | 1 | -56/+11 |
* | Remove trailing whitespace. | Rodney W. Grimes | 1995-05-30 | 2 | -3/+3 |
* | Add what looks to be the right fix to this bogus code. | Jordan K. Hubbard | 1995-03-24 | 1 | -1/+1 |
* | Re-enable +::::::::: wildcards that I had previously disallowed. | Bill Paul | 1995-03-23 | 1 | -5/+3 |
* | Summarily enable YP as soon as any a '+' is detected instead of generating | Bill Paul | 1995-03-23 | 1 | -9/+4 |