]> git.cameronkatri.com Git - pw-darwin.git/commit
Implement incremental passwd database updates. This is done by ading a '-u'
authorGuido van Rooij <guido@FreeBSD.org>
Mon, 1 Jul 1996 19:38:50 +0000 (19:38 +0000)
committerGuido van Rooij <guido@FreeBSD.org>
Mon, 1 Jul 1996 19:38:50 +0000 (19:38 +0000)
commitb07f424116833ad94061c5610646ae2c6ef00265
tree8b25e30bbe07799c60e7658cab5dd25442df8f36
parenta0255957bf49be5d05204ae7ddd57c25148fb5df
Implement incremental passwd database updates. This is done by ading a '-u'
option to pwd_mkdb and adding this option to utilities invoking it.
Further, the filling of both the secure and insecure databases has been
merged into one loop giving also a performance improvemnet.
Note that I did *not* change the adduser command. I don't read perl
(it is a write only language anyway).
The change will drastically improve performance for passwd and
friends with large passwd files. Vipw's performance won't change.
In order to do that some kind of diff should be made between the
old and new master.passwd and depending the amount of changes, an
incremental or complete update of the databases should be agreed
upon.
chpass/chpass.c
libutil/pw_util.c