| Commit message (Expand) | Author | Age | Files | Lines |
* | Avoid overlapping addresses to stpcpy calls in nscd (BZ #16760) | Siddhesh Poyarekar | 2015-12-20 | 1 | -6/+10 |
* | Fix nscd lookup for innetgr when netgroup has wildcards (BZ #16758) | Siddhesh Poyarekar | 2015-12-20 | 1 | -3/+7 |
* | Use NSS_STATUS_TRYAGAIN to indicate insufficient buffer (BZ #16878) | Siddhesh Poyarekar | 2014-09-05 | 1 | -6/+8 |
* | Provide correct buffer length to netgroup queries in nscd (BZ #16695) | Siddhesh Poyarekar | 2014-09-05 | 1 | -1/+1 |
* | 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 |
* | unify xmalloc prototypes & friends | Mike Frysinger | 2013-02-18 | 1 | -6/+1 |
* | Refactor code out of nscd's two main poll loops. | Carlos O'Donell | 2013-02-08 | 1 | -65/+83 |
* | Remove lots of inline keywords. | Roland McGrath | 2013-02-07 | 2 | -3/+4 |
* | Revert "Properly check for short writes when sending the response in nscd" | Andreas Schwab | 2013-01-10 | 4 | -25/+8 |
* | Revert "* nscd/nscd.h: Move persistent storage back to /var/run/nscd" | Andreas Schwab | 2013-01-10 | 1 | -5/+5 |
* | Revert "nscd: don't fork twice" | Andreas Schwab | 2013-01-10 | 1 | -0/+9 |
* | nscd: don't fork twice | Andreas Schwab | 2013-01-10 | 1 | -9/+0 |
* | * nscd/nscd.h: Move persistent storage back to /var/run/nscd | Thorsten Kukuk | 2013-01-10 | 1 | -5/+5 |
* | Properly check for short writes when sending the response in nscd | Andreas Schwab | 2013-01-10 | 4 | -8/+25 |
* | Update copyright notices with scripts/update-copyrights. | Joseph Myers | 2013-01-02 | 38 | -41/+38 |
* | Update copyright years. | David S. Miller | 2013-01-01 | 1 | -2/+2 |
* | [BZ #13761] | Jeff Law | 2012-11-29 | 1 | -8/+25 |
* | Support --with-pkgversion and --with-bugurl. | Joseph Myers | 2012-11-09 | 1 | -3/+6 |
* | BZ#14743: Move clock_* symbols from librt to libc. | Roland McGrath | 2012-10-24 | 1 | -4/+2 |
* | nscd: fix compilation flags | Dmitry V. Levin | 2012-10-02 | 1 | -34/+7 |
* | Fix shadow, gshadow, networks, protocols, rpc, aliases, and nscd routines for... | Roland McGrath | 2012-08-22 | 9 | -8/+35 |
* | Add --disable-build-nscd configure option. | Roland McGrath | 2012-08-22 | 1 | -1/+1 |
* | BZ#13696: Add --disable-nscd configure option. | Roland McGrath | 2012-08-22 | 2 | -2/+6 |
* | Remove pre-2.4.21 Linux kernel support. | Joseph Myers | 2012-07-25 | 1 | -5/+1 |
* | Fix formatting in last change. | Roland McGrath | 2012-05-15 | 1 | -1/+2 |
* | Avoid race in nscd | Andreas Jaeger | 2012-05-15 | 3 | -18/+39 |
* | Hurd: #include <kernel-features.h> | Thomas Schwinge | 2012-05-10 | 2 | -8/+6 |
* | Cleanup nscd.c | Andreas Jaeger | 2012-05-09 | 1 | -7/+7 |
* | Cleanup last patch for nscd/nscd.c | Andreas Jaeger | 2012-05-09 | 1 | -4/+3 |
* | Add --foreground option for nscd | Andreas Jaeger | 2012-05-09 | 1 | -16/+43 |