]> git.ipfire.org Git - thirdparty/kea.git/log
thirdparty/kea.git
14 years ago[master]Merge branch 'master' of ssh://git.bind10.isc.org/var/bind10/git/bind10
Jeremy C. Reed [Tue, 27 Mar 2012 12:40:33 +0000 (07:40 -0500)] 
[master]Merge branch 'master' of ssh://git.bind10.isc.org/var/bind10/git/bind10

14 years ago[master] forgot CLEANFILES entry in merge of #963
Jelte Jansen [Tue, 27 Mar 2012 12:29:24 +0000 (14:29 +0200)] 
[master] forgot CLEANFILES entry in merge of #963

this should fix the distcheck failure reported in http://git.bind10.isc.org/~tester/builder/BIND10-distcheck/20120327113000-FreeBSD8-i386/logs/distcheck.out

14 years ago[1715] Implement the missing unset method
Michal 'vorner' Vaner [Tue, 27 Mar 2012 11:36:49 +0000 (13:36 +0200)] 
[1715] Implement the missing unset method

The underlying implementation is already there, it's just somebody
forgot to wrap it in this another layer of indirection class.

14 years ago[1715] Tests for the unset method
Michal 'vorner' Vaner [Tue, 27 Mar 2012 11:27:33 +0000 (13:27 +0200)] 
[1715] Tests for the unset method

The method is clearly missing, that's why the command fails. Creating
tests for when the method exists.

14 years ago[1715] Test the unset command
Michal 'vorner' Vaner [Tue, 27 Mar 2012 11:49:49 +0000 (13:49 +0200)] 
[1715] Test the unset command

It's shocking how much is not tested here. No surprise the missing
command was not discovered. Still, not adding tests for the others,
they'd probably fail and it would make the ticket a lot bigger.

14 years ago[master] Update changelog for merge of #963
Jelte Jansen [Tue, 27 Mar 2012 09:42:07 +0000 (11:42 +0200)] 
[master] Update changelog for merge of #963

14 years ago[master] Merge branch 'trac963'
Jelte Jansen [Tue, 27 Mar 2012 09:19:42 +0000 (11:19 +0200)] 
[master] Merge branch 'trac963'

14 years ago[master] update changelog for merge of #1443
Jelte Jansen [Tue, 27 Mar 2012 09:16:43 +0000 (11:16 +0200)] 
[master] update changelog for merge of #1443

14 years ago[1443] Merge branch 'master' into merge1443
Jelte Jansen [Tue, 27 Mar 2012 09:12:57 +0000 (11:12 +0200)] 
[1443] Merge branch 'master' into merge1443

two options have been added to boss's __init__(), conflict resolved.
Conflicts:
src/bin/bind10/bind10_src.py.in
src/bin/bind10/tests/bind10_test.py.in

14 years ago[1491] copy default named-set data to local when editing
Jelte Jansen [Tue, 27 Mar 2012 08:41:49 +0000 (10:41 +0200)] 
[1491] copy default named-set data to local when editing

if a child member is set, and the named-set data is default, it would 'lose' the other default values if it wasn't copied to local. For succesful operations this wouldn't be a problem (as this only happens 'locally' in bindctl), but it can cause problems when updates fail due to mistyped data

14 years agobug #1819: Add manpage note that the --no-kill option was introduced for testing
Mukund Sivaraman [Tue, 27 Mar 2012 07:51:47 +0000 (13:21 +0530)] 
bug #1819: Add manpage note that the --no-kill option was introduced for testing

14 years agobug #1819: Add some comments to testcases
Mukund Sivaraman [Mon, 26 Mar 2012 06:06:00 +0000 (11:36 +0530)] 
bug #1819: Add some comments to testcases

14 years agobug #1819: Check that BoB doesn't kill during shutdown when asked not to
Mukund Sivaraman [Mon, 26 Mar 2012 06:02:57 +0000 (11:32 +0530)] 
bug #1819: Check that BoB doesn't kill during shutdown when asked not to

14 years agobug #1819: Add testcase for --no-kill and -i options handling
Mukund Sivaraman [Mon, 26 Mar 2012 05:52:24 +0000 (11:22 +0530)] 
bug #1819: Add testcase for --no-kill and -i options handling

