GitWeb
Get Gentoo!
gentoo.org sites
gentoo.org
Wiki
Bugs
Forums
Packages
Planet
Archives
Sources
Infra Status
Home
Gentoo Repository
Repositories
Projects
Developer Overlays
User Overlays
Data
Websites
index
:
fork/glibc.git
gentoo/2.19
gentoo/2.25
gentoo/2.26
gentoo/2.27
gentoo/2.28
gentoo/2.29
gentoo/2.29-hygiene
gentoo/2.30
gentoo/2.31
gentoo/2.32
gentoo/2.32-rv32
gentoo/2.33
gentoo/2.34
gentoo/2.35
gentoo/2.36
gentoo/2.37
gentoo/2.38
gentoo/2.39
gentoo/2.40
master
Gentoo vendor branches of the glibc code
Gentoo toolchain team <toolchain@gentoo.org>
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
nss
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix failing nss/tst-nss-files-hosts-long with local resolver
Aurelien Jarno
2021-09-25
1
-0
/
+1
*
Adapt to Gentoo-specific /etc/mail/aliases
Andreas K. Hüttel
2021-08-03
2
-10
/
+10
*
Revert " * sysdeps/posix/getaddrinfo.c (gaih_inet): Only use gethostbyname4_r"
Andreas K. Hüttel
2021-08-03
1
-1
/
+0
*
nss: Directly load nss_dns, without going through dlsym/dlopen
Florian Weimer
2021-07-19
3
-23
/
+51
*
Fix linknamespace errors and local-plt-usages in nss_files.
Stefan Liebler
2021-07-14
4
-8
/
+8
*
nss: Fix build error with --disable-nscd
Cooper Qu
2021-07-14
1
-2
/
+4
*
Fix failing nss/tst-nss-files-hosts-long.
Stefan Liebler
2021-07-12
1
-0
/
+0
*
nss: Do not install static linker input files for libnss_files
Florian Weimer
2021-07-08
1
-0
/
+8
*
nss: Access nss_files through direct references
Florian Weimer
2021-07-07
19
-32
/
+104
*
nss_files: Move into libc
Florian Weimer
2021-07-07
8
-35
/
+31
*
nss_files: Add generic code for set*ent, end*ent and file open
Florian Weimer
2021-07-07
6
-108
/
+199
*
nss_files: Allocate nscd file registration data on the heap
Florian Weimer
2021-07-07
1
-34
/
+20
*
nss: Fix NSS_DECLARE_MODULE_FUNCTIONS handling of _nss_*_endnetgrent
Florian Weimer
2021-06-29
1
-1
/
+1
*
Use 64 bit time_t stat internally
Adhemerval Zanella
2021-06-22
1
-2
/
+2
*
dlfcn: Cleanups after -ldl is no longer required
Florian Weimer
2021-06-03
1
-5
/
+0
*
Use a #pragma to suppress a bogus GCC 10 warning instead of an assert [BZ 278...
Martin Sebor
2021-05-10
1
-1
/
+11
*
Annotate additional APIs with GCC attribute access.
Martin Sebor
2021-05-06
1
-2
/
+5
*
nss: fix nss_database_lookup2's alternate handling [BZ #27416]
DJ Delorie
2021-03-09
28
-96
/
+248
*
nss: Re-enable NSS module loading after chroot [BZ #27389]
DJ Delorie
2021-03-02
6
-8
/
+32
*
nsswitch: return result when nss database is locked [BZ #27343]
Sergei Trofimovich
2021-02-05
1
-1
/
+2
*
Fix nss/tst-reload2 for systems without PATH_MAX
DJ Delorie
2021-01-27
1
-0
/
+4
*
nsswitch: do not reload if "/" changes
DJ Delorie
2021-01-27
9
-1
/
+178
*
Update copyright dates not handled by scripts/update-copyrights.
Paul Eggert
2021-01-02
2
-2
/
+2
*
Update copyright dates with scripts/update-copyrights
Paul Eggert
2021-01-02
97
-97
/
+97
*
nsswitch: handle missing actions properly
DJ Delorie
2020-12-14
2
-2
/
+6
*
Fix linknamespace errors in nss_database.c if build with -Os.
Stefan Liebler
2020-12-11
1
-2
/
+2
*
nsswitch: use new internal API (callers)
DJ Delorie
2020-12-04
9
-74
/
+32
*
nsswitch: user new internal API (tests)
DJ Delorie
2020-12-04
7
-1
/
+524
*
nsswitch: use new internal API (core)
DJ Delorie
2020-12-04
7
-844
/
+165
*
nss: Implement <nss_database.h>
Florian Weimer
2020-12-04
3
-1
/
+522
*
<nss_action.h>: New abstraction for combining NSS modules and NSS actions
Florian Weimer
2020-12-04
4
-1
/
+423
*
nss: Introduce <nss_module.h>
Florian Weimer
2020-12-04
4
-61
/
+464
*
Remove tls.h inclusion from internal errno.h
Adhemerval Zanella
2020-11-13
1
-0
/
+1
*
Disable warnings due to deprecated libselinux symbols used by nss and nscd
Arjun Shankar
2020-07-23
1
-0
/
+9
*
nss: Add __nss_fgetent_r
Florian Weimer
2020-07-21
6
-54
/
+231
*
nss_files: Use generic result pointer in parse_line
Florian Weimer
2020-07-21
1
-2
/
+3
*
nss_files: Consolidate line parse declarations in <nss_files.h>
Florian Weimer
2020-07-21
1
-0
/
+1
*
nss_compat: Do not use mmap to read database files (bug 26258)
Florian Weimer
2020-07-21
4
-16
/
+8
*
nss_files: Consolidate file opening in __nss_files_fopen
Florian Weimer
2020-07-21
7
-11
/
+58
*
Remove --enable-obsolete-nsl configure flag
Petr Vorel
2020-07-08
5
-28
/
+6
*
nss: Remove cryptographic key support from nss_files, nss_nis, nss_nisplus
Florian Weimer
2020-07-07
2
-114
/
+2
*
nss_compat: internal_end*ent may clobber errno, hiding ERANGE [BZ #25976]
Florian Weimer
2020-05-19
4
-11
/
+46
*
nss_files: Use NSS_DECLARE_MODULE_FUNCTIONS
Florian Weimer
2020-02-13
15
-0
/
+38
*
nss_db: Use NSS_DECLARE_MODULE_FUNCTIONS
Florian Weimer
2020-02-13
3
-1
/
+3
*
nss_compat: Use NSS_DECLARE_MODULE_FUNCTIONS
Florian Weimer
2020-02-13
4
-0
/
+8
*
nss: Add function types and NSS_DECLARE_MODULE_FUNCTIONS macro to <nss.h>
Florian Weimer
2020-02-13
1
-2
/
+201
*
nss_compat: Do not use nss_* names for function pointers
Florian Weimer
2020-02-13
4
-113
/
+112
*
Update copyright dates not handled by scripts/update-copyrights.
Joseph Myers
2020-01-01
2
-2
/
+2
*
Update copyright dates with scripts/update-copyrights.
Joseph Myers
2020-01-01
86
-86
/
+86
*
Comment out initgroups from example nsswitch.conf (Bug 25146)
Carlos O'Donell
2019-10-29
1
-1
/
+2
[next]