Age | Commit message (Expand) | Author | Files | Lines |
2012-10-02 | nscd: fix compilation flags | Dmitry V. Levin | 1 | -34/+7 |
2012-08-22 | Fix shadow, gshadow, networks, protocols, rpc, aliases, and nscd routines for... | Roland McGrath | 9 | -8/+35 |
2012-08-22 | Add --disable-build-nscd configure option. | Roland McGrath | 1 | -1/+1 |
2012-08-22 | BZ#13696: Add --disable-nscd configure option. | Roland McGrath | 2 | -2/+6 |
2012-07-25 | Remove pre-2.4.21 Linux kernel support. | Joseph Myers | 1 | -5/+1 |
2012-05-15 | Fix formatting in last change. | Roland McGrath | 1 | -1/+2 |
2012-05-15 | Avoid race in nscd | Andreas Jaeger | 3 | -18/+39 |
2012-05-10 | Hurd: #include <kernel-features.h> | Thomas Schwinge | 2 | -8/+6 |
2012-05-09 | Cleanup nscd.c | Andreas Jaeger | 1 | -7/+7 |
2012-05-09 | Cleanup last patch for nscd/nscd.c | Andreas Jaeger | 1 | -4/+3 |
2012-05-09 | Add --foreground option for nscd | Andreas Jaeger | 1 | -16/+43 |
2012-03-23 | 2012-03-23 Daniel Jacobowitz <dmj@google.com> | Paul Pluzhnikov | 1 | -5/+0 |
2012-03-20 | Move stdio-common/_itoa.h to sysdeps/generic | H.J. Lu | 3 | -3/+3 |
2012-03-07 | Remove distribute variable from Makefiles | Ulrich Drepper | 1 | -5/+1 |
2012-02-09 | Replace FSF snail mail address with URLs. | Paul Eggert | 39 | -94/+55 |
2012-01-20 | Do not cache negative results in nscd if these are transient | Ulrich Drepper | 6 | -18/+24 |
2012-01-08 | Optimize xmalloc, xcalloc, xrealloc, and xstrdup | Ulrich Drepper | 2 | -10/+8 |
2012-01-01 | Update copyright year | Ulrich Drepper | 1 | -2/+2 |
2011-12-02 | Avoid warning in aicache.c | Ulrich Drepper | 1 | -2/+5 |
2011-11-03 | Don't start AVC thread until credentials are installed | Andreas Schwab | 1 | -4/+4 |
2011-11-01 | Properly set extra-objs in nscd makefile | Andreas Schwab | 1 | -1/+1 |
2011-11-01 | Use kernel headers for netlink definitions | Ulrich Drepper | 1 | -1/+2 |
2011-10-31 | Cache network interface information | Ulrich Drepper | 4 | -7/+162 |
2011-10-17 | Fix nesting of #ifdefs in netgroupcache.c | Ulrich Drepper | 1 | -2/+2 |
2011-10-08 | Fix some nit warnings. | Roland McGrath | 1 | -0/+2 |
2011-10-07 | Implement caching of nscd | Ulrich Drepper | 11 | -18/+1070 |
2011-10-07 | Don't unnecesarily use inotify in nscd | Ulrich Drepper | 1 | -1/+1 |
2011-10-06 | Avoid warning when reload of group entry fails | Ulrich Drepper | 1 | -0/+2 |
2011-08-14 | Add missing initialization in service cache in nscd | Ulrich Drepper | 1 | -1/+1 |
2011-07-19 | Avoid warning in nscd config file parsing code | Marek Polacek | 1 | -17/+15 |
2011-07-19 | Avoid possible crashes in anormal nscd exits | Ulrich Drepper | 1 | -1/+1 |
2011-07-11 | Generalize framework to register monitoring of files in nscd | Ulrich Drepper | 4 | -104/+144 |
2011-07-05 | Avoid warning. | Ulrich Drepper | 1 | -1/+1 |
2011-07-01 | nscd cleanups | Ulrich Drepper | 5 | -12/+21 |
2011-07-01 | Handle nscd negtimeout==0 | Thorsten Kukuk | 5 | -14/+36 |
2011-06-29 | Avoid write to invalid file descriptor in nscd | Ulrich Drepper | 2 | -4/+6 |
2011-06-27 | Fix handling of RES_USE_INET6 big in nscd | Ulrich Drepper | 1 | -1/+1 |
2011-06-10 | Quash some new warnings from GCC 4.6. | Roland McGrath | 1 | -4/+0 |
2011-05-31 | Don't free non-malloced memory and fix memory leakglibc-2.14.9000 | Ulrich Drepper | 1 | -4/+12 |
2011-05-22 | Add a few more alloca size checks | Ulrich Drepper | 1 | -6/+53 |
2011-05-13 | Add support for generated PIE link rules | Andreas Schwab | 1 | -7/+3 |
2011-04-22 | Remove doubled words. | Jim Meyering | 1 | -1/+1 |
2011-04-17 | Fix a comment. | Justin P. Mattock | 1 | -1/+1 |
2011-02-05 | Schedule nscd cache pruning more accurately fromr re-added values. | Ulrich Drepper | 10 | -99/+152 |
2011-01-17 | Update copyright year. | Ulrich Drepper | 1 | -2/+2 |
2011-01-15 | Signal temporary host lookup errors in nscd as such to the requester. | Ulrich Drepper | 1 | -4/+23 |
2010-04-09 | Fix crash on reloading of gai data in nscd. | Ulrich Drepper | 1 | -4/+6 |
2010-04-08 | Print reload count in nscd statistics. | Ulrich Drepper | 1 | -3/+6 |
2010-03-15 | Update copyright year. | Ulrich Drepper | 1 | -4/+4 |
2009-11-22 | Try harder to re-exec nscd in paranoia mode. | Ulrich Drepper | 1 | -4/+3 |