glibc/grp
Florian Weimer a9368c34d7 nss: Turn __nss_database_lookup into a compatibility symbol
The function uses the internal service_user type, so it is not
really usable from the outside of glibc.  Rename the function
to __nss_database_lookup2 for internal use, and change
__nss_database_lookup to always indicate failure to the caller.

__nss_next already was a compatibility symbol.  The new
implementation always fails and no longer calls __nss_next2.

unscd, the alternative nscd implementation, does not use
__nss_database_lookup, so it is not affected by this change.
2019-05-15 15:07:49 +02: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. 2019-01-01 00:11:28 +00:00
fgetgrent_r.c Update copyright dates with scripts/update-copyrights. 2019-01-01 00:11:28 +00:00
getgrent.c Update copyright dates with scripts/update-copyrights. 2019-01-01 00:11:28 +00:00
getgrent_r.c Update copyright dates with scripts/update-copyrights. 2019-01-01 00:11:28 +00:00
getgrgid.c Update copyright dates with scripts/update-copyrights. 2019-01-01 00:11:28 +00:00
getgrgid_r.c Update copyright dates with scripts/update-copyrights. 2019-01-01 00:11:28 +00:00
getgrnam.c Update copyright dates with scripts/update-copyrights. 2019-01-01 00:11:28 +00:00
getgrnam_r.c Update copyright dates with scripts/update-copyrights. 2019-01-01 00:11:28 +00:00
grp-merge.c Update copyright dates with scripts/update-copyrights. 2019-01-01 00:11:28 +00:00
grp-merge.h Update copyright dates with scripts/update-copyrights. 2019-01-01 00:11:28 +00:00
grp.h Update copyright dates with scripts/update-copyrights. 2019-01-01 00:11:28 +00:00
initgroups.c nss: Turn __nss_database_lookup into a compatibility symbol 2019-05-15 15:07:49 +02:00
Makefile Update copyright dates with scripts/update-copyrights. 2019-01-01 00:11:28 +00:00
putgrent.c Update copyright dates with scripts/update-copyrights. 2019-01-01 00:11:28 +00:00
setgroups.c Update copyright dates with scripts/update-copyrights. 2019-01-01 00:11:28 +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. 2019-01-01 00:11:28 +00:00
tst_fgetgrent.c Update copyright dates with scripts/update-copyrights. 2019-01-01 00:11:28 +00:00
tst_fgetgrent.sh Update copyright dates with scripts/update-copyrights. 2019-01-01 00:11:28 +00:00
Versions NSS: Implement group merging support. 2016-04-29 22:18:21 -04:00