bind9/bin/confgen
Ondřej Surý 85f854b076 Allow any valid DNS name as a key name
TSIG key names need to be any valid DNS name so that update-policy
"self" rules work with arbitrary names.  Replace the
alnum+'.'+'-'+'_' charset filter in the key-generation tools with a
dns_name_fromstring() validity check.
2026-05-15 10:14:46 +02:00
..
include Remove C++ support from the public header 2024-12-18 13:10:39 +01:00
.gitignore [master] update gitignore files; use rev-parse to get srcid 2014-06-17 13:49:30 -07:00
ddns-confgen.rst Add internal hyperlinks to See Also section of manual pages 2022-03-14 10:46:36 +01:00
keygen.c Allow any valid DNS name as a key name 2026-05-15 10:14:46 +02:00
keygen.h Reject unsafe key names in rndc-confgen, tsig-keygen, ddns-confgen 2026-04-29 18:12:35 +02:00
meson.build replace the build system with meson 2025-06-11 10:30:12 +03:00
os.c Remove redundant parentheses from the return statement 2024-11-19 12:27:22 +01:00
rndc-confgen.c Reject unsafe key names in rndc-confgen, tsig-keygen, ddns-confgen 2026-04-29 18:12:35 +02:00
rndc-confgen.rst Add internal hyperlinks to See Also section of manual pages 2022-03-14 10:46:36 +01:00
tsig-keygen.c Reject unsafe key names in rndc-confgen, tsig-keygen, ddns-confgen 2026-04-29 18:12:35 +02:00
tsig-keygen.rst Put reference to RFC 2845 in tsig-keygen man page 2024-02-01 11:20:33 +01:00
util.c Unify handling of the program name in all the utilities 2025-05-29 06:17:32 +02:00
util.h Remove C++ support from the public header 2024-12-18 13:10:39 +01:00