]> git.ipfire.org Git - thirdparty/kea.git/log
thirdparty/kea.git
13 years ago[master] Remove empty GNU-style dist files
Mukund Sivaraman [Tue, 9 Oct 2012 04:51:48 +0000 (10:21 +0530)] 
[master] Remove empty GNU-style dist files

13 years ago[2204] grammar fix in documentation
JINMEI Tatuya [Tue, 9 Oct 2012 00:29:15 +0000 (17:29 -0700)] 
[2204] grammar fix in documentation

13 years ago[2204] updated test comments without using "rollback".
JINMEI Tatuya [Tue, 9 Oct 2012 00:27:23 +0000 (17:27 -0700)] 
[2204] updated test comments without using "rollback".

as the new code actually doesn't do rollback operation internally,
even though the observable effect is the same.

13 years ago[2204] updated comments about releasing old data source client lists
JINMEI Tatuya [Mon, 8 Oct 2012 23:56:10 +0000 (16:56 -0700)] 
[2204] updated comments about releasing old data source client lists

the previous one was not really accurate and was confusing.

13 years ago[2244] renamed BaseComponent.is_failed() to is_restarting().
JINMEI Tatuya [Mon, 8 Oct 2012 23:14:16 +0000 (16:14 -0700)] 
[2244] renamed BaseComponent.is_failed() to is_restarting().

so it sounds more natural as an English term.

13 years ago[2244] fixed a typo in a log message.
JINMEI Tatuya [Mon, 8 Oct 2012 22:49:24 +0000 (15:49 -0700)] 
[2244] fixed a typo in a log message.

13 years ago[master] define dbutil_test.sh as noinst_SCRIPTS to auto-regenerate on modify.
JINMEI Tatuya [Mon, 8 Oct 2012 21:12:02 +0000 (14:12 -0700)] 
[master] define dbutil_test.sh as noinst_SCRIPTS to auto-regenerate on modify.

this will prevent surprising test failure on an incrementally updated dev
tree.  okayed on jabber.

13 years ago[master] added changelog for #1870
JINMEI Tatuya [Mon, 8 Oct 2012 21:11:39 +0000 (14:11 -0700)] 
[master] added changelog for #1870

13 years ago[master] Merge branch 'trac1870'
JINMEI Tatuya [Mon, 8 Oct 2012 21:02:58 +0000 (14:02 -0700)] 
[master] Merge branch 'trac1870'

13 years ago[master] Merge branch 'trac2203'
JINMEI Tatuya [Mon, 8 Oct 2012 20:57:05 +0000 (13:57 -0700)] 
[master] Merge branch 'trac2203'

13 years ago[2292] minor cleanups: constify, indentation
JINMEI Tatuya [Mon, 8 Oct 2012 18:32:18 +0000 (11:32 -0700)] 
[2292] minor cleanups: constify, indentation

13 years ago[2266] Remove all traces of RRsetList
Mukund Sivaraman [Mon, 8 Oct 2012 18:10:11 +0000 (23:40 +0530)] 
[2266] Remove all traces of RRsetList

It is no longer used anywhere.

13 years agoMerge branch 'trac1899_2'
Mukund Sivaraman [Mon, 8 Oct 2012 17:29:25 +0000 (22:59 +0530)] 
Merge branch 'trac1899_2'

13 years ago[master] add std:: for memset(). sunstudio requires this with <cstring>
JINMEI Tatuya [Mon, 8 Oct 2012 16:41:33 +0000 (16:41 +0000)] 
[master] add std:: for memset().  sunstudio requires this with <cstring>

13 years ago[master] Merge branch 'trac2275'
Jelte Jansen [Mon, 8 Oct 2012 12:53:19 +0000 (14:53 +0200)] 
[master] Merge branch 'trac2275'

13 years ago[master] Add libb10-cc.la to tests Makefile.am
Mukund Sivaraman [Mon, 8 Oct 2012 09:12:55 +0000 (14:42 +0530)] 
[master] Add libb10-cc.la to tests Makefile.am

13 years ago[master] Merge branch 'trac2278'
Jelte Jansen [Mon, 8 Oct 2012 07:57:26 +0000 (09:57 +0200)] 
[master] Merge branch 'trac2278'

