about summary refs log tree commit diff
path: root/nss
Commit message (Expand)AuthorAgeFilesLines
* getaddrinfo: translate ENOMEM to EAI_MEMORY (bug 31163)Andreas Schwab2024-01-021-1/+8
* Update copyright dates not handled by scripts/update-copyrightsPaul Eggert2024-01-012-2/+2
* Update copyright dates with scripts/update-copyrightsPaul Eggert2024-01-01210-210/+210
* nss: Remove unused allocation from get_nscd_addresses in getaddrinfoFlorian Weimer2023-12-201-1/+0
* Move getnameinfo from 'inet' to 'nss'Arjun Shankar2023-10-243-0/+565
* Move getaddrinfo from 'posix' into 'nss'Arjun Shankar2023-10-2411-2/+3579
* Move 'services' routines from 'inet' into 'nss'Arjun Shankar2023-10-248-0/+182
* Move 'rpc' routines from 'inet' into 'nss'Arjun Shankar2023-10-249-0/+274
* Move 'protocols' routines from 'inet' into 'nss'Arjun Shankar2023-10-248-0/+200
* Move 'networks' routines from 'inet' into 'nss'Arjun Shankar2023-10-248-0/+214
* Move 'netgroup' routines from 'inet' into 'nss'Arjun Shankar2023-10-245-0/+651
* Move 'hosts' routines from 'inet' into 'nss'Arjun Shankar2023-10-2411-0/+392
* Move 'ethers' routines from 'inet' into 'nss'Arjun Shankar2023-10-244-0/+126
* Move 'aliases' routines from 'inet' into 'nss'Arjun Shankar2023-10-247-0/+197
* Remove 'shadow' and merge into 'nss'Arjun Shankar2023-10-2415-0/+1153
* Remove 'pwd' and merge into 'nss'Arjun Shankar2023-10-2415-0/+968
* Remove 'gshadow' and merge into 'nss'Arjun Shankar2023-10-2416-0/+1246
* Remove 'grp' and merge into 'nss' and 'posix'Arjun Shankar2023-10-2428-1/+1720
* nss: Get rid of alloca usage in makedb's write_output.Joe Simmons-Talbott2023-10-041-1/+12
* nss: Rearrange and sort Makefile variablesArjun Shankar2023-10-041-14/+41
* Fix leak in getaddrinfo introduced by the fix for CVE-2023-4806 [BZ #30843]Romain Geissler2023-09-252-0/+23
* getaddrinfo: Fix use after free in getcanonname (CVE-2023-4806)Siddhesh Poyarekar2023-09-156-2/+135
* Restore lookup of IPv4 mapped addresses in files database (bug 25457)Andreas Schwab2023-07-245-9/+59
* tests: replace system by xsystemFrédéric Bérat2023-06-191-1/+2
* tests: Replace various function calls with their x variantFrédéric Bérat2023-06-061-1/+1
* Fix all the remaining misspellings -- BZ 25337Paul Pluzhnikov2023-06-0210-10/+10
* nss: Reconcile conditional declaration and use of `is_nscd'Arjun Shankar2023-05-161-3/+3
* Move libc_freeres_ptrs and libc_subfreeres to hidden/weak functionsAdhemerval Zanella Netto2023-03-278-14/+15
* Use uintptr_t instead of performing pointer subtraction with a null pointerQihao Chencao2023-02-172-2/+2
* Replace rawmemchr (s, '\0') with strchrWilco Dijkstra2023-02-061-1/+1
* Update copyright dates not handled by scripts/update-copyrightsJoseph Myers2023-01-062-2/+2
* Update copyright dates with scripts/update-copyrightsJoseph Myers2023-01-06105-105/+105
* Use PTR_MANGLE and PTR_DEMANGLE unconditionally in C sourcesFlorian Weimer2022-10-181-12/+0
* Introduce <pointer_guard.h>, extracted from <sysdep.h>Florian Weimer2022-10-181-1/+1
* nss: Use shared prefix in IPv4 address in tst-reload1Florian Weimer2022-09-231-4/+4
* nss: Enhance tst-reload1 coverage and loggingFlorian Weimer2022-09-231-22/+29
* nss: Fix tst-nss-files-hosts-long on single-stack hosts (bug 24816)Florian Weimer2022-09-201-4/+5
* nss: Implement --no-addrconfig option for getentFlorian Weimer2022-09-201-1/+10
* makedb: fix build with libselinux >= 3.1 (Bug 26233)Aurelien Jarno2022-09-121-9/+15
* 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