14 years agobug #1819: Document --no-kill option in bind10 manpage
Mukund Sivaraman [Fri, 23 Mar 2012 11:57:32 +0000 (17:27 +0530)] 
bug #1819: Document --no-kill option in bind10 manpage

14 years agobug #1819: Update help text for no-kill option
Mukund Sivaraman [Fri, 23 Mar 2012 11:57:08 +0000 (17:27 +0530)] 
bug #1819: Update help text for no-kill option

14 years agobug #1819: Rename --no-kill-i option to --no-kill
Mukund Sivaraman [Fri, 23 Mar 2012 11:50:12 +0000 (17:20 +0530)] 
bug #1819: Rename --no-kill-i option to --no-kill

14 years agobug #1819: Add ChangeLog entry
Mukund Sivaraman [Tue, 27 Mar 2012 07:57:44 +0000 (13:27 +0530)] 
bug #1819: Add ChangeLog entry

14 years agobug #1819: Pass nokill as an argument to BoB constructor
Mukund Sivaraman [Thu, 22 Mar 2012 10:16:39 +0000 (15:46 +0530)] 
bug #1819: Pass nokill as an argument to BoB constructor

14 years agobug #1819: Change conjunction used in help message
Mukund Sivaraman [Wed, 21 Mar 2012 11:12:12 +0000 (16:42 +0530)] 
bug #1819: Change conjunction used in help message

14 years agobug #1819: Add boss nokill flag (-i/--no-kill-i)
Mukund Sivaraman [Wed, 21 Mar 2012 11:05:28 +0000 (16:35 +0530)] 
bug #1819: Add boss nokill flag (-i/--no-kill-i)

14 years ago[1772] use IPv6 address for xfrin test.
JINMEI Tatuya [Mon, 26 Mar 2012 23:39:31 +0000 (16:39 -0700)] 
[1772] use IPv6 address for xfrin test.

See the previous commit.  This solves test failure on some MacOS environment.

14 years ago[1772] used ::1 instead of 127.0.0.1 2nd bind10 instance and the example test.
JINMEI Tatuya [Mon, 26 Mar 2012 23:36:21 +0000 (16:36 -0700)] 
[1772] used ::1 instead of 127.0.0.1 2nd bind10 instance and the example test.

127.0.0.1:47807 is used by a MacOS application and the conflict makes the
test fail in environments that uses the app.  Using an IPv6 address is not
a cleanest solution, but unless we make it fully configurable we need to
handle this type of thing by some workaround anyway.  Also, I believe
it's good to use IPv6 transport for some tests in any event.

14 years ago[1772] supported IPv6 server address in query test in the form of [v6_addr].
JINMEI Tatuya [Mon, 26 Mar 2012 23:35:01 +0000 (16:35 -0700)] 
[1772] supported IPv6 server address in query test in the form of [v6_addr].

note that this change should be backward compatible.

14 years ago[master] fix mistake in xml tag
Jeremy C. Reed [Mon, 26 Mar 2012 21:16:14 +0000 (16:16 -0500)] 
[master] fix mistake in xml tag

filename argument is required

No review. Typo is obvious. Not sure why xsltproc didn't complain though.

Commit regenerated version too.

14 years ago[master] changelog for #1829
JINMEI Tatuya [Mon, 26 Mar 2012 20:42:37 +0000 (13:42 -0700)] 
[master] changelog for #1829

14 years ago[master] Merge branch 'trac1829'
JINMEI Tatuya [Mon, 26 Mar 2012 20:38:04 +0000 (13:38 -0700)] 
[master] Merge branch 'trac1829'

14 years ago[1836] also added unittest that would fail the fixed in this branch.
JINMEI Tatuya [Mon, 26 Mar 2012 17:39:14 +0000 (10:39 -0700)] 
[1836] also added unittest that would fail the fixed in this branch.

To make this test workable, I needed to change the returned flag
for the NXRRSET case in MockZoneFinder::find() from setting NSEC_SIGNED
unconditionally to setting any SIGNED flags.  this doesn't affect other
tests.

