aboutsummaryrefslogtreecommitdiff
path: root/nss
AgeCommit message (Expand)Author
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
2023-09-15getaddrinfo: Fix use after free in getcanonname (CVE-2023-4806)Siddhesh Poyarekar
2023-07-24Restore lookup of IPv4 mapped addresses in files database (bug 25457)Andreas Schwab
2023-06-19tests: replace system by xsystemFrédéric Bérat
2023-06-06tests: Replace various function calls with their x variantFrédéric Bérat
2023-06-02Fix all the remaining misspellings -- BZ 25337Paul Pluzhnikov
2023-05-16nss: Reconcile conditional declaration and use of `is_nscd'Arjun Shankar
2023-03-27Move libc_freeres_ptrs and libc_subfreeres to hidden/weak functionsAdhemerval Zanella Netto
2023-02-17Use uintptr_t instead of performing pointer subtraction with a null pointerQihao Chencao
2023-02-06Replace rawmemchr (s, '\0') with strchrWilco Dijkstra
2023-01-06Update copyright dates not handled by scripts/update-copyrightsJoseph Myers
2023-01-06Update copyright dates with scripts/update-copyrightsJoseph Myers
2022-10-18Use PTR_MANGLE and PTR_DEMANGLE unconditionally in C sourcesFlorian Weimer
2022-10-18Introduce <pointer_guard.h>, extracted from <sysdep.h>Florian Weimer
2022-09-23nss: Use shared prefix in IPv4 address in tst-reload1Florian Weimer
2022-09-23nss: Enhance tst-reload1 coverage and loggingFlorian Weimer
2022-09-20nss: Fix tst-nss-files-hosts-long on single-stack hosts (bug 24816)Florian Weimer
2022-09-20nss: Implement --no-addrconfig option for getentFlorian Weimer
2022-09-12makedb: fix build with libselinux >= 3.1 (Bug 26233)Aurelien Jarno
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