13 years ago[2275] fix strncpy in socketrequestortest
Jelte Jansen [Mon, 8 Oct 2012 07:41:11 +0000 (09:41 +0200)] 
[2275] fix strncpy in socketrequestortest

13 years ago[1899] Allow other RRtypes in nsec3 table (for RRSIGs)
Mukund Sivaraman [Mon, 8 Oct 2012 07:06:20 +0000 (12:36 +0530)] 
[1899] Allow other RRtypes in nsec3 table (for RRSIGs)

* The unique constraint on NSEC3 owner per zone is now removed
* NSEC3 RRSIGs are now returned next to their RR set
* Test was adjusted to check for RRSIGs too

13 years ago[clang-build] added workaround for the clang++ "unused arguments" warn/error.
JINMEI Tatuya [Mon, 8 Oct 2012 06:53:26 +0000 (23:53 -0700)] 
[clang-build] added workaround for the clang++ "unused arguments" warn/error.

by specifying -Qunused-arguments.  Also, as a cleanup for better organization
I moved compiler specific settings to earlier part of configure.ac, where
this workaround was added.

13 years ago[clang-build] Revert "[clang-build] specify thread flag as part CPPFLAGS, not LDFLAGS."
JINMEI Tatuya [Mon, 8 Oct 2012 04:20:52 +0000 (21:20 -0700)] 
[clang-build] Revert "[clang-build] specify thread flag as part CPPFLAGS, not LDFLAGS."

This reverts commit daf81c8846bf0b4e4308068a019c96beb09c5199.

I believe the sense of the change is correct, but it has effects on
other OSes, so it's probably better to use clang specific workaround
(will commit it later).

13 years ago[clang-build] Revert "[clang-build] specify -pthread in CXXFLAGS and via system-indep...
JINMEI Tatuya [Mon, 8 Oct 2012 04:19:23 +0000 (21:19 -0700)] 
[clang-build] Revert "[clang-build] specify -pthread in CXXFLAGS and via system-indepedent variable."

This reverts commit d62a1e4250c88e765b3cd7f77fe9a948db0a565d.

I believe the sense of the change is correct, but it has effects on
other OSes, so it's probably better to use clang specific workaround
(will commit it later).

13 years ago[clang-build] specify -pthread in CXXFLAGS and via system-indepedent variable.
JINMEI Tatuya [Sun, 7 Oct 2012 21:12:02 +0000 (14:12 -0700)] 
[clang-build] specify -pthread in CXXFLAGS and via system-indepedent variable.

specifying it in LDFLAGS would trigger build error with some versions of clang.
hardcoding "-pthread" is less portable.

13 years ago[clang-build] removed an effectively unused variable. clang would complain.
JINMEI Tatuya [Sun, 7 Oct 2012 19:34:55 +0000 (12:34 -0700)] 
[clang-build] removed an effectively unused variable.  clang would complain.

13 years ago[clang-build] specify thread flag as part CPPFLAGS, not LDFLAGS.
JINMEI Tatuya [Sun, 7 Oct 2012 19:20:34 +0000 (12:20 -0700)] 
[clang-build] specify thread flag as part CPPFLAGS, not LDFLAGS.

newer version of clang treats the latter as a fatal error.

13 years ago[clang-build] explictly define destructor of mostly empty template class.
JINMEI Tatuya [Sun, 7 Oct 2012 17:13:58 +0000 (10:13 -0700)] 
[clang-build] explictly define destructor of mostly empty template class.

without this new versions of clang++ seem to complain that instantiation of
the class results in an unused variable.

13 years ago[2268] Add back logging calls
Mukund Sivaraman [Sun, 7 Oct 2012 18:10:22 +0000 (23:40 +0530)] 
[2268] Add back logging calls

13 years ago[2268] Fix a leak upon exception in InMemoryClient's constructor
Mukund Sivaraman [Sun, 7 Oct 2012 17:55:55 +0000 (23:25 +0530)] 
[2268] Fix a leak upon exception in InMemoryClient's constructor

