]> git.ipfire.org Git - thirdparty/bind9.git/commit
[master] Revert "[master] tag initializing keys so they can't be used for normal...
authorEvan Hunt <each@isc.org>
Thu, 12 Oct 2017 17:53:35 +0000 (10:53 -0700)
committerEvan Hunt <each@isc.org>
Thu, 12 Oct 2017 17:53:35 +0000 (10:53 -0700)
commit3abcd7cd8a75b4c4998fe15f47a62b883d0417cf
tree16dd106ee68664bfcd147622cdaba7c71546c224
parent5daa6333134d6a43896e8aed163afabdbfe12f37
[master] Revert "[master] tag initializing keys so they can't be used for normal validation"

This reverts commit 560d8b833edceb4b715fe46b45f2009dc09fdb5d.

This change created a potential race between key refresh queries and
root zone priming queries which could leave the root name servers in
the bad-server cache.
22 files changed:
CHANGES
bin/named/server.c
bin/tests/system/mkeys/README
bin/tests/system/mkeys/clean.sh
bin/tests/system/mkeys/ns1/named1.conf
bin/tests/system/mkeys/ns1/named2.conf
bin/tests/system/mkeys/ns1/sign.sh
bin/tests/system/mkeys/ns2/named.args
bin/tests/system/mkeys/ns4/named.conf [deleted file]
bin/tests/system/mkeys/ns5/named.conf [deleted file]
bin/tests/system/mkeys/setup.sh
bin/tests/system/mkeys/tests.sh
bin/tests/system/runtime/ns2/named-alt2.conf
bin/tests/system/runtime/ns2/named-alt3.conf
bin/tests/system/runtime/tests.sh
doc/arm/notes.xml
lib/dns/client.c
lib/dns/include/dns/keytable.h
lib/dns/keytable.c
lib/dns/tests/keytable_test.c
lib/dns/validator.c
lib/dns/zone.c