Mark Andrews
e25e67f697
3023. [bug] Named could be left in an inconsistent state when
...
receiving multiple AXFR response messages that were
not all TSIG-signed. [RT #23254 ]
2011-07-22 06:24:01 +00:00
Mark Andrews
69baa9d558
9.4-ESV-R5
2011-07-21 02:11:00 +00:00
Mark Andrews
0d6b72e48f
3135. [port] FreeBSD: workaround broken IPV6_USE_MIN_MTU processing.
...
See http://www.freebsd.org/cgi/query-pr.cgi?pr=158307
[RT #24950 ]
2011-07-21 01:55:56 +00:00
Mark Andrews
9f72af9027
move 9.4-ESV-R5rc1 release marker
2011-06-15 02:12:10 +00:00
Evan Hunt
66c87a450a
3124. [bug] Use an rdataset attribute flag to indicate
...
negative-cache records rather than using rrtype 0;
this will prevent problems when that rrtype is
used in actual DNS packets. [RT #24777 ]
2011-06-09 00:42:48 +00:00
Mark Andrews
3b4af1bfd8
move 9.4-ESV-R5rc1 release point
2011-05-27 01:55:22 +00:00
Mark Andrews
51c9119e6d
3120. [bug] Named could fail to validate zones list in a DLV
...
that validated insecure without using DLV and had
DS records in the parent zone. [RT #24631 ]
2011-05-27 01:46:22 +00:00
Evan Hunt
37739b94dd
3121. [security] An authoritative name server sending a negative
...
response containing a very large RRset could
trigger an off-by-one error in the ncache code
and crash named. [RT #24650 ]
2011-05-26 23:13:38 +00:00
Mark Andrews
8544639fe9
9.4-ESV-R5b1
2011-05-23 22:34:02 +00:00
Mark Andrews
b818d55a93
3113. [doc] Document the relationship between serial-query-rate
...
and NOTIFY messages.
2011-05-17 05:30:13 +00:00
Mark Andrews
e4da0ac6e2
9.4-ESV-R5b1
2011-04-08 06:15:03 +00:00
Mark Andrews
902a80de5d
3095. [bug] Handle isolated reserved ports in the port range.
...
[RT #23957 ]
2011-04-06 15:05:24 +00:00
Scott Mann
202316357f
Remove bin/tests/system/logfileconfig/ns1/named.conf and add setup.sh
...
in order to resolve changing named.conf issue. [RT #23687 ]
2011-03-22 19:16:25 +00:00
Mark Andrews
b90b39f274
3071. [bug] has_nsec could be used unintialised in
...
update.c:next_active. [RT #20256 ]
2011-03-11 12:58:38 +00:00
Mark Andrews
e3e0f873fc
3067. [bug] ixfr-from-differences {master|slave}; failed to
...
select the master/slave zones. [RT #23580 ]
2011-03-11 00:57:38 +00:00
Mark Andrews
9414c5bfb2
3065. [bug] RRSIG could have time stamps too far in the future.
...
[RT #23356 ]
2011-03-09 07:34:52 +00:00
Mark Andrews
c2119e0353
DNAME not DS
2011-03-08 00:38:31 +00:00
Mark Andrews
aff9352637
3064. [bug] powerpc: add sync instructions to the end of atomic
...
operations. [RT #23469 ]
2011-03-07 00:34:20 +00:00
Scott Mann
c335ad72b8
Ensure that log files are plain files. (RT #22771 )
2011-03-04 17:12:20 +00:00
Mark Andrews
b1be6b9273
3051. [bug] NS records obsure DS records at the bottom of the
...
zone if both are present. [RT #23035 ]
2011-03-02 04:41:36 +00:00
Mark Andrews
901427ae62
3041. [bug] dnssec-signzone failed to generate new signatures on
...
ttl changes. [RT #23330 ]
2011-02-24 04:06:39 +00:00
Mark Andrews
920650f048
3040. [bug] Named failed to validate insecure zones where a node
...
with a CNAME existed between the trust anchor and the
top of the zone. [RT #23338 ]
2011-02-23 13:15:39 +00:00
Mark Andrews
071f362c6a
2037. [doc] Update COPYRIGHT to contain all the individual
...
copyright notices that cover various parts.
2011-02-22 06:45:08 +00:00
Mark Andrews
a8fdb85512
3014. [bug] Fix the zonechecks system test to match expected
...
behaviour for 9.4 and to fail on error. [RT #22905 ]
2011-02-03 07:56:33 +00:00
Mark Andrews
2531ef9979
3009. [bug] clients-per-query code didn't work as expected with
...
particular query patterns. [RT #22972 ]
2011-01-27 02:32:52 +00:00
Mark Andrews
171188fc06
spelling
2011-01-13 02:39:57 +00:00
Mark Andrews
ba185c8215
3007. [bug] Named failed to preserve the case of domain names in
...
rdata which is no compressable when writing master
files. [RT #22863 ]
2011-01-13 02:18:29 +00:00
Mark Andrews
ada39963fd
2996. [security] Temporarily disable SO_ACCEPTFILTER support.
...
[RT #22589 ]
2010-12-22 03:35:21 +00:00
Mark Andrews
7d9635f938
remove CVSS scores add vectors
2010-11-29 00:40:13 +00:00
Mark Andrews
bbac4157e5
CVE-2010-3613 Reduce complexity from M to L raising score from 7.1 to 7.8.
...
Just have the base CVSS vectors.
2010-11-25 04:55:50 +00:00
Mark Andrews
845baabb7c
add CVE, VU and CVSS
2010-11-18 02:56:53 +00:00
Mark Andrews
4ff8895925
9.4-ESV-R4
2010-11-18 01:34:51 +00:00
Mark Andrews
3a66e0f68c
2786. [bug] Additional could be promoted to answer. [RT #20663 ]
2010-11-17 10:21:02 +00:00
Mark Andrews
b78658f143
2970. [security] Adding a NO DATA negative cache entry failed to clear
...
any matching RRSIG records. A subsequent lookup of
of NO DATA cache entry could trigger a INSIST when the
unexpected RRSIG was also returned with the NO DATA
cache entry. [RT #22288 ]
2010-11-16 08:01:09 +00:00
Mark Andrews
a407ead333
2968. [security] Named could fail to prove a data set was insecure
...
before marking it as insecure. One set of conditions
that can trigger this occurs naturally when rolling
DNSKEY algorithms. [RT #22309 ]
Had to adjust the test to use RSAMD5 -> RSASH1 as we need to use algorithms
supported by 9.4.
2010-11-16 04:17:44 +00:00
Mark Andrews
d56cb6aead
2962. [port] win32: add more dependancies to BINDBuild.dsw.
...
[RT #22062 ]
2010-10-18 04:46:26 +00:00
Mark Andrews
b35d42c270
2966. [bug] isc_print_vsnprintf() failed to check if there was
...
space available in the buffer when adding a left
justified character with a non zero width,
(e.g. "%-1c"). [RT #22270 ]
2010-10-18 04:08:02 +00:00
Mark Andrews
e96e6e8077
9.4-ESV-R3
2010-09-02 07:27:40 +00:00
Mark Andrews
43a1ec8d9f
2869. [bug] Fix arguments to dns_keytable_findnextkeynode() call.
...
[RT #20877 ]
2010-09-02 07:21:53 +00:00
Mark Andrews
cad9e1ff1f
2678. [func] Treat DS queries as if "minimal-response yes;"
...
was set. [RT #20258 ]
2427. [func] Treat DNSKEY queries as if "minimal-response yes;"
was set. [RT #18528 ]
2010-07-03 09:03:01 +00:00
Mark Andrews
7b67408765
2925. [bug] Named failed to accept uncachable negative responses
...
from insecure zones. [RT# 21555]
2010-06-26 00:11:50 +00:00
Mark Andrews
5c7be0bf56
s/to soon/too soon/
2010-06-23 03:32:30 +00:00
Mark Andrews
8310668e43
2921. [bug] The resolver could attempt to destroy a fetch context
...
to soon. [RT #19878 ]
2010-06-23 01:48:55 +00:00
Mark Andrews
1a677bc3f7
2904. [bug] When using DLV, sub-zones of the zones in the DLV,
...
could be incorrectly marked as insecure instead of
secure leading to negative proofs failing. This was
a unintended outcome from change 2890. [RT# 21392]
2010-06-03 00:36:02 +00:00
Mark Andrews
eb12f97615
2900. [bug] The placeholder negative caching element was not
...
properly constructed triggering a INSIST in
dns_ncache_towire(). [RT #21346 ]
2010-06-03 00:21:52 +00:00
Mark Andrews
0cd3b8cc3e
2890. [bug] Handle the introduction of new trusted-keys and
...
DS, DLV RRsets better. [RT #21097 ]
2010-06-03 00:07:59 +00:00
Mark Andrews
078580a74d
9.4-ESV-R2
2010-05-10 01:56:40 +00:00
Mark Andrews
af9bcac6c5
2876. [bug] Named could return SERVFAIL for negative responses
...
from unsigned zones. [RT #21131 ]
2010-04-21 04:23:47 +00:00
Mark Andrews
4692e05150
9.4-ESV-R1
2010-03-04 00:25:25 +00:00
Mark Andrews
b6a3b10da7
2852. [bug] Handle broken DNSSEC trust chains better. [RT #15619 ]
2010-02-26 01:03:56 +00:00