]> git.ipfire.org Git - thirdparty/bind9.git/commit
remove the "dialup" and "heartbeat-interval" options
authorEvan Hunt <each@isc.org>
Mon, 3 Jul 2023 23:22:04 +0000 (16:22 -0700)
committerEvan Hunt <each@isc.org>
Thu, 22 Aug 2024 18:11:10 +0000 (11:11 -0700)
commit642a1b985ddafce30e0905bee04c6536d7f6577e
tree3308e83cf3942ff0333b205d0bd10d10fde7db92
parent99b18bab7e1b12a766d5df45d8993a01691fda15
remove the "dialup" and "heartbeat-interval" options

mark "dialup" and "heartbeat-interval" options as ancient and
remove the documentation and the code implementing them.
33 files changed:
bin/named/config.c
bin/named/include/named/server.h
bin/named/server.c
bin/named/zoneconf.c
bin/tests/system/Makefile.am
bin/tests/system/checkconf/bad-stub-masters-dialup.conf [deleted file]
bin/tests/system/checkconf/deprecated.conf
bin/tests/system/checkconf/good.conf.in
bin/tests/system/checkconf/tests.sh
bin/tests/system/dialup/clean.sh [deleted file]
bin/tests/system/dialup/ns1/example.db [deleted file]
bin/tests/system/dialup/ns1/named.conf.in [deleted file]
bin/tests/system/dialup/ns1/root.db [deleted file]
bin/tests/system/dialup/ns2/hint.db [deleted file]
bin/tests/system/dialup/ns2/named.conf.in [deleted file]
bin/tests/system/dialup/ns3/hint.db [deleted file]
bin/tests/system/dialup/ns3/named.conf.in [deleted file]
bin/tests/system/dialup/setup.sh [deleted file]
bin/tests/system/dialup/tests_dialup_zone_transfer.py [deleted file]
doc/arm/reference.rst
doc/misc/options
doc/misc/primary.zoneopt
doc/misc/secondary.zoneopt
doc/misc/stub.zoneopt
fuzz/isc_lex_getmastertoken.in/named.conf
fuzz/isc_lex_gettoken.in/named.conf
lib/dns/include/dns/types.h
lib/dns/include/dns/view.h
lib/dns/include/dns/zone.h
lib/dns/view.c
lib/dns/zone.c
lib/isccfg/check.c
lib/isccfg/namedconf.c