Age | Commit message (Expand) | Author | Files | Lines |
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 |
2009-10-29 | Fix a few asserts and IO calls in nscd. | Anders Johansson | 5 | -13/+13 |
2009-10-29 | Print timestamp in nscd debug messages. | Ulrich Drepper | 1 | -4/+13 |
2009-07-17 | Revert "Fix lock handling in memory hander of nscd." | Ulrich Drepper | 7 | -5/+27 |
2009-07-16 | Fix lock handling in memory hander of nscd. | Petr Baudis | 7 | -27/+5 |
2009-07-16 | Use correct release semantic in list update. | Andreas Schwab | 1 | -1/+1 |
2009-06-16 | Consolidate PIE linking Makefile rules. | H.J. Lu | 1 | -9/+2 |
2009-05-18 | Fix forced loop termination in nscd database lookup. | Jakub Jelinek | 1 | -3/+13 |
2009-05-16 | Move BLOCK_ALIGN* macros back. | Ulrich Drepper | 2 | -5/+5 |
2009-05-16 | Fix exit condition. | Ulrich Drepper | 1 | -1/+1 |
2009-05-15 | Further robustify nscd database lookup. | Ulrich Drepper | 3 | -7/+8 |
2009-05-15 | Robustify libc-side nscd database reader. | Jakub Jelinek | 8 | -22/+41 |
2009-05-15 | Don't try to cleanup libselinux and libaudit. | Jakub Jelinek | 3 | -20/+2 |
2009-04-26 | * nscd/connections.c (send_ro_fd): Define temporary variable to avoid | Ulrich Drepper | 1 | -1/+3 |
2009-04-26 | * sysdeps/unix/sysv/linux/dl-osinfo.h (dl_fatal): Remove inline | Ulrich Drepper | 1 | -3/+4 |
2009-03-16 | * nscd/connections.c (restart): Try to preserve the process name | Ulrich Drepper | 1 | -1/+16 |
2009-02-13 | [BZ #5381] | Ulrich Drepper | 10 | -236/+57 |
2009-02-06 | * debug/xtrace.sh: Unify translatable messages. | Ulrich Drepper | 1 | -1/+21 |
2009-01-29 | [BZ #9750] | Ulrich Drepper | 1 | -13/+8 |
2009-01-28 | * nscd/connections.c (nscd_init): If database file access be | Ulrich Drepper | 1 | -1/+4 |
2009-01-28 | [BZ #9741] | Ulrich Drepper | 1 | -2/+2 |
2009-01-11 | 2009-01-10 Roland McGrath <roland@redhat.com> | Roland McGrath | 1 | -1/+4 |
2009-01-02 | * posix/getconf.c: Update copyright year. | Ulrich Drepper | 1 | -2/+2 |
2008-12-29 | * nscd/nscd_gethst_r.c (nscd_gethst_r): Don't use nscd if | Ulrich Drepper | 2 | -2/+29 |