bind9/bin/named
Mark Andrews 2376abc18e Restore the ability to read legacy K*+157+* files
The ability to read legacy HMAC-MD5 K* keyfile pairs using algorithm
number 157 was accidentally lost when the algorithm numbers were
consolidated into a single block, in commit
09f7e0607a.

The assumption was that these algorithm numbers were only known
internally, but they were also used in key files. But since HMAC-MD5
got renumbered from 157 to 160, legacy HMAC-MD5 key files no longer
work.

Move HMAC-MD5 back to 157 and GSSAPI back to 160.  Add exception for
GSSAPI to list_hmac_algorithms.

(cherry picked from commit 3f93d3f757)
2023-06-29 10:32:10 +10:00
..
include prevent TSIG keys from being added to multiple rings 2023-05-25 15:08:48 -07:00
.gitignore Complete rewrite the BIND 9 build system 2020-04-21 14:19:48 +02:00
bind9.xsl add an update quota 2023-01-12 12:02:35 +01:00
builtin.c remove named_os_gethostname() 2023-02-18 12:27:19 -08:00
config.c add a configuration option for the update quota 2023-01-12 12:02:35 +01:00
control.c Remove use of the inline keyword used as suggestion to compiler 2022-03-25 08:42:18 +01:00
controlconf.c Update sources to Clang 15 formatting 2022-11-29 09:14:07 +01:00
dlz_dlopen_driver.c De-duplicate __FILE__, __LINE__ 2022-10-17 16:00:26 +01:00
fuzz.c Update the copyright information in all files in the repository 2022-01-11 09:05:02 +01:00
geoip.c Update the copyright information in all files in the repository 2022-01-11 09:05:02 +01:00
log.c Update sources to Clang 15 formatting 2022-11-29 09:14:07 +01:00
logconf.c Simplify way we tag unreachable code with only ISC_UNREACHABLE() 2022-03-25 08:42:16 +01:00
main.c Restore the ability to read legacy K*+157+* files 2023-06-29 10:32:10 +10:00
Makefile.am Remove auto-generated rst files in repo in favour of grammar pretty printer 2022-07-01 10:20:56 +02:00
named.conf.rst Add note that named.conf man page is not a complete manual 2022-07-01 10:21:06 +02:00
named.rst Document list of crypto algorithms in named -V output 2022-09-28 01:19:50 +10:00
os.c remove named_os_gethostname() 2023-02-18 12:27:19 -08:00
server.c prevent TSIG keys from being added to multiple rings 2023-05-25 15:08:48 -07:00
statschannel.c Add ClientQuota statistics channel counter 2023-05-31 11:07:08 +00:00
tkeyconf.c Update the copyright information in all files in the repository 2022-01-11 09:05:02 +01:00
transportconf.c Update sources to Clang 15 formatting 2022-11-29 09:14:07 +01:00
tsigconf.c Update sources to Clang 15 formatting 2022-11-29 09:14:07 +01:00
xsl_p.h Update the copyright information in all files in the repository 2022-01-11 09:05:02 +01:00
zoneconf.c Fix an interfacemgr use-after-free error in zoneconf.c:isself() 2023-05-25 08:39:20 +00:00