BIND 10 trac1209, created. dcbc2db0a515208db5cbfc5a2ba88c14120ba1bb [1209] updated the documentation about notes on initial setup

BIND 10 source code commits bind10-changes at lists.isc.org
Sat Oct 8 00:39:40 UTC 2011


The branch, trac1209 has been created
        at  dcbc2db0a515208db5cbfc5a2ba88c14120ba1bb (commit)

- Log -----------------------------------------------------------------
commit dcbc2db0a515208db5cbfc5a2ba88c14120ba1bb
Author: JINMEI Tatuya <jinmei at isc.org>
Date:   Fri Oct 7 17:35:46 2011 -0700

    [1209] updated the documentation about notes on initial setup

commit be1f9361884f15155c20fc8f8979d9ee32102713
Author: JINMEI Tatuya <jinmei at isc.org>
Date:   Fri Oct 7 17:18:23 2011 -0700

    [1209] added a couple of more tests for update attmpt of non existent zone.
    this would have revealed the DataSourceClient_getUpdater bug.

commit 4f423f99cb3b73d75a736c9610f3faf30cc3d837
Author: JINMEI Tatuya <jinmei at isc.org>
Date:   Fri Oct 7 16:59:04 2011 -0700

    [1209] updated state transition digram to include pure AXFR

commit 982f6e4d7e7a2ffb0d17add0df1e5643aa38c092
Author: JINMEI Tatuya <jinmei at isc.org>
Date:   Fri Oct 7 16:54:55 2011 -0700

    [1209] a related bug fix in the python datasrc wrapper:
    DataSourceClient.get_updater must return None when it cannot find the zone.
    Otherwise the returned updater would be incomplete and would subseuqently
    cause a disruption (such as program crash).

commit 98104aa8ac64b6602fa6c1c7c7eb08e9b43f0fa6
Merge: 21d7a1b c260476
Author: JINMEI Tatuya <jinmei at isc.org>
Date:   Fri Oct 7 16:41:03 2011 -0700

    [1209] Merge branch 'trac1209tmp' into trac1209 with fixing conflicts.

commit c260476dc19056181931668db6316055526f4daf
Author: JINMEI Tatuya <jinmei at isc.org>
Date:   Fri Oct 7 01:36:37 2011 -0700

    [1209] revisited the empty answer case.  I don't see a reason to reject
    it even though it's unusual.  (From code inspection, BIND 9 also seems to
    accept it).  So I changed the behavior to accepting it, and updating the
    test accordingly.

commit 60765d3c47eedd4bf412b53c2ce47c5de41be8a8
Author: JINMEI Tatuya <jinmei at isc.org>
Date:   Fri Oct 7 01:26:55 2011 -0700

    [1209] added sqlite3 tests for pure AXFR.  this should succeed, and it did
    as expected.

commit b26befde4983f01b37f7e29bc8ebb8dbc7f6c1de
Author: JINMEI Tatuya <jinmei at isc.org>
Date:   Fri Oct 7 01:17:59 2011 -0700

    [1209] some more tests on minor cases, including AXFR SOA mismatch.
    corresponding documentation update.

commit d178a34c2798221f7cee90d07bfced84df4908d6
Author: JINMEI Tatuya <jinmei at isc.org>
Date:   Thu Oct 6 23:47:47 2011 -0700

    [1209] unrelated cleanup: removed 'verbose' as it's not used (only left
    as the command line option for compatibility)

commit da9206de5ccdb4ff074c0246856ac8de487eff40
Author: JINMEI Tatuya <jinmei at isc.org>
Date:   Thu Oct 6 23:43:41 2011 -0700

    [1209] removed db_file (which is very specific to the old API and sqlite3)
    wherever possible.  in particular, the XfrinConnection class is now
    "db_file"-free.

commit 6aa910d6307f825013e2e0d7b5b1e4599a634f1b
Author: JINMEI Tatuya <jinmei at isc.org>
Date:   Thu Oct 6 23:09:51 2011 -0700

    [1209] unified AXFR message handling logic into _handle_xfrin_responses().
    removed now-unused code path, and adjusted existing test cases accordingly.

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




More information about the bind10-changes mailing list