]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[master] Add ChangeLog entry for #2759
authorMukund Sivaraman <muks@isc.org>
Sun, 30 Jun 2013 14:36:23 +0000 (20:06 +0530)
committerMukund Sivaraman <muks@isc.org>
Sun, 30 Jun 2013 14:36:23 +0000 (20:06 +0530)
ChangeLog

index 75509cfa6234b79283b0d3caa984fb2519fbbd3b..6c025f1c0737cb7c2893e13d7042e832dda10ab7 100644 (file)
--- 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