Subject: CVS commit: src/lib/libc/gen
To: None <source-changes@netbsd.org>
From: Roland Dowdeswell <elric@netbsd.org>
List: source-changes
Date: 02/16/2003 03:22:45
Module Name:	src
Committed By:	elric
Date:		Sun Feb 16 01:22:45 UTC 2003

Modified Files:
	src/lib/libc/gen: getgrent.c getgrouplist.c

Log Message:
Reorganise the getting of grouplists for a user so that Hesiod (and
potentially other name services) can directly query for a user's
grouplist rather than needing to iterate over the group map.  This
is required for correct operation of Hesiod.

Reviewed by: lukem, christos
Addresses PR lib/20183


To generate a diff of this commit:
cvs rdiff -r1.44 -r1.45 src/lib/libc/gen/getgrent.c
cvs rdiff -r1.15 -r1.16 src/lib/libc/gen/getgrouplist.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.