aboutsummaryrefslogtreecommitdiff
path: root/nss
AgeCommit message (Expand)Author
2023-09-26Fix 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
2022-10-13nss: Use shared prefix in IPv4 address in tst-reload1Florian Weimer
2022-10-13nss: Fix tst-nss-files-hosts-long on single-stack hosts (bug 24816)Florian Weimer
2022-10-13nss: Implement --no-addrconfig option for getentFlorian Weimer
2022-06-08nss: handle stat failure in check_reload_and_get (BZ #28752)Sam James
2022-06-08nss: add assert to DB_LOOKUP_FCT (BZ #28752)Sam James
2022-05-23nss: Optimize nss_hash in nss_hash.cNoah Goldstein
2022-05-23nss: Add tests for the nss_hash in nss_hash.hNoah Goldstein
2022-04-12hurd: Fix arbitrary error codeSamuel Thibault
2022-04-04Allow for unpriviledged nested containersDJ Delorie
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 not handled by scripts/update-copyrights.Paul Eggert
2022-01-01Update copyright dates with scripts/update-copyrightsPaul Eggert
2021-12-17nss: Use "files dns" as the default for the hosts database (bug 28700)Florian Weimer
2021-12-13Disable DT_RUNPATH on NSS tests [BZ #28455]H.J. Lu
2021-10-19nss: Unnest nested function add_keyFangrui Song
2021-09-07Fix failing nss/tst-nss-files-hosts-long with local resolverAurelien Jarno
2021-09-03Remove "Contributed by" linesSiddhesh Poyarekar
2021-07-19nss: Directly load nss_dns, without going through dlsym/dlopenFlorian Weimer
2021-07-14Fix linknamespace errors and local-plt-usages in nss_files.Stefan Liebler
2021-07-14nss: Fix build error with --disable-nscdCooper Qu
2021-07-12Fix failing nss/tst-nss-files-hosts-long.Stefan Liebler
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-07-07nss_files: Allocate nscd file registration data on the heapFlorian Weimer
2021-06-29nss: Fix NSS_DECLARE_MODULE_FUNCTIONS handling of _nss_*_endnetgrentFlorian Weimer
2021-06-22Use 64 bit time_t stat internallyAdhemerval Zanella
2021-06-03dlfcn: Cleanups after -ldl is no longer requiredFlorian Weimer
2021-05-10Use a #pragma to suppress a bogus GCC 10 warning instead of an assert [BZ 278...Martin Sebor
2021-05-06Annotate additional APIs with GCC attribute access.Martin Sebor
2021-03-09nss: fix nss_database_lookup2's alternate handling [BZ #27416]DJ Delorie
2021-03-02nss: Re-enable NSS module loading after chroot [BZ #27389]DJ Delorie
2021-02-05nsswitch: return result when nss database is locked [BZ #27343]Sergei Trofimovich
2021-01-27Fix nss/tst-reload2 for systems without PATH_MAXDJ Delorie
2021-01-27nsswitch: do not reload if "/" changesDJ Delorie
2021-01-02Update copyright dates not handled by scripts/update-copyrights.Paul Eggert
2021-01-02Update copyright dates with scripts/update-copyrightsPaul Eggert
2020-12-14nsswitch: handle missing actions properlyDJ Delorie
2020-12-11Fix linknamespace errors in nss_database.c if build with -Os.Stefan Liebler
2020-12-04nsswitch: use new internal API (callers)DJ Delorie
2020-12-04nsswitch: user new internal API (tests)DJ Delorie
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