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