aboutsummaryrefslogtreecommitdiff
path: root/nscd/netgroupcache.c
AgeCommit message (Expand)Author
2024-01-01Update copyright dates with scripts/update-copyrightsPaul Eggert
2023-10-24Move 'netgroup' routines from 'inet' into 'nss'Arjun Shankar
2023-02-06Replace rawmemchr (s, '\0') with strchrWilco Dijkstra
2023-01-06Update copyright dates with scripts/update-copyrightsJoseph Myers
2022-01-01Update copyright dates with scripts/update-copyrightsPaul Eggert
2021-09-03Remove "Contributed by" linesSiddhesh Poyarekar
2021-03-09nss: fix nss_database_lookup2's alternate handling [BZ #27416]DJ Delorie
2021-03-02nscd: Fix double free in netgroupcache [BZ #27462]DJ Delorie
2021-01-02Update copyright dates with scripts/update-copyrightsPaul Eggert
2020-12-04nsswitch: use new internal API (callers)DJ Delorie
2020-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers
2019-09-07Prefer https to http for gnu.org and fsf.org URLsPaul Eggert
2019-05-15nss: Turn __nss_database_lookup into a compatibility symbolFlorian Weimer
2019-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers
2018-08-28nscd: Fix use-after-free in addgetnetgrentX [BZ #23520]Florian Weimer
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