Date: Wed, 22 Mar 1995 16:54:59 -0800 From: Bill Paul <wpaul> To: CVS-commiters, cvs-usrsbin Subject: cvs commit: src/usr.sbin/pwd_mkdb pwd_mkdb.c Message-ID: <199503230054.QAA21036@freefall.cdrom.com>
next in thread | raw e-mail | index | archive | help
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).
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199503230054.QAA21036>