BIND 10 trac1450, created. b41b7dc34a8a14339a1ff9daf1d705997d9abc43 [master] Merge branch 'trac1369'
BIND 10 source code commits
bind10-changes at lists.isc.org
Wed Dec 7 23:34:12 UTC 2011
The branch, trac1450 has been created
at b41b7dc34a8a14339a1ff9daf1d705997d9abc43 (commit)
- Log -----------------------------------------------------------------
commit b41b7dc34a8a14339a1ff9daf1d705997d9abc43
Merge: 6bda5426c6f8b4e9faefc2075575e1c98bc3907c b7b90e50531bcbd2caaffe6b51aea8917a56f40d
Author: JINMEI Tatuya <jinmei at isc.org>
Date: Wed Dec 7 15:15:17 2011 -0800
[master] Merge branch 'trac1369'
commit 6bda5426c6f8b4e9faefc2075575e1c98bc3907c
Author: JINMEI Tatuya <jinmei at isc.org>
Date: Wed Dec 7 15:11:13 2011 -0800
[master] changelog for #1299
commit 6ff03bb9d631023175df99248e8cc0cda586c30a
Merge: d408808ea8e4fe24a21d13992a88ad62c22634b8 cce182ed937f7294b2a11a3af5b2e03a380b7cd5
Author: JINMEI Tatuya <jinmei at isc.org>
Date: Wed Dec 7 15:07:47 2011 -0800
[master] Merge branch 'trac1299'
commit b7b90e50531bcbd2caaffe6b51aea8917a56f40d
Author: JINMEI Tatuya <jinmei at isc.org>
Date: Tue Dec 6 15:25:52 2011 -0800
[1369] omit optional parameters of ZoneFinder.find()
commit fd5713eae0276a3d623953c88fc6281aab0b71d3
Author: JINMEI Tatuya <jinmei at isc.org>
Date: Tue Dec 6 15:12:41 2011 -0800
[1369] made optional parameters of ZoneFinder.find() really optional.
also be more strict of 'target': we don't (yet) support non NULL case for it
in this Python version anyway, so it must be None. Added a check for it.
docstring was also updated accordingly.
commit 4c0fd2ba248e5f925566e02724b34c85179a8c51
Author: JINMEI Tatuya <jinmei at isc.org>
Date: Tue Dec 6 14:51:07 2011 -0800
[1369] unrelated cleanup: position of '*'; folded long lines; constify
commit d408808ea8e4fe24a21d13992a88ad62c22634b8
Merge: 862b0e38047101afef0f6d81ba3f0d74c9a51ea5 1d5d7d8ea8d4dae23783b71e4a93165a36124663
Author: JINMEI Tatuya <jinmei at isc.org>
Date: Tue Dec 6 13:38:32 2011 -0800
[master] Merge branch 'trac1244'
commit cce182ed937f7294b2a11a3af5b2e03a380b7cd5
Author: JINMEI Tatuya <jinmei at isc.org>
Date: Tue Dec 6 10:50:43 2011 -0800
[1299] updated some exception messages as suggested in review
commit 49f1f1bc36042d4b4c27a002e963f400deb694d7
Author: Jelte Jansen <jelte at isc.org>
Date: Tue Dec 6 12:07:11 2011 +0100
[1299] typos
commit 1d5d7d8ea8d4dae23783b71e4a93165a36124663
Author: JINMEI Tatuya <jinmei at isc.org>
Date: Mon Dec 5 13:35:04 2011 -0800
[1244] a few trivial cleanups: removed unnecessary 'return', add a space,
rename addWildcardNxrrsetProof to addWildcardNXRRSETProof
(for consistency with addNXDOMAINProof())
commit 696f576c4743130bc8a77844c700582d5faaf391
Merge: e580e44a38c8dcf02e6ff40ba5977f18c8200572 11885ff9e91c98ff0c4e93d81fc2b3d47a02090d
Author: JINMEI Tatuya <jinmei at isc.org>
Date: Mon Dec 5 13:25:42 2011 -0800
[1244] Merge remote-tracking branch 'origin/trac1308' into trac1244
commit b3c9fffb335e7a42ff07a99016df46ccaf3dae97
Author: JINMEI Tatuya <jinmei at isc.org>
Date: Sat Dec 3 23:13:15 2011 -0800
[1299] handled IXFR 'serial uptodate' case
commit 50fdb098fc80146a714794cb9156ac03de909103
Author: JINMEI Tatuya <jinmei at isc.org>
Date: Sat Dec 3 21:04:25 2011 -0800
[master] [1299] cleanup, and added one more test (the case where the local SOA is unknown)
commit a4f7763150aa2ced077f67bddbaa39255bd2fbf9
Author: JINMEI Tatuya <jinmei at isc.org>
Date: Sat Dec 3 20:43:57 2011 -0800
[master] [1299] added more detailed validity check on SOA response.
also introduce a separate log message ID for XfrinProtocolError at the
INFO level (ERROR isn't appropriate because these are generally uncontrollable
events), and made sure we use the XfrinProtocolError for errors due to
the remote behavior.
commit d3792aa7fc6ca920c7f9a3f36318ea1160974850
Author: JINMEI Tatuya <jinmei at isc.org>
Date: Sat Dec 3 19:25:24 2011 -0800
[master] [1299] validate the qeustion section of SOA response. refactored the
code by extracting the validation part into a separate method.
commit 9351ba5d5461f8f93a169a99a5e378416a970bd5
Author: JINMEI Tatuya <jinmei at isc.org>
Date: Sat Dec 3 18:40:56 2011 -0800
[master] [1299] handle the case of primary's SOA serial is smaller than that of xfrin.
(there are some corner cases that haven't been addressed yet)
commit 8376919647ef84268085bfdd56271714416a6405
Author: JINMEI Tatuya <jinmei at isc.org>
Date: Sat Dec 3 11:19:15 2011 -0800
[master] [1299] (not directly related fix): be sure to check the AA flag of SOA response
commit 4e636c3e9a365304fc463929cdddcd555dcb3ad2
Author: JINMEI Tatuya <jinmei at isc.org>
Date: Sat Dec 3 14:31:32 2011 -0800
[master] [1299] (unrelated but necessary fix) corrected Serial::operator>= logic
commit 73721a97b1f3741bf58bf774601fef99a4ecb54f
Author: JINMEI Tatuya <jinmei at isc.org>
Date: Sat Dec 3 09:42:32 2011 -0800
[1299] pre-work refactoring: get the zone SOA in the XfrinConnection
as it will be used for other purposes than IXFR. If it's not found,
just log it and set it to None instead of raising an exception; what
should happen depends on how it's used, so it now lets the later process
decide what to do in that case.
commit 6764e7da0d5c6967e5607fc6e31c112895ed1827
Author: JINMEI Tatuya <jinmei at isc.org>
Date: Fri Dec 2 14:06:04 2011 -0800
[1299] pre-work update: use Serial object for SOA serial throughout the code
and tests.
-----------------------------------------------------------------------
More information about the bind10-changes
mailing list