From: Evan Hunt Date: Thu, 24 Mar 2016 23:52:17 +0000 (-0700) Subject: [master] better relnote for read-only controls option X-Git-Tag: v9.11.0a2~103 X-Git-Url: http://git.ipfire.org/gitweb/index.cgi?a=commitdiff_plain;h=4d3f9f216a40a9a11e421fae402d022b9fbb367d;p=thirdparty%2Fbind9.git [master] better relnote for read-only controls option --- diff --git a/doc/arm/notes.xml b/doc/arm/notes.xml index b6a4d576457..001e0e0c4d9 100644 --- a/doc/arm/notes.xml +++ b/doc/arm/notes.xml @@ -279,8 +279,8 @@ named -L filename - causes named to send log messages to the specified file by - default instead of to the system log. + causes named to send log messages to the + specified file by default instead of to the system log. @@ -432,18 +432,22 @@ - A "read-only" clause is now available for non-destructive + A read-only option is now available in the + controls statement to grant non-destructive control channel access. In such cases, a restricted set of - rndc commands are allowed for querying information from named. - By default, control channel access is read-write. + rndc commands are allowed, which can + report information from named, but cannot + reconfigure or stop the server. By default, the control channel + access is not restricted to these + read-only operations. [RT #40498] - When loading managed signed zones detect if the RRSIG's - inception time is in the future and regenerate the RRSIG - immediately. This helps when the system's clock needs to - be reset backwards. + When loading a signed zone, named will + now check whether an RRSIG's inception time is in the future, + and if so, it will regenerate the RRSIG immediately. This helps + when a system's clock needs to be reset backwards.