about summary refs log tree commit diff
path: root/nscd/netgroupcache.c
Commit message (Expand)AuthorAgeFilesLines
* nscd: Use time_t for return type of addgetnetgrentXFlorian Weimer2024-05-021-2/+2
* nscd: Typo inside comment in netgroup cacheFlorian Weimer2024-05-021-1/+1
* CVE-2024-33601, CVE-2024-33602: nscd: netgroup: Use two buffers in addgetnetg...Florian Weimer2024-04-251-98/+121
* CVE-2024-33600: nscd: Avoid null pointer crashes after notfound response (bug...Florian Weimer2024-04-251-4/+7
* CVE-2024-33600: nscd: Do not send missing not-found response in addgetnetgren...Florian Weimer2024-04-251-8/+6
* CVE-2024-33599: nscd: Stack-based buffer overflow in netgroup cache (bug 31677)Florian Weimer2024-04-251-2/+3
* Update copyright dates with scripts/update-copyrightsPaul Eggert2024-01-011-1/+1
* Move 'netgroup' routines from 'inet' into 'nss'Arjun Shankar2023-10-241-1/+1
* Replace rawmemchr (s, '\0') with strchrWilco Dijkstra2023-02-061-6/+6
* Update copyright dates with scripts/update-copyrightsJoseph Myers2023-01-061-1/+1
* Update copyright dates with scripts/update-copyrightsPaul Eggert2022-01-011-1/+1
* Remove "Contributed by" linesSiddhesh Poyarekar2021-09-031-1/+0
* nss: fix nss_database_lookup2's alternate handling [BZ #27416]DJ Delorie2021-03-091-1/+1
* nscd: Fix double free in netgroupcache [BZ #27462]DJ Delorie2021-03-021-2/+2
* Update copyright dates with scripts/update-copyrightsPaul Eggert2021-01-021-1/+1
* nsswitch: use new internal API (callers)DJ Delorie2020-12-041-2/+2
* Update copyright dates with scripts/update-copyrights.Joseph Myers2020-01-011-1/+1
* Prefer https to http for gnu.org and fsf.org URLsPaul Eggert2019-09-071-1/+1
* nss: Turn __nss_database_lookup into a compatibility symbolFlorian Weimer2019-05-151-1/+1
* Update copyright dates with scripts/update-copyrights.Joseph Myers2019-01-011-1/+1
* nscd: Fix use-after-free in addgetnetgrentX [BZ #23520]Florian Weimer2018-08-281-13/+29
* Fix concurrent changes on nscd aware files (BZ #23178)Adhemerval Zanella2018-05-161-56/+3
* [BZ #22342] Fix netgroup cache keys.DJ Delorie2018-03-011-1/+1
* Update copyright dates with scripts/update-copyrights.Joseph Myers2018-01-011-1/+1
* nscd: Release read lock after resetting timeout.DJ Delorie2017-09-251-0/+2
* Update copyright dates with scripts/update-copyrights.Joseph Myers2017-01-011-1/+1
* Update copyright dates with scripts/update-copyrights.Joseph Myers2016-01-041-1/+1
* Update copyright dates with scripts/update-copyrights.Joseph Myers2015-01-021-1/+1
* Rework some nscd code not to use variable-length struct types.Roland McGrath2014-10-221-8/+6
* Use NSS_STATUS_TRYAGAIN to indicate insufficient buffer (BZ #16878)Siddhesh Poyarekar2014-05-261-6/+8
* Consolidate code to initialize nscd dataset headerSiddhesh Poyarekar2014-04-301-21/+12
* Avoid overlapping addresses to stpcpy calls in nscd (BZ #16760)Siddhesh Poyarekar2014-03-271-6/+10
* Fix nscd lookup for innetgr when netgroup has wildcards (BZ #16758)Siddhesh Poyarekar2014-03-271-3/+7
* Provide correct buffer length to netgroup queries in nscd (BZ #16695)Siddhesh Poyarekar2014-03-121-1/+1
* Use glibc_likely instead __builtin_expect.Ondřej Bílka2014-02-101-4/+4
* Avoid undefined behaviour in netgroupcacheSiddhesh Poyarekar2014-01-271-5/+11
* Adjust pointers to triplets in netgroup query data (BZ #16474)Siddhesh Poyarekar2014-01-241-1/+11
* Don't use alloca in addgetnetgrentX (BZ #16453)Siddhesh Poyarekar2014-01-161-31/+6
* Fix return code from getent netgroup when the netgroup is not found (bz #16366)Siddhesh Poyarekar2014-01-021-29/+62
* Fix infinite loop in nscd when netgroup is empty (bz #16365)Siddhesh Poyarekar2014-01-021-3/+4
* Update copyright notices with scripts/update-copyrightsAllan McRae2014-01-011-1/+1
* Fix nesting of ifdefs in netgroupcache.cAllan McRae2013-09-091-2/+2
* Fix handling of netgroup cache in nscdAndreas Schwab2013-06-111-12/+20
* Update copyright notices with scripts/update-copyrights.Joseph Myers2013-01-021-1/+1
* Hurd: #include <kernel-features.h>Thomas Schwinge2012-05-101-4/+3
* Replace FSF snail mail address with URLs.Paul Eggert2012-02-091-2/+1
* Fix nesting of #ifdefs in netgroupcache.cUlrich Drepper2011-10-171-2/+2
* Implement caching of nscdUlrich Drepper2011-10-071-0/+669