summaryrefslogtreecommitdiff
path: root/nscd
AgeCommit message (Expand)Author
2016-01-15Fix build errors with -DNDEBUG.Martin Sebor
2016-01-04Update copyright dates not handled by scripts/update-copyrights.Joseph Myers
2016-01-04Update copyright dates with scripts/update-copyrights.Joseph Myers
2015-10-19use -fstack-protector-strong when availableMike Frysinger
2015-10-17Assume that SOCK_CLOEXEC is available and worksFlorian Weimer
2015-07-08nscd: drop selinux/flask.h includeMike Frysinger
2015-06-30Clean up BUSY_WAIT_NOP and atomic_delay.Torvald Riegel
2015-04-08nscd_getgr_r: Use struct scratch_buffer instead of extend_allocaFlorian Weimer
2015-04-08grp: Rewrite to use struct scratch_buffer instead of extend_allocaFlorian Weimer
2015-03-21Fix warningsSamuel Thibault
2015-03-13Enhance nscd's inotify support (Bug 14906).Carlos O'Donell
2015-01-29Initialize nscd stats data [BZ #17892]Siddhesh Poyarekar
2015-01-02Update copyright dates not handled by scripts/update-copyrights.Joseph Myers
2015-01-02Update copyright dates with scripts/update-copyrights.Joseph Myers
2014-12-17Fix printf format errorAndreas Schwab
2014-11-27Add missing include of libc-internal.h.Stefan Liebler
2014-11-26Avoid warnings for unused results in nscd/connections.c.Joseph Myers
2014-11-24Remove NOT_IN_libcSiddhesh Poyarekar
2014-11-24Remove IS_IN_nscdSiddhesh Poyarekar
2014-11-19Add new macro IN_MODULE to identify module in which source is builtSiddhesh Poyarekar
2014-11-12Fix qsort_r namespace (bug 17571).Joseph Myers
2014-10-22Rework some nscd code not to use variable-length struct types.Roland McGrath
2014-10-08BZ#17460: Fix buffer overrun in nscd --help.Roland McGrath
2014-06-27Correctly report nscd child process status (BZ #17092)Arjun Shankar
2014-06-26Fix Wundef warning for SEPARATE_KEYSiddhesh Poyarekar
2014-06-25Remove stray includes of kernel-features.h.Joseph Myers
2014-06-22nscd: Remove unused typedef and variable.Ludovic Courtès
2014-06-20Include <kernel-features.h> explicitly where required.Joseph Myers
2014-05-26Use NSS_STATUS_TRYAGAIN to indicate insufficient buffer (BZ #16878)Siddhesh Poyarekar
2014-05-21Don't mention linuxthreads in Depend files.Joseph Myers
2014-05-07Fix typo in nscd/selinux.cOndřej Bílka
2014-05-01Fix implicit declarationAndreas Schwab
2014-04-30Initialize all of datahead structure in nscd (BZ #16791)Siddhesh Poyarekar
2014-04-30Consolidate code to initialize nscd dataset headerSiddhesh Poyarekar
2014-04-14nscd: Make SELinux checks dynamic.Carlos O'Donell
2014-04-09Define _STRING_ARCH_unaligned unconditionallyAdhemerval Zanella
2014-03-27Avoid overlapping addresses to stpcpy calls in nscd (BZ #16760)Siddhesh Poyarekar
2014-03-27Fix nscd lookup for innetgr when netgroup has wildcards (BZ #16758)Siddhesh Poyarekar
2014-03-19nscd: also invalidate netgroup cache on reloadAndreas Schwab
2014-03-12Provide correct buffer length to netgroup queries in nscd (BZ #16695)Siddhesh Poyarekar
2014-03-10Mark nscd service as forking in systemd service file (BZ #16639)Siddhesh Poyarekar
2014-03-03nscd: Improved support for tracking startup failure in nscd service (BZ #16639)Siddhesh Poyarekar
2014-02-10Use glibc_likely instead __builtin_expect.Ondřej Bílka
2014-01-27Avoid undefined behaviour in netgroupcacheSiddhesh Poyarekar
2014-01-24Adjust pointers to triplets in netgroup query data (BZ #16474)Siddhesh Poyarekar
2014-01-16Don't use alloca in addgetnetgrentX (BZ #16453)Siddhesh Poyarekar
2014-01-04nscd: list all tables in usage()Sami Kerola
2014-01-02Fix return code from getent netgroup when the netgroup is not found (bz #16366)Siddhesh Poyarekar
2014-01-02Fix infinite loop in nscd when netgroup is empty (bz #16365)Siddhesh Poyarekar
2014-01-01Update remaining copyright datesAllan McRae