13 years ago[2268] Remove redundant MemorySegmentTest definition
Mukund Sivaraman [Sun, 7 Oct 2012 17:32:57 +0000 (23:02 +0530)] 
[2268] Remove redundant MemorySegmentTest definition

13 years ago[2268] Move constructor and destructor to top of file
Mukund Sivaraman [Sun, 7 Oct 2012 17:29:27 +0000 (22:59 +0530)] 
[2268] Move constructor and destructor to top of file

13 years ago[2268] Update ZoneDataUpdater API doc
Mukund Sivaraman [Sun, 7 Oct 2012 15:48:58 +0000 (21:18 +0530)] 
[2268] Update ZoneDataUpdater API doc

13 years ago[2268] Move EmptyZone exception to InMemoryClient class
Mukund Sivaraman [Sun, 7 Oct 2012 15:48:38 +0000 (21:18 +0530)] 
[2268] Move EmptyZone exception to InMemoryClient class

13 years ago[2292] Update tests
Michal 'vorner' Vaner [Sun, 7 Oct 2012 15:19:12 +0000 (17:19 +0200)] 
[2292] Update tests

They don't need the mutable versions to work, but they used them anyway.

13 years ago[2292] Re-add version of find removed by accident
Michal 'vorner' Vaner [Sun, 7 Oct 2012 15:18:33 +0000 (17:18 +0200)] 
[2292] Re-add version of find removed by accident

This one was not mutable, it just took Name as an argument.

13 years ago[2292] Drop tests for InMemoryClient::add
Michal 'vorner' Vaner [Sun, 7 Oct 2012 15:03:18 +0000 (17:03 +0200)] 
[2292] Drop tests for InMemoryClient::add

As the method was removed.

13 years ago[2292] Remove unused template parameters
Michal 'vorner' Vaner [Sun, 7 Oct 2012 14:50:50 +0000 (16:50 +0200)] 
[2292] Remove unused template parameters

The domain tree no longer supports the mutable find versions, so we
don't need the template parameters allowing for them.

13 years ago[2292] Remove mutable find methods
Michal 'vorner' Vaner [Sun, 7 Oct 2012 14:38:23 +0000 (16:38 +0200)] 
[2292] Remove mutable find methods

They are currently used in test code only (so we'll need to update the
tests to compile). The real code seams clean now.

13 years ago[2292] Remove the setZoneData method
Michal 'vorner' Vaner [Sun, 7 Oct 2012 14:13:56 +0000 (16:13 +0200)] 
[2292] Remove the setZoneData method

Currently, the content of zone is passed to the addZone method. No way
to change it later, but the addZone overwrites the old value if called
again.

This should hopefully allow for removal of mutable find methods from the
tree.

13 years ago[2204] cleanup: removed unused func, and renamed "ClientList" with "DataSrc".
JINMEI Tatuya [Sat, 6 Oct 2012 00:04:28 +0000 (17:04 -0700)] 
[2204] cleanup: removed unused func, and renamed "ClientList" with "DataSrc".

getClientListClasses() was removed.  It's not used anymore.
a few methods named with "ClientList" were renamed with adding "DataSrc".
The resulting names are a bit long, but since there's no namespace
qualification, simply saying "client" can be confusing (it could be
interpreted to mean DNS clients, for example).

13 years ago[2204] regression fix: make sure the datasrc config is installed to server.
JINMEI Tatuya [Fri, 5 Oct 2012 23:52:37 +0000 (16:52 -0700)] 
[2204] regression fix: make sure the datasrc config is installed to server.

13 years ago[2204] removed server function/template param from configureDataSourceGeneric.
JINMEI Tatuya [Fri, 5 Oct 2012 23:48:03 +0000 (16:48 -0700)] 
[2204] removed server function/template param from configureDataSourceGeneric.

This is pure cleanup.  This function already doesn't use the server.

13 years ago[2204] extracted swapDataSrcClientLists() from configureDataSource().
JINMEI Tatuya [Fri, 5 Oct 2012 23:40:10 +0000 (16:40 -0700)] 
[2204] extracted swapDataSrcClientLists() from configureDataSource().

now configureDataSource() can take time.

