BIND 10 master, updated. 0711c996f017cabe220dd291500bb1b202f21e1f [master] changelog entry for #1104

BIND 10 source code commits bind10-changes at lists.isc.org
Fri Jul 22 21:59:11 UTC 2011


The branch, master has been updated
       via  0711c996f017cabe220dd291500bb1b202f21e1f (commit)
      from  9b2e89cabb6191db86f88ee717f7abc4171fa979 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 0711c996f017cabe220dd291500bb1b202f21e1f
Author: JINMEI Tatuya <jinmei at isc.org>
Date:   Fri Jul 22 14:59:02 2011 -0700

    [master] changelog entry for #1104

-----------------------------------------------------------------------

Summary of changes:
 ChangeLog |   10 ++++++++++
 1 files changed, 10 insertions(+), 0 deletions(-)

-----------------------------------------------------------------------
diff --git a/ChangeLog b/ChangeLog
index 8f86551..41c9faa 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,13 @@
+275.	[func]		jinmei
+	Added support for TSIG key matching in ACLs.  The xfrout ACL can
+	now refer to TSIG key names using the "key" attribute.  For
+	example, the following specifies an ACL that allows zone transfer
+	if and only if the request is signed with a TSIG of a key name
+	"key.example":
+	> config set Xfrout/query_acl[0] {"action": "ACCEPT", \
+	                                  "key": "key.example"}
+	(Trac #1104, git 9b2e89cabb6191db86f88ee717f7abc4171fa979)
+
 274.	[bug]		naokikambe
 	add unittests for functions xml_handler, xsd_handler and xsl_handler
 	respectively to make sure their behaviors are correct, regardless of




More information about the bind10-changes mailing list