BIND 10 trac1069, created. d2dc7a3ef911a5ab83527753f351bc99440d60fe [trac1069] documentation update, mainly for RequestContext. note that other members than the remote IP address were removed to avoid defining things that "you ain't gonna need (it)". But added comments about possibility of these extensions.
BIND 10 source code commits
bind10-changes at lists.isc.org
Thu Jun 30 23:15:53 UTC 2011
The branch, trac1069 has been created
at d2dc7a3ef911a5ab83527753f351bc99440d60fe (commit)
- Log -----------------------------------------------------------------
commit d2dc7a3ef911a5ab83527753f351bc99440d60fe
Author: JINMEI Tatuya <jinmei at isc.org>
Date: Thu Jun 30 16:09:01 2011 -0700
[trac1069] documentation update, mainly for RequestContext.
note that other members than the remote IP address were removed to avoid
defining things that "you ain't gonna need (it)". But added comments
about possibility of these extensions.
commit f0445f392c1e2c99acfe9117ad36eef0811bd68b
Author: JINMEI Tatuya <jinmei at isc.org>
Date: Thu Jun 30 15:29:36 2011 -0700
[trac1069] explicitly catch a null pointer in Loader::load() (resulting in
an exception).
not directly related to the subject of this branch, but the case was
encountered during the resolver test. IMO, the library shouldn't cause
crash due to broken input even from a buggy implementation, and even if
the validation is normally expected to be done at a higher level.
commit aedaf51b32a4b31d697b18ecb914af3889d13c2c
Author: JINMEI Tatuya <jinmei at isc.org>
Date: Thu Jun 30 15:15:04 2011 -0700
[trac1069] adapted resolver ACL config and processing to the generalized
framework. it now accepts "action only" rule, so the test test in that
case was updated accordingly.
commit ae5aa5618516d4f894bdf5d2aefed76742069644
Author: JINMEI Tatuya <jinmei at isc.org>
Date: Thu Jun 30 14:06:49 2011 -0700
[trac1069] (not directly relevant) cleanup: constify some variables
commit 0caa1d89d3e60a80ab7517d3691a149093e32be6
Author: JINMEI Tatuya <jinmei at isc.org>
Date: Wed Jun 29 17:19:52 2011 -0700
[trac1069] cleanup: removed ACL related definitions and tests from Client.
they were moved to acl::dns and merged with RequestContext.
commit e3b0557e225ad3e7a6b7d192b8820666d7b81d0a
Author: JINMEI Tatuya <jinmei at isc.org>
Date: Wed Jun 29 17:15:33 2011 -0700
[trac1069] added specialization for IPCheck<RequestContext> with tests
based on the server_common/Client counterparts. Also move the helper
getSockAddr() function for the test program as it's shared by multiple
test implementations.
commit 27bb28f8bbde1dfc79030b0129a1c0405a8ffc38
Author: JINMEI Tatuya <jinmei at isc.org>
Date: Wed Jun 29 15:50:46 2011 -0700
[trac1069] introduce "RequestCheckCreator", the factory for the
default check of the DNS ACLs. match logic is not implemented yet.
-----------------------------------------------------------------------
More information about the bind10-changes
mailing list