13 years ago[2204] completely replaced setClientList with swapDataSrcClientLists.
JINMEI Tatuya [Fri, 5 Oct 2012 23:02:01 +0000 (16:02 -0700)] 
[2204] completely replaced setClientList with swapDataSrcClientLists.

the test cases using setClientList were updated so they use
swapDataSrcClientLists (some of them work as a test for the "swap" itself).
now we don't need setClientList, so it was removed.

13 years ago[2204] simplify configureDataSource by always creating a new lists and swap.
JINMEI Tatuya [Fri, 5 Oct 2012 22:15:18 +0000 (15:15 -0700)] 
[2204] simplify configureDataSource by always creating a new lists and swap.

so we don't have to worry about what are in the current lists or rollback
operations.
swapDataSrcClientLists() is newly introduced for AuthSrv.  No direc tests
yet (technically bad in terms TDD but the definition is very simple), which
will be provided in the next step.
the lock is now moved inside swapDataSrcClientLists().

note: even though this version builds everything, the amount of work
should be mostly the same because the only save is to create the empty
ClientList when the new and old have the same class of client.  The expensive
part is ClientList::configure().  This version doesn't need any more call
to configure() than the old version.

13 years ago[2204] changed internal representation of auth_srv's "client_lists_" to ptrs.
JINMEI Tatuya [Fri, 5 Oct 2012 21:03:52 +0000 (14:03 -0700)] 
[2204] changed internal representation of auth_srv's "client_lists_" to ptrs.

this will be necessary later in this branch.
also renamed the member variable "datasrc_client_lists_" as the mere "client"
can be ambiguous.

13 years ago[2204] Merge branch 'trac2203' into trac2204
JINMEI Tatuya [Fri, 5 Oct 2012 20:13:19 +0000 (13:13 -0700)] 
[2204] Merge branch 'trac2203' into trac2204

13 years ago[2304] Added Option6IntArray option type and unit tests.
Marcin Siodelski [Fri, 5 Oct 2012 18:42:20 +0000 (20:42 +0200)] 
[2304] Added Option6IntArray option type and unit tests.

13 years ago[2203] renamed datasrc_configurator to datasrc_config; it represents it better.
JINMEI Tatuya [Fri, 5 Oct 2012 17:12:42 +0000 (10:12 -0700)] 
[2203] renamed datasrc_configurator to datasrc_config; it represents it better.

13 years ago[2304] Added factory functions for IA_NA and IAADDR options.
Marcin Siodelski [Fri, 5 Oct 2012 13:16:26 +0000 (15:16 +0200)] 
[2304] Added factory functions for IA_NA and IAADDR options.

13 years ago[2304] Checking data types specified for Option6Int.
Marcin Siodelski [Fri, 5 Oct 2012 13:15:02 +0000 (15:15 +0200)] 
[2304] Checking data types specified for Option6Int.

13 years ago[2155] update for structured statistics items
Yoshitaka Aharen [Fri, 5 Oct 2012 12:55:35 +0000 (21:55 +0900)] 
[2155] update for structured statistics items

Conflicts:
src/bin/auth/statistics.cc
src/bin/auth/tests/auth_srv_unittest.cc
src/bin/auth/tests/statistics_unittest.cc

13 years ago[2154] removed socket statistics items, restruct counter items
Yoshitaka Aharen [Fri, 5 Oct 2012 12:28:48 +0000 (21:28 +0900)] 
[2154] removed socket statistics items, restruct counter items

Removed socket statistics items.
Restruct counter items from flat counters to structured counters.

13 years ago[2155] update for structured statistics items
Yoshitaka Aharen [Fri, 5 Oct 2012 12:55:35 +0000 (21:55 +0900)] 
[2155] update for structured statistics items

13 years ago[2154] removed socket statistics items, restruct counter items
Yoshitaka Aharen [Fri, 5 Oct 2012 12:28:48 +0000 (21:28 +0900)] 
[2154] removed socket statistics items, restruct counter items

Removed socket statistics items.
Restruct counter items from flat counters to structured counters.

Conflicts:
src/bin/auth/tests/statistics_unittest.cc

13 years ago[2275] address review comments
Jelte Jansen [Fri, 5 Oct 2012 10:10:56 +0000 (12:10 +0200)] 
[2275] address review comments

