]> git.ipfire.org Git - thirdparty/bind9.git/commit
Allow all valid key names
authorMark Andrews <marka@isc.org>
Tue, 5 May 2026 01:54:35 +0000 (11:54 +1000)
committerMark Andrews <marka@isc.org>
Mon, 13 Jul 2026 22:31:59 +0000 (08:31 +1000)
commit14be41a12602baf0132bb27d4d3ada617db3a29d
treefbeda4bce4ca0d34ae8dc9de67d9b2d4880e4d7f
parent16b5c37abf6ac34c37c6fb5cc2f5335583408063
Allow all valid key names

TSIG keys names need to be able to be set to any valid name so that
update self rules can work for any valid name.  Restore this ability
to the key generating tool while preventing rndc.conf and named.conf
from being compromised due to specially crafted key names.
bin/confgen/keygen.c
bin/confgen/keygen.h
bin/confgen/rndc-confgen.c
bin/confgen/rndc-confgen.rst
bin/confgen/tsig-keygen.c