Subject: CVS commit: src/lib/libc/gen
To: None <source-changes@NetBSD.org>
From: Luke Mewburn <lukem@netbsd.org>
List: source-changes
Date: 09/25/2004 12:27:35
Module Name: src
Committed By: lukem
Date: Sat Sep 25 12:27:35 UTC 2004
Modified Files:
src/lib/libc/gen: getgrouplist.c
Log Message:
Try nsdispatch "getgrouplist" before iterating the getgrent() list.
Implement a dns (hesiod) backend which tries a grplist hesiod lookup.
Convert back to using getgrent() similar to rev 1.15, instead of
using the private _getgrent_user() from getgrent.c.
To generate a diff of this commit:
cvs rdiff -r1.18 -r1.19 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.