13 years ago[2244] rename Componet.running() is_running() for consistency.
JINMEI Tatuya [Fri, 5 Oct 2012 05:19:27 +0000 (22:19 -0700)] 
[2244] rename Componet.running() is_running() for consistency.

this branch introduced is_failed() (and failed() was already defined for
a different a purpose), so for consistency it would be better to name
the running version is_xxx too.

13 years ago[2244] cleanup: reordered log message file
JINMEI Tatuya [Fri, 5 Oct 2012 05:11:45 +0000 (22:11 -0700)] 
[2244] cleanup: reordered log message file

13 years ago[2244] make sure restarting components only when they are in config.
JINMEI Tatuya [Fri, 5 Oct 2012 05:10:40 +0000 (22:10 -0700)] 
[2244] make sure restarting components only when they are in config.

this should fix the main problem of this ticket.

13 years ago[2244] a minor editorial fix to the previous comment update
JINMEI Tatuya [Fri, 5 Oct 2012 04:08:55 +0000 (21:08 -0700)] 
[2244] a minor editorial fix to the previous comment update

13 years ago[2244] added comment about has_comonent as it may not be very obvious.
JINMEI Tatuya [Fri, 5 Oct 2012 03:53:37 +0000 (20:53 -0700)] 
[2244] added comment about has_comonent as it may not be very obvious.

13 years ago[2244] added a simple has_component() method to configurtor.
JINMEI Tatuya [Fri, 5 Oct 2012 00:55:57 +0000 (17:55 -0700)] 
[2244] added a simple has_component() method to configurtor.

should be pretty trivial, so added a couple of test cases as part of
other tests.

13 years ago[2244] make sure configurtor's build_plan() handles 'failed' component.
JINMEI Tatuya [Fri, 5 Oct 2012 00:38:43 +0000 (17:38 -0700)] 
[2244] make sure configurtor's build_plan() handles 'failed' component.

this fixes the test case introduced at the beginning of the branch.

13 years ago[2244] introduced a new "Failed" state of Component.
JINMEI Tatuya [Fri, 5 Oct 2012 00:37:09 +0000 (17:37 -0700)] 
[2244] introduced a new "Failed" state of Component.

13 years ago[2244] added a test case that reproduces one aspect of the problem.
JINMEI Tatuya [Fri, 5 Oct 2012 00:27:15 +0000 (17:27 -0700)] 
[2244] added a test case that reproduces one aspect of the problem.

the configurator should be able to delete a component to be removed
even if the it's failing (unexpectedly).  The current implementation
doesn't handle that condition correctly.

13 years ago[master] Merge branch 'trac2284'
JINMEI Tatuya [Thu, 4 Oct 2012 21:33:56 +0000 (14:33 -0700)] 
[master] Merge branch 'trac2284'

13 years ago[2284] minor comment update about in-memory finder context's getFinder().
JINMEI Tatuya [Thu, 4 Oct 2012 21:30:31 +0000 (14:30 -0700)] 
[2284] minor comment update about in-memory finder context's getFinder().

with the cleanup in this ticket we can now actually return NULL, but
intermediate status of other #2283 tickets will require non NULL values.
So, it's probably better to keep the behavior with referring to #2283,
instead of #2284.

13 years ago[2268] Remove the RdataSet sorting code
Mukund Sivaraman [Thu, 4 Oct 2012 19:21:29 +0000 (00:51 +0530)] 
[2268] Remove the RdataSet sorting code

It was discussed on Jabber and we decided to defer it.

13 years ago[2268] Just remove obsolete comment
Mukund Sivaraman [Thu, 4 Oct 2012 19:04:12 +0000 (00:34 +0530)] 
[2268] Just remove obsolete comment

13 years ago[2268] Rename method to addToZoneData()
Mukund Sivaraman [Thu, 4 Oct 2012 19:02:30 +0000 (00:32 +0530)] 
[2268] Rename method to addToZoneData()

13 years ago[2268] Move LoadCallback typedef to an internal namespace
Mukund Sivaraman [Thu, 4 Oct 2012 18:58:18 +0000 (00:28 +0530)] 
[2268] Move LoadCallback typedef to an internal namespace

