aboutsummaryrefslogtreecommitdiff
path: root/nscd/netgroupcache.c
AgeCommit message (Expand)AuthorFilesLines
2014-02-10Use glibc_likely instead __builtin_expect.Ondřej Bílka1-4/+4
2014-01-27Avoid undefined behaviour in netgroupcacheSiddhesh Poyarekar1-5/+11
2014-01-24Adjust pointers to triplets in netgroup query data (BZ #16474)Siddhesh Poyarekar1-1/+11
2014-01-16Don't use alloca in addgetnetgrentX (BZ #16453)Siddhesh Poyarekar1-31/+6
2014-01-02Fix return code from getent netgroup when the netgroup is not found (bz #16366)Siddhesh Poyarekar1-29/+62
2014-01-02Fix infinite loop in nscd when netgroup is empty (bz #16365)Siddhesh Poyarekar1-3/+4
2014-01-01Update copyright notices with scripts/update-copyrightsAllan McRae1-1/+1
2013-09-09Fix nesting of ifdefs in netgroupcache.cAllan McRae1-2/+2
2013-06-11Fix handling of netgroup cache in nscdAndreas Schwab1-12/+20
2013-01-02Update copyright notices with scripts/update-copyrights.Joseph Myers1-1/+1
2012-05-10Hurd: #include <kernel-features.h>Thomas Schwinge1-4/+3
2012-02-09Replace FSF snail mail address with URLs.Paul Eggert1-2/+1
2011-10-17Fix nesting of #ifdefs in netgroupcache.cUlrich Drepper1-2/+2
2011-10-07Implement caching of nscdUlrich Drepper1-0/+669