glibc/grp
Ulrich Drepper 7b3b0b2a63 More configurability for secondary group lookup
Together with a previous patch which introduced the initgroups
entry in nsswitch.conf this patch allows more customization of
the lookups for initgroups/getgrouplist.  Nothing changes if
the groups entry in nsswitch.conf is used.  If the initgroups entry
is used instead the code now doesn't automatically continue looking
for more entries aftedr a successful lookup.  Instead the normal
rules are followed which do specify that by default no more
service is consulted.  This can be overwritten with
	[SUCCESS=continue]
appropriately placed in the line.
2011-05-10 00:36:29 -04:00
..
Makefile Update. 2004-09-30 02:24:51 +00:00
Versions
compat-initgroups.c * grp/compat-initgroups.c [NOT_IN_libc] (__libc_use_alloca): Define. 2009-02-07 17:00:27 +00:00
fgetgrent.c
fgetgrent_r.c
getgrent.c
getgrent_r.c
getgrgid.c
getgrgid_r.c
getgrnam.c
getgrnam_r.c
grp.h Fix up grp.h for XPG7. 2010-01-12 20:01:46 -08:00
initgroups.c More configurability for secondary group lookup 2011-05-10 00:36:29 -04:00
putgrent.c * grp/putgrent.c (putgrent): Don't write 0 as group 2005-01-12 03:12:43 +00:00
setgroups.c Moved to csu/errno-loc.c. 2005-12-14 15:06:39 +00:00
testgrp.c
tst_fgetgrent.c
tst_fgetgrent.sh