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
/
nscd
Commit message (
Expand
)
Author
Age
Files
Lines
*
BZ#17460: Fix buffer overrun in nscd --help.
Roland McGrath
2014-10-08
2
-24
/
+24
*
Correctly report nscd child process status (BZ #17092)
Arjun Shankar
2014-06-27
1
-9
/
+13
*
Fix Wundef warning for SEPARATE_KEY
Siddhesh Poyarekar
2014-06-26
1
-20
/
+1
*
Remove stray includes of kernel-features.h.
Joseph Myers
2014-06-25
1
-1
/
+0
*
nscd: Remove unused typedef and variable.
Ludovic Courtès
2014-06-22
1
-14
/
+0
*
Include <kernel-features.h> explicitly where required.
Joseph Myers
2014-06-20
1
-0
/
+1
*
Use NSS_STATUS_TRYAGAIN to indicate insufficient buffer (BZ #16878)
Siddhesh Poyarekar
2014-05-26
1
-6
/
+8
*
Don't mention linuxthreads in Depend files.
Joseph Myers
2014-05-21
1
-1
/
+1
*
Fix typo in nscd/selinux.c
Ondřej Bílka
2014-05-07
1
-1
/
+1
*
Fix implicit declaration
Andreas Schwab
2014-05-01
1
-0
/
+1
*
Initialize all of datahead structure in nscd (BZ #16791)
Siddhesh Poyarekar
2014-04-30
1
-4
/
+16
*
Consolidate code to initialize nscd dataset header
Siddhesh Poyarekar
2014-04-30
8
-122
/
+91
*
nscd: Make SELinux checks dynamic.
Carlos O'Donell
2014-04-14
1
-39
/
+68
*
Define _STRING_ARCH_unaligned unconditionally
Adhemerval Zanella
2014-04-09
3
-5
/
+5
*
Avoid overlapping addresses to stpcpy calls in nscd (BZ #16760)
Siddhesh Poyarekar
2014-03-27
1
-6
/
+10
*
Fix nscd lookup for innetgr when netgroup has wildcards (BZ #16758)
Siddhesh Poyarekar
2014-03-27
1
-3
/
+7
*
nscd: also invalidate netgroup cache on reload
Andreas Schwab
2014-03-19
1
-0
/
+1
*
Provide correct buffer length to netgroup queries in nscd (BZ #16695)
Siddhesh Poyarekar
2014-03-12
1
-1
/
+1
*
Mark nscd service as forking in systemd service file (BZ #16639)
Siddhesh Poyarekar
2014-03-10
1
-2
/
+2
*
nscd: Improved support for tracking startup failure in nscd service (BZ #16639)
Siddhesh Poyarekar
2014-03-03
4
-37
/
+139
*
Use glibc_likely instead __builtin_expect.
Ondřej Bílka
2014-02-10
20
-72
/
+72
*
Avoid undefined behaviour in netgroupcache
Siddhesh Poyarekar
2014-01-27
1
-5
/
+11
*
Adjust pointers to triplets in netgroup query data (BZ #16474)
Siddhesh Poyarekar
2014-01-24
1
-1
/
+11
*
Don't use alloca in addgetnetgrentX (BZ #16453)
Siddhesh Poyarekar
2014-01-16
1
-31
/
+6
*
nscd: list all tables in usage()
Sami Kerola
2014-01-04
1
-3
/
+22
*
Fix return code from getent netgroup when the netgroup is not found (bz #16366)
Siddhesh Poyarekar
2014-01-02
1
-29
/
+62
*
Fix infinite loop in nscd when netgroup is empty (bz #16365)
Siddhesh Poyarekar
2014-01-02
1
-3
/
+4
*
Update remaining copyright dates
Allan McRae
2014-01-01
1
-1
/
+1
*
Update copyright notices with scripts/update-copyrights
Allan McRae
2014-01-01
39
-39
/
+39
*
Add systemd unit file for nscd
Allan McRae
2013-12-16
2
-0
/
+22
*
Fix off-by-one in nscd getservbyport call
Andreas Schwab
2013-11-11
1
-1
/
+1
*
rename configure.in to configure.ac
Mike Frysinger
2013-10-30
1
-1
/
+1
*
Properly cache the result from looking up the nss database config
Andreas Schwab
2013-09-30
2
-16
/
+14
*
Fix nesting of ifdefs in netgroupcache.c
Allan McRae
2013-09-09
1
-2
/
+2
*
Use __glibc_unlikely instead of __builtin_expect (..., 0)
Siddhesh Poyarekar
2013-08-28
1
-1
/
+1
*
Initialize res_hconf in nscd
Siddhesh Poyarekar
2013-08-26
1
-0
/
+4
*
Fix indentation in aicache.c
Siddhesh Poyarekar
2013-08-26
1
-1
/
+1
*
Fix typo in comment
Siddhesh Poyarekar
2013-06-24
1
-2
/
+2
*
Fix handling of netgroup cache in nscd
Andreas Schwab
2013-06-11
3
-14
/
+23
*
Add #include <stdint.h> for uint[32|64]_t usage (except installed headers).
Ryan S. Arnold
2013-05-16
6
-0
/
+6
*
Properly check for short writes when sending the response in nscd
Andreas Schwab
2013-04-15
4
-62
/
+91
*
nscd: don't fork twice
Andreas Schwab
2013-04-15
1
-9
/
+0
*
unify xmalloc prototypes & friends
Mike Frysinger
2013-02-18
1
-6
/
+1
*
Refactor code out of nscd's two main poll loops.
Carlos O'Donell
2013-02-08
1
-65
/
+83
*
Remove lots of inline keywords.
Roland McGrath
2013-02-07
2
-3
/
+4
*
Revert "Properly check for short writes when sending the response in nscd"
Andreas Schwab
2013-01-10
4
-25
/
+8
*
Revert "* nscd/nscd.h: Move persistent storage back to /var/run/nscd"
Andreas Schwab
2013-01-10
1
-5
/
+5
*
Revert "nscd: don't fork twice"
Andreas Schwab
2013-01-10
1
-0
/
+9
*
nscd: don't fork twice
Andreas Schwab
2013-01-10
1
-9
/
+0
*
* nscd/nscd.h: Move persistent storage back to /var/run/nscd
Thorsten Kukuk
2013-01-10
1
-5
/
+5
[next]