bind9/lib
Matthijs Mekking 76c9019403 Don't ignore auth zones when in serve-stale mode
When serve-stale is enabled and recursive resolution fails, the fallback
to lookup stale data always happens in the cache database. Any
authoritative data is ignored, and only information learned through
recursive resolution is examined.

If there is data in the cache that could lead to an answer, and this can
be just the root delegation, the resolver will iterate further, getting
closer to the answer that can be found by recursing down the root, and
eventually puts the final response in the cache.

Change the fallback to serve-stale to use 'query_getdb()', that finds
out the best matching database for the given query.

(cherry picked from commit 2322425016)
2023-10-31 13:52:08 +01:00
..
bind9 deprecate delegation-only and root-delegation only 2023-03-23 14:09:53 -07:00
dns Only declare 'engine' if it is used 2023-10-27 10:49:38 +11:00
irs Properly process extra nameserver lines in resolv.conf 2023-05-16 13:29:33 +10:00
isc Add parentheses around macro arguement 'msec' 2023-10-20 10:30:48 +11:00
isccc Limit isccc_cc_fromwire recursion depth 2023-09-07 19:50:27 +02:00
isccfg Update the source code formatting using clang-format-17 2023-10-18 09:02:57 +02:00
ns Don't ignore auth zones when in serve-stale mode 2023-10-31 13:52:08 +01:00
.gitignore The isc/platform.h header has been completely removed 2021-07-06 05:33:48 +00:00
Makefile.am move samples/resolve.c to bin/tests/system 2021-04-16 14:29:43 +02:00