From: Mukund Sivaraman Date: Sun, 30 Jun 2013 14:36:23 +0000 (+0530) Subject: [master] Add ChangeLog entry for #2759 X-Git-Tag: bind10-1.2.0beta1-release~375 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=aa0265f874883431407a6ed6a2f0d543fc4e8507;p=thirdparty%2Fkea.git [master] Add ChangeLog entry for #2759 --- diff --git a/ChangeLog b/ChangeLog index 75509cfa62..6c025f1c07 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,12 @@ +634. [bug] muks + When processing DDNS updates, we now check the zone more + thoroughly with the received zone data updates to check if it is + valid. If the zone fails validation, we reply with SERVFAIL + rcode. So, while previously we may have allowed more zone data + cases without checking which resulted in invalid zones, such + update requests are now rejected. + (Trac #2759, git d8991bf8ed720a316f7506c1dd9db7de5c57ad4d) + 633. [func] jinmei b10-memmgr: a new BIND 10 module that manages shared memory segments for DNS zone data. At this point it's runnable but does