aboutsummaryrefslogtreecommitdiff
path: root/nss
AgeCommit message (Expand)AuthorFilesLines
2023-06-06tests: Replace various function calls with their x variantFrédéric Bérat1-1/+1
2023-06-02Fix all the remaining misspellings -- BZ 25337Paul Pluzhnikov10-10/+10
2023-05-16nss: Reconcile conditional declaration and use of `is_nscd'Arjun Shankar1-3/+3
2023-03-27Move libc_freeres_ptrs and libc_subfreeres to hidden/weak functionsAdhemerval Zanella Netto8-14/+15
2023-02-17Use uintptr_t instead of performing pointer subtraction with a null pointerQihao Chencao2-2/+2
2023-02-06Replace rawmemchr (s, '\0') with strchrWilco Dijkstra1-1/+1
2023-01-06Update copyright dates not handled by scripts/update-copyrightsJoseph Myers2-2/+2
2023-01-06Update copyright dates with scripts/update-copyrightsJoseph Myers105-105/+105
2022-10-18Use PTR_MANGLE and PTR_DEMANGLE unconditionally in C sourcesFlorian Weimer1-12/+0
2022-10-18Introduce <pointer_guard.h>, extracted from <sysdep.h>Florian Weimer1-1/+1
2022-09-23nss: Use shared prefix in IPv4 address in tst-reload1Florian Weimer1-4/+4
2022-09-23nss: Enhance tst-reload1 coverage and loggingFlorian Weimer1-22/+29
2022-09-20nss: Fix tst-nss-files-hosts-long on single-stack hosts (bug 24816)Florian Weimer1-4/+5
2022-09-20nss: Implement --no-addrconfig option for getentFlorian Weimer1-1/+10
2022-09-12makedb: fix build with libselinux >= 3.1 (Bug 26233)Aurelien Jarno1-9/+15
2022-06-08nss: handle stat failure in check_reload_and_get (BZ #28752)Sam James1-15/+24
2022-06-08nss: add assert to DB_LOOKUP_FCT (BZ #28752)Sam James1-0/+5
2022-05-23nss: Optimize nss_hash in nss_hash.cNoah Goldstein1-37/+42
2022-05-23nss: Add tests for the nss_hash in nss_hash.hNoah Goldstein4-0/+124
2022-04-12hurd: Fix arbitrary error codeSamuel Thibault1-1/+1
2022-04-04Allow for unpriviledged nested containersDJ Delorie1-0/+2
2022-03-22Simplify allocations and fix merge and continue actions [BZ #28931]Siddhesh Poyarekar4-0/+659
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 Weimer4-4/+142
2022-03-11nss: Do not mention NSS test modules in <gnu/lib-names.h>Florian Weimer1-8/+5
2022-01-01Update copyright dates not handled by scripts/update-copyrights.Paul Eggert2-2/+2
2022-01-01Update copyright dates with scripts/update-copyrightsPaul Eggert101-101/+101
2021-12-17nss: Use "files dns" as the default for the hosts database (bug 28700)Florian Weimer2-3/+3
2021-12-13Disable DT_RUNPATH on NSS tests [BZ #28455]H.J. Lu1-0/+8
2021-10-19nss: Unnest nested function add_keyFangrui Song1-41/+41
2021-09-07Fix failing nss/tst-nss-files-hosts-long with local resolverAurelien Jarno1-0/+1
2021-09-03Remove "Contributed by" linesSiddhesh Poyarekar32-32/+0
2021-07-19nss: Directly load nss_dns, without going through dlsym/dlopenFlorian Weimer3-23/+51
2021-07-14Fix linknamespace errors and local-plt-usages in nss_files.Stefan Liebler4-8/+8
2021-07-14nss: Fix build error with --disable-nscdCooper Qu1-2/+4
2021-07-12Fix failing nss/tst-nss-files-hosts-long.Stefan Liebler1-0/+0
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 Weimer19-32/+104
2021-07-07nss_files: Move into libcFlorian Weimer8-35/+31
2021-07-07nss_files: Add generic code for set*ent, end*ent and file openFlorian Weimer6-108/+199
2021-07-07nss_files: Allocate nscd file registration data on the heapFlorian Weimer1-34/+20
2021-06-29nss: Fix NSS_DECLARE_MODULE_FUNCTIONS handling of _nss_*_endnetgrentFlorian Weimer1-1/+1
2021-06-22Use 64 bit time_t stat internallyAdhemerval Zanella1-2/+2
2021-06-03dlfcn: Cleanups after -ldl is no longer requiredFlorian Weimer1-5/+0
2021-05-10Use a #pragma to suppress a bogus GCC 10 warning instead of an assert [BZ 278...Martin Sebor1-1/+11
2021-05-06Annotate additional APIs with GCC attribute access.Martin Sebor1-2/+5
2021-03-09nss: fix nss_database_lookup2's alternate handling [BZ #27416]DJ Delorie28-96/+248
2021-03-02nss: Re-enable NSS module loading after chroot [BZ #27389]DJ Delorie6-8/+32
2021-02-05nsswitch: return result when nss database is locked [BZ #27343]Sergei Trofimovich1-1/+2
2021-01-27Fix nss/tst-reload2 for systems without PATH_MAXDJ Delorie1-0/+4