]> git.ipfire.org Git - thirdparty/bind9.git/commit
move creation of keystores, kasp list and view outside of exclusive mode
authorColin Vidal <colin@isc.org>
Mon, 8 Sep 2025 13:57:47 +0000 (15:57 +0200)
committerColin Vidal <colin@isc.org>
Wed, 24 Sep 2025 08:54:50 +0000 (10:54 +0200)
commite1be2be4efdf13eabee8fa454a5bfbd63bb5c98d
tree4434dac320c71c69cbcfcbe7d0a47be3252f59cd
parent201f62d9efb3cf6ccbac1127768121e899d36ee8
move creation of keystores, kasp list and view outside of exclusive mode

The keystores initialization, the KASP list initialization as well as
the initialization of the view no longer depends of any data shared by
running "production" objects during re-configuration of the server. This
allows us to move those outside (before) the exclusive mode is taken.
bin/named/server.c