]> git.ipfire.org Git - thirdparty/bind9.git/commit
Make catalog zones' entry names case-insensitive
authorAram Sargsyan <aram@isc.org>
Thu, 25 Dec 2025 12:25:48 +0000 (12:25 +0000)
committerArаm Sаrgsyаn (GitLab job 6713724) <aram@isc.org>
Mon, 12 Jan 2026 13:01:53 +0000 (13:01 +0000)
commit439e4ddf2fbb6ccd3e021628c5ad3e2a7e90e7b8
tree2a64299e46cee055f89ce2b79ac4eb4551e4f5d1
parent5a00d2ffe07d99913fe80904f5527d36b56dc1da
Make catalog zones' entry names case-insensitive

Previously, the isc_ht hash table module was case-sensitive, but now
it supports case-insensitive mode. Use the case-insensitive mode
for the catalog zones' entry names.

(cherry picked from commit 6f4b5d695838d38139aef609329011c4bad00c96)
lib/dns/catz.c