From: Michał Kępień Date: Mon, 6 Oct 2025 12:14:33 +0000 (+0200) Subject: Remove "tkey-domain" X-Git-Tag: v9.21.15~79^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5d8aa1673a9507f04bcb5fcca7db67836472460b;p=thirdparty%2Fbind9.git Remove "tkey-domain" Since the "tkey-domain" statement has been previously obsoleted, mark it as ancient to make any attempts to use it a fatal error. --- diff --git a/doc/misc/options b/doc/misc/options index 6a193547a06..c5a5193183c 100644 --- a/doc/misc/options +++ b/doc/misc/options @@ -302,7 +302,6 @@ options { tcp-primaries-timeout ; tcp-receive-buffer ; tcp-send-buffer ; - tkey-domain ; // obsolete tkey-gssapi-keytab ; tls-port ; transfer-format ( many-answers | one-answer ); diff --git a/lib/isccfg/namedconf.c b/lib/isccfg/namedconf.c index cb4a36c2b6a..f6df82d9952 100644 --- a/lib/isccfg/namedconf.c +++ b/lib/isccfg/namedconf.c @@ -1348,7 +1348,7 @@ static cfg_clausedef_t options_clauses[] = { { "tcp-receive-buffer", &cfg_type_uint32, 0 }, { "tcp-send-buffer", &cfg_type_uint32, 0 }, { "tkey-dhkey", NULL, CFG_CLAUSEFLAG_ANCIENT }, - { "tkey-domain", &cfg_type_qstring, CFG_CLAUSEFLAG_OBSOLETE }, + { "tkey-domain", &cfg_type_qstring, CFG_CLAUSEFLAG_ANCIENT }, { "tkey-gssapi-credential", &cfg_type_qstring, CFG_CLAUSEFLAG_ANCIENT }, { "tkey-gssapi-keytab", &cfg_type_qstring, 0 }, { "transfer-message-size", &cfg_type_uint32, 0 },