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>
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
nss
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove compat from DEFAULT_CONFIG lookup strings
Steve Ellcey
2017-09-12
4
-7
/
+33
*
getaddrinfo: Fix error handling in gethosts [BZ #21915] [BZ #21922]
Florian Weimer
2017-09-01
2
-0
/
+116
*
NSS: Remove internal_function function attribute
Florian Weimer
2017-08-31
4
-12
/
+4
*
Don't compile non-lib modules as lib modules [BZ #21864]
H.J. Lu
2017-08-21
1
-0
/
+1
*
Mark internal nss symbols with attribute_hidden [BZ #18822]
H.J. Lu
2017-08-21
4
-11
/
+20
*
Consolidate non cancellable close call
Adhemerval Zanella
2017-08-18
1
-1
/
+1
*
Update nss tests to new skeleton
DJ Delorie
2017-08-17
11
-49
/
+42
*
Consolidate non cancellable open call
Adhemerval Zanella
2017-08-17
1
-1
/
+1
*
NSS: Replace exported NSS lookup functions with stubs [BZ #21962]
Florian Weimer
2017-08-14
6
-17
/
+54
*
NSS: Do not use internal_function for functions with hidden aliases
Florian Weimer
2017-08-13
4
-10
/
+5
*
nss: Call __resolv_context_put before early return in get*_r [BZ #21932]
Florian Weimer
2017-08-09
1
-1
/
+9
*
Consistently use uintN_t not u_intN_t everywhere.
Joseph Myers
2017-08-07
1
-1
/
+1
*
Correct nss/tst-nss-test5 configuration
DJ Delorie
2017-07-21
1
-1
/
+1
*
Fix nss/nss_test1.c compile with latest GCC.
Steve Ellcey
2017-07-21
1
-1
/
+2
*
Extend NSS test suite
DJ Delorie
2017-07-17
10
-92
/
+1185
*
resolv: Introduce struct resolv_context [BZ #21668]
Florian Weimer
2017-07-03
5
-30
/
+105
*
resolv: Call _res_hconf_init from __res_vinit
Florian Weimer
2017-06-27
1
-6
/
+0
*
Suppress internal declarations for most of the testsuite.
Zack Weinberg
2017-05-11
1
-2
/
+2
*
Assume that O_CLOEXEC is always defined and works
Florian Weimer
2017-04-18
5
-99
/
+2
*
Fix build with --enable-static-nss [BZ #21088]
Alexey Neyman
2017-03-15
1
-1
/
+1
*
Miscellaneous low-risk changes preparing for _ISOMAC testsuite.
Zack Weinberg
2017-03-01
1
-0
/
+1
*
Increase some test timeouts.
Joseph Myers
2017-01-05
2
-0
/
+2
*
Update copyright dates not handled by scripts/update-copyrights.
Joseph Myers
2017-01-01
2
-2
/
+2
*
Update copyright dates with scripts/update-copyrights.
Joseph Myers
2017-01-01
63
-63
/
+63
*
resolv: Deprecate the "inet6" option and RES_USE_INET6 [BZ #19582]
Florian Weimer
2016-12-31
2
-9
/
+9
*
Add deferred cancellation regression test for getpwuid_r.
Carlos O'Donell
2016-12-23
2
-0
/
+190
*
Fix incorrect double-checked locking related to _res_hconf.initialized.
Torvald Riegel
2016-08-18
1
-2
/
+1
*
nss_db: Fix initialization of iteration position [BZ #20237]
Florian Weimer
2016-06-11
1
-1
/
+7
*
NSS: Implement group merging support.
Stephen Gallagher
2016-04-29
4
-6
/
+137
*
Register extra test objects
Andreas Schwab
2016-04-13
1
-0
/
+1
*
nss_db: Propagate ERANGE error if parse_line fails [BZ #19837]
Florian Weimer
2016-03-29
1
-2
/
+2
*
Update copyright dates not handled by scripts/update-copyrights.
Joseph Myers
2016-01-04
2
-2
/
+2
*
Update copyright dates with scripts/update-copyrights.
Joseph Myers
2016-01-04
62
-62
/
+62
*
Convert 113 more function definitions to prototype style (files with assertio...
Joseph Myers
2015-10-20
1
-5
/
+1
*
Fix i386 build after put*ent hardening changes.
Joseph Myers
2015-10-02
3
-0
/
+3
*
Harden putpwent, putgrent, putspent, putspent against injection [BZ #18724]
Florian Weimer
2015-10-02
6
-71
/
+231
*
Fix inconsistent passwd compensation in nss/bug17079.c
Florian Weimer
2015-09-25
1
-1
/
+9
*
Test in commit e07aabba73ea62e7dfa0512507c92efb851fbdbe is for bug 17079
Florian Weimer
2015-09-22
2
-2
/
+3
*
Add test case for bug 18287
Florian Weimer
2015-09-22
2
-1
/
+237
*
Move bits/libc-lock.h and bits/libc-lockP.h out of bits/ (bug 14912).
Joseph Myers
2015-09-08
9
-9
/
+9
*
fix non-portable `echo -n` usage
Mike Frysinger
2015-08-09
1
-9
/
+9
*
Separate internal state between getXXent and getXXbyYY NSS calls (bug 18007)
Andreas Schwab
2015-05-11
3
-167
/
+67
*
CVE-2014-8121: Do not close NSS files database during iteration [BZ #18007]
Florian Weimer
2015-04-29
3
-2
/
+120
*
Enhance nscd's inotify support (Bug 14906).
Carlos O'Donell
2015-03-13
2
-44
/
+30
*
Split rpcent tests out of tst-netdb.
Roland McGrath
2015-03-04
1
-41
/
+0
*
Exclude rpcent functions and NSS backends for rpc, key when excluding sunrpc.
Roland McGrath
2015-02-06
2
-2
/
+14
*
Update copyright dates not handled by scripts/update-copyrights.
Joseph Myers
2015-01-02
2
-2
/
+2
*
Update copyright dates with scripts/update-copyrights.
Joseph Myers
2015-01-02
56
-56
/
+56
*
Fix nss/tst-nss-test1.c format warning.
Joseph Myers
2014-11-27
1
-1
/
+1
*
Remove NOT_IN_libc
Siddhesh Poyarekar
2014-11-24
1
-1
/
+0
[next]