summaryrefslogtreecommitdiff
path: root/nss
AgeCommit message (Expand)Author
2026-02-13nss: Missing checks in __nss_configure_lookup, __nss_database_get (bug 28940)Florian Weimer
2026-02-13nss: Introduce dedicated struct nss_database_for_fork typeFlorian Weimer
2026-02-12nscd: Pass TRY_AGAIN errors in the hosts cache to clientsFlorian Weimer
2026-02-12support: Clean up NSS formatting and checking functionsFlorian Weimer
2026-01-01Update copyright dates with scripts/update-copyrightsPaul Eggert
2025-11-18nss: Remove effectively unused __nss_*_database variablesFlorian Weimer
2025-11-18nss: Remove effectively unused struct nss_database_default_cacheFlorian Weimer
2025-11-18nss: Clean up function pointer/void * unionsFlorian Weimer
2025-11-10nss: Suppress clang -Wstring-plus-int on __nss_shlib_revision definitionAdhemerval Zanella
2025-11-08nss: Add ERANGE testing to tst-nss-test4 (bug 33361)Carlos O'Donell
2025-10-30Cleanup some recently added whitespace.Collin Funk
2025-10-29Annotate swtich fall-throughAdhemerval Zanella
2025-10-09Alphabetize nss/MakefileAndreas Schwab
2025-10-08nss: use C locale for parsing nsswitch.conf (bug 33519)Andreas Schwab
2025-09-12nss: Group merge does not react to ERANGE during merge (bug 33361)Florian Weimer
2025-06-04Makefile: Avoid $(objpfx)/ in makefilesFlorian Weimer
2025-05-30nss: free dynarray buffer after parsing nsswitch.confDJ Delorie
2025-05-21nss_test1: Use 'parametrized template' instead of 'master' in comment.Carlos O'Donell
2025-05-06nss: remove undefined behavior and optimize getaddrinfoCollin Funk
2025-03-21Prepare inet_ntop to be fortifiedFrédéric Bérat
2025-03-12getaddrinfo.c: support MPTCP (BZ #29609)zhenwei pi
2025-02-13nss: Improve network number parsers (bz 32573, 32575)Tobias Stoeckmann
2025-01-01Update copyright dates with scripts/update-copyrightsPaul Eggert
2024-12-23getaddrinfo.c: Avoid uninitialized pointer access [BZ #32465]H.J. Lu
2024-12-16Use empty initializer to silence GCC 4.9 or olderH.J. Lu
2024-12-15Revert "Add braces in initializers for GCC 4.9 or older"H.J. Lu
2024-12-14Add braces in initializers for GCC 4.9 or olderH.J. Lu
2024-11-25Silence most -Wzero-as-null-pointer-constant diagnosticsAlejandro Colomar
2024-08-07nss: Fix incorrect switch fall-through in tst-nss-gai-actionsFlorian Weimer
2024-01-02getaddrinfo: translate ENOMEM to EAI_MEMORY (bug 31163)Andreas Schwab
2024-01-01Update copyright dates not handled by scripts/update-copyrightsPaul Eggert
2024-01-01Update copyright dates with scripts/update-copyrightsPaul Eggert
2023-12-20nss: Remove unused allocation from get_nscd_addresses in getaddrinfoFlorian Weimer
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: Get rid of alloca usage in makedb's write_output.Joe Simmons-Talbott
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