glibc/nss/nss_compat
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-grp.c nss: Turn __nss_database_lookup into a compatibility symbol 2019-05-15 15:07:49 +02:00
compat-initgroups.c nss: Turn __nss_database_lookup into a compatibility symbol 2019-05-15 15:07:49 +02:00
compat-pwd.c nss: Turn __nss_database_lookup into a compatibility symbol 2019-05-15 15:07:49 +02:00
compat-spwd.c nss: Turn __nss_database_lookup into a compatibility symbol 2019-05-15 15:07:49 +02:00
nisdomain.c Update copyright dates with scripts/update-copyrights. 2019-01-01 00:11:28 +00:00
nisdomain.h Update copyright dates with scripts/update-copyrights. 2019-01-01 00:11:28 +00:00