glibc/grp
Steve Ellcey a1a7820416 Remove compat from DEFAULT_CONFIG lookup strings
* grp/initgroups.c: Include config.h.
	(DEFAULT_CONFIG): New macro.
	(internal_getgrouplist): Use DEFAULT_CONFIG.
	* nscd/initgrcache.c (addinitgroupsX): Likewise.
	* nss/nsswitch.c (__nss_disable_nscd): Likewise.
	(DEFAULT_DEFCONFIG): New macro.
	(__nss_database_lookup): Use DEFAULT_DEFCONFIG.
	* nss/grp-lookup.c: Include config.h
	(DEFAULT_CONFIG): Set definition based on LINK_OBSOLETE_NSL.
	* nss/pwd-lookup.c (DEFAULT_CONFIG): Likewise.
	* nss/spwd-lookup.c (DEFAULT_CONFIG): Likewise.
	* manual/nss.texi: Update default values section.
2017-09-12 10:21:48 -07:00
..
Makefile Fix missing redirects in testsuite targets 2017-08-07 18:13:36 +02:00
Versions NSS: Implement group merging support. 2016-04-29 22:18:21 -04:00
compat-initgroups.c grp: Rewrite to use struct scratch_buffer instead of extend_alloca 2015-04-08 21:07:03 +02:00
fgetgrent.c Update copyright dates with scripts/update-copyrights. 2017-01-01 00:14:16 +00:00
fgetgrent_r.c Update copyright dates with scripts/update-copyrights. 2017-01-01 00:14:16 +00:00
getgrent.c Update copyright dates with scripts/update-copyrights. 2017-01-01 00:14:16 +00:00
getgrent_r.c Update copyright dates with scripts/update-copyrights. 2017-01-01 00:14:16 +00:00
getgrgid.c Update copyright dates with scripts/update-copyrights. 2017-01-01 00:14:16 +00:00
getgrgid_r.c Update copyright dates with scripts/update-copyrights. 2017-01-01 00:14:16 +00:00
getgrnam.c Update copyright dates with scripts/update-copyrights. 2017-01-01 00:14:16 +00:00
getgrnam_r.c Update copyright dates with scripts/update-copyrights. 2017-01-01 00:14:16 +00:00
grp-merge.c NSS: Do not use internal_function for functions with hidden aliases 2017-08-13 21:10:56 +02:00
grp-merge.h NSS: Do not use internal_function for functions with hidden aliases 2017-08-13 21:10:56 +02:00
grp.h Remove __need macros from stdio.h and wchar.h. 2017-06-08 13:58:17 -04:00
initgroups.c Remove compat from DEFAULT_CONFIG lookup strings 2017-09-12 10:21:48 -07:00
putgrent.c Update copyright dates with scripts/update-copyrights. 2017-01-01 00:14:16 +00:00
setgroups.c Update copyright dates with scripts/update-copyrights. 2017-01-01 00:14:16 +00:00
testgrp.c * malloc/memusagestat.c (main): Use return instead of exit to 2000-12-31 10:52:32 +00:00
tst-putgrent.c Update copyright dates with scripts/update-copyrights. 2017-01-01 00:14:16 +00:00
tst_fgetgrent.c Update copyright dates with scripts/update-copyrights. 2017-01-01 00:14:16 +00:00
tst_fgetgrent.sh Update copyright dates with scripts/update-copyrights. 2017-01-01 00:14:16 +00:00