aboutsummaryrefslogtreecommitdiff
path: root/nss/nss_module.c
AgeCommit message (Expand)AuthorFilesLines
2024-01-01Update copyright dates with scripts/update-copyrightsPaul Eggert1-1/+1
2023-05-16nss: Reconcile conditional declaration and use of `is_nscd'Arjun Shankar1-3/+3
2023-03-27Move libc_freeres_ptrs and libc_subfreeres to hidden/weak functionsAdhemerval Zanella Netto1-1/+1
2023-01-06Update copyright dates with scripts/update-copyrightsJoseph Myers1-1/+1
2022-10-18Use PTR_MANGLE and PTR_DEMANGLE unconditionally in C sourcesFlorian Weimer1-12/+0
2022-10-18Introduce <pointer_guard.h>, extracted from <sysdep.h>Florian Weimer1-1/+1
2022-03-11nss: Protect against errno changes in function lookup (bug 28953)Florian Weimer1-1/+11
2022-01-01Update copyright dates with scripts/update-copyrightsPaul Eggert1-1/+1
2021-07-19nss: Directly load nss_dns, without going through dlsym/dlopenFlorian Weimer1-15/+43
2021-07-14nss: Fix build error with --disable-nscdCooper Qu1-2/+4
2021-07-07nss: Access nss_files through direct referencesFlorian Weimer1-1/+37
2021-03-09nss: fix nss_database_lookup2's alternate handling [BZ #27416]DJ Delorie1-14/+6
2021-01-27nsswitch: do not reload if "/" changesDJ Delorie1-0/+13
2021-01-02Update copyright dates with scripts/update-copyrightsPaul Eggert1-1/+1
2020-12-04nsswitch: use new internal API (core)DJ Delorie1-1/+63
2020-12-04nss: Introduce <nss_module.h>Florian Weimer1-0/+304