BIND 10 master, updated. 338b54ef4631f0d35601f174eabfa10f1541f46d [master] add a changelog entry for #1165
BIND 10 source code commits
bind10-changes at lists.isc.org
Thu Sep 29 17:34:11 UTC 2011
The branch, master has been updated
via 338b54ef4631f0d35601f174eabfa10f1541f46d (commit)
from 698176eccd5d55759fe9448b2c249717c932ac31 (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 338b54ef4631f0d35601f174eabfa10f1541f46d
Author: JINMEI Tatuya <jinmei at isc.org>
Date: Thu Sep 29 10:33:59 2011 -0700
[master] add a changelog entry for #1165
-----------------------------------------------------------------------
Summary of changes:
ChangeLog | 18 ++++++++++++++++++
1 files changed, 18 insertions(+), 0 deletions(-)
-----------------------------------------------------------------------
diff --git a/ChangeLog b/ChangeLog
index 2d4ad2b..b006df1 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,21 @@
+289. [func]* jinmei
+ b10-xfrout: ACLs for xfrout can now be configured per zone basis.
+ A per zone ACl is part of a more general zone configuration. A
+ quick example for configuring an ACL for zone "example.com" that
+ rejects any transfer request for that zone is as follows:
+ > config add Xfrout/zone_config
+ > config set Xfrout/zone_config[0]/origin "example.com"
+ > config add Xfrout/zone_config[0]/transfer_acl
+ > config set Xfrout/zone_config[0]/transfer_acl[0] {"action": "REJECT"}
+ The previous global ACL (query_acl) was renamed to transfer_acl,
+ which now works as the default ACL. Note: backward compatibility
+ is not provided, so an existing configuration using query_acl
+ needs to be updated by hand.
+ Note: the per zone configuration framework is a temporary
+ workaround. It will eventually be redesigned as a system wide
+ configuration.
+ (Trac #1165, git 698176eccd5d55759fe9448b2c249717c932ac31)
+
288. [bug] stephen
Fixed problem whereby the order in which component files appeared in
rdataclass.cc was system dependent, leading to problems on some
More information about the bind10-changes
mailing list