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