freebsd-dev/lib/libutil
Guido van Rooij 79a1b8d9e2 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.
1996-07-01 19:38:50 +00:00
..
libutil.h Bump libutil revision after recent addition of setproctitle(). 1996-01-01 08:27:41 +00:00
login_tty.c Bump libutil revision after recent addition of setproctitle(). 1996-01-01 08:27:41 +00:00
login.c Bump libutil revision after recent addition of setproctitle(). 1996-01-01 08:27:41 +00:00
logout.c Bump libutil revision after recent addition of setproctitle(). 1996-01-01 08:27:41 +00:00
logwtmp.c If hostname > UT_HOSTSIZE, use its numeric address instead to keep 1996-06-17 14:49:02 +00:00
Makefile Bump libutil revision after recent addition of setproctitle(). 1996-01-01 08:27:41 +00:00
pty.c Bump libutil revision after recent addition of setproctitle(). 1996-01-01 08:27:41 +00:00
pw_util.c Implement incremental passwd database updates. This is done by ading a '-u' 1996-07-01 19:38:50 +00:00
setproctitle.3 Another round of spelling fixes. 1996-01-30 18:13:11 +00:00
setproctitle.c If the two recently added sysctl variables exist, use those rather than 1996-02-24 14:37:30 +00:00
stat_flags.c Added $Id$ 1994-09-24 02:59:15 +00:00