3109. [func] The also-notify option now uses the same syntax

as a zone's masters clause.  This means it is
			now possible to specify a TSIG key to use when
			sending notifies to a given server, or to include
			an explicit named masters list in an also-notfiy
			statement.  [RT #23508]
This commit is contained in:
Evan Hunt
2011-05-06 21:23:51 +00:00
parent 8fcfce399c
commit ac21f918f2
12 changed files with 328 additions and 170 deletions

View File

@@ -1,3 +1,10 @@
3109. [func] The also-notify option now uses the same syntax
as a zone's masters clause. This means it is
now possible to specify a TSIG key to use when
sending notifies to a given server, or to include
an explicit named masters list in an also-notfiy
statement. [RT #23508]
3108. [cleanup] dnssec-signzone: Clarified some error and
warning messages; removed #ifdef ALLOW_KSKLESS_ZONES
code (use -P instead). [RT #20852]