Date: Fri, 25 Apr 2003 11:25:20 -0700 (PDT) From: Jacques Vidrine <nectar@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libc/gen getgrent.c getpwent.c Message-ID: <200304251825.h3PIPKjk002616@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
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 <gjohnson@srrc.ars.usda.gov> 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200304251825.h3PIPKjk002616>