bind9/bin
Tony Finch 5c1aed2881 Fix dig idna test on Debian 10 "buster"
The test expected `xn--ah-` to be treated as a syntax error (punycode
requires letters after the last hyphen) but libidn2 on buster
converted the label to `ah` instead. To avoid this bug, change the
invalid label to `xn--0000h` which translates to an out-of-range
unicode codepoint (beyond the maximum value) which is corectly
trated as invalid in older libidn2.
2022-09-14 11:59:42 +01:00
..
check Remove the isc_app API 2022-08-26 09:09:25 +02:00
confgen Replace ISC_NORETURN with C11's noreturn 2022-03-25 08:33:43 +01:00
delv Update netmgr, tasks, and applications to use isc_loopmgr 2022-08-26 09:09:24 +02:00
dig More lenient IDNA processing in dig 2022-09-12 11:40:08 +01:00
dnssec Update netmgr, tasks, and applications to use isc_loopmgr 2022-08-26 09:09:24 +02:00
named Add server clause require-cookie 2022-09-13 12:07:13 +10:00
nsupdate Update netmgr, tasks, and applications to use isc_loopmgr 2022-08-26 09:09:24 +02:00
plugins Make isc_ht optionally case insensitive 2022-03-28 15:02:18 -07:00
rndc prevent a possible shutdown hang in rndc 2022-09-12 13:14:19 -07:00
tests Fix dig idna test on Debian 10 "buster" 2022-09-14 11:59:42 +01:00
tools quote addresses in YAML output 2022-08-31 15:32:24 -07:00
Makefile.am Remove native PKCS#11 support 2021-09-09 15:35:39 +02:00