| History log of /src/usr.sbin/pwd_mkdb/pwd_mkdb.8 |
| Revision | | Date | Author | Comments |
| 1.28 |
| 18-Aug-2010 |
wiz | Sort sections.
|
| 1.27 |
| 18-Aug-2010 |
christos | add syslog logging.
|
| 1.26 |
| 19-Jun-2009 |
wiz | Sort sections. New sentence, new line. Punctuation fixes.
|
| 1.25 |
| 18-Jun-2009 |
christos | remove duplicated code by merging the insecure and secure database handling. add warning flag.
|
| 1.24 |
| 18-Jun-2009 |
christos | support reading and writing both version 0 and version 1 databases using -V <version>. By default the databases stay in their current version when rebuilding/updating.
|
| 1.23 |
| 23-Sep-2006 |
wiz | New sentence, new line. Add -c to SYNOPSIS. Create EXIT STATUS section. Bump date for previous.
|
| 1.22 |
| 23-Sep-2006 |
sketch | Add a -c flag to specify the size of cache to use. For very large databases, increasing this value accordingly gives massive speed improvements.
Prompted by Greg Woods in PR/19387, although mostly taken from FreeBSD.
|
| 1.21 |
| 05-Sep-2005 |
hubertf | Mention pwhash(1) in a few places, suggested in PR 31125 by Stefan Schumacher.
|
| 1.20 |
| 07-Aug-2003 |
agc | Move UCB-licensed code from 4-clause to 3-clause licence.
Patches provided by Joel Baker in PR 22366, verified by myself.
|
| 1.19 |
| 19-Jan-2002 |
wiz | Whitespace nits.
|
| 1.18 |
| 19-Aug-2001 |
ad | Clean up previous.
|
| 1.17 |
| 18-Aug-2001 |
ad | Speed things up a bit. Parts dredged from OpenBSD/FreeBSD.
- Add -u option, to update one user's records only. - Add -s option, to update the secure database only. - Give us roughly 1MB of cache per 50kB of password file, but keep within a 2MB minimum and 8MB maximum. - Tidy a little.
|
| 1.16 |
| 06-Jul-2001 |
abs | Do not try to reference dbm(3)
|
| 1.15 |
| 21-Feb-2001 |
agc | Mention that useradd(8), userdel(8) and usermod(8) all conform to the locking scheme, and cross reference those utilities.
|
| 1.14 |
| 07-Dec-2000 |
tron | Back out last change on sugestion by Klaus Klein: While it was technically correct it was confusing for the user.
|
| 1.13 |
| 06-Dec-2000 |
tron | The default directory is "", not "/".
|
| 1.12 |
| 07-Aug-2000 |
ad | Xr pw_mkdb.
|
| 1.11 |
| 23-Jan-2000 |
mycroft | branches: 1.11.4; Add explicit endianness overrides.
|
| 1.10 |
| 17-Dec-1999 |
abs | Remove obsolete reference to mkpasswd(8)
|
| 1.9 |
| 05-Nov-1997 |
fair | branches: 1.9.2; 1.9.6; grammatical errors fix from PR#4409
|
| 1.8 |
| 17-Oct-1997 |
lukem | branches: 1.8.2; WARNSify, getopt returns -1 not EOF
|
| 1.7 |
| 17-Oct-1997 |
mrg | merge lite-2
|
| 1.6 |
| 22-Nov-1996 |
lukem | Implement '-d directory' option, to override the default of '/'. Useful for building ~ftp/etc/pwd.db without using chroot or unionfs. Inspired by FreeBSD, closes [bin/2566]
|
| 1.5 |
| 16-Sep-1994 |
mycroft | Correct file names in FILES section.
|
| 1.4 |
| 28-Aug-1994 |
mycroft | branches: 1.4.2; Update to 4.4-Lite version.
|
| 1.3 |
| 06-Oct-1993 |
jtc | Got bored, converted yet another manpage to -mandoc format
|
| 1.2 |
| 01-Aug-1993 |
mycroft | Add RCS indentifiers.
|
| 1.1 |
| 21-Mar-1993 |
cgd | branches: 1.1.1; Initial revision
|
| 1.1.1.3 |
| 27-Apr-1995 |
mrg | 4.4BSD-Lite2
|
| 1.1.1.2 |
| 28-Aug-1994 |
mycroft | Import original 4.4-Lite version.
|
| 1.1.1.1 |
| 21-Mar-1993 |
cgd | initial import of 386bsd-0.1 sources
|
| 1.4.2.2 |
| 28-Aug-1994 |
mycroft | Update to 4.4-Lite version.
|
| 1.4.2.1 |
| 28-Aug-1994 |
mycroft | file pwd_mkdb.8 was added on branch netbsd-1-0 on 1994-08-28 23:32:53 +0000
|
| 1.8.2.1 |
| 12-Nov-1997 |
mellon | Pull rev 1.9 up from trunk (fair)
|
| 1.9.6.1 |
| 27-Dec-1999 |
wrstuden | Pull up to last week's -current.
|
| 1.9.2.1 |
| 17-Dec-1999 |
he | Pull up revision 1.10 (requested by abs): Remove obsolete reference to mkpasswd(8).
|
| 1.11.4.1 |
| 07-Aug-2000 |
ad | Pull up revision 1.12 (approved by releng-1-5): Xr pw_mkdb.
|