glibc/nss
Florian Weimer fa78feca47 nss: Implement <nss_database.h>
This code manages the mappings of the available databases in NSS
(i.e. passwd, hosts, netgroup, etc) with the actions that should
be taken to do a query on those databases.

This is the main API between query functions scattered throughout
glibc and the underlying code (actions, modules, etc).

Reviewed-by: Siddhesh Poyarekar <siddhesh@sourceware.org>
2020-12-04 17:15:44 -05:00
..
nss_compat nss_compat: Do not use mmap to read database files (bug 26258) 2020-07-21 07:33:08 +02:00
nss_db
nss_files nss: Add __nss_fgetent_r 2020-07-21 07:33:50 +02:00
tst-nss-db-endgrent.root/etc
tst-nss-db-endpwent.root
tst-nss-files-hosts-long.root/etc
tst-nss-test3.root
alias-lookup.c
bug17079.c
bug-erange.c
compat-lookup.c
databases.def
db-Makefile
Depend
digits_dots.c
ethers-lookup.c
function.def nss: Introduce <nss_module.h> 2020-12-04 17:15:05 -05:00
getent.c
getnssent_r.c
getnssent.c
getXXbyYY_r.c
getXXbyYY.c
getXXent_r.c
getXXent.c
grp-lookup.c Remove --enable-obsolete-nsl configure flag 2020-07-08 17:25:57 +02:00
hosts-lookup.c
key-lookup.c
makedb.c Disable warnings due to deprecated libselinux symbols used by nss and nscd 2020-07-23 12:20:38 +02:00
Makefile nss: Implement <nss_database.h> 2020-12-04 17:15:44 -05:00
netgrp-lookup.c
network-lookup.c
nss_action_parse.c <nss_action.h>: New abstraction for combining NSS modules and NSS actions 2020-12-04 17:15:29 -05:00
nss_action.c <nss_action.h>: New abstraction for combining NSS modules and NSS actions 2020-12-04 17:15:29 -05:00
nss_action.h <nss_action.h>: New abstraction for combining NSS modules and NSS actions 2020-12-04 17:15:29 -05:00
nss_database.c nss: Implement <nss_database.h> 2020-12-04 17:15:44 -05:00
nss_database.h nss: Implement <nss_database.h> 2020-12-04 17:15:44 -05:00
nss_fgetent_r.c Remove tls.h inclusion from internal errno.h 2020-11-13 12:59:19 -03:00
nss_files_fopen.c nss_files: Consolidate file opening in __nss_files_fopen 2020-07-21 07:32:46 +02:00
nss_hash.c
nss_module.c nss: Introduce <nss_module.h> 2020-12-04 17:15:05 -05:00
nss_module.h nss: Introduce <nss_module.h> 2020-12-04 17:15:05 -05:00
nss_parse_line_result.c nss: Add __nss_fgetent_r 2020-07-21 07:33:50 +02:00
nss_readline.c nss: Add __nss_fgetent_r 2020-07-21 07:33:50 +02:00
nss_test1.c
nss_test2.c
nss_test.h
nss_test.ver
nss.h
nsswitch.c Remove --enable-obsolete-nsl configure flag 2020-07-08 17:25:57 +02:00
nsswitch.conf Remove --enable-obsolete-nsl configure flag 2020-07-08 17:25:57 +02:00
nsswitch.h
proto-lookup.c
pwd-lookup.c Remove --enable-obsolete-nsl configure flag 2020-07-08 17:25:57 +02:00
rewrite_field.c
rpc-lookup.c
service-lookup.c
sgrp-lookup.c
spwd-lookup.c Remove --enable-obsolete-nsl configure flag 2020-07-08 17:25:57 +02:00
test-digits-dots.c
test-netdb.c
tst-cancel-getpwuid_r.c
tst-field.c
tst-nss-db-endgrent.c
tst-nss-db-endpwent.c
tst-nss-files-alias-leak.c
tst-nss-files-alias-truncated.c
tst-nss-files-hosts-erange.c
tst-nss-files-hosts-getent.c
tst-nss-files-hosts-long.c
tst-nss-files-hosts-multi.c
tst-nss-getpwent.c
tst-nss-static.c
tst-nss-test1.c
tst-nss-test2.c
tst-nss-test3.c
tst-nss-test4.c
tst-nss-test5.c
valid_field.c
valid_list_field.c
Versions nss: Add __nss_fgetent_r 2020-07-21 07:33:50 +02:00
XXX-lookup.c