14 years ago[1836] added a lettuce test case for delegation from unsigned zone with DO bit.
JINMEI Tatuya [Mon, 26 Mar 2012 17:14:54 +0000 (10:14 -0700)] 
[1836] added a lettuce test case for delegation from unsigned zone with DO bit.

this would identify the bug fixed in this branch.

14 years ago[1836] throw exception from addDS only when the find result != NXRRSET.
JINMEI Tatuya [Mon, 26 Mar 2012 17:12:41 +0000 (10:12 -0700)] 
[1836] throw exception from addDS only when the find result != NXRRSET.

Otherwise, queries with DO bit can incorrectly trigger an exception if
the zone is unsigned and queyr result is delegation.

14 years ago[963] addressed review comments
Jelte Jansen [Mon, 26 Mar 2012 14:08:39 +0000 (16:08 +0200)] 
[963] addressed review comments

documentation changes
different exit status on uncaught exceptions
removed unused log message
updated 'corrupt' log message
improved 'quiet' test case

14 years ago[1443] docstring update for backup file
Jelte Jansen [Mon, 26 Mar 2012 12:07:49 +0000 (14:07 +0200)] 
[1443] docstring update for backup file

14 years ago[1443] cleanup and docstring for new test
Jelte Jansen [Mon, 26 Mar 2012 10:03:58 +0000 (12:03 +0200)] 
[1443] cleanup and docstring for new test

14 years ago[1443] append .X if backup config file exists
Jelte Jansen [Mon, 26 Mar 2012 10:00:37 +0000 (12:00 +0200)] 
[1443] append .X if backup config file exists

where X is 1, and increases until a nonexistant file is found

14 years ago[master] update changelog for merge of #1172
Jelte Jansen [Mon, 26 Mar 2012 09:33:13 +0000 (11:33 +0200)] 
[master] update changelog for merge of #1172

14 years ago[master] Merge branch 'trac1172'
Jelte Jansen [Mon, 26 Mar 2012 08:44:21 +0000 (10:44 +0200)] 
[master] Merge branch 'trac1172'

14 years ago[master] Update .gitignore
Mukund Sivaraman [Mon, 26 Mar 2012 06:26:40 +0000 (11:56 +0530)] 
[master] Update .gitignore

14 years ago[master] fix indentation consistency in ChangeLog.
JINMEI Tatuya [Fri, 23 Mar 2012 23:47:51 +0000 (16:47 -0700)] 
[master] fix indentation consistency in ChangeLog.

14 years ago[1829] make sure Session.send() transmits all data even after partial write.
JINMEI Tatuya [Fri, 23 Mar 2012 23:33:42 +0000 (16:33 -0700)] 
[1829] make sure Session.send() transmits all data even after partial write.

14 years ago[master] noteed RBTree::nodeFission should preserve the current node's name.
JINMEI Tatuya [Fri, 23 Mar 2012 21:02:13 +0000 (14:02 -0700)] 
[master] noteed RBTree::nodeFission should preserve the current node's name.

This will help at the phase of revisiting the design/implementation.

14 years ago[master] Merge branch 'trac1775'
JINMEI Tatuya [Fri, 23 Mar 2012 20:45:33 +0000 (13:45 -0700)] 
[master] Merge branch 'trac1775'

14 years ago[master] changelog for #1688
JINMEI Tatuya [Fri, 23 Mar 2012 20:43:26 +0000 (13:43 -0700)] 
[master] changelog for #1688

14 years ago[master] Merge branch 'trac1688'
JINMEI Tatuya [Fri, 23 Mar 2012 20:24:21 +0000 (13:24 -0700)] 
[master] Merge branch 'trac1688'

14 years ago[963] forgot EXTRA_DIST line
Jelte Jansen [Fri, 23 Mar 2012 16:09:25 +0000 (17:09 +0100)] 
[963] forgot EXTRA_DIST line

14 years ago[963] add --quiet mode to b10-dbutil
Jelte Jansen [Fri, 23 Mar 2012 15:46:17 +0000 (16:46 +0100)] 
[963] add --quiet mode to b10-dbutil

14 years ago[963] do --verbose through log (re)init
Jelte Jansen [Fri, 23 Mar 2012 15:31:38 +0000 (16:31 +0100)] 
[963] do --verbose through log (re)init

