]> git.ipfire.org Git - thirdparty/bind9.git/commit
Move rpz, db an dbversion to the baton
authorAlessio Podda <alessio@isc.org>
Mon, 13 Jul 2026 15:26:41 +0000 (17:26 +0200)
committerAlessio Podda <alessio@isc.org>
Mon, 3 Aug 2026 12:31:45 +0000 (14:31 +0200)
commitbada3dc008e4efa41e389d2b461f27ae0f05412d
tree73a286e99f38fb44785db43a4dfcae159b2b13c8
parent48d2e15ed507528dca861f9f2881bd80c5943f0b
Move rpz, db an dbversion to the baton

Instead of embedding the "in progress" database inside the RPZ zone
struct, we can attach it to the baton passed to libuv. This simplifies
lifetimes and will make refactoring the locking possible.
lib/dns/include/dns/rpz.h
lib/dns/rpz.c