aboutsummaryrefslogtreecommitdiff
path: root/nscd
AgeCommit message (Expand)AuthorFilesLines
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
2019-09-07Prefer https to http for gnu.org and fsf.org URLsPaul Eggert39-39/+39
2019-08-19nscd: Improve nscd.conf comments.Carlos O'Donell1-0/+6
2019-05-15nss: Turn __nss_database_lookup into a compatibility symbolFlorian Weimer3-6/+6
2019-04-08resolv: Remove support for RES_USE_INET6 and the inet6 optionFlorian Weimer2-12/+2
2019-02-22Break some lines before not after operators.Joseph Myers2-5/+5
2019-02-04Remove duplicate initialization of field in nscd.Joseph Myers1-1/+0
2019-01-21CVE-2016-10739: getaddrinfo: Fully parse IPv4 address strings [BZ #20018]Florian Weimer2-3/+0
2019-01-01Update copyright dates not handled by scripts/update-copyrights.Joseph Myers1-1/+1
2019-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers39-39/+39
2018-12-19nscd: avoid assertion failure during persistent db checkAndreas Schwab1-1/+2
2018-08-31[BZ #20271] Add newlines in __libc_fatal calls.Paul Pluzhnikov1-1/+1
2018-08-28nscd: Fix use-after-free in addgetnetgrentX [BZ #23520]Florian Weimer1-13/+29
2018-08-14nscd: Deallocate existing user names in file parserFlorian Weimer1-1/+5
2018-06-29manual: Revise crypt.texi.Zack Weinberg1-2/+2
2018-06-25nscd: Switch to struct scratch_buffer in adhstaiX [BZ #18023]Florian Weimer1-34/+45
2018-06-25nscd: Use struct scratch_buffer, not extend_alloca in most caches [BZ #18023]Florian Weimer4-152/+75
2018-06-25nscd restart: Use malloc instead of extend_alloca [BZ #18023]Florian Weimer1-38/+61
2018-05-23Switch IDNA implementation to libidn2 [BZ #19728] [BZ #19729] [BZ #22247]Florian Weimer1-3/+0
2018-05-16Fix concurrent changes on nscd aware files (BZ #23178)Adhemerval Zanella9-306/+21