]> git.ipfire.org Git - thirdparty/bind9.git/commit
remove "sortlist"
authorEvan Hunt <each@isc.org>
Thu, 5 Dec 2024 21:16:02 +0000 (13:16 -0800)
committerEvan Hunt <each@isc.org>
Wed, 11 Dec 2024 23:09:24 +0000 (15:09 -0800)
commit3394aa9c252813093a5a338bf1b48900ae438e2a
treed73b9d49659791936c0f8588c5910225bbb868db
parentef6dc36e5306511c16a90c6321ef75c49f3caa15
remove "sortlist"

this commit removes the deprecated "sortlist" option. the option
is now marked as ancient; it is a fatal error to use it in
named.conf.

the sortlist system test has been removed, and other tests that
referenced the option have been modified.

the enabling functions, dns_message_setsortorder() and
dns_rdataset_towiresorted(), have also been removed.
31 files changed:
bin/named/config.c
bin/named/server.c
bin/tests/system/Makefile.am
bin/tests/system/checkconf/deprecated.conf
bin/tests/system/checkconf/tests.sh
bin/tests/system/sortlist/ns1/example.db [deleted file]
bin/tests/system/sortlist/ns1/named.conf.in [deleted file]
bin/tests/system/sortlist/ns1/root.db [deleted file]
bin/tests/system/sortlist/setup.sh [deleted file]
bin/tests/system/sortlist/tests_sortlist.py [deleted file]
doc/arm/reference.rst
doc/arm/zones.inc.rst
doc/misc/options
fuzz/isc_lex_getmastertoken.in/named.conf
fuzz/isc_lex_gettoken.in/named.conf
lib/dns/include/dns/acl.h
lib/dns/include/dns/message.h
lib/dns/include/dns/rdataset.h
lib/dns/include/dns/types.h
lib/dns/include/dns/view.h
lib/dns/message.c
lib/dns/rdataset.c
lib/dns/view.c
lib/isccfg/aclconf.c
lib/isccfg/check.c
lib/isccfg/namedconf.c
lib/ns/Makefile.am
lib/ns/include/ns/sortlist.h [deleted file]
lib/ns/query.c
lib/ns/sortlist.c [deleted file]
tests/ns/query_test.c