BIND 10 trac2911, created. 874c3c10a8e0e1e8a7bbcddb246c502b564f9c4b [2911] updated BIND10 guide about IXFR-or-AXFR w/ request_ixfr.
BIND 10 source code commits
bind10-changes at lists.isc.org
Fri May 24 06:41:10 UTC 2013
The branch, trac2911 has been created
at 874c3c10a8e0e1e8a7bbcddb246c502b564f9c4b (commit)
- Log -----------------------------------------------------------------
commit 874c3c10a8e0e1e8a7bbcddb246c502b564f9c4b
Author: JINMEI Tatuya <jinmei at isc.org>
Date: Thu May 23 23:38:58 2013 -0700
[2911] updated BIND10 guide about IXFR-or-AXFR w/ request_ixfr.
commit 6270b6617e2f0b2e201083140f8edfa9f1ab5bc2
Author: JINMEI Tatuya <jinmei at isc.org>
Date: Thu May 23 23:10:43 2013 -0700
[2911] deprecated use_ixfr
commit 86177becfc1f8cba92b2c4c3eff9115a491e4095
Author: JINMEI Tatuya <jinmei at isc.org>
Date: Thu May 23 22:47:46 2013 -0700
[2911] updates to retransfer/refresh so it works with new semantics.
actually refresh wasn't defined in spec, so is defined now.
retransfer is revised so it always uses AXFR (BIND 9 compatible).
lettuce tests are adjusted accordingly.
commit 1671d2d1e21950e8d8b8a2a523ec071aded65b5a
Author: JINMEI Tatuya <jinmei at isc.org>
Date: Wed May 22 17:38:22 2013 -0700
[2911] changed the default policy of request_ixfr to 'yes'.
it should now be safe as we (have already) support fallback and use AXFR
initially.
commit c154e6bb067a07c190da3c81cd541b00abf7f59d
Author: JINMEI Tatuya <jinmei at isc.org>
Date: Wed May 22 17:35:45 2013 -0700
[2911] suppress IXFR-to-AXFR fallback if IXFR only is specified.
commit 837ee5adaf19733d2812090a1ae5d6446180fda6
Author: JINMEI Tatuya <jinmei at isc.org>
Date: Wed May 22 17:22:08 2013 -0700
[2911] select initial request type based on config and SOA availability.
commit a6ad79e6d645000e828d9644bc337bf099f4f773
Author: JINMEI Tatuya <jinmei at isc.org>
Date: Wed May 22 15:32:36 2013 -0700
[2911] updated XfrinConnection ctor so it takes zone soa as a parameter.
this is essentially a refactoring: there's no behavior change.
but it'll help later part of this branch.
commit 669c1cd70ef269f2683a002f178ba72fba638d16
Author: JINMEI Tatuya <jinmei at isc.org>
Date: Wed May 22 14:47:14 2013 -0700
[2911] (unrelated style cleanup) folded long lines
commit 19f4a2e1d4836bf0037abeb6bfa6f6f721360c5b
Author: JINMEI Tatuya <jinmei at isc.org>
Date: Wed May 22 14:01:07 2013 -0700
[2911] make sure to use default request_ixfr from the spec, not hardcoding it.
also updated the test so the MockCC refers to the spec default, instead of
hardcoding the values.
commit bf9381c9ebb593e83903eb3194d40fef996700df
Author: JINMEI Tatuya <jinmei at isc.org>
Date: Tue May 21 21:12:49 2013 -0700
[2911] use request_ixfr, not request_type, just before do_xfrin().
no behavior change yet. also, use AXFR by default, for now, to preserve
the behavior.
commit 2623e744fb6d4dd766ddb6559c81d2d4d92bdf54
Author: JINMEI Tatuya <jinmei at isc.org>
Date: Fri Apr 26 16:26:32 2013 -0700
[2911] add request_ixfr zone option to finer policy control on use of IXFR.
currently just recognize the option. no behavior change due to it yet.
commit f081395534c02ad029aeb61f79ba529ff532cf4e
Author: JINMEI Tatuya <jinmei at isc.org>
Date: Wed May 22 15:16:42 2013 -0700
[2911] refactoring: extract _get_zone_soa from XfrinConnection as free func.
This change will be helpful for later part of this branch.
commit b26a6bee9b6c94dff3483d326a7b34bd07c91011
Author: JINMEI Tatuya <jinmei at isc.org>
Date: Wed May 22 15:00:07 2013 -0700
[2911] cleanup: remove db_file arg from XfrinConnection ctor.
this class now doesn't rely on the low level interface anymore.
commit 1a236ed84ed85376d54bf850b9de9e4150465f78
Author: JINMEI Tatuya <jinmei at isc.org>
Date: Wed May 22 14:55:43 2013 -0700
[2911] refactoring: use create_zone() instead of the old datasrc API.
commit dbeb793796b8cf82a735c0bc96568a188ba5016e
Author: JINMEI Tatuya <jinmei at isc.org>
Date: Tue May 21 20:28:07 2013 -0700
[2911] more refactoring: unify xfr command handling into a single method.
commit fb3b94fa5eec711ff84ef281370eb2bfa95a0b5a
Author: JINMEI Tatuya <jinmei at isc.org>
Date: Tue May 21 17:30:50 2013 -0700
[2911] refactoring: extract xfr command handling into separate threads.
no behavior change.
commit 42569ae1408198a605b93aa1369e32fb62dc8ee2
Author: Stephen Morris <stephen at isc.org>
Date: Tue May 21 14:56:51 2013 +0100
[master] ChangeLog for merge of trac2653
commit 14fa32e0dcb2d77ebc7d8a5938b37e36324b8bef
Author: Jeremy C. Reed <jreed at isc.org>
Date: Tue May 14 17:08:28 2013 -0500
[trac2653] escape double-dash so isn't converted to ndash entity
because can't copy and paste as it was
commit 018e2a97c77a95d84505c45f3e2d106e753b18f7
Author: Stephen Morris <stephen at isc.org>
Date: Mon May 13 15:56:58 2013 +0100
[2653] Added documentation as to how to create the test DHCP database
-----------------------------------------------------------------------
More information about the bind10-changes
mailing list