]> git.ipfire.org Git - thirdparty/bind9.git/commit
rem: usr: Remove legacy special handling for SIG, NXT, and KEY records
authorOndřej Surý <ondrej@isc.org>
Thu, 28 May 2026 11:21:07 +0000 (13:21 +0200)
committerOndřej Surý <ondrej@isc.org>
Thu, 28 May 2026 11:21:07 +0000 (13:21 +0200)
commitac342bf6528b41210d43abe4c6767407dce1100e
tree0ea870431d8e2d84ae9204a7cc822742110f5e23
parent81b78d6c101725f23aa13eecad8238a6777048b5
parentb9c1b90b500167d80c0ddc6b997ad595b4c5e7ed
rem: usr: Remove legacy special handling for SIG, NXT, and KEY records

BIND no longer applies legacy RFC 2535 handling to the obsolete ``SIG``, ``NXT``
and ``KEY`` record types; they are now served as plain zone data. Zones with
both a ``CNAME`` and a ``KEY`` and or ``NXT`` at the same name — invalid under
:rfc:`2181` — will now fail to load and must be corrected.

Closes #6007

Merge branch '6007-remove-SIG-and-NXT-special-handling' into 'main'

See merge request isc-projects/bind9!12056