bind9/lib
Witold Kręcicki b4f3fafcff Fix assertion failure during startup when the server is under load.
When we're coming back from recursion fetch_callback does not accept
DNS_R_NXDOMAIN as an rcode - query_gotanswer calls query_nxdomain in
which an assertion fails on qctx->is_zone. Yet, under some
circumstances, qname minimization will return an DNS_R_NXDOMAIN - when
root zone mirror is not yet loaded. The fix changes the DNS_R_NXDOMAIN
answer to DNS_R_SERVFAIL.
2020-07-01 12:25:36 +02:00
..
bind9 "check-names primary" and "check-names secondary" were ignored 2020-06-22 12:32:32 +02:00
dns Fix assertion failure during startup when the server is under load. 2020-07-01 12:25:36 +02:00
irs Update library API versions 2020-06-18 10:03:05 +02:00
isc restore "blackhole" functionality 2020-06-30 17:29:09 -07:00
isccc Update library API versions 2020-06-18 10:03:05 +02:00
isccfg Update library API versions 2020-06-18 10:03:05 +02:00
ns restore "blackhole" functionality 2020-06-30 17:29:09 -07:00
samples Move the dependencies from sln to vcxproj files 2020-05-28 08:08:30 +02:00
win32/bindevt Move the dependencies from sln to vcxproj files 2020-05-28 08:08:30 +02:00
.gitignore Provide unit test driver 2020-05-21 12:13:01 +02:00
Makefile.am Complete rewrite the BIND 9 build system 2020-04-21 14:19:48 +02:00
unit-test-driver.sh.in Provide unit test driver 2020-05-21 12:13:01 +02:00