about summary refs log tree commit diff
path: root/nss
Commit message (Expand)AuthorAgeFilesLines
* Fix leak in getaddrinfo introduced by the fix for CVE-2023-4806 [BZ #30843]Romain Geissler2023-09-262-0/+23
* getaddrinfo: Fix use after free in getcanonname (CVE-2023-4806)Siddhesh Poyarekar2023-09-156-2/+135
* nss: Use shared prefix in IPv4 address in tst-reload1Florian Weimer2022-10-131-4/+4
* nss: Fix tst-nss-files-hosts-long on single-stack hosts (bug 24816)Florian Weimer2022-10-131-4/+5
* nss: Implement --no-addrconfig option for getentFlorian Weimer2022-10-131-1/+10
* nss: handle stat failure in check_reload_and_get (BZ #28752)Sam James2022-06-081-15/+24
* nss: add assert to DB_LOOKUP_FCT (BZ #28752)Sam James2022-06-081-0/+5
* nss: Optimize nss_hash in nss_hash.cNoah Goldstein2022-05-231-37/+42
* nss: Add tests for the nss_hash in nss_hash.hNoah Goldstein2022-05-234-0/+124
* hurd: Fix arbitrary error codeSamuel Thibault2022-04-121-1/+1
* Allow for unpriviledged nested containersDJ Delorie2022-04-041-0/+2
* Simplify allocations and fix merge and continue actions [BZ #28931]Siddhesh Poyarekar2022-03-224-0/+659
* nss: Sort tests and tests-container and put one test per lineSiddhesh Poyarekar2022-03-171-15/+24
* nss: Protect against errno changes in function lookup (bug 28953)Florian Weimer2022-03-114-4/+142
* nss: Do not mention NSS test modules in <gnu/lib-names.h>Florian Weimer2022-03-111-8/+5
* Update copyright dates not handled by scripts/update-copyrights.Paul Eggert2022-01-012-2/+2
* Update copyright dates with scripts/update-copyrightsPaul Eggert2022-01-01101-101/+101
* nss: Use "files dns" as the default for the hosts database (bug 28700)Florian Weimer2021-12-172-3/+3
* Disable DT_RUNPATH on NSS tests [BZ #28455]H.J. Lu2021-12-131-0/+8
* nss: Unnest nested function add_keyFangrui Song2021-10-191-41/+41
* Fix failing nss/tst-nss-files-hosts-long with local resolverAurelien Jarno2021-09-071-0/+1
* Remove "Contributed by" linesSiddhesh Poyarekar2021-09-0332-32/+0
* nss: Directly load nss_dns, without going through dlsym/dlopenFlorian Weimer2021-07-193-23/+51
* Fix linknamespace errors and local-plt-usages in nss_files.Stefan Liebler2021-07-144-8/+8
* nss: Fix build error with --disable-nscdCooper Qu2021-07-141-2/+4
* Fix failing nss/tst-nss-files-hosts-long.Stefan Liebler2021-07-121-0/+0
* nss: Do not install static linker input files for libnss_filesFlorian Weimer2021-07-081-0/+8
* nss: Access nss_files through direct referencesFlorian Weimer2021-07-0719-32/+104
* nss_files: Move into libcFlorian Weimer2021-07-078-35/+31
* nss_files: Add generic code for set*ent, end*ent and file openFlorian Weimer2021-07-076-108/+199
* nss_files: Allocate nscd file registration data on the heapFlorian Weimer2021-07-071-34/+20
* nss: Fix NSS_DECLARE_MODULE_FUNCTIONS handling of _nss_*_endnetgrentFlorian Weimer2021-06-291-1/+1
* Use 64 bit time_t stat internallyAdhemerval Zanella2021-06-221-2/+2
* dlfcn: Cleanups after -ldl is no longer requiredFlorian Weimer2021-06-031-5/+0
* Use a #pragma to suppress a bogus GCC 10 warning instead of an assert [BZ 278...Martin Sebor2021-05-101-1/+11
* Annotate additional APIs with GCC attribute access.Martin Sebor2021-05-061-2/+5
* nss: fix nss_database_lookup2's alternate handling [BZ #27416]DJ Delorie2021-03-0928-96/+248
* nss: Re-enable NSS module loading after chroot [BZ #27389]DJ Delorie2021-03-026-8/+32
* nsswitch: return result when nss database is locked [BZ #27343]Sergei Trofimovich2021-02-051-1/+2
* Fix nss/tst-reload2 for systems without PATH_MAXDJ Delorie2021-01-271-0/+4
* nsswitch: do not reload if "/" changesDJ Delorie2021-01-279-1/+178
* Update copyright dates not handled by scripts/update-copyrights.Paul Eggert2021-01-022-2/+2
* Update copyright dates with scripts/update-copyrightsPaul Eggert2021-01-0297-97/+97
* nsswitch: handle missing actions properlyDJ Delorie2020-12-142-2/+6
* Fix linknamespace errors in nss_database.c if build with -Os.Stefan Liebler2020-12-111-2/+2
* nsswitch: use new internal API (callers)DJ Delorie2020-12-049-74/+32
* nsswitch: user new internal API (tests)DJ Delorie2020-12-047-1/+524
* nsswitch: use new internal API (core)DJ Delorie2020-12-047-844/+165
* nss: Implement <nss_database.h>Florian Weimer2020-12-043-1/+522
* <nss_action.h>: New abstraction for combining NSS modules and NSS actionsFlorian Weimer2020-12-044-1/+423