13 years ago[2268] Move Loader to live under ZoneDataUpdater
Mukund Sivaraman [Thu, 4 Oct 2012 18:46:58 +0000 (00:16 +0530)] 
[2268] Move Loader to live under ZoneDataUpdater

13 years ago[2268] Update comment about unnamed namespace
Mukund Sivaraman [Thu, 4 Oct 2012 18:22:29 +0000 (23:52 +0530)] 
[2268] Update comment about unnamed namespace

13 years ago[2268] Use a single NSEC3Hash instance inside ZoneDataUpdater
Mukund Sivaraman [Thu, 4 Oct 2012 17:59:10 +0000 (23:29 +0530)] 
[2268] Use a single NSEC3Hash instance inside ZoneDataUpdater

13 years ago[2275] valgrind fixes: uninitialized memory
Jelte Jansen [Thu, 4 Oct 2012 13:57:43 +0000 (15:57 +0200)] 
[2275] valgrind fixes: uninitialized memory

13 years ago[2237] Support for Subnet4 implemented.
Tomek Mrugalski [Thu, 4 Oct 2012 12:43:43 +0000 (14:43 +0200)] 
[2237] Support for Subnet4 implemented.

13 years ago[2275] valgrind fixes: uninitialized memory
Jelte Jansen [Thu, 4 Oct 2012 10:21:04 +0000 (12:21 +0200)] 
[2275] valgrind fixes: uninitialized memory

13 years ago[2275] use const char* for test globals
Jelte Jansen [Thu, 4 Oct 2012 09:44:46 +0000 (11:44 +0200)] 
[2275] use const char* for test globals

13 years agoMerge branch 'master' into trac2206
Mukund Sivaraman [Thu, 4 Oct 2012 08:13:53 +0000 (13:43 +0530)] 
Merge branch 'master' into trac2206

13 years ago[2268] Move both const and non-const checks into a single testcase
Mukund Sivaraman [Thu, 4 Oct 2012 07:45:37 +0000 (13:15 +0530)] 
[2268] Move both const and non-const checks into a single testcase

13 years ago[2284] reverted the getAtOrigin() framework.
JINMEI Tatuya [Thu, 4 Oct 2012 07:30:47 +0000 (00:30 -0700)] 
[2284] reverted the getAtOrigin() framework.

Unfortunately it turned out it doesn't work for the originally intended
purpose.  See the ticket for details.

13 years ago[2268] style fix (brace position) and clarify variable (s/set/rdataset/)
JINMEI Tatuya [Thu, 4 Oct 2012 06:28:18 +0000 (23:28 -0700)] 
[2268] style fix (brace position) and clarify variable (s/set/rdataset/)

13 years ago[2203] forotten cleanup: removed now-unused header file.
JINMEI Tatuya [Thu, 4 Oct 2012 05:58:06 +0000 (22:58 -0700)] 
[2203] forotten cleanup: removed now-unused header file.

13 years ago[2268] even more editorial/style fixes
JINMEI Tatuya [Thu, 4 Oct 2012 05:56:31 +0000 (22:56 -0700)] 
[2268] even more editorial/style fixes

13 years ago[2268] more style/editorial fixes
JINMEI Tatuya [Thu, 4 Oct 2012 05:23:47 +0000 (22:23 -0700)] 
[2268] more style/editorial fixes

- brace position
- combine short lines
- clarify variable name ('set' sounds too generic)

13 years ago[2206] Make a common function out of duplicate code
Mukund Sivaraman [Thu, 4 Oct 2012 04:48:57 +0000 (10:18 +0530)] 
[2206] Make a common function out of duplicate code

13 years ago[2268] minor editorial fixes: spacing, combining two short lines
JINMEI Tatuya [Thu, 4 Oct 2012 04:14:44 +0000 (21:14 -0700)] 
[2268] minor editorial fixes: spacing, combining two short lines

13 years ago[2203] a piggy back fix: prevent redundant initial data configuration.
JINMEI Tatuya [Thu, 4 Oct 2012 00:28:41 +0000 (17:28 -0700)] 
[2203] a piggy back fix: prevent redundant initial data configuration.

