]> git.ipfire.org Git - thirdparty/bind9.git/commit
switch database defaults from "rbt" to "qp"
authorEvan Hunt <each@isc.org>
Tue, 5 Mar 2024 23:43:11 +0000 (15:43 -0800)
committerMatthijs Mekking <matthijs@isc.org>
Wed, 6 Mar 2024 08:57:24 +0000 (09:57 +0100)
commitbb4464181a43dad3cfe447494900b03926bdae45
treed9d1aeaef0d5d6c3b6bec93852b462c8868033ce
parent845f83230824816436363e0ffd4986fc9d16d6f8
switch database defaults from "rbt" to "qp"

replace the string "rbt" throughout BIND with "qp" so that
qpdb databases will be used by default instead of rbtdb.
rbtdb databases can still be used by specifying "database rbt;"
in a zone statement.
27 files changed:
bin/check/check-tool.c
bin/check/named-checkconf.c
bin/dnssec/dnssec-cds.c
bin/dnssec/dnssec-dsfromkey.c
bin/dnssec/dnssec-importkey.c
bin/dnssec/dnssec-signzone.c
bin/dnssec/dnssec-verify.c
bin/named/server.c
bin/named/zoneconf.c
bin/tests/system/dyndb/driver/db.c
bin/tests/system/makejournal.c
fuzz/dns_master_load.c
lib/dns/cache.c
lib/dns/client.c
lib/dns/db.c
lib/dns/qpdb_p.h
lib/dns/rootns.c
lib/dns/xfrin.c
lib/dns/zone.c
lib/isccfg/check.c
tests/bench/load-names.c
tests/dns/db_test.c
tests/dns/dbversion_test.c
tests/dns/master_test.c
tests/dns/qpdb_test.c
tests/libtest/dns.c
tests/libtest/ns.c