]> git.ipfire.org Git - thirdparty/bind9.git/commit
delay trust anchor management until zones are loaded
authorEvan Hunt <each@isc.org>
Fri, 27 Jan 2023 22:43:11 +0000 (14:43 -0800)
committerEvan Hunt <each@isc.org>
Mon, 6 Feb 2023 21:50:03 +0000 (13:50 -0800)
commitbafbbd24653dc80a29ebd4e0569f77166123c3d1
treee68e9125fd3fa9b1580419d44cd8c298a551e543
parent7e8e2d55b0b76100458bfdc6cc65f576f2cec149
delay trust anchor management until zones are loaded

it was possible for a managed trust anchor needing to send a key
refresh query to be unable to do so because an authoritative zone
was not yet loaded. this has been corrected by delaying the
synchronization of managed-keys zones until after all zones are
loaded.
bin/named/server.c
lib/dns/zone.c