summaryrefslogtreecommitdiff
path: root/nscd
AgeCommit message (Expand)Author
2026-02-12nscd: Add basic testFlorian Weimer
2026-02-12nscd: Pass TRY_AGAIN errors in the hosts cache to clientsFlorian Weimer
2026-01-01Update copyright dates with scripts/update-copyrightsPaul Eggert
2025-10-08atomic: Remove atomic_forced_readWilco Dijkstra
2025-01-01Update copyright dates with scripts/update-copyrightsPaul Eggert
2024-05-02nscd: Use time_t for return type of addgetnetgrentXFlorian Weimer
2024-05-02nscd: Typo inside comment in netgroup cacheFlorian Weimer
2024-04-25CVE-2024-33601, CVE-2024-33602: nscd: netgroup: Use two buffers in addgetnetg...Florian Weimer
2024-04-25CVE-2024-33600: nscd: Avoid null pointer crashes after notfound response (bug...Florian Weimer
2024-04-25CVE-2024-33600: nscd: Do not send missing not-found response in addgetnetgren...Florian Weimer
2024-04-25CVE-2024-33599: nscd: Stack-based buffer overflow in netgroup cache (bug 31677)Florian Weimer
2024-01-01Update copyright dates not handled by scripts/update-copyrightsPaul Eggert
2024-01-01Update copyright dates with scripts/update-copyrightsPaul Eggert
2023-10-24Move 'netgroup' routines from 'inet' into 'nss'Arjun Shankar
2023-10-24Remove 'grp' and merge into 'nss' and 'posix'Arjun Shankar
2023-08-29nscd: Skip unusable entries in first pass in prune_cache (bug 30800)Florian Weimer
2023-08-11nscd: Do not rebuild getaddrinfo (bug 30709)Florian Weimer
2023-07-25nscd: cleanup obsolete _FORTIFY_SOURCE settingSam James
2023-07-24nscd: Use errval, not errno to guide cache update (bug 30662)Florian Weimer
2023-06-02Fix all the remaining misspellings -- BZ 25337Paul Pluzhnikov
2023-03-27Move libc_freeres_ptrs and libc_subfreeres to hidden/weak functionsAdhemerval Zanella Netto
2023-02-17Use uintptr_t instead of performing pointer subtraction with a null pointerQihao Chencao
2023-02-17nscd: Remove _STRING_ARCH_unaligned usageAdhemerval Zanella
2023-02-06Replace rawmemchr (s, '\0') with strchrWilco Dijkstra
2023-01-06Update copyright dates not handled by scripts/update-copyrightsJoseph Myers
2023-01-06Update copyright dates with scripts/update-copyrightsJoseph Myers
2022-12-09nscd: Use 64 bit time_t on libc nscd routines (BZ# 29402)Adhemerval Zanella Netto
2022-10-04nscd: Drop local address tuple variable [BZ #29607]Siddhesh Poyarekar
2022-09-23Use C11 atomics instead of atomic_increment(_val)Wilco Dijkstra
2022-09-09Use C11 atomics instead of atomic_decrement(_val)Wilco Dijkstra
2022-08-29nscd: Fix netlink cache invalidation if epoll is used [BZ #29415]Fabian Vogt
2022-03-23nscd: Remove unused variableAdhemerval Zanella
2022-01-01Update copyright dates not handled by scripts/update-copyrights.Paul Eggert
2022-01-01Update copyright dates with scripts/update-copyrightsPaul Eggert
2021-09-03Remove "Contributed by" linesSiddhesh Poyarekar
2021-06-22Use 64 bit time_t stat internallyAdhemerval Zanella
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 not handled by scripts/update-copyrights.Paul Eggert
2021-01-02Update copyright dates with scripts/update-copyrightsPaul Eggert
2020-12-04nsswitch: use new internal API (callers)DJ Delorie
2020-10-09Remove stat wrapper functions, move them to exported symbolsAdhemerval Zanella
2020-09-17nscd: bump GC cycle during cache pruning (bug 26130)Andreas Schwab
2020-09-11Remove internal usage of extensible stat functionsAdhemerval Zanella
2020-07-23Disable warnings due to deprecated libselinux symbols used by nss and nscdArjun Shankar
2020-07-08Remove --enable-obsolete-nsl configure flagPetr Vorel
2020-05-05y2038: nscd: Modify nscd_helper to use __clock_gettime64Lukasz Majewski
2020-03-17nscd/cachedumper.c : fix whitespaceDJ Delorie
2020-03-16Fix nscd/cachedumper.c compile errorsDJ Delorie
2020-03-13nscd: add cache dumperDJ Delorie