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