]> git.ipfire.org Git - thirdparty/pdns.git/commit
auth bindbackend: store nsec3 settings at zone load
authorPeter van Dijk <peter.van.dijk@powerdns.com>
Sat, 8 May 2021 19:18:20 +0000 (21:18 +0200)
committerPeter van Dijk <peter.van.dijk@powerdns.com>
Thu, 1 Jul 2021 12:15:40 +0000 (14:15 +0200)
commitccb6405fffaf3b13133ca6fbb4159369c3aed169
tree16f7c94743db12ba5b8e3ee03836c7581db115c2
parent021022ab9a169809cff3a97b3cb4519590b3bd61
auth bindbackend: store nsec3 settings at zone load

This keeps, inside the bindbackend, the nsec(3) settings consistent
with the 'rectification' applied on zone load. This avoids crashes
when nsec3 is enabled or disabled without reloading the zone in the
bindbackend.

reported by Matt Nordhoff
modules/bindbackend/bindbackend2.cc
modules/bindbackend/bindbackend2.hh
modules/bindbackend/binddnssec.cc