summaryrefslogtreecommitdiff
path: root/nscd
Commit message (Expand)AuthorAgeFilesLines
* Correctly report nscd child process status (BZ #17092)Arjun Shankar2014-06-271-9/+13
* Fix Wundef warning for SEPARATE_KEYSiddhesh Poyarekar2014-06-261-20/+1
* Remove stray includes of kernel-features.h.Joseph Myers2014-06-251-1/+0
* nscd: Remove unused typedef and variable.Ludovic Courtès2014-06-221-14/+0
* Include <kernel-features.h> explicitly where required.Joseph Myers2014-06-201-0/+1
* Use NSS_STATUS_TRYAGAIN to indicate insufficient buffer (BZ #16878)Siddhesh Poyarekar2014-05-261-6/+8
* Don't mention linuxthreads in Depend files.Joseph Myers2014-05-211-1/+1
* Fix typo in nscd/selinux.cOndřej Bílka2014-05-071-1/+1
* Fix implicit declarationAndreas Schwab2014-05-011-0/+1
* Initialize all of datahead structure in nscd (BZ #16791)Siddhesh Poyarekar2014-04-301-4/+16
* Consolidate code to initialize nscd dataset headerSiddhesh Poyarekar2014-04-308-122/+91
* nscd: Make SELinux checks dynamic.Carlos O'Donell2014-04-141-39/+68
* Define _STRING_ARCH_unaligned unconditionallyAdhemerval Zanella2014-04-093-5/+5
* Avoid overlapping addresses to stpcpy calls in nscd (BZ #16760)Siddhesh Poyarekar2014-03-271-6/+10
* Fix nscd lookup for innetgr when netgroup has wildcards (BZ #16758)Siddhesh Poyarekar2014-03-271-3/+7
* nscd: also invalidate netgroup cache on reloadAndreas Schwab2014-03-191-0/+1
* Provide correct buffer length to netgroup queries in nscd (BZ #16695)Siddhesh Poyarekar2014-03-121-1/+1
* Mark nscd service as forking in systemd service file (BZ #16639)Siddhesh Poyarekar2014-03-101-2/+2
* nscd: Improved support for tracking startup failure in nscd service (BZ #16639)Siddhesh Poyarekar2014-03-034-37/+139
* Use glibc_likely instead __builtin_expect.Ondřej Bílka2014-02-1020-72/+72
* Avoid undefined behaviour in netgroupcacheSiddhesh Poyarekar2014-01-271-5/+11
* Adjust pointers to triplets in netgroup query data (BZ #16474)Siddhesh Poyarekar2014-01-241-1/+11
* Don't use alloca in addgetnetgrentX (BZ #16453)Siddhesh Poyarekar2014-01-161-31/+6
* nscd: list all tables in usage()Sami Kerola2014-01-041-3/+22
* Fix return code from getent netgroup when the netgroup is not found (bz #16366)Siddhesh Poyarekar2014-01-021-29/+62
* Fix infinite loop in nscd when netgroup is empty (bz #16365)Siddhesh Poyarekar2014-01-021-3/+4
* Update remaining copyright datesAllan McRae2014-01-011-1/+1
* Update copyright notices with scripts/update-copyrightsAllan McRae2014-01-0139-39/+39
* Add systemd unit file for nscdAllan McRae2013-12-162-0/+22
* Fix off-by-one in nscd getservbyport callAndreas Schwab2013-11-111-1/+1
* rename configure.in to configure.acMike Frysinger2013-10-301-1/+1
* Properly cache the result from looking up the nss database configAndreas Schwab2013-09-302-16/+14
* Fix nesting of ifdefs in netgroupcache.cAllan McRae2013-09-091-2/+2
* Use __glibc_unlikely instead of __builtin_expect (..., 0)Siddhesh Poyarekar2013-08-281-1/+1
* Initialize res_hconf in nscdSiddhesh Poyarekar2013-08-261-0/+4
* Fix indentation in aicache.cSiddhesh Poyarekar2013-08-261-1/+1
* Fix typo in commentSiddhesh Poyarekar2013-06-241-2/+2
* Fix handling of netgroup cache in nscdAndreas Schwab2013-06-113-14/+23
* Add #include <stdint.h> for uint[32|64]_t usage (except installed headers).Ryan S. Arnold2013-05-166-0/+6
* Properly check for short writes when sending the response in nscdAndreas Schwab2013-04-154-62/+91
* nscd: don't fork twiceAndreas Schwab2013-04-151-9/+0
* unify xmalloc prototypes & friendsMike Frysinger2013-02-181-6/+1
* Refactor code out of nscd's two main poll loops.Carlos O'Donell2013-02-081-65/+83
* Remove lots of inline keywords.Roland McGrath2013-02-072-3/+4
* Revert "Properly check for short writes when sending the response in nscd"Andreas Schwab2013-01-104-25/+8
* Revert "* nscd/nscd.h: Move persistent storage back to /var/run/nscd"Andreas Schwab2013-01-101-5/+5
* Revert "nscd: don't fork twice"Andreas Schwab2013-01-101-0/+9
* nscd: don't fork twiceAndreas Schwab2013-01-101-9/+0
* * nscd/nscd.h: Move persistent storage back to /var/run/nscdThorsten Kukuk2013-01-101-5/+5
* Properly check for short writes when sending the response in nscdAndreas Schwab2013-01-104-8/+25