| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | 2012-03-23 Daniel Jacobowitz <dmj@google.com> | Paul Pluzhnikov | 2012-03-23 | 1 | -5/+0 |
* | Move stdio-common/_itoa.h to sysdeps/generic | H.J. Lu | 2012-03-20 | 3 | -3/+3 |
* | Remove distribute variable from Makefiles | Ulrich Drepper | 2012-03-07 | 1 | -5/+1 |
* | Replace FSF snail mail address with URLs. | Paul Eggert | 2012-02-09 | 39 | -94/+55 |
* | Do not cache negative results in nscd if these are transient | Ulrich Drepper | 2012-01-20 | 6 | -18/+24 |
* | Optimize xmalloc, xcalloc, xrealloc, and xstrdup | Ulrich Drepper | 2012-01-08 | 2 | -10/+8 |
* | Update copyright year | Ulrich Drepper | 2012-01-01 | 1 | -2/+2 |
* | Avoid warning in aicache.c | Ulrich Drepper | 2011-12-02 | 1 | -2/+5 |
* | Don't start AVC thread until credentials are installed | Andreas Schwab | 2011-11-03 | 1 | -4/+4 |
* | Properly set extra-objs in nscd makefile | Andreas Schwab | 2011-11-01 | 1 | -1/+1 |
* | Use kernel headers for netlink definitions | Ulrich Drepper | 2011-11-01 | 1 | -1/+2 |
* | Cache network interface information | Ulrich Drepper | 2011-10-31 | 4 | -7/+162 |
* | Fix nesting of #ifdefs in netgroupcache.c | Ulrich Drepper | 2011-10-17 | 1 | -2/+2 |
* | Fix some nit warnings. | Roland McGrath | 2011-10-08 | 1 | -0/+2 |
* | Implement caching of nscd | Ulrich Drepper | 2011-10-07 | 11 | -18/+1070 |
* | Don't unnecesarily use inotify in nscd | Ulrich Drepper | 2011-10-07 | 1 | -1/+1 |
* | Avoid warning when reload of group entry fails | Ulrich Drepper | 2011-10-06 | 1 | -0/+2 |
* | Add missing initialization in service cache in nscd | Ulrich Drepper | 2011-08-14 | 1 | -1/+1 |
* | Avoid warning in nscd config file parsing code | Marek Polacek | 2011-07-19 | 1 | -17/+15 |
* | Avoid possible crashes in anormal nscd exits | Ulrich Drepper | 2011-07-19 | 1 | -1/+1 |
* | Generalize framework to register monitoring of files in nscd | Ulrich Drepper | 2011-07-11 | 4 | -104/+144 |
* | Avoid warning. | Ulrich Drepper | 2011-07-05 | 1 | -1/+1 |
* | nscd cleanups | Ulrich Drepper | 2011-07-01 | 5 | -12/+21 |
* | Handle nscd negtimeout==0 | Thorsten Kukuk | 2011-07-01 | 5 | -14/+36 |
* | Avoid write to invalid file descriptor in nscd | Ulrich Drepper | 2011-06-29 | 2 | -4/+6 |
* | Fix handling of RES_USE_INET6 big in nscd | Ulrich Drepper | 2011-06-27 | 1 | -1/+1 |
* | Quash some new warnings from GCC 4.6. | Roland McGrath | 2011-06-10 | 1 | -4/+0 |
* | Don't free non-malloced memory and fix memory leak glibc-2.14.9000 | Ulrich Drepper | 2011-05-31 | 1 | -4/+12 |
* | Add a few more alloca size checks | Ulrich Drepper | 2011-05-22 | 1 | -6/+53 |
* | Add support for generated PIE link rules | Andreas Schwab | 2011-05-13 | 1 | -7/+3 |
* | Remove doubled words. | Jim Meyering | 2011-04-22 | 1 | -1/+1 |
* | Fix a comment. | Justin P. Mattock | 2011-04-17 | 1 | -1/+1 |
* | Schedule nscd cache pruning more accurately fromr re-added values. | Ulrich Drepper | 2011-02-05 | 10 | -99/+152 |
* | Update copyright year. | Ulrich Drepper | 2011-01-17 | 1 | -2/+2 |
* | Signal temporary host lookup errors in nscd as such to the requester. | Ulrich Drepper | 2011-01-15 | 1 | -4/+23 |
* | Fix crash on reloading of gai data in nscd. | Ulrich Drepper | 2010-04-09 | 1 | -4/+6 |
* | Print reload count in nscd statistics. | Ulrich Drepper | 2010-04-08 | 1 | -3/+6 |
* | Update copyright year. | Ulrich Drepper | 2010-03-15 | 1 | -4/+4 |
* | Try harder to re-exec nscd in paranoia mode. | Ulrich Drepper | 2009-11-22 | 1 | -4/+3 |
* | Fix a few asserts and IO calls in nscd. | Anders Johansson | 2009-10-29 | 5 | -13/+13 |
* | Print timestamp in nscd debug messages. | Ulrich Drepper | 2009-10-29 | 1 | -4/+13 |
* | Revert "Fix lock handling in memory hander of nscd." | Ulrich Drepper | 2009-07-17 | 7 | -5/+27 |
* | Fix lock handling in memory hander of nscd. | Petr Baudis | 2009-07-16 | 7 | -27/+5 |
* | Use correct release semantic in list update. | Andreas Schwab | 2009-07-16 | 1 | -1/+1 |
* | Consolidate PIE linking Makefile rules. | H.J. Lu | 2009-06-16 | 1 | -9/+2 |
* | Fix forced loop termination in nscd database lookup. | Jakub Jelinek | 2009-05-18 | 1 | -3/+13 |
* | Move BLOCK_ALIGN* macros back. | Ulrich Drepper | 2009-05-16 | 2 | -5/+5 |