]> git.ipfire.org Git - thirdparty/bind9.git/commit
Clean up ixfr transaction API
authorAlessio Podda <alessio@isc.org>
Sat, 25 Oct 2025 09:01:27 +0000 (11:01 +0200)
committerAlessio Podda <alessio@isc.org>
Thu, 29 Jan 2026 08:13:02 +0000 (09:13 +0100)
commit1124a10f9780d4bd3df256e1663ac2b2eb804573
treeeedb3877989660e40b960d5b4889e826499415d6
parent11db6feb45107f0b6e50b49889099073f05924ec
Clean up ixfr transaction API

Make the API tighter. The idea of this commit is to highlight the
distinction between a database transaction and a journal transaction,
and ensure we run dns_zone_verifydb on error.

Done to simplify a later refactor.

(cherry picked from commit 399f0c191a9bfb1d2a10ff7f51d3a42af5671d16)
lib/dns/xfrin.c