cvs commit: src/lib/libc/gen getgrent.c getpwent.c

Jacques Vidrine nectar at FreeBSD.org
Fri Apr 25 11:25:21 PDT 2003


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 at 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


More information about the cvs-src mailing list