]> git.ipfire.org Git - thirdparty/bind9.git/commit
mark "cache-file" as ancient and remove all code implementing it
authorEvan Hunt <each@isc.org>
Wed, 15 Sep 2021 08:05:05 +0000 (01:05 -0700)
committerEvan Hunt <each@isc.org>
Thu, 16 Sep 2021 07:19:02 +0000 (00:19 -0700)
commita27860ba57a090379ce903dfd30b73d1d58aed6d
tree30e87bc81034531c2cbdd7a8b7a84fd76dab4a97
parenta67d008ba525fd11c30e0ca4468121e4b2f6fa1e
mark "cache-file" as ancient and remove all code implementing it

"cache-file" was already documented as intended for testing
purposes only and not to be used, so we can remove it without
waiting.  this commit marks the option as "ancient", and
removes all the documentation and implementing code, including
dns_cache_setfilename() and dns_cache_dump().

it also removes the documentation for the '-x cachefile`
parameter to named, which had already been removed, but the man
page was not updated at the time.
15 files changed:
CHANGES
bin/named/named.conf.rst
bin/named/named.rst
bin/named/server.c
doc/arm/reference.rst
doc/man/named.8in
doc/man/named.conf.5in
doc/misc/named.conf.rst
doc/misc/options
doc/misc/options.active
doc/misc/options.grammar.rst
lib/bind9/check.c
lib/dns/cache.c
lib/dns/include/dns/cache.h
lib/isccfg/namedconf.c