index
:
glibc
master
vdso
Fork of glibc for development
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
nss
Age
Commit message (
Expand
)
Author
Files
Lines
2024-01-02
getaddrinfo: translate ENOMEM to EAI_MEMORY (bug 31163)
Andreas Schwab
1
-1
/
+8
2024-01-01
Update copyright dates not handled by scripts/update-copyrights
Paul Eggert
2
-2
/
+2
2024-01-01
Update copyright dates with scripts/update-copyrights
Paul Eggert
210
-210
/
+210
2023-12-20
nss: Remove unused allocation from get_nscd_addresses in getaddrinfo
Florian Weimer
1
-1
/
+0
2023-10-24
Move getnameinfo from 'inet' to 'nss'
Arjun Shankar
3
-0
/
+565
2023-10-24
Move getaddrinfo from 'posix' into 'nss'
Arjun Shankar
11
-2
/
+3579
2023-10-24
Move 'services' routines from 'inet' into 'nss'
Arjun Shankar
8
-0
/
+182
2023-10-24
Move 'rpc' routines from 'inet' into 'nss'
Arjun Shankar
9
-0
/
+274
2023-10-24
Move 'protocols' routines from 'inet' into 'nss'
Arjun Shankar
8
-0
/
+200
2023-10-24
Move 'networks' routines from 'inet' into 'nss'
Arjun Shankar
8
-0
/
+214
2023-10-24
Move 'netgroup' routines from 'inet' into 'nss'
Arjun Shankar
5
-0
/
+651
2023-10-24
Move 'hosts' routines from 'inet' into 'nss'
Arjun Shankar
11
-0
/
+392
2023-10-24
Move 'ethers' routines from 'inet' into 'nss'
Arjun Shankar
4
-0
/
+126
2023-10-24
Move 'aliases' routines from 'inet' into 'nss'
Arjun Shankar
7
-0
/
+197
2023-10-24
Remove 'shadow' and merge into 'nss'
Arjun Shankar
15
-0
/
+1153
2023-10-24
Remove 'pwd' and merge into 'nss'
Arjun Shankar
15
-0
/
+968
2023-10-24
Remove 'gshadow' and merge into 'nss'
Arjun Shankar
16
-0
/
+1246
2023-10-24
Remove 'grp' and merge into 'nss' and 'posix'
Arjun Shankar
28
-1
/
+1720
2023-10-04
nss: Get rid of alloca usage in makedb's write_output.
Joe Simmons-Talbott
1
-1
/
+12
2023-10-04
nss: Rearrange and sort Makefile variables
Arjun Shankar
1
-14
/
+41
2023-09-25
Fix leak in getaddrinfo introduced by the fix for CVE-2023-4806 [BZ #30843]
Romain Geissler
2
-0
/
+23
2023-09-15
getaddrinfo: Fix use after free in getcanonname (CVE-2023-4806)
Siddhesh Poyarekar
6
-2
/
+135
2023-07-24
Restore lookup of IPv4 mapped addresses in files database (bug 25457)
Andreas Schwab
5
-9
/
+59
2023-06-19
tests: replace system by xsystem
Frédéric Bérat
1
-1
/
+2
2023-06-06
tests: Replace various function calls with their x variant
Frédéric Bérat
1
-1
/
+1
2023-06-02
Fix all the remaining misspellings -- BZ 25337
Paul Pluzhnikov
10
-10
/
+10
2023-05-16
nss: Reconcile conditional declaration and use of `is_nscd'
Arjun Shankar
1
-3
/
+3
2023-03-27
Move libc_freeres_ptrs and libc_subfreeres to hidden/weak functions
Adhemerval Zanella Netto
8
-14
/
+15
2023-02-17
Use uintptr_t instead of performing pointer subtraction with a null pointer
Qihao Chencao
2
-2
/
+2
2023-02-06
Replace rawmemchr (s, '\0') with strchr
Wilco Dijkstra
1
-1
/
+1
2023-01-06
Update copyright dates not handled by scripts/update-copyrights
Joseph Myers
2
-2
/
+2
2023-01-06
Update copyright dates with scripts/update-copyrights
Joseph Myers
105
-105
/
+105
2022-10-18
Use PTR_MANGLE and PTR_DEMANGLE unconditionally in C sources
Florian Weimer
1
-12
/
+0
2022-10-18
Introduce <pointer_guard.h>, extracted from <sysdep.h>
Florian Weimer
1
-1
/
+1
2022-09-23
nss: Use shared prefix in IPv4 address in tst-reload1
Florian Weimer
1
-4
/
+4
2022-09-23
nss: Enhance tst-reload1 coverage and logging
Florian Weimer
1
-22
/
+29
2022-09-20
nss: Fix tst-nss-files-hosts-long on single-stack hosts (bug 24816)
Florian Weimer
1
-4
/
+5
2022-09-20
nss: Implement --no-addrconfig option for getent
Florian Weimer
1
-1
/
+10
2022-09-12
makedb: fix build with libselinux >= 3.1 (Bug 26233)
Aurelien Jarno
1
-9
/
+15
2022-06-08
nss: handle stat failure in check_reload_and_get (BZ #28752)
Sam James
1
-15
/
+24
2022-06-08
nss: add assert to DB_LOOKUP_FCT (BZ #28752)
Sam James
1
-0
/
+5
2022-05-23
nss: Optimize nss_hash in nss_hash.c
Noah Goldstein
1
-37
/
+42
2022-05-23
nss: Add tests for the nss_hash in nss_hash.h
Noah Goldstein
4
-0
/
+124
2022-04-12
hurd: Fix arbitrary error code
Samuel Thibault
1
-1
/
+1
2022-04-04
Allow for unpriviledged nested containers
DJ Delorie
1
-0
/
+2
2022-03-22
Simplify allocations and fix merge and continue actions [BZ #28931]
Siddhesh Poyarekar
4
-0
/
+659
2022-03-17
nss: Sort tests and tests-container and put one test per line
Siddhesh Poyarekar
1
-14
/
+23
2022-03-11
nss: Protect against errno changes in function lookup (bug 28953)
Florian Weimer
4
-4
/
+142
2022-03-11
nss: Do not mention NSS test modules in <gnu/lib-names.h>
Florian Weimer
1
-8
/
+5
2022-01-01
Update copyright dates not handled by scripts/update-copyrights.
Paul Eggert
2
-2
/
+2
[next]