From owner-cvs-src@FreeBSD.ORG Fri Apr 25 11:25:20 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CED3737B401; Fri, 25 Apr 2003 11:25:20 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6BA2E43F75; Fri, 25 Apr 2003 11:25:20 -0700 (PDT) (envelope-from nectar@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h3PIPK0U002619; Fri, 25 Apr 2003 11:25:20 -0700 (PDT) (envelope-from nectar@repoman.freebsd.org) Received: (from nectar@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h3PIPKjk002616; Fri, 25 Apr 2003 11:25:20 -0700 (PDT) Message-Id: <200304251825.h3PIPKjk002616@repoman.freebsd.org> From: Jacques Vidrine Date: Fri, 25 Apr 2003 11:25:20 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/lib/libc/gen getgrent.c getpwent.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 Apr 2003 18:25:21 -0000 nectar 2003/04/25 11:25:20 PDT FreeBSD src repository Modified files: lib/libc/gen getgrent.c getpwent.c Log: When using `compat' mode, be sure to re-dispatch setpwent, endpwent, setgrent, and endgrent also. (The previous NSS implementation used to simply twiddle the internal data of the various modules directly.) A symptom (group list set incorrectly in sshd) was Reported by: Glenn Johnson Sponsored by: DARPA, Network Associates Laboratories Revision Changes Path 1.29 +29 -0 src/lib/libc/gen/getgrent.c 1.79 +29 -0 src/lib/libc/gen/getpwent.c