bind9/bin
Michał Kępień 3bf0350ae7 Fix regex used for mangling druz/DNSKEY
During "dlv" system test setup, the "sed" regex used for mangling the
DNSKEY RRset for the "druz" zone does not include the plus sign ("+"),
which may:

  - cause the replacement to happen near the end of DNSKEY RDATA, which
    can cause the latter to become an invalid Base64 string,

  - prevent the replacement from being performed altogether.

Both cases prevent the "dlv" system test from behaving as intended and
may trigger false positives.  Add the missing character to the
aforementioned regex to ensure the replacement is always performed on
bytes 10-25 of DNSKEY RDATA.

(cherry picked from commit fd13fef299)
2019-03-08 13:48:39 +01:00
..
check Add -c to usage message for named-checkconf 2019-03-05 16:52:49 -08:00
confgen prep 9.13.6 2019-02-06 22:13:05 +00:00
delv prep 9.13.6 2019-02-06 22:13:05 +00:00
dig silence clang 2019-02-18 17:40:56 -05:00
dnssec cleanup: use dns_secalg_t and dns_dsdigest_t where appropriate 2019-03-08 22:16:48 +11:00
named add the ability to control whether SOA records are added response-policy modified answers 2019-03-07 13:29:11 -08:00
nsupdate Make nsupdate use OS-supplied ephemeral port range 2019-03-06 14:03:36 +01:00
pkcs11 prep 9.13.6 2019-02-06 22:13:05 +00:00
plugins Install named plugins into a separate directory 2019-03-05 16:52:49 -08:00
python explicitly convert byte to string 2019-03-06 20:41:09 -08:00
rndc prep 9.13.6 2019-02-06 22:13:05 +00:00
tests Fix regex used for mangling druz/DNSKEY 2019-03-08 13:48:39 +01:00
tools prep 9.13.6 2019-02-06 22:13:05 +00:00
win32/BINDInstall Bump Windows minimum target environment to _WIN32_WINNT_WIN8/NTDDI_WIN8 values 2019-01-30 09:37:38 +01:00
Makefile.in name change from "hook modules" to "plugins" 2018-12-06 10:36:50 -08:00