Age | Commit message (Expand) | Author | Files | Lines |
2014-05-26 | Use NSS_STATUS_TRYAGAIN to indicate insufficient buffer (BZ #16878) | Siddhesh Poyarekar | 1 | -6/+8 |
2014-05-21 | Don't mention linuxthreads in Depend files. | Joseph Myers | 1 | -1/+1 |
2014-05-07 | Fix typo in nscd/selinux.c | Ondřej Bílka | 1 | -1/+1 |
2014-05-01 | Fix implicit declaration | Andreas Schwab | 1 | -0/+1 |
2014-04-30 | Initialize all of datahead structure in nscd (BZ #16791) | Siddhesh Poyarekar | 1 | -4/+16 |
2014-04-30 | Consolidate code to initialize nscd dataset header | Siddhesh Poyarekar | 8 | -122/+91 |
2014-04-14 | nscd: Make SELinux checks dynamic. | Carlos O'Donell | 1 | -39/+68 |
2014-04-09 | Define _STRING_ARCH_unaligned unconditionally | Adhemerval Zanella | 3 | -5/+5 |
2014-03-27 | Avoid overlapping addresses to stpcpy calls in nscd (BZ #16760) | Siddhesh Poyarekar | 1 | -6/+10 |
2014-03-27 | Fix nscd lookup for innetgr when netgroup has wildcards (BZ #16758) | Siddhesh Poyarekar | 1 | -3/+7 |
2014-03-19 | nscd: also invalidate netgroup cache on reload | Andreas Schwab | 1 | -0/+1 |
2014-03-12 | Provide correct buffer length to netgroup queries in nscd (BZ #16695) | Siddhesh Poyarekar | 1 | -1/+1 |
2014-03-10 | Mark nscd service as forking in systemd service file (BZ #16639) | Siddhesh Poyarekar | 1 | -2/+2 |
2014-03-03 | nscd: Improved support for tracking startup failure in nscd service (BZ #16639) | Siddhesh Poyarekar | 4 | -37/+139 |
2014-02-10 | Use glibc_likely instead __builtin_expect. | Ondřej Bílka | 20 | -72/+72 |
2014-01-27 | Avoid undefined behaviour in netgroupcache | Siddhesh Poyarekar | 1 | -5/+11 |
2014-01-24 | Adjust pointers to triplets in netgroup query data (BZ #16474) | Siddhesh Poyarekar | 1 | -1/+11 |
2014-01-16 | Don't use alloca in addgetnetgrentX (BZ #16453) | Siddhesh Poyarekar | 1 | -31/+6 |
2014-01-04 | nscd: list all tables in usage() | Sami Kerola | 1 | -3/+22 |
2014-01-02 | Fix return code from getent netgroup when the netgroup is not found (bz #16366) | Siddhesh Poyarekar | 1 | -29/+62 |
2014-01-02 | Fix infinite loop in nscd when netgroup is empty (bz #16365) | Siddhesh Poyarekar | 1 | -3/+4 |
2014-01-01 | Update remaining copyright dates | Allan McRae | 1 | -1/+1 |
2014-01-01 | Update copyright notices with scripts/update-copyrights | Allan McRae | 39 | -39/+39 |
2013-12-16 | Add systemd unit file for nscd | Allan McRae | 2 | -0/+22 |
2013-11-11 | Fix off-by-one in nscd getservbyport call | Andreas Schwab | 1 | -1/+1 |
2013-10-30 | rename configure.in to configure.ac | Mike Frysinger | 1 | -1/+1 |
2013-09-30 | Properly cache the result from looking up the nss database config | Andreas Schwab | 2 | -16/+14 |
2013-09-09 | Fix nesting of ifdefs in netgroupcache.c | Allan McRae | 1 | -2/+2 |
2013-08-28 | Use __glibc_unlikely instead of __builtin_expect (..., 0) | Siddhesh Poyarekar | 1 | -1/+1 |
2013-08-26 | Initialize res_hconf in nscd | Siddhesh Poyarekar | 1 | -0/+4 |
2013-08-26 | Fix indentation in aicache.c | Siddhesh Poyarekar | 1 | -1/+1 |
2013-06-24 | Fix typo in comment | Siddhesh Poyarekar | 1 | -2/+2 |
2013-06-11 | Fix handling of netgroup cache in nscd | Andreas Schwab | 3 | -14/+23 |
2013-05-16 | Add #include <stdint.h> for uint[32|64]_t usage (except installed headers). | Ryan S. Arnold | 6 | -0/+6 |
2013-04-15 | Properly check for short writes when sending the response in nscd | Andreas Schwab | 4 | -62/+91 |
2013-04-15 | nscd: don't fork twice | Andreas Schwab | 1 | -9/+0 |
2013-02-18 | unify xmalloc prototypes & friends | Mike Frysinger | 1 | -6/+1 |
2013-02-08 | Refactor code out of nscd's two main poll loops. | Carlos O'Donell | 1 | -65/+83 |
2013-02-07 | Remove lots of inline keywords. | Roland McGrath | 2 | -3/+4 |
2013-01-10 | Revert "Properly check for short writes when sending the response in nscd" | Andreas Schwab | 4 | -25/+8 |
2013-01-10 | Revert "* nscd/nscd.h: Move persistent storage back to /var/run/nscd" | Andreas Schwab | 1 | -5/+5 |
2013-01-10 | Revert "nscd: don't fork twice" | Andreas Schwab | 1 | -0/+9 |
2013-01-10 | nscd: don't fork twice | Andreas Schwab | 1 | -9/+0 |
2013-01-10 | * nscd/nscd.h: Move persistent storage back to /var/run/nscd | Thorsten Kukuk | 1 | -5/+5 |
2013-01-10 | Properly check for short writes when sending the response in nscd | Andreas Schwab | 4 | -8/+25 |
2013-01-02 | Update copyright notices with scripts/update-copyrights. | Joseph Myers | 38 | -41/+38 |
2013-01-01 | Update copyright years. | David S. Miller | 1 | -2/+2 |
2012-11-29 | [BZ #13761] | Jeff Law | 1 | -8/+25 |
2012-11-09 | Support --with-pkgversion and --with-bugurl. | Joseph Myers | 1 | -3/+6 |
2012-10-24 | BZ#14743: Move clock_* symbols from librt to libc. | Roland McGrath | 1 | -4/+2 |