aboutsummaryrefslogtreecommitdiff
path: root/nscd/netgroupcache.c
AgeCommit message (Expand)AuthorFilesLines
2024-05-02nscd: Use time_t for return type of addgetnetgrentXFlorian Weimer1-2/+2
2024-04-25CVE-2024-33601, CVE-2024-33602: nscd: netgroup: Use two buffers in addgetnetg...Florian Weimer1-98/+121
2024-04-25CVE-2024-33600: nscd: Avoid null pointer crashes after notfound response (bug...Florian Weimer1-4/+7
2024-04-25CVE-2024-33600: nscd: Do not send missing not-found response in addgetnetgren...Florian Weimer1-8/+6
2024-04-25CVE-2024-33599: nscd: Stack-based buffer overflow in netgroup cache (bug 31677)Florian Weimer1-2/+3
2023-02-06Replace rawmemchr (s, '\0') with strchrWilco Dijkstra1-6/+6
2023-01-06Update copyright dates with scripts/update-copyrightsJoseph Myers1-1/+1
2022-01-01Update copyright dates with scripts/update-copyrightsPaul Eggert1-1/+1
2021-09-03Remove "Contributed by" linesSiddhesh Poyarekar1-1/+0
2021-03-09nss: fix nss_database_lookup2's alternate handling [BZ #27416]DJ Delorie1-1/+1
2021-03-02nscd: Fix double free in netgroupcache [BZ #27462]DJ Delorie1-2/+2
2021-01-02Update copyright dates with scripts/update-copyrightsPaul Eggert1-1/+1
2020-12-04nsswitch: use new internal API (callers)DJ Delorie1-2/+2
2020-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers1-1/+1
2019-09-07Prefer https to http for gnu.org and fsf.org URLsPaul Eggert1-1/+1
2019-05-15nss: Turn __nss_database_lookup into a compatibility symbolFlorian Weimer1-1/+1
2019-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers1-1/+1
2018-08-28nscd: Fix use-after-free in addgetnetgrentX [BZ #23520]Florian Weimer1-13/+29
2018-05-16Fix concurrent changes on nscd aware files (BZ #23178)Adhemerval Zanella1-56/+3
2018-03-01[BZ #22342] Fix netgroup cache keys.DJ Delorie1-1/+1
2018-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers1-1/+1
2017-09-25nscd: Release read lock after resetting timeout.DJ Delorie1-0/+2
2017-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers1-1/+1
2016-01-04Update copyright dates with scripts/update-copyrights.Joseph Myers1-1/+1
2015-01-02Update copyright dates with scripts/update-copyrights.Joseph Myers1-1/+1
2014-10-22Rework some nscd code not to use variable-length struct types.Roland McGrath1-8/+6
2014-05-26Use NSS_STATUS_TRYAGAIN to indicate insufficient buffer (BZ #16878)Siddhesh Poyarekar1-6/+8
2014-04-30Consolidate code to initialize nscd dataset headerSiddhesh Poyarekar1-21/+12
2014-03-27Avoid overlapping addresses to stpcpy calls in nscd (BZ #16760)Siddhesh Poyarekar1-6/+10
2014-03-27Fix nscd lookup for innetgr when netgroup has wildcards (BZ #16758)Siddhesh Poyarekar1-3/+7
2014-03-12Provide correct buffer length to netgroup queries in nscd (BZ #16695)Siddhesh Poyarekar1-1/+1
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