- 04 Jun, 2013 11 commits
-
-
JINMEI Tatuya authored
-
JINMEI Tatuya authored
-
JINMEI Tatuya authored
-
JINMEI Tatuya authored
-
JINMEI Tatuya authored
-
JINMEI Tatuya authored
-
JINMEI Tatuya authored
-
JINMEI Tatuya authored
it doesn't make sense in practice and should better be cleaned up.
-
JINMEI Tatuya authored
-
JINMEI Tatuya authored
-
JINMEI Tatuya authored
-
- 03 Jun, 2013 5 commits
-
-
JINMEI Tatuya authored
test cases were adjusted. in particular, test_do_axfrin_nozone_sqlite3 was simply removed; it's okay as it only intended to the old behavior itself.
-
JINMEI Tatuya authored
from this point, xfrin stops auto-create a new zone; the admin must explicitly create empty zone using b10-loadzone -e.
-
JINMEI Tatuya authored
-
JINMEI Tatuya authored
this is a backward compatible change, and is currently no-op in effect, but will be crucial with main changes of this branch that are coming.
-
JINMEI Tatuya authored
it'll soon be impossible to assume a specific data source for the very initial transfer, we need to extract the zone creation part from b10-xfrin (which should be the right course anyway). the new loadzone option is my proposed way to do this. I think this option itself is of some use, too.
-
- 01 Jun, 2013 1 commit
-
-
JINMEI Tatuya authored
we're going to use stored client retrieved from a client list. at that point we need to ensure zone finders are only used by a single thread (updaters can run concurrently by multiple threads). no behavior change.
-
- 30 May, 2013 23 commits
-
-
JINMEI Tatuya authored
-
JINMEI Tatuya authored
this is already unused and has been effectively dead code.
-
JINMEI Tatuya authored
so we can test much larger part of _cc_setup(). right now no behavior change.
-
JINMEI Tatuya authored
-
JINMEI Tatuya authored
Fixed Conflicts: ChangeLog
-
JINMEI Tatuya authored
-
JINMEI Tatuya authored
it now unconditionally uses AXFR, so mentioning possible failure of IXFR doesn't make sense.
-
JINMEI Tatuya authored
-
JINMEI Tatuya authored
-
JINMEI Tatuya authored
-
JINMEI Tatuya authored
-
JINMEI Tatuya authored
-
JINMEI Tatuya authored
-
JINMEI Tatuya authored
-
JINMEI Tatuya authored
-
JINMEI Tatuya authored
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.
-
JINMEI Tatuya authored
it should now be safe as we (have already) support fallback and use AXFR initially.
-
JINMEI Tatuya authored
-
JINMEI Tatuya authored
-
JINMEI Tatuya authored
this is essentially a refactoring: there's no behavior change. but it'll help later part of this branch.
-
JINMEI Tatuya authored
-
JINMEI Tatuya authored
also updated the test so the MockCC refers to the spec default, instead of hardcoding the values.
-
JINMEI Tatuya authored
no behavior change yet. also, use AXFR by default, for now, to preserve the behavior.
-