]> 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>
Tue, 9 Dec 2025 11:55:10 +0000 (12:55 +0100)
commit399f0c191a9bfb1d2a10ff7f51d3a42af5671d16
tree1733db3a7ee7fb3f4434cc9467c3a87bcc917d96
parent674195e83e8b331e864280a12dfa7ea9fb97a299
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.
lib/dns/xfrin.c