BIND 10 trac1891, created. e7c91fe725369cabe19bd227e06176a117955461 [1891] (unrelated) cleanup: removed 'GET_RECORD_DIFF' sqlite3 statement.
BIND 10 source code commits
bind10-changes at lists.isc.org
Wed Apr 18 04:13:06 UTC 2012
The branch, trac1891 has been created
at e7c91fe725369cabe19bd227e06176a117955461 (commit)
- Log -----------------------------------------------------------------
commit e7c91fe725369cabe19bd227e06176a117955461
Author: JINMEI Tatuya <jinmei at isc.org>
Date: Tue Apr 17 21:10:23 2012 -0700
[1891] (unrelated) cleanup: removed 'GET_RECORD_DIFF' sqlite3 statement.
this was intended to be a temporary workaround while developing writability,
and should have been cleaned up in #1746. no one uses this anymore, so
we can safely remove it.
commit 14a13b8494a53f2a488859ed27726f32e57781b6
Author: JINMEI Tatuya <jinmei at isc.org>
Date: Tue Apr 17 21:05:23 2012 -0700
[1891] added a check in xfrin lettuce test for xfr with NSEC3.
- the test zone DB was updated by hand with an NSEC3 record in the nsec3 table.
- changes to transfer.py was the same one as that in quering.py to support IPv6
transport
commit 47f1415387f974e7ccdf7d95d7a380827486bc22
Author: JINMEI Tatuya <jinmei at isc.org>
Date: Tue Apr 17 17:52:18 2012 -0700
[1891] reject attempt of deleting NSEC3 before start transaction.
commit 9a4619a0a1ffdde67a58af51f3826e5c6a8da20b
Author: JINMEI Tatuya <jinmei at isc.org>
Date: Tue Apr 17 17:48:52 2012 -0700
[1891] implemented sqlite3 deleteNSEC3RecordInZone.
commit fb7201b9ff0aaa126ff82595b7a4c2f69ea8f4c7
Author: JINMEI Tatuya <jinmei at isc.org>
Date: Tue Apr 17 17:29:39 2012 -0700
[1891] be sure to reject addNSEC3 attempt before begin transaction.
commit bea9aaf1441dd9da91cc1197d02ea52c0d0095f1
Author: JINMEI Tatuya <jinmei at isc.org>
Date: Tue Apr 17 17:23:00 2012 -0700
[1891] make sure the 'owner' columns is filled on addNSEC3RecordToZone.
this is a kind of intermediate hack, and we should revisit this point
at the level of API/schema design.
commit d7cf5f81d983e95e4f8bd85637a0ae9785d94a9d
Author: JINMEI Tatuya <jinmei at isc.org>
Date: Tue Apr 17 16:37:28 2012 -0700
[1891] (unrelated) regression fix: make sure multiple updates after rollback.
this is a fix to the similar bug as the one fixed in the previous commit,
but for the rollback case.
commit 91cb18e244588b8a99ddf9b12fb99986b0258fdb
Author: JINMEI Tatuya <jinmei at isc.org>
Date: Tue Apr 17 16:32:59 2012 -0700
[1891] make sure nsec3 table is cleared when replacing a zone.
the test for this uncovered one old regression: accessor cannot be reused
for multiple updates. it was fixed in this commit, too.
commit 7aac25a59bfb9dbdbdbc4c8334204d24f7e0b131
Author: JINMEI Tatuya <jinmei at isc.org>
Date: Tue Apr 17 15:44:40 2012 -0700
[1891] implemented addNSEC3RecordToZone, 1st step.
defined a new statement for updating the nsec3 table, and used it from
addNSEC3RecordToZone. some validation checks are still missing.
also made simple cleanup of removing unnecessary namespace qualifiers.
commit 358beb2e1e15bcbe09438719e756f8641ea929d5
Author: JINMEI Tatuya <jinmei at isc.org>
Date: Tue Apr 17 14:49:10 2012 -0700
[1891] (unrelated) cleanup: unify the definition of faked NSEC3 strings.
defining const values in a shared header file isn't illegal, but it
could cause definition bloat (it's up to the linker implementation
whether to combine them). in practice this probably doesn't matter
much for this limited scope purpose, but it's still cleaner to avoid
the bloat.
commit d68d574b69ee627b11982276312dfa70160b072a
Merge: c3be9fa a318061
Author: JINMEI Tatuya <jinmei at isc.org>
Date: Tue Apr 17 13:04:40 2012 -0700
[1891] Merge branch 'trac1781' into trac1891
-----------------------------------------------------------------------
More information about the bind10-changes
mailing list