summaryrefslogtreecommitdiff
path: root/nscd
Commit message (Expand)AuthorAgeFilesLines
* nscd: drop selinux/flask.h includeMike Frysinger2015-07-081-1/+0
* Clean up BUSY_WAIT_NOP and atomic_delay.Torvald Riegel2015-06-301-1/+1
* nscd_getgr_r: Use struct scratch_buffer instead of extend_allocaFlorian Weimer2015-04-081-9/+9
* grp: Rewrite to use struct scratch_buffer instead of extend_allocaFlorian Weimer2015-04-081-0/+1
* Fix warningsSamuel Thibault2015-03-211-0/+1
* Enhance nscd's inotify support (Bug 14906).Carlos O'Donell2015-03-133-108/+338
* Initialize nscd stats data [BZ #17892]Siddhesh Poyarekar2015-01-291-0/+2
* Update copyright dates not handled by scripts/update-copyrights.Joseph Myers2015-01-021-1/+1
* Update copyright dates with scripts/update-copyrights.Joseph Myers2015-01-0239-39/+39
* Fix printf format errorAndreas Schwab2014-12-171-2/+2
* Add missing include of libc-internal.h.Stefan Liebler2014-11-271-0/+1
* Avoid warnings for unused results in nscd/connections.c.Joseph Myers2014-11-261-5/+5
* Remove NOT_IN_libcSiddhesh Poyarekar2014-11-241-1/+1
* Remove IS_IN_nscdSiddhesh Poyarekar2014-11-241-1/+1
* Add new macro IN_MODULE to identify module in which source is builtSiddhesh Poyarekar2014-11-191-7/+6
* Fix qsort_r namespace (bug 17571).Joseph Myers2014-11-121-0/+1
* Rework some nscd code not to use variable-length struct types.Roland McGrath2014-10-223-92/+103
* BZ#17460: Fix buffer overrun in nscd --help.Roland McGrath2014-10-082-24/+24
* 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