]> git.ipfire.org Git - thirdparty/bind9.git/commit
Ancient named.conf options are now a fatal configuration error
authorEvan Hunt <each@isc.org>
Mon, 21 Jan 2019 07:50:17 +0000 (23:50 -0800)
committerOndřej Surý <ondrej@sury.org>
Thu, 31 Jan 2019 10:54:26 +0000 (11:54 +0100)
commitff3dace139b0b159156c1ee85e76a3feb5f6c19a
tree6eb4b51432cf39755935e436ae88ef59e4991653
parent5a623052a179ebb195ddac68b13c5c728f00183f
Ancient named.conf options are now a fatal configuration error

- options that were flagged as obsolete or not implemented in 9.0.0
  are now flagged as "ancient", and are a fatal error
- the ARM has been updated to remove these, along with other
  obsolete descriptions of BIND 8 behavior
- the log message for obsolete options explicitly recommends removal
13 files changed:
bin/named/named.conf.docbook
bin/tests/system/checkconf/ancient.conf [new file with mode: 0644]
bin/tests/system/checkconf/good.conf
bin/tests/system/checkconf/tests.sh
doc/arm/Bv9ARM-book.xml
doc/arm/options.grammar.xml
doc/misc/docbook-grammars.pl
doc/misc/docbook-options.pl
doc/misc/docbook-zoneopt.pl
doc/misc/options
lib/isccfg/include/isccfg/grammar.h
lib/isccfg/namedconf.c
lib/isccfg/parser.c