From: Mark Andrews Date: Wed, 12 Aug 2015 22:26:23 +0000 (+1000) Subject: Updated CHANGES note to include require-server-cookie: X-Git-Tag: v9.11.0a1~593 X-Git-Url: http://git.ipfire.org/gitweb/?a=commitdiff_plain;h=c631ff56bfe13f7b47ff01950364f4db423bf21a;p=thirdparty%2Fbind9.git Updated CHANGES note to include require-server-cookie: 4152. [func] Implement DNS COOKIE option. This replaces the experimental SIT option of BIND 9.10. The following named.conf directives are available: send-cookie, cookie-secret, cookie-algorithm, nocookie-udp-size and require-server-cookie. The following dig options are available: +[no]cookie[=value] and +[no]badcookie. [RT #39928] --- diff --git a/CHANGES b/CHANGES index 96d96519fee..3b54061009b 100644 --- a/CHANGES +++ b/CHANGES @@ -73,9 +73,10 @@ 4152. [func] Implement DNS COOKIE option. This replaces the experimental SIT option of BIND 9.10. The following named.conf directives are available: send-cookie, - cookie-secret, cookie-algorithm and nocookie-udp-size. - The following dig options are available: - +[no]cookie[=value] and +[no]badcookie. [RT #39928] + cookie-secret, cookie-algorithm, nocookie-udp-size + and require-server-cookie. The following dig options + are available: +[no]cookie[=value] and +[no]badcookie. + [RT #39928] 4151. [bug] 'rndc flush' could cause a deadlock. [RT #39835] diff --git a/bin/named/config.c b/bin/named/config.c index d2a428aa05a..728659360ea 100644 --- a/bin/named/config.c +++ b/bin/named/config.c @@ -183,6 +183,7 @@ options {\n\ nsec3-test-zone no;\n\ allow-new-zones no;\n\ fetches-per-server 0;\n\ + require-server-cookie no;\n\ " #ifdef HAVE_GEOIP "\ diff --git a/bin/named/named.conf.docbook b/bin/named/named.conf.docbook index 78f692f633d..9dbd74d5ee2 100644 --- a/bin/named/named.conf.docbook +++ b/bin/named/named.conf.docbook @@ -1,5 +1,5 @@ ]>