From owner-freebsd-hackers Sun Sep 24 12:50:55 1995 Return-Path: owner-hackers Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id MAA11218 for hackers-outgoing; Sun, 24 Sep 1995 12:50:55 -0700 Received: from gvr.win.tue.nl (root@gvr.win.tue.nl [131.155.210.19]) by freefall.freebsd.org (8.6.12/8.6.6) with ESMTP id MAA11213 for ; Sun, 24 Sep 1995 12:50:51 -0700 Received: by gvr.win.tue.nl (8.6.10/1.53) id UAA06285; Sun, 24 Sep 1995 20:50:20 +0100 From: guido@gvr.win.tue.nl (Guido van Rooij) Message-Id: <199509241950.UAA06285@gvr.win.tue.nl> Subject: Re: Guido's pwd_mkdb improvements (fwd) To: taob@io.org (Brian Tao) Date: Sun, 24 Sep 1995 20:50:19 +0100 (MET) Cc: bugs@ns1.win.net, hackers@FreeBSD.ORG In-Reply-To: from "Brian Tao" at Sep 23, 95 05:24:05 pm X-Mailer: ELM [version 2.4 PL24] Content-Type: text Content-Length: 859 Sender: owner-hackers@FreeBSD.ORG Precedence: bulk Brian Tao wrote: > > On Fri, 22 Sep 1995, Mark Hittinger wrote: > > > > 12,870 lines in /etc/passwd today. > > Sorry, I'm just getting back up to speed again with my new job in > Toronto... what are these improvements to pwd_mkdb? A simple observation: most master.passwd updates are done because only one line needs to be updated. So I added an option to pwd_mkdb that only touches a specific record. Before commiting any of these, some discussions willbe necessary as I'd like a complete solution. That means that there is support to delete an entry and, when it's up to me, there willbe some replacement for vipw. Vipw is bad in that you can't tell which records were changed. Vipw can still be used, but only with care as *large* rebuild times are to be expected. I'll post my patches later tonight and I'd like other to comment on them. -Guido