about summary refs log tree commit diff
path: root/nss/nss_module.c
Commit message (Expand)AuthorAgeFilesLines
* Update copyright dates with scripts/update-copyrightsPaul Eggert2024-01-011-1/+1
* nss: Reconcile conditional declaration and use of `is_nscd'Arjun Shankar2023-05-161-3/+3
* Move libc_freeres_ptrs and libc_subfreeres to hidden/weak functionsAdhemerval Zanella Netto2023-03-271-1/+1
* Update copyright dates with scripts/update-copyrightsJoseph Myers2023-01-061-1/+1
* Use PTR_MANGLE and PTR_DEMANGLE unconditionally in C sourcesFlorian Weimer2022-10-181-12/+0
* Introduce <pointer_guard.h>, extracted from <sysdep.h>Florian Weimer2022-10-181-1/+1
* nss: Protect against errno changes in function lookup (bug 28953)Florian Weimer2022-03-111-1/+11
* Update copyright dates with scripts/update-copyrightsPaul Eggert2022-01-011-1/+1
* nss: Directly load nss_dns, without going through dlsym/dlopenFlorian Weimer2021-07-191-15/+43
* nss: Fix build error with --disable-nscdCooper Qu2021-07-141-2/+4
* nss: Access nss_files through direct referencesFlorian Weimer2021-07-071-1/+37
* nss: fix nss_database_lookup2's alternate handling [BZ #27416]DJ Delorie2021-03-091-14/+6
* nsswitch: do not reload if "/" changesDJ Delorie2021-01-271-0/+13
* Update copyright dates with scripts/update-copyrightsPaul Eggert2021-01-021-1/+1
* nsswitch: use new internal API (core)DJ Delorie2020-12-041-1/+63
* nss: Introduce <nss_module.h>Florian Weimer2020-12-041-0/+304