mirror of
https://gitlab.isc.org/isc-projects/bind9
synced 2025-08-31 14:35:26 +00:00
4697. [bug] Restore workaround for Microsoft Windows TSIG hash
computation bug. [RT #45854]
This commit is contained in:
3
CHANGES
3
CHANGES
@@ -1,3 +1,6 @@
|
|||||||
|
4697. [bug] Restore workaround for Microsoft Windows TSIG hash
|
||||||
|
computation bug. [RT #45854]
|
||||||
|
|
||||||
4696. [port] Enable filter-aaaa support by default on Windows
|
4696. [port] Enable filter-aaaa support by default on Windows
|
||||||
builds. [RT #45883]
|
builds. [RT #45883]
|
||||||
|
|
||||||
|
@@ -466,6 +466,9 @@ towiresorted(dns_rdataset_t *rdataset, const dns_name_t *owner_name,
|
|||||||
dns_name_copy(owner_name, name, NULL);
|
dns_name_copy(owner_name, name, NULL);
|
||||||
dns_rdataset_getownercase(rdataset, name);
|
dns_rdataset_getownercase(rdataset, name);
|
||||||
|
|
||||||
|
if ((owner_name->attributes & DNS_NAMEATTR_NOCOMPRESS) != 0)
|
||||||
|
name->attributes |= DNS_NAMEATTR_NOCOMPRESS;
|
||||||
|
|
||||||
do {
|
do {
|
||||||
/*
|
/*
|
||||||
* Copy out the name, type, class, ttl.
|
* Copy out the name, type, class, ttl.
|
||||||
|
Reference in New Issue
Block a user