]> git.ipfire.org Git - thirdparty/bind9.git/commit
remove dns_db_{un,}locknode
authorEvan Hunt <each@isc.org>
Thu, 14 Aug 2025 23:28:11 +0000 (16:28 -0700)
committerEvan Hunt <each@isc.org>
Mon, 15 Sep 2025 16:11:50 +0000 (16:11 +0000)
commit4122143c4d1ba5d242603daea619a2fcccc57a8f
treed1c9693722d8dc624a90f118a09e07eb790cc0f2
parent17101fa4914e43a7585c6f6aa7581174cf62e264
remove dns_db_{un,}locknode

remove the dns_db_locknode() and _unlocknode() calls, so that callers no
longer have the ability to directly manipulate the internal locking of
cache and zone databases.
lib/dns/db.c
lib/dns/include/dns/db.h
lib/dns/qpcache.c
lib/dns/qpzone.c