Commit 375c8f5243 for bind
commit 375c8f5243c70a5bfcc796696b39fb678277d29f
Merge: 46ced3f66c 9cde25cc47
Author: OndÅ™ej Surý <ondrej@isc.org>
Date: Tue Sep 22 09:49:47 2026 +0200
fix: dev: Fix TSIG session loss across a reload
Dynamic TSIG sessions negotiated through TKEY were saved to disk by whichever view released the key ring first, which during a reload was the outgoing view — consuming sessions the
incoming view was still using and forcing clients to renegotiate. Sessions are now saved only when the last view releases them, and a failed save no longer replaces the stored sessions
with a truncated file.
Merge branch 'ondrej/refactor-dns_tsigkeyring_dump' into 'main'
See merge request isc-projects/bind9!12800