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
/
Makefile
Age
Commit message (
Expand
)
Author
Files
Lines
2024-01-01
Update copyright dates with scripts/update-copyrights
Paul Eggert
1
-1
/
+1
2023-10-24
Move getnameinfo from 'inet' to 'nss'
Arjun Shankar
1
-0
/
+1
2023-10-24
Move getaddrinfo from 'posix' into 'nss'
Arjun Shankar
1
-2
/
+17
2023-10-24
Move 'services' routines from 'inet' into 'nss'
Arjun Shankar
1
-0
/
+15
2023-10-24
Move 'rpc' routines from 'inet' into 'nss'
Arjun Shankar
1
-0
/
+16
2023-10-24
Move 'protocols' routines from 'inet' into 'nss'
Arjun Shankar
1
-0
/
+15
2023-10-24
Move 'networks' routines from 'inet' into 'nss'
Arjun Shankar
1
-0
/
+19
2023-10-24
Move 'netgroup' routines from 'inet' into 'nss'
Arjun Shankar
1
-0
/
+11
2023-10-24
Move 'hosts' routines from 'inet' into 'nss'
Arjun Shankar
1
-0
/
+24
2023-10-24
Move 'ethers' routines from 'inet' into 'nss'
Arjun Shankar
1
-0
/
+6
2023-10-24
Move 'aliases' routines from 'inet' into 'nss'
Arjun Shankar
1
-0
/
+14
2023-10-24
Remove 'shadow' and merge into 'nss'
Arjun Shankar
1
-0
/
+27
2023-10-24
Remove 'pwd' and merge into 'nss'
Arjun Shankar
1
-0
/
+24
2023-10-24
Remove 'gshadow' and merge into 'nss'
Arjun Shankar
1
-0
/
+28
2023-10-24
Remove 'grp' and merge into 'nss' and 'posix'
Arjun Shankar
1
-1
/
+42
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
1
-0
/
+20
2023-09-15
getaddrinfo: Fix use after free in getcanonname (CVE-2023-4806)
Siddhesh Poyarekar
1
-2
/
+13
2023-07-24
Restore lookup of IPv4 mapped addresses in files database (bug 25457)
Andreas Schwab
1
-0
/
+1
2023-01-06
Update copyright dates with scripts/update-copyrights
Joseph Myers
1
-1
/
+1
2022-05-23
nss: Add tests for the nss_hash in nss_hash.h
Noah Goldstein
1
-0
/
+1
2022-03-22
Simplify allocations and fix merge and continue actions [BZ #28931]
Siddhesh Poyarekar
1
-0
/
+1
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
1
-3
/
+12
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 with scripts/update-copyrights
Paul Eggert
1
-1
/
+1
2021-12-13
Disable DT_RUNPATH on NSS tests [BZ #28455]
H.J. Lu
1
-0
/
+8
2021-07-08
nss: Do not install static linker input files for libnss_files
Florian Weimer
1
-0
/
+8
2021-07-07
nss: Access nss_files through direct references
Florian Weimer
1
-1
/
+2
2021-07-07
nss_files: Move into libc
Florian Weimer
1
-8
/
+5
2021-07-07
nss_files: Add generic code for set*ent, end*ent and file open
Florian Weimer
1
-1
/
+1
2021-06-03
dlfcn: Cleanups after -ldl is no longer required
Florian Weimer
1
-5
/
+0
2021-03-09
nss: fix nss_database_lookup2's alternate handling [BZ #27416]
DJ Delorie
1
-0
/
+1
2021-01-27
nsswitch: do not reload if "/" changes
DJ Delorie
1
-1
/
+1
2021-01-02
Update copyright dates with scripts/update-copyrights
Paul Eggert
1
-1
/
+1
2020-12-04
nsswitch: use new internal API (core)
DJ Delorie
1
-1
/
+2
2020-12-04
nss: Implement <nss_database.h>
Florian Weimer
1
-1
/
+1
2020-12-04
<nss_action.h>: New abstraction for combining NSS modules and NSS actions
Florian Weimer
1
-1
/
+2
2020-12-04
nss: Introduce <nss_module.h>
Florian Weimer
1
-1
/
+1
2020-07-21
nss: Add __nss_fgetent_r
Florian Weimer
1
-1
/
+3
2020-07-21
nss_files: Consolidate file opening in __nss_files_fopen
Florian Weimer
1
-1
/
+1
2020-07-07
nss: Remove cryptographic key support from nss_files, nss_nis, nss_nisplus
Florian Weimer
1
-1
/
+2
2020-01-01
Update copyright dates with scripts/update-copyrights.
Joseph Myers
1
-1
/
+1
2019-09-07
Prefer https to http for gnu.org and fsf.org URLs
Paul Eggert
1
-1
/
+1
2019-07-10
nss_db: fix endent wrt NULL mappings [BZ #24695] [BZ #24696]
DJ Delorie
1
-1
/
+3
2019-03-14
nss: Fix tst-nss-files-alias-truncated for default --as-needed linking
Florian Weimer
1
-1
/
+2
2019-02-08
nss: Add tst-nss-files-hosts-long test [BZ #21915]
Patsy Franklin
1
-1
/
+2
2019-01-31
nss_files: Fix /etc/aliases null pointer dereference [BZ #24059]
Florian Weimer
1
-0
/
+2
2019-01-01
Update copyright dates with scripts/update-copyrights.
Joseph Myers
1
-1
/
+1
2018-12-14
Add missing libnss_testX.so requirement for tst-nss-test3.
Stefan Liebler
1
-1
/
+1
[next]