aboutsummaryrefslogtreecommitdiff
path: root/nscd
AgeCommit message (Expand)AuthorFilesLines
2024-05-02nscd: Use time_t for return type of addgetnetgrentXFlorian Weimer1-2/+2
2024-05-02nscd: Typo inside comment in netgroup cacheFlorian Weimer1-1/+1
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
2024-01-01Update copyright dates not handled by scripts/update-copyrightsPaul Eggert1-1/+1
2024-01-01Update copyright dates with scripts/update-copyrightsPaul Eggert39-39/+39
2023-10-24Move 'netgroup' routines from 'inet' into 'nss'Arjun Shankar1-1/+1
2023-10-24Remove 'grp' and merge into 'nss' and 'posix'Arjun Shankar1-1/+1
2023-08-29nscd: Skip unusable entries in first pass in prune_cache (bug 30800)Florian Weimer1-14/+11
2023-08-11nscd: Do not rebuild getaddrinfo (bug 30709)Florian Weimer3-51/+12
2023-07-25nscd: cleanup obsolete _FORTIFY_SOURCE settingSam James1-2/+0
2023-07-24nscd: Use errval, not errno to guide cache update (bug 30662)Florian Weimer2-2/+2
2023-06-02Fix all the remaining misspellings -- BZ 25337Paul Pluzhnikov7-10/+10
2023-03-27Move libc_freeres_ptrs and libc_subfreeres to hidden/weak functionsAdhemerval Zanella Netto5-5/+10
2023-02-17Use uintptr_t instead of performing pointer subtraction with a null pointerQihao Chencao3-8/+6
2023-02-17nscd: Remove _STRING_ARCH_unaligned usageAdhemerval Zanella3-10/+0
2023-02-06Replace rawmemchr (s, '\0') with strchrWilco Dijkstra4-9/+9
2023-01-06Update copyright dates not handled by scripts/update-copyrightsJoseph Myers1-1/+1
2023-01-06Update copyright dates with scripts/update-copyrightsJoseph Myers40-40/+40
2022-12-09nscd: Use 64 bit time_t on libc nscd routines (BZ# 29402)Adhemerval Zanella Netto2-2/+2
2022-10-04nscd: Drop local address tuple variable [BZ #29607]Siddhesh Poyarekar1-3/+2
2022-09-23Use C11 atomics instead of atomic_increment(_val)Wilco Dijkstra2-2/+2
2022-09-09Use C11 atomics instead of atomic_decrement(_val)Wilco Dijkstra9-10/+10
2022-08-29nscd: Fix netlink cache invalidation if epoll is used [BZ #29415]Fabian Vogt1-1/+2
2022-03-23nscd: Remove unused variableAdhemerval Zanella1-5/+1
2022-01-01Update copyright dates not handled by scripts/update-copyrights.Paul Eggert1-1/+1
2022-01-01Update copyright dates with scripts/update-copyrightsPaul Eggert40-40/+40
2021-09-03Remove "Contributed by" linesSiddhesh Poyarekar38-38/+0
2021-06-22Use 64 bit time_t stat internallyAdhemerval Zanella1-2/+2
2021-03-09nss: fix nss_database_lookup2's alternate handling [BZ #27416]DJ Delorie3-6/+3
2021-03-02nscd: Fix double free in netgroupcache [BZ #27462]DJ Delorie1-2/+2
2021-01-02Update copyright dates not handled by scripts/update-copyrights.Paul Eggert1-1/+1
2021-01-02Update copyright dates with scripts/update-copyrightsPaul Eggert40-40/+40
2020-12-04nsswitch: use new internal API (callers)DJ Delorie5-19/+14
2020-10-09Remove stat wrapper functions, move them to exported symbolsAdhemerval Zanella1-0/+5
2020-09-17nscd: bump GC cycle during cache pruning (bug 26130)Andreas Schwab2-2/+11
2020-09-11Remove internal usage of extensible stat functionsAdhemerval Zanella1-1/+1
2020-07-23Disable warnings due to deprecated libselinux symbols used by nss and nscdArjun Shankar1-0/+15
2020-07-08Remove --enable-obsolete-nsl configure flagPetr Vorel1-7/+1
2020-05-05y2038: nscd: Modify nscd_helper to use __clock_gettime64Lukasz Majewski1-8/+9
2020-03-17nscd/cachedumper.c : fix whitespaceDJ Delorie1-4/+4
2020-03-16Fix nscd/cachedumper.c compile errorsDJ Delorie1-6/+8
2020-03-13nscd: add cache dumperDJ Delorie4-1/+389
2020-02-13nss: Add function types and NSS_DECLARE_MODULE_FUNCTIONS macro to <nss.h>Florian Weimer1-18/+5
2020-01-01Update copyright dates not handled by scripts/update-copyrights.Joseph Myers1-1/+1
2020-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers39-39/+39
2019-10-30Change most internal uses of time to __clock_gettime.Adhemerval Zanella2-3/+3
2019-10-30Change most internal uses of __gettimeofday to __clock_gettime.Zack Weinberg1-12/+12