BIND 10 trac2964, created. 53d462aedda7e6f2527dff34a6da25ef58ec298b [2964] updated guide regarding xfrin changes, especially initial setup.

BIND 10 source code commits bind10-changes at lists.isc.org
Tue Jun 4 00:57:43 UTC 2013


The branch, trac2964 has been created
        at  53d462aedda7e6f2527dff34a6da25ef58ec298b (commit)

- Log -----------------------------------------------------------------
commit 53d462aedda7e6f2527dff34a6da25ef58ec298b
Author: JINMEI Tatuya <jinmei at isc.org>
Date:   Mon Jun 3 17:51:33 2013 -0700

    [2964] updated guide regarding xfrin changes, especially initial setup.

commit 1867eb5f882da2cc6cb5c8be897d9affcf125e28
Author: JINMEI Tatuya <jinmei at isc.org>
Date:   Mon Jun 3 17:28:58 2013 -0700

    [2964] (unrelated) cleanup: removed now-unused class attribute.

commit f24dff697d824255a76586d0ff879e8445087d08
Author: JINMEI Tatuya <jinmei at isc.org>
Date:   Mon Jun 3 17:28:37 2013 -0700

    [2964] (unrelated) cleanup: removed the check for pydnspp module.
    
    it doesn't make sense in practice and should better be cleaned up.

commit 429d200e948f44dd4d7f668c2f8d46883f576205
Author: JINMEI Tatuya <jinmei at isc.org>
Date:   Mon Jun 3 17:11:10 2013 -0700

    [2964] cleanup: removed any reference to db_file command params

commit 4ca40253f70421e0133e2bcc18dde133b4851f67
Author: JINMEI Tatuya <jinmei at isc.org>
Date:   Mon Jun 3 17:04:21 2013 -0700

    [2964] cleanup: remove any reference to auth/database_file config.

commit 525021e0a8f3c00757b66588208bc10528544416
Author: JINMEI Tatuya <jinmei at isc.org>
Date:   Mon Jun 3 17:00:40 2013 -0700

    [2964] make sure to catch exception from DataSrcClientsMgr.reconfigure.

commit e51d6fd38a9ecdb6d8ff200fc152aaf5bf1e0cf5
Author: JINMEI Tatuya <jinmei at isc.org>
Date:   Mon Jun 3 16:36:21 2013 -0700

    [2964] updated _get_zone_soa so it won't auto create a new zone anymore.
    
    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.

commit edc1911c2dd4b941d4658aa0e677f4a8ef4ce819
Author: JINMEI Tatuya <jinmei at isc.org>
Date:   Mon Jun 3 16:14:09 2013 -0700

    [2964] use DataSrcClientsMgr to identify the data source for xfr.
    
    from this point, xfrin stops auto-create a new zone; the admin must explicitly
    create empty zone using b10-loadzone -e.

commit 1c5051938f58da3dda1b327d373b4df7f09ca7de
Author: JINMEI Tatuya <jinmei at isc.org>
Date:   Mon Jun 3 15:09:16 2013 -0700

    [2964] added helper python module DataSrcClientsMgr.

commit 7a0ffbd7818d721d06b1864fe840f89be6f65b8b
Author: JINMEI Tatuya <jinmei at isc.org>
Date:   Mon Jun 3 13:53:52 2013 -0700

    [2964] before intial 'retransfer', make sure create an empty zone w/ loadzone
    
    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.

commit 43c9101c5e4a721fde8f6699dde7f45f12b80823
Author: JINMEI Tatuya <jinmei at isc.org>
Date:   Mon Jun 3 13:26:30 2013 -0700

    [2964] added -e (empty zone) option to b10-loadzone.
    
    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.

commit 159d0dd5e07877315eaa9690cfe141f3dac1f1c6
Author: JINMEI Tatuya <jinmei at isc.org>
Date:   Fri May 31 17:39:38 2013 -0700

    [2964] refactoring: create datasrc_client before starting session thread.
    
    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.

commit 42213653b829ee68eae11af916dbd2164c96d27f
Author: JINMEI Tatuya <jinmei at isc.org>
Date:   Thu May 30 15:13:50 2013 -0700

    [2964] added data_sources for necessary remote config. it's nop for now.

commit 2ed196723ce382b98667029ae24dae42361197df
Author: JINMEI Tatuya <jinmei at isc.org>
Date:   Thu May 30 15:11:07 2013 -0700

    [2964] cleanup: removed inmemory config retrieved from auth config
    
    this is already unused and has been effectively dead code.

commit 8b143c88e7413b43086ca538e84af945f7754447
Author: JINMEI Tatuya <jinmei at isc.org>
Date:   Thu May 30 14:20:01 2013 -0700

    [2964] small refactoring: move more stuff from mock _cc_setup to ctor.
    
    so we can test much larger part of _cc_setup().  right now no behavior change.

-----------------------------------------------------------------------



More information about the bind10-changes mailing list