]> git.ipfire.org Git - thirdparty/bind9.git/commit
Verify mirror zone AXFRs
authorMichał Kępień <michal@isc.org>
Thu, 28 Jun 2018 11:38:39 +0000 (13:38 +0200)
committerMichał Kępień <michal@isc.org>
Thu, 28 Jun 2018 11:38:39 +0000 (13:38 +0200)
commitd86f1d00ada08ef043e422b8a2e154b9d7554daa
tree0742fbc7bab99033a8dfde696eb670d11f7daf38
parenteaf1c0f6ebce22f748b0efa3dd25bc81821cab29
Verify mirror zone AXFRs

Update axfr_commit() so that all incoming versions of a mirror zone
transferred using AXFR are verified before being used.  If zone
verification fails, discard the received version of the zone, wait until
the next refresh and retry.
bin/tests/system/mirror/clean.sh
bin/tests/system/mirror/ns2/named.conf.in
bin/tests/system/mirror/ns2/sign.sh [new file with mode: 0644]
bin/tests/system/mirror/ns2/verify.db.in [new file with mode: 0644]
bin/tests/system/mirror/ns3/named.conf.in
bin/tests/system/mirror/setup.sh
bin/tests/system/mirror/tests.sh
lib/dns/xfrin.c
lib/dns/zone.c
util/copyrights