]> git.ipfire.org Git - thirdparty/bind9.git/commit
split out some functionality in cache_name()
authorEvan Hunt <each@isc.org>
Thu, 27 Feb 2025 22:28:37 +0000 (14:28 -0800)
committerOndřej Surý <ondrej@isc.org>
Tue, 5 Aug 2025 10:16:36 +0000 (12:16 +0200)
commitc23cc105a1e65ae6f409d3bd0ee5e3446604ce99
treed0e917727716077c75e17f4ea2b3043746dd672d
parent7841de08af11fa4ee48628ecbfdf4de38c8ae606
split out some functionality in cache_name()

there are now separate functions to check the cacheability of
an rdataset or to normalize TTLs, and the code to determine
whether validation is necessary has been simplified.
lib/dns/resolver.c