BIND 10 trac2027, updated. d84cc75031f45e6a11c06775443f860d46282567 [2027] add comment about doing ACL first
BIND 10 source code commits
bind10-changes at lists.isc.org
Thu Jun 14 14:59:35 UTC 2012
The branch, trac2027 has been updated
via d84cc75031f45e6a11c06775443f860d46282567 (commit)
from 58abcc59fb63e4f06f8b5b1406b8f1c4674fe814 (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 d84cc75031f45e6a11c06775443f860d46282567
Author: Jelte Jansen <jelte at isc.org>
Date: Thu Jun 14 16:59:22 2012 +0200
[2027] add comment about doing ACL first
-----------------------------------------------------------------------
Summary of changes:
src/lib/python/isc/ddns/session.py | 3 +++
1 file changed, 3 insertions(+)
-----------------------------------------------------------------------
diff --git a/src/lib/python/isc/ddns/session.py b/src/lib/python/isc/ddns/session.py
index 79dd7a2..5cadb60 100644
--- a/src/lib/python/isc/ddns/session.py
+++ b/src/lib/python/isc/ddns/session.py
@@ -242,6 +242,9 @@ class UpdateSession:
'''
try:
self._get_update_zone()
+ # Contrary to what RFC2136 specifies, we do ACL checks before
+ # prerequisites. Following the spec, information could leak,
+ # and we decided not to do so (as do other implementations)
self.__check_update_acl(self.__zname, self.__zclass)
self._create_diff()
prereq_result = self.__check_prerequisites()
More information about the bind10-changes
mailing list