Subject: CVS commit: basesrc/usr.sbin/pwd_mkdb
To: None <source-changes@netbsd.org>
From: Andrew Doran <ad@netbsd.org>
List: source-changes
Date: 08/18/2001 22:29:33
Module Name: basesrc
Committed By: ad
Date: Sat Aug 18 19:29:32 UTC 2001
Modified Files:
basesrc/usr.sbin/pwd_mkdb: pwd_mkdb.8 pwd_mkdb.c
Log Message:
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.
To generate a diff of this commit:
cvs rdiff -r1.16 -r1.17 basesrc/usr.sbin/pwd_mkdb/pwd_mkdb.8
cvs rdiff -r1.21 -r1.22 basesrc/usr.sbin/pwd_mkdb/pwd_mkdb.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.