bind9/bin
Michał Kępień e82ef27449 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:49:02 +01:00
..
check doc rebuild 2019-02-20 19:54:40 -08:00
confgen doc rebuild 2019-02-20 19:54:40 -08:00
delv doc rebuild 2019-02-20 19:54:40 -08:00
dig doc rebuild 2019-02-20 19:54:40 -08:00
dnssec cleanup: use dns_secalg_t and dns_dsdigest_t where appropriate 2019-03-08 22:25:27 +11:00
named prep 9.11.6 2019-02-27 23:27:22 +00:00
nsupdate Make nsupdate use OS-supplied ephemeral port range 2019-03-06 14:03:09 +01:00
pkcs11 doc rebuild 2019-02-20 19:54:40 -08:00
python explicitly convert byte to string 2019-03-06 21:15:10 -08:00
rndc doc rebuild 2019-02-20 19:54:40 -08:00
tests Fix regex used for mangling druz/DNSKEY 2019-03-08 13:49:02 +01:00
tools doc rebuild 2019-02-20 19:54:40 -08:00
win32/BINDInstall Remove $Id markers, Principal Author and Reviewed tags from the full source tree 2018-05-11 14:25:15 +02:00
Makefile.in update file headers to remove copyright years 2018-03-14 16:40:20 -07:00