]> git.ipfire.org Git - thirdparty/unbound.git/commit
- Fix for the serve expired DNSSEC information fix, it would not allow
authorW.C.A. Wijngaards <wouter@nlnetlabs.nl>
Tue, 5 Nov 2024 09:39:27 +0000 (10:39 +0100)
committerW.C.A. Wijngaards <wouter@nlnetlabs.nl>
Tue, 5 Nov 2024 09:39:27 +0000 (10:39 +0100)
commitd5e91d181b12bee480b5ff862aedbeab756623cb
treefa7b21389f8dbbc1a04b8d8ea009879cb52088fe
parent7985d17b57d25be262de56c29a43ae4b61c1b896
- Fix for the serve expired DNSSEC information fix, it would not allow
  current delegation information be updated in cache. The fix allows
  current delegation and validation recursion information to be
  updated, but as a consequence no longer has certain expired
  information around for later dnssec valid expired responses.
14 files changed:
cachedb/cachedb.c
daemon/cachedump.c
dns64/dns64.c
doc/Changelog
ipsecmod/ipsecmod.c
iterator/iter_utils.c
iterator/iter_utils.h
iterator/iterator.c
pythonmod/pythonmod_utils.c
services/cache/dns.c
services/cache/dns.h
testdata/serve_expired_client_timeout_val_bogus.rpl
testdata/serve_expired_val_bogus.rpl
validator/validator.c