aboutsummaryrefslogtreecommitdiff
path: root/nscd
AgeCommit message (Expand)AuthorFilesLines
2016-12-31resolv: Deprecate the "inet6" option and RES_USE_INET6 [BZ #19582]Florian Weimer2-4/+5
2016-12-26Drop explicit stack-protection of pieces of the system [BZ #7065]Nick Alcock1-1/+0
2016-08-18Fix incorrect double-checked locking related to _res_hconf.initialized.Torvald Riegel1-2/+1
2016-06-24Remove atomic_compare_and_exchange_bool_rel.Torvald Riegel1-6/+6
2016-06-09Fix nscd assertion failure in gc (bug 19755)Andreas Schwab2-2/+24
2016-04-29NSS: Implement group merging support.Stephen Gallagher2-0/+8
2016-01-15Fix build errors with -DNDEBUG.Martin Sebor1-2/+4
2016-01-04Update copyright dates not handled by scripts/update-copyrights.Joseph Myers1-1/+1
2016-01-04Update copyright dates with scripts/update-copyrights.Joseph Myers39-39/+39
2015-10-19use -fstack-protector-strong when availableMike Frysinger1-3/+1
2015-10-17Assume that SOCK_CLOEXEC is available and worksFlorian Weimer2-93/+2
2015-07-08nscd: drop selinux/flask.h includeMike Frysinger1-1/+0
2015-06-30Clean up BUSY_WAIT_NOP and atomic_delay.Torvald Riegel1-1/+1
2015-04-08nscd_getgr_r: Use struct scratch_buffer instead of extend_allocaFlorian Weimer1-9/+9
2015-04-08grp: Rewrite to use struct scratch_buffer instead of extend_allocaFlorian Weimer1-0/+1
2015-03-21Fix warningsSamuel Thibault1-0/+1
2015-03-13Enhance nscd's inotify support (Bug 14906).Carlos O'Donell3-108/+338
2015-01-29Initialize nscd stats data [BZ #17892]Siddhesh Poyarekar1-0/+2
2015-01-02Update copyright dates not handled by scripts/update-copyrights.Joseph Myers1-1/+1
2015-01-02Update copyright dates with scripts/update-copyrights.Joseph Myers39-39/+39
2014-12-17Fix printf format errorAndreas Schwab1-2/+2
2014-11-27Add missing include of libc-internal.h.Stefan Liebler1-0/+1
2014-11-26Avoid warnings for unused results in nscd/connections.c.Joseph Myers1-5/+5
2014-11-24Remove NOT_IN_libcSiddhesh Poyarekar1-1/+1
2014-11-24Remove IS_IN_nscdSiddhesh Poyarekar1-1/+1
2014-11-19Add new macro IN_MODULE to identify module in which source is builtSiddhesh Poyarekar1-7/+6
2014-11-12Fix qsort_r namespace (bug 17571).Joseph Myers1-0/+1
2014-10-22Rework some nscd code not to use variable-length struct types.Roland McGrath3-92/+103
2014-10-08BZ#17460: Fix buffer overrun in nscd --help.Roland McGrath2-24/+24
2014-06-27Correctly report nscd child process status (BZ #17092)Arjun Shankar1-9/+13
2014-06-26Fix Wundef warning for SEPARATE_KEYSiddhesh Poyarekar1-20/+1
2014-06-25Remove stray includes of kernel-features.h.Joseph Myers1-1/+0
2014-06-22nscd: Remove unused typedef and variable.Ludovic Courtès1-14/+0
2014-06-20Include <kernel-features.h> explicitly where required.Joseph Myers1-0/+1
2014-05-26Use NSS_STATUS_TRYAGAIN to indicate insufficient buffer (BZ #16878)Siddhesh Poyarekar1-6/+8
2014-05-21Don't mention linuxthreads in Depend files.Joseph Myers1-1/+1
2014-05-07Fix typo in nscd/selinux.cOndřej Bílka1-1/+1
2014-05-01Fix implicit declarationAndreas Schwab1-0/+1
2014-04-30Initialize all of datahead structure in nscd (BZ #16791)Siddhesh Poyarekar1-4/+16
2014-04-30Consolidate code to initialize nscd dataset headerSiddhesh Poyarekar8-122/+91
2014-04-14nscd: Make SELinux checks dynamic.Carlos O'Donell1-39/+68
2014-04-09Define _STRING_ARCH_unaligned unconditionallyAdhemerval Zanella3-5/+5
2014-03-27Avoid overlapping addresses to stpcpy calls in nscd (BZ #16760)Siddhesh Poyarekar1-6/+10
2014-03-27Fix nscd lookup for innetgr when netgroup has wildcards (BZ #16758)Siddhesh Poyarekar1-3/+7
2014-03-19nscd: also invalidate netgroup cache on reloadAndreas Schwab1-0/+1
2014-03-12Provide correct buffer length to netgroup queries in nscd (BZ #16695)Siddhesh Poyarekar1-1/+1
2014-03-10Mark nscd service as forking in systemd service file (BZ #16639)Siddhesh Poyarekar1-2/+2
2014-03-03nscd: Improved support for tracking startup failure in nscd service (BZ #16639)Siddhesh Poyarekar4-37/+139
2014-02-10Use glibc_likely instead __builtin_expect.Ondřej Bílka20-72/+72
2014-01-27Avoid undefined behaviour in netgroupcacheSiddhesh Poyarekar1-5/+11