aboutsummaryrefslogtreecommitdiff
path: root/nss
AgeCommit message (Expand)AuthorFilesLines
2024-01-02getaddrinfo: translate ENOMEM to EAI_MEMORY (bug 31163)Andreas Schwab1-1/+8
2024-01-01Update copyright dates not handled by scripts/update-copyrightsPaul Eggert2-2/+2
2024-01-01Update copyright dates with scripts/update-copyrightsPaul Eggert210-210/+210
2023-12-20nss: Remove unused allocation from get_nscd_addresses in getaddrinfoFlorian Weimer1-1/+0
2023-10-24Move getnameinfo from 'inet' to 'nss'Arjun Shankar3-0/+565
2023-10-24Move getaddrinfo from 'posix' into 'nss'Arjun Shankar11-2/+3579
2023-10-24Move 'services' routines from 'inet' into 'nss'Arjun Shankar8-0/+182
2023-10-24Move 'rpc' routines from 'inet' into 'nss'Arjun Shankar9-0/+274
2023-10-24Move 'protocols' routines from 'inet' into 'nss'Arjun Shankar8-0/+200
2023-10-24Move 'networks' routines from 'inet' into 'nss'Arjun Shankar8-0/+214
2023-10-24Move 'netgroup' routines from 'inet' into 'nss'Arjun Shankar5-0/+651
2023-10-24Move 'hosts' routines from 'inet' into 'nss'Arjun Shankar11-0/+392
2023-10-24Move 'ethers' routines from 'inet' into 'nss'Arjun Shankar4-0/+126
2023-10-24Move 'aliases' routines from 'inet' into 'nss'Arjun Shankar7-0/+197
2023-10-24Remove 'shadow' and merge into 'nss'Arjun Shankar15-0/+1153
2023-10-24Remove 'pwd' and merge into 'nss'Arjun Shankar15-0/+968
2023-10-24Remove 'gshadow' and merge into 'nss'Arjun Shankar16-0/+1246
2023-10-24Remove 'grp' and merge into 'nss' and 'posix'Arjun Shankar28-1/+1720
2023-10-04nss: Get rid of alloca usage in makedb's write_output.Joe Simmons-Talbott1-1/+12
2023-10-04nss: Rearrange and sort Makefile variablesArjun Shankar1-14/+41
2023-09-25Fix leak in getaddrinfo introduced by the fix for CVE-2023-4806 [BZ #30843]Romain Geissler2-0/+23
2023-09-15getaddrinfo: Fix use after free in getcanonname (CVE-2023-4806)Siddhesh Poyarekar6-2/+135
2023-07-24Restore lookup of IPv4 mapped addresses in files database (bug 25457)Andreas Schwab5-9/+59
2023-06-19tests: replace system by xsystemFrédéric Bérat1-1/+2
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