14 years ago[963] use logging framework for b10-dbutil
Jelte Jansen [Fri, 23 Mar 2012 15:11:17 +0000 (16:11 +0100)] 
[963] use logging framework for b10-dbutil

Except for when the user is prompted for Yes or No, all output now goes through
the logging framework

14 years ago[963] fix type in b10-dbutil manpage source
Jelte Jansen [Fri, 23 Mar 2012 12:53:10 +0000 (13:53 +0100)] 
[963] fix type in b10-dbutil manpage source

14 years agoMerge branch 'master' of ssh://git.bind10.isc.org/var/bind10/git/bind10
Mukund Sivaraman [Fri, 23 Mar 2012 11:48:54 +0000 (17:18 +0530)] 
Merge branch 'master' of ssh://git.bind10.isc.org/var/bind10/git/bind10

14 years ago[963] improve exit status
Jelte Jansen [Fri, 23 Mar 2012 11:19:59 +0000 (12:19 +0100)] 
[963] improve exit status

0 on success (or upgrade aborted by user)
1 on check and need update
2 on check and version of db too high
3 on command-line error
4 on db read error
5 on upgrade error

14 years ago[963] fix run_dbutil.sh script to not change cwd
Jelte Jansen [Fri, 23 Mar 2012 10:37:44 +0000 (11:37 +0100)] 
[963] fix run_dbutil.sh script to not change cwd

with this change, you can pass run_dbutil.sh a relative path name for the db file

14 years ago[963] fix b10-dbutil.8 creation rule add it to git
Jelte Jansen [Fri, 23 Mar 2012 10:29:09 +0000 (11:29 +0100)] 
[963] fix b10-dbutil.8 creation rule add it to git

14 years ago[1579] more editorial and style (guideline) fixes
JINMEI Tatuya [Fri, 23 Mar 2012 00:52:23 +0000 (17:52 -0700)] 
[1579] more editorial and style (guideline) fixes

14 years ago[1579] more editorial fixes
JINMEI Tatuya [Fri, 23 Mar 2012 00:52:10 +0000 (17:52 -0700)] 
[1579] more editorial fixes

14 years ago[1579] constified is_nsec3
JINMEI Tatuya [Fri, 23 Mar 2012 00:35:07 +0000 (17:35 -0700)] 
[1579] constified is_nsec3

14 years ago[1579] suggested change for an awkward comment line:
JINMEI Tatuya [Fri, 23 Mar 2012 00:18:52 +0000 (17:18 -0700)] 
[1579] suggested change for an awkward comment line:

