aboutsummaryrefslogtreecommitdiff
path: root/nscd
AgeCommit message (Expand)AuthorFilesLines
2012-07-25Remove pre-2.4.21 Linux kernel support.Joseph Myers1-5/+1
2012-05-15Fix formatting in last change.Roland McGrath1-1/+2
2012-05-15Avoid race in nscdAndreas Jaeger3-18/+39
2012-05-10Hurd: #include <kernel-features.h>Thomas Schwinge2-8/+6
2012-05-09Cleanup nscd.cAndreas Jaeger1-7/+7
2012-05-09Cleanup last patch for nscd/nscd.cAndreas Jaeger1-4/+3
2012-05-09Add --foreground option for nscdAndreas Jaeger1-16/+43
2012-03-232012-03-23 Daniel Jacobowitz <dmj@google.com>Paul Pluzhnikov1-5/+0
2012-03-20Move stdio-common/_itoa.h to sysdeps/genericH.J. Lu3-3/+3
2012-03-07Remove distribute variable from MakefilesUlrich Drepper1-5/+1
2012-02-09Replace FSF snail mail address with URLs.Paul Eggert39-94/+55
2012-01-20Do not cache negative results in nscd if these are transientUlrich Drepper6-18/+24
2012-01-08Optimize xmalloc, xcalloc, xrealloc, and xstrdupUlrich Drepper2-10/+8
2012-01-01Update copyright yearUlrich Drepper1-2/+2
2011-12-02Avoid warning in aicache.cUlrich Drepper1-2/+5
2011-11-03Don't start AVC thread until credentials are installedAndreas Schwab1-4/+4
2011-11-01Properly set extra-objs in nscd makefileAndreas Schwab1-1/+1
2011-11-01Use kernel headers for netlink definitionsUlrich Drepper1-1/+2
2011-10-31Cache network interface informationUlrich Drepper4-7/+162
2011-10-17Fix nesting of #ifdefs in netgroupcache.cUlrich Drepper1-2/+2
2011-10-08Fix some nit warnings.Roland McGrath1-0/+2
2011-10-07Implement caching of nscdUlrich Drepper11-18/+1070
2011-10-07Don't unnecesarily use inotify in nscdUlrich Drepper1-1/+1
2011-10-06Avoid warning when reload of group entry failsUlrich Drepper1-0/+2
2011-08-14Add missing initialization in service cache in nscdUlrich Drepper1-1/+1
2011-07-19Avoid warning in nscd config file parsing codeMarek Polacek1-17/+15
2011-07-19Avoid possible crashes in anormal nscd exitsUlrich Drepper1-1/+1
2011-07-11Generalize framework to register monitoring of files in nscdUlrich Drepper4-104/+144
2011-07-05Avoid warning.Ulrich Drepper1-1/+1
2011-07-01nscd cleanupsUlrich Drepper5-12/+21
2011-07-01Handle nscd negtimeout==0Thorsten Kukuk5-14/+36
2011-06-29Avoid write to invalid file descriptor in nscdUlrich Drepper2-4/+6
2011-06-27Fix handling of RES_USE_INET6 big in nscdUlrich Drepper1-1/+1
2011-06-10Quash some new warnings from GCC 4.6.Roland McGrath1-4/+0
2011-05-31Don't free non-malloced memory and fix memory leakglibc-2.14.9000Ulrich Drepper1-4/+12
2011-05-22Add a few more alloca size checksUlrich Drepper1-6/+53
2011-05-13Add support for generated PIE link rulesAndreas Schwab1-7/+3
2011-04-22Remove doubled words.Jim Meyering1-1/+1
2011-04-17Fix a comment.Justin P. Mattock1-1/+1
2011-02-05Schedule nscd cache pruning more accurately fromr re-added values.Ulrich Drepper10-99/+152
2011-01-17Update copyright year.Ulrich Drepper1-2/+2
2011-01-15Signal temporary host lookup errors in nscd as such to the requester.Ulrich Drepper1-4/+23
2010-04-09Fix crash on reloading of gai data in nscd.Ulrich Drepper1-4/+6
2010-04-08Print reload count in nscd statistics.Ulrich Drepper1-3/+6
2010-03-15Update copyright year.Ulrich Drepper1-4/+4
2009-11-22Try harder to re-exec nscd in paranoia mode.Ulrich Drepper1-4/+3
2009-10-29Fix a few asserts and IO calls in nscd.Anders Johansson5-13/+13
2009-10-29Print timestamp in nscd debug messages.Ulrich Drepper1-4/+13
2009-07-17Revert "Fix lock handling in memory hander of nscd."Ulrich Drepper7-5/+27
2009-07-16Fix lock handling in memory hander of nscd.Petr Baudis7-27/+5