this addresses the issue described in #2291.  Still not really clean,
but thanks to boost::bind we can centralize all the code logic in the
callback, so I think it's now less likely that we forget cleaning it up
when the hack is not necessary.

13 years ago[2203] changed configurator class to a simple function.
JINMEI Tatuya [Thu, 4 Oct 2012 00:17:36 +0000 (17:17 -0700)] 
[2203] changed configurator class to a simple function.

as it's now completely stateless and can work independently.
the common specialization for the main implementation is defined in a
new created .cc file.

13 years ago[2203] pass server obj to configurator's reconfigure().
JINMEI Tatuya [Wed, 3 Oct 2012 22:44:29 +0000 (15:44 -0700)] 
[2203] pass server obj to configurator's reconfigure().

now the configurator class is completely stateless.

13 years ago[2203] refactoring 2nd step: configurator can now be a separate object.
JINMEI Tatuya [Wed, 3 Oct 2012 22:24:22 +0000 (15:24 -0700)] 
[2203] refactoring 2nd step: configurator can now be a separate object.

i.e., it's not a singleton any more.
testReconfigure() method isn't needed any more because it doesn't hold
CC session internally.
DatasrcConfiguratorTest.initialization test currently fails and is
disabled for now.  The plan is to make the class completely stateless,
at which point we don't even have to think about initialization or cleanup,
and then the test will be able to be removed.

13 years ago[1870] avoid using "no" keyword as a configured value for "bind10-include".
JINMEI Tatuya [Wed, 3 Oct 2012 21:12:39 +0000 (14:12 -0700)] 
[1870] avoid using "no" keyword as a configured value for "bind10-include".

13 years ago[1870] removed unnecessary call to AX_BOOST_INCLUDE.
JINMEI Tatuya [Wed, 3 Oct 2012 19:21:40 +0000 (12:21 -0700)] 
[1870] removed unnecessary call to AX_BOOST_INCLUDE.

since AC_REQUIRE internally does it.

13 years ago[2268] Make all hash related checks use isc::dns::NSEC3Hash
Mukund Sivaraman [Wed, 3 Oct 2012 17:12:26 +0000 (22:42 +0530)] 
[2268] Make all hash related checks use isc::dns::NSEC3Hash

This is possible now as we have the new NSEC3Hash::create() variant.

13 years ago[2206] editorial fix: combine two short lines
JINMEI Tatuya [Wed, 3 Oct 2012 17:12:07 +0000 (10:12 -0700)] 
[2206] editorial fix: combine two short lines

(I also suspect it may not work if '\c' continues to the next line.
this change also avoids that)

13 years ago[2304] Added basic implementation of OptionDefinition class and unit tests.
Marcin Siodelski [Wed, 3 Oct 2012 17:11:17 +0000 (19:11 +0200)] 
[2304] Added basic implementation of OptionDefinition class and unit tests.

13 years ago[2268] Remove duplicate copies of NSEC3 check code
Mukund Sivaraman [Wed, 3 Oct 2012 16:53:23 +0000 (22:23 +0530)] 
[2268] Remove duplicate copies of NSEC3 check code

13 years ago[master] Merge branch 'trac2060'
JINMEI Tatuya [Wed, 3 Oct 2012 16:26:13 +0000 (09:26 -0700)] 
[master] Merge branch 'trac2060'

13 years ago[2060] clarified the ownership of obj returned via getFinder/AllRRsets.
JINMEI Tatuya [Wed, 3 Oct 2012 16:21:16 +0000 (09:21 -0700)] 
[2060] clarified the ownership of obj returned via getFinder/AllRRsets.

13 years ago[2275] valgrind fix: initialize memory in labelsequence test
Jelte Jansen [Wed, 3 Oct 2012 14:54:08 +0000 (16:54 +0200)] 
[2275] valgrind fix: initialize memory in labelsequence test

13 years ago[2275] valgrind fix: store singleton instance in auto_ptr
Jelte Jansen [Wed, 3 Oct 2012 14:42:08 +0000 (16:42 +0200)] 
[2275] valgrind fix: store singleton instance in auto_ptr