aboutsummaryrefslogtreecommitdiff
path: root/nss/Makefile
AgeCommit message (Expand)Author
2024-01-01Update copyright dates with scripts/update-copyrightsPaul Eggert
2023-10-24Move getnameinfo from 'inet' to 'nss'Arjun Shankar
2023-10-24Move getaddrinfo from 'posix' into 'nss'Arjun Shankar
2023-10-24Move 'services' routines from 'inet' into 'nss'Arjun Shankar
2023-10-24Move 'rpc' routines from 'inet' into 'nss'Arjun Shankar
2023-10-24Move 'protocols' routines from 'inet' into 'nss'Arjun Shankar
2023-10-24Move 'networks' routines from 'inet' into 'nss'Arjun Shankar
2023-10-24Move 'netgroup' routines from 'inet' into 'nss'Arjun Shankar
2023-10-24Move 'hosts' routines from 'inet' into 'nss'Arjun Shankar
2023-10-24Move 'ethers' routines from 'inet' into 'nss'Arjun Shankar
2023-10-24Move 'aliases' routines from 'inet' into 'nss'Arjun Shankar
2023-10-24Remove 'shadow' and merge into 'nss'Arjun Shankar
2023-10-24Remove 'pwd' and merge into 'nss'Arjun Shankar
2023-10-24Remove 'gshadow' and merge into 'nss'Arjun Shankar
2023-10-24Remove 'grp' and merge into 'nss' and 'posix'Arjun Shankar
2023-10-04nss: Rearrange and sort Makefile variablesArjun Shankar
2023-09-25Fix leak in getaddrinfo introduced by the fix for CVE-2023-4806 [BZ #30843]Romain Geissler
2023-09-15getaddrinfo: Fix use after free in getcanonname (CVE-2023-4806)Siddhesh Poyarekar
2023-07-24Restore lookup of IPv4 mapped addresses in files database (bug 25457)Andreas Schwab
2023-01-06Update copyright dates with scripts/update-copyrightsJoseph Myers
2022-05-23nss: Add tests for the nss_hash in nss_hash.hNoah Goldstein
2022-03-22Simplify allocations and fix merge and continue actions [BZ #28931]Siddhesh Poyarekar
2022-03-17nss: Sort tests and tests-container and put one test per lineSiddhesh Poyarekar
2022-03-11nss: Protect against errno changes in function lookup (bug 28953)Florian Weimer
2022-03-11nss: Do not mention NSS test modules in <gnu/lib-names.h>Florian Weimer
2022-01-01Update copyright dates with scripts/update-copyrightsPaul Eggert
2021-12-13Disable DT_RUNPATH on NSS tests [BZ #28455]H.J. Lu
2021-07-08nss: Do not install static linker input files for libnss_filesFlorian Weimer
2021-07-07nss: Access nss_files through direct referencesFlorian Weimer
2021-07-07nss_files: Move into libcFlorian Weimer
2021-07-07nss_files: Add generic code for set*ent, end*ent and file openFlorian Weimer
2021-06-03dlfcn: Cleanups after -ldl is no longer requiredFlorian Weimer
2021-03-09nss: fix nss_database_lookup2's alternate handling [BZ #27416]DJ Delorie
2021-01-27nsswitch: do not reload if "/" changesDJ Delorie
2021-01-02Update copyright dates with scripts/update-copyrightsPaul Eggert
2020-12-04nsswitch: use new internal API (core)DJ Delorie
2020-12-04nss: Implement <nss_database.h>Florian Weimer
2020-12-04<nss_action.h>: New abstraction for combining NSS modules and NSS actionsFlorian Weimer
2020-12-04nss: Introduce <nss_module.h>Florian Weimer
2020-07-21nss: Add __nss_fgetent_rFlorian Weimer
2020-07-21nss_files: Consolidate file opening in __nss_files_fopenFlorian Weimer
2020-07-07nss: Remove cryptographic key support from nss_files, nss_nis, nss_nisplusFlorian Weimer
2020-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers
2019-09-07Prefer https to http for gnu.org and fsf.org URLsPaul Eggert
2019-07-10nss_db: fix endent wrt NULL mappings [BZ #24695] [BZ #24696]DJ Delorie
2019-03-14nss: Fix tst-nss-files-alias-truncated for default --as-needed linkingFlorian Weimer
2019-02-08nss: Add tst-nss-files-hosts-long test [BZ #21915]Patsy Franklin
2019-01-31nss_files: Fix /etc/aliases null pointer dereference [BZ #24059]Florian Weimer
2019-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers
2018-12-14Add missing libnss_testX.so requirement for tst-nss-test3.Stefan Liebler