aboutsummaryrefslogtreecommitdiff
path: root/nscd
AgeCommit message (Expand)Author
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
2020-02-13nss: Add function types and NSS_DECLARE_MODULE_FUNCTIONS macro to <nss.h>Florian Weimer
2020-01-01Update copyright dates not handled by scripts/update-copyrights.Joseph Myers
2020-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers
2019-10-30Change most internal uses of time to __clock_gettime.Adhemerval Zanella
2019-10-30Change most internal uses of __gettimeofday to __clock_gettime.Zack Weinberg
2019-09-07Prefer https to http for gnu.org and fsf.org URLsPaul Eggert
2019-08-19nscd: Improve nscd.conf comments.Carlos O'Donell
2019-05-15nss: Turn __nss_database_lookup into a compatibility symbolFlorian Weimer
2019-04-08resolv: Remove support for RES_USE_INET6 and the inet6 optionFlorian Weimer
2019-02-22Break some lines before not after operators.Joseph Myers
2019-02-04Remove duplicate initialization of field in nscd.Joseph Myers