summaryrefslogtreecommitdiff
path: root/nscd/netgroupcache.c
AgeCommit message (Expand)Author
2018-05-16Fix concurrent changes on nscd aware files (BZ #23178)Adhemerval Zanella
2018-03-01[BZ #22342] Fix netgroup cache keys.DJ Delorie
2018-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers
2017-09-25nscd: Release read lock after resetting timeout.DJ Delorie
2017-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers
2016-01-04Update copyright dates with scripts/update-copyrights.Joseph Myers
2015-01-02Update copyright dates with scripts/update-copyrights.Joseph Myers
2014-10-22Rework some nscd code not to use variable-length struct types.Roland McGrath
2014-05-26Use NSS_STATUS_TRYAGAIN to indicate insufficient buffer (BZ #16878)Siddhesh Poyarekar
2014-04-30Consolidate code to initialize nscd dataset headerSiddhesh Poyarekar
2014-03-27Avoid overlapping addresses to stpcpy calls in nscd (BZ #16760)Siddhesh Poyarekar
2014-03-27Fix nscd lookup for innetgr when netgroup has wildcards (BZ #16758)Siddhesh Poyarekar
2014-03-12Provide correct buffer length to netgroup queries in nscd (BZ #16695)Siddhesh Poyarekar
2014-02-10Use glibc_likely instead __builtin_expect.Ondřej Bílka
2014-01-27Avoid undefined behaviour in netgroupcacheSiddhesh Poyarekar
2014-01-24Adjust pointers to triplets in netgroup query data (BZ #16474)Siddhesh Poyarekar
2014-01-16Don't use alloca in addgetnetgrentX (BZ #16453)Siddhesh Poyarekar
2014-01-02Fix return code from getent netgroup when the netgroup is not found (bz #16366)Siddhesh Poyarekar
2014-01-02Fix infinite loop in nscd when netgroup is empty (bz #16365)Siddhesh Poyarekar
2014-01-01Update copyright notices with scripts/update-copyrightsAllan McRae
2013-09-09Fix nesting of ifdefs in netgroupcache.cAllan McRae
2013-06-11Fix handling of netgroup cache in nscdAndreas Schwab
2013-01-02Update copyright notices with scripts/update-copyrights.Joseph Myers
2012-05-10Hurd: #include <kernel-features.h>Thomas Schwinge
2012-02-09Replace FSF snail mail address with URLs.Paul Eggert
2011-10-17Fix nesting of #ifdefs in netgroupcache.cUlrich Drepper
2011-10-07Implement caching of nscdUlrich Drepper