- s/NSEC3PARAMETER/NSEC3PARAM/
- "definitely" is too strong in this context
- add a space after a comma
- "zonefile" is awkward (there's no "zonefile" in this context)
- "NSEC3 method" is an awkward term
- "this zone signature" is also awkward

14 years ago[1579] editorial: removed spaces at EOL; folded long lines, () after return.
JINMEI Tatuya [Fri, 23 Mar 2012 00:04:38 +0000 (17:04 -0700)] 
[1579] editorial: removed spaces at EOL; folded long lines, () after return.

14 years ago[1775] ensure wildcard expanded RRsets are considered of same kind if they are.
JINMEI Tatuya [Thu, 22 Mar 2012 23:35:40 +0000 (16:35 -0700)] 
[1775] ensure wildcard expanded RRsets are considered of same kind if they are.

in the previous version, if one is returned from find() and the other is
from getAdditional() they are not recognized as of the same kind, because
the underlying pointers are different.

14 years ago[1775] cleanup: make sure wildcard and glue don't coexist.
JINMEI Tatuya [Thu, 22 Mar 2012 22:04:17 +0000 (15:04 -0700)] 
[1775] cleanup: make sure wildcard and glue don't coexist.

findNode() should have ensured that, so assert() is used for this.

14 years ago[1775] handled corner cases with wildcard expansion: empty or multiple nodes.
JINMEI Tatuya [Thu, 22 Mar 2012 21:52:49 +0000 (14:52 -0700)] 
[1775] handled corner cases with wildcard expansion: empty or multiple nodes.

The previous version crashes if the wildcard node is empty.  Also, the
previous version didn't work well if there were multiple wildcard matches
because the auxiliary tree changes as we add more nodes and stored
pointer can become invalid.  The fix to this issue is a bit complicated;
I needed to make the process two-stage.

14 years ago[1688] (unrelated cleanup) make RESERVE_RRSETS a private member of Query class.
JINMEI Tatuya [Thu, 22 Mar 2012 17:13:04 +0000 (10:13 -0700)] 
[1688] (unrelated cleanup) make RESERVE_RRSETS a private member of Query class.

This will prevent it from causing definition bloat even if the linkder
doesn't combine the constant def.  It would also make more sense to make
it inaccessible from others anyway, because it's basically an
implementation-internal constatnt.

14 years ago[1688] use referene, rather than making a local copy, for a const vector.
JINMEI Tatuya [Thu, 22 Mar 2012 17:11:05 +0000 (10:11 -0700)] 
[1688] use referene, rather than making a local copy, for a const vector.

14 years ago[1688] removed a redundant newline
JINMEI Tatuya [Thu, 22 Mar 2012 17:10:24 +0000 (10:10 -0700)] 
[1688] removed a redundant newline

14 years ago[1688] use sstream, not iostreaam, for ostringstream. also reordered headers.
JINMEI Tatuya [Thu, 22 Mar 2012 17:08:05 +0000 (10:08 -0700)] 
[1688] use sstream, not iostreaam, for ostringstream.  also reordered headers.

14 years ago[1688] removed an (now) unused header file. also reordered headers.
JINMEI Tatuya [Thu, 22 Mar 2012 17:03:49 +0000 (10:03 -0700)] 
[1688] removed an (now) unused header file.  also reordered headers.

14 years ago[1443] Addressed review comments
Jelte Jansen [Thu, 22 Mar 2012 14:36:43 +0000 (15:36 +0100)] 
[1443] Addressed review comments

- if self.clear_config is None was wrong, should just be if self.clear_config
- 'back up' should have been 'create backup of'
- default value for unused parameter rename_config_file in b10-cfgmgr_test.py.in MyConfigManager should have been False, not None
- reordered message file

14 years ago[1172] fix the cmd parser list index problem
Jelte Jansen [Thu, 22 Mar 2012 14:17:28 +0000 (15:17 +0100)] 
[1172] fix the cmd parser list index problem

make the initial if>2 part of the while
also add a space when glueing extraneous arguments together

14 years ago[master] Change log file maxsize setting in the BIND 10 guide example
Mukund Sivaraman [Thu, 22 Mar 2012 13:52:35 +0000 (19:22 +0530)] 
[master] Change log file maxsize setting in the BIND 10 guide example

14 years agobug #1825: Don't use log4cplus macros which are going to be obsolete soon
Vaclav Haisman [Thu, 22 Mar 2012 13:34:51 +0000 (19:04 +0530)] 
bug #1825: Don't use log4cplus macros which are going to be obsolete soon

LOG4CPLUS_OPEN_MODE_TYPE and LOG4CPLUS_FSTREAM_NAMESPACE are going to be
removed in log4cplus 1.1.0 according to the bug report.

14 years ago[1680] update changlog entry for this ticket.It is 2 weeks ago
haikuo zhang [Thu, 22 Mar 2012 13:53:23 +0000 (21:53 +0800)] 
[1680] update changlog entry for this ticket.It is 2 weeks ago
that this ticket merged into master.

14 years ago[1579] adjust codes after discussion with jinmei. append more unit
haikuo zhang [Thu, 22 Mar 2012 13:23:55 +0000 (21:23 +0800)] 
[1579] adjust codes after discussion with jinmei. append more unit
tests for negative case in find function

14 years ago[master] Merge branch 'trac1293'
Jelte Jansen [Thu, 22 Mar 2012 13:13:16 +0000 (14:13 +0100)] 
[master] Merge branch 'trac1293'

14 years ago[master] Add another .gitignore rule
Mukund Sivaraman [Thu, 22 Mar 2012 13:08:25 +0000 (18:38 +0530)] 
[master] Add another .gitignore rule

14 years agobug #1728: Add -avoid-version in some more places
Mukund Sivaraman [Thu, 22 Mar 2012 11:10:08 +0000 (16:40 +0530)] 
bug #1728: Add -avoid-version in some more places

14 years agobug #1728: Set LD_LIBRARY_PATH on OpenBSD as well
Mukund Sivaraman [Thu, 22 Mar 2012 10:26:23 +0000 (15:56 +0530)] 
bug #1728: Set LD_LIBRARY_PATH on OpenBSD as well

14 years agomaster: Fix AC_LANG_SOURCE warnings from automake
Mukund Sivaraman [Mon, 19 Mar 2012 20:04:48 +0000 (01:34 +0530)] 
master: Fix AC_LANG_SOURCE warnings from automake

14 years agobug #1728: Add -avoid-version to LDFLAGS for Python modules (contd.)
Mukund Sivaraman [Mon, 19 Mar 2012 19:59:11 +0000 (01:29 +0530)] 
bug #1728: Add -avoid-version to LDFLAGS for Python modules (contd.)

14 years agobug #1728: Add -avoid-version to LDFLAGS for Python modules
Mukund Sivaraman [Mon, 19 Mar 2012 19:50:40 +0000 (01:20 +0530)] 
bug #1728: Add -avoid-version to LDFLAGS for Python modules

14 years ago[master]Merge branch 'master' of ssh://git.bind10.isc.org/var/bind10/git/bind10
Jeremy C. Reed [Thu, 22 Mar 2012 12:55:10 +0000 (07:55 -0500)] 
[master]Merge branch 'master' of ssh://git.bind10.isc.org/var/bind10/git/bind10

14 years ago[master] document Xfrout notify command.
Jeremy C. Reed [Thu, 22 Mar 2012 12:50:50 +0000 (07:50 -0500)] 
[master] document Xfrout notify command.

And remove the now renamed/removed internal only zone_new_data_ready
command.

Regenerate nroff file too (which includes

No new changelog entry. This goes with changelog entry 402.

Somewhat discussed on jabber. Didn't get consensus on one sentence,
but that can always be clarified later.

14 years ago[1775] use a template to share the same code for const/non cost of findNode.
JINMEI Tatuya [Thu, 22 Mar 2012 08:49:24 +0000 (01:49 -0700)] 
[1775] use a template to share the same code  for const/non cost of findNode.

we can then avoid const_cast.

14 years ago[1775] added some more notes about the property of the aux wildcard tree.
JINMEI Tatuya [Thu, 22 Mar 2012 07:30:27 +0000 (00:30 -0700)] 
[1775] added some more notes about the property of the aux wildcard tree.

14 years ago[1775] added an assertion check for NULL pointer.
JINMEI Tatuya [Thu, 22 Mar 2012 07:21:24 +0000 (00:21 -0700)] 
[1775] added an assertion check for NULL pointer.

this shouldn't happen based on the RBTree API contract, but some versions
of cppcheck reportedly complain about this.

14 years ago[1688] re-enabled lettuce tests that failed due to missing dup suppression.
JINMEI Tatuya [Thu, 22 Mar 2012 06:54:04 +0000 (23:54 -0700)] 
[1688] re-enabled lettuce tests that failed due to missing dup suppression.

note: there's an error in the test description itself.  In "7.2.2 other",
the result should be NOERROR, not NXDOMAIN, because it should match
*.w.example (BIND 9 indeed returns NOERROR, for that matter).  I fixed
this, then all tests passed.

14 years ago[1688] removed redundant duplicate check for NSECs.
JINMEI Tatuya [Thu, 22 Mar 2012 06:41:09 +0000 (23:41 -0700)] 
[1688] removed redundant duplicate check for NSECs.

14 years ago[1688] use BOOST_FOREACH instead of dedicated for loops.
JINMEI Tatuya [Thu, 22 Mar 2012 06:33:23 +0000 (23:33 -0700)] 
[1688] use BOOST_FOREACH instead of dedicated for loops.

this could be slightly more efficient because it avoids redundant calls
to vector::end().  In my experiments I actually didn't see much difference,
but it doesn't harm anyway.

14 years ago[1688] suggested reorg: merge response building to the inserter class.
JINMEI Tatuya [Thu, 22 Mar 2012 04:45:00 +0000 (21:45 -0700)] 
[1688] suggested reorg: merge response building to the inserter class.

that way we don't have to expose mutable member variables of `Query`.
now the responsibility of the "inserter" is enlarged, also renamed it
to represent the new job more appropriately.

14 years ago[1688] additional test case of duplicate in the same section.
JINMEI Tatuya [Thu, 22 Mar 2012 04:40:19 +0000 (21:40 -0700)] 
[1688] additional test case of duplicate in the same section.

the implementation already correctly handles this, so no need to update it.

14 years ago[1688] suggested cleanup: use vector::insert instead of copy().
JINMEI Tatuya [Thu, 22 Mar 2012 04:06:52 +0000 (21:06 -0700)] 
[1688] suggested cleanup: use vector::insert instead of copy().

also avoid referring to an invalid range of iterator with operator+; use
end() instead (although the original code was probably safe at least in
practice).

14 years ago[1688] some more trivial cleanups: long line, comment wording, simplification.
JINMEI Tatuya [Wed, 21 Mar 2012 21:44:32 +0000 (14:44 -0700)] 
[1688] some more trivial cleanups: long line, comment wording, simplification.

14 years ago[1688] editorial fixes/cleanups: folded long line, naming convention, constify.
JINMEI Tatuya [Wed, 21 Mar 2012 20:58:50 +0000 (13:58 -0700)] 
[1688] editorial fixes/cleanups: folded long line, naming convention, constify.

also removed "addRRset" utility from rbnode_rrset_unittest, which seems to
be a leftover from an intermediate version (and isn't used anyway)

14 years ago[master] fill in TBD for the git hash of #1727
JINMEI Tatuya [Wed, 21 Mar 2012 18:58:13 +0000 (11:58 -0700)] 
[master] fill in TBD for the git hash of #1727

Also removed the garbage '?' mark.  It appears I accidentally committed/pushed
the proposed entry to master...so this is just for cleanup.

14 years ago[master] Merge branch 'trac1727'
JINMEI Tatuya [Wed, 21 Mar 2012 18:46:47 +0000 (11:46 -0700)] 
[master] Merge branch 'trac1727'

14 years agobug #1639: Update ChangeLog
Mukund Sivaraman [Wed, 21 Mar 2012 18:02:23 +0000 (23:32 +0530)] 
bug #1639: Update ChangeLog

14 years ago[1443] add command-line arguments
Jelte Jansen [Wed, 21 Mar 2012 16:35:03 +0000 (17:35 +0100)] 
[1443] add command-line arguments

also extend log message a bit

14 years ago[1443] add method to move config file
Jelte Jansen [Wed, 21 Mar 2012 16:03:54 +0000 (17:03 +0100)] 
[1443] add method to move config file

14 years ago[master] change DATASRC_QUERY_NO_ZONE from INFO to DEBUG
Jeremy C. Reed [Wed, 21 Mar 2012 14:54:39 +0000 (09:54 -0500)] 
[master] change DATASRC_QUERY_NO_ZONE from INFO to DEBUG

using debug level of 40 for now.

This is for ticket #1102.

Also clarify the log description.

No changelog entry.

Discussed some on jabber.

14 years ago[1293] update ZONEMGR_UNKNOWN_ZONE_FAIL description
Jelte Jansen [Wed, 21 Mar 2012 14:54:33 +0000 (15:54 +0100)] 
[1293] update ZONEMGR_UNKNOWN_ZONE_FAIL description

14 years ago[1172] better printing of command help
Jelte Jansen [Wed, 21 Mar 2012 11:09:33 +0000 (12:09 +0100)] 
[1172] better printing of command help

- don't reorder output based on mandatoriness
- copy 'item_description' field from spec file as well

14 years ago[1172] check for SyntaxError exception
Jelte Jansen [Wed, 21 Mar 2012 11:08:58 +0000 (12:08 +0100)] 
[1172] check for SyntaxError exception

and reraise as DataTypeError (which is handled), so bindctl does not crash