From owner-cvs-usrsbin Wed Mar 22 16:55:01 1995 Return-Path: cvs-usrsbin-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id QAA21051 for cvs-usrsbin-outgoing; Wed, 22 Mar 1995 16:55:01 -0800 Received: (from wpaul@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id QAA21036; Wed, 22 Mar 1995 16:54:59 -0800 Date: Wed, 22 Mar 1995 16:54:59 -0800 From: Bill Paul Message-Id: <199503230054.QAA21036@freefall.cdrom.com> To: CVS-commiters, cvs-usrsbin Subject: cvs commit: src/usr.sbin/pwd_mkdb pwd_mkdb.c Sender: cvs-usrsbin-owner@freebsd.org Precedence: bulk wpaul 95/03/22 16:54:58 Modified: usr.sbin/pwd_mkdb pwd_mkdb.c Log: - Add support for embedding special entries in the password databases for +@netgroup/-@netgroup entries. This saves the getpwent functions from having to do all the work. - Fix potential bug: when pwd_mkdb writes the YP-enabled flag to the secure password database, it uses the wrong database descriptor. (It uses the descriptor from the non-secure database, which is already closed by the time things are being written into the secure dastabase).