]>
git.ipfire.org Git - thirdparty/kea.git/log
JINMEI Tatuya [Fri, 28 Sep 2012 23:32:11 +0000 (16:32 -0700)]
[1870] created a separate dir to store example "3rd party" apps using BIND 10.
JINMEI Tatuya [Fri, 28 Sep 2012 22:10:32 +0000 (15:10 -0700)]
[2202] small style fixes
- long/short lines
- position of ++/--
- spacing
- namespace
JINMEI Tatuya [Fri, 28 Sep 2012 20:03:07 +0000 (13:03 -0700)]
[2202] editorial: fixed a typo in a comment
Tomek Mrugalski [Fri, 28 Sep 2012 18:40:45 +0000 (20:40 +0200)]
[2269] Tests for dhcp6 config parser implemented.
Tomek Mrugalski [Fri, 28 Sep 2012 18:39:13 +0000 (20:39 +0200)]
[2269] dhcp6 config parser now returns status codes and does not throw.
JINMEI Tatuya [Fri, 28 Sep 2012 16:54:00 +0000 (09:54 -0700)]
[2202] added new util/threads directory to the doxygen input list.
Jelte Jansen [Fri, 28 Sep 2012 14:49:01 +0000 (16:49 +0200)]
[2254] cleanups
- rename BindCmdParse to BindCmdParser
- rename 'cmd' in tests to 'cmd_parser' (if used as BindCmdParser)
- cut off long lines according to style guide
Jelte Jansen [Fri, 28 Sep 2012 14:29:42 +0000 (16:29 +0200)]
[2254] more review comments; code cleanup and docs
removed self.location magic because config go is mostly broken now anyway
added docstring description for complete()
Yoshitaka Aharen [Fri, 28 Sep 2012 11:09:02 +0000 (20:09 +0900)]
[2155] add statistics_items.h into AUTH_SOURCES
Yoshitaka Aharen [Fri, 28 Sep 2012 10:40:55 +0000 (19:40 +0900)]
[2155] put statistics into isc::auth::statistics namespace
Put statistics classes into isc::auth::statistics namespace.
Rename AuthCounters to Counters.
Yoshitaka Aharen [Fri, 28 Sep 2012 10:18:08 +0000 (19:18 +0900)]
[2155] add a class to hold query/response attributes for statistics
isc::auth::statistics::QRAttributes holds some attributes of
query/response for statistics. It is intended to use inside AuthSrvImpl.
Yoshitaka Aharen [Fri, 28 Sep 2012 10:03:52 +0000 (19:03 +0900)]
[2155] inlining isc::statistics::Counter
make isc::statistics::Counter and isc::statistics::CounterDict
inline for performance
Yoshitaka Aharen [Fri, 28 Sep 2012 06:50:09 +0000 (15:50 +0900)]
[2154] add statistics_items.h and test code
This file contains definitions of enums for counter items and
strings of the item names.
JINMEI Tatuya [Thu, 27 Sep 2012 23:53:01 +0000 (16:53 -0700)]
[2254] editorial cleanup: removed space in param spec, folded long lines
JINMEI Tatuya [Thu, 27 Sep 2012 23:06:58 +0000 (16:06 -0700)]
[2254] suggested doc extension
JINMEI Tatuya [Thu, 27 Sep 2012 22:08:51 +0000 (15:08 -0700)]
[2254] trivial editorial fix
JINMEI Tatuya [Thu, 27 Sep 2012 21:12:57 +0000 (14:12 -0700)]
[master] fixed a trivial typo in changelog (missing period).
committing at my discretion.
JINMEI Tatuya [Thu, 27 Sep 2012 19:02:57 +0000 (12:02 -0700)]
[master] comment cleanup: s/RBTree/ZoneTree/
committing at my discretion.
JINMEI Tatuya [Thu, 27 Sep 2012 19:00:31 +0000 (12:00 -0700)]
[master] cleanup: removed a redundant copy construction of LabelSequence.
okayed on jabber.
JINMEI Tatuya [Thu, 27 Sep 2012 18:01:32 +0000 (11:01 -0700)]
[master] Merge branch 'master' of ssh://git.bind10.isc.org/var/bind10/git/bind10
JINMEI Tatuya [Thu, 27 Sep 2012 17:59:17 +0000 (10:59 -0700)]
[master] make sure static.zone is generated for new AUTHORS or version string.
previously, once this zone file was generated, incremental build
(i.e., 'make' without 'make clean') may fail to update this file.
that would result in unexpected answer from b10-auth for *.bind
quieries, and would also cause unittest failures in auth/tests.
okayed on jabber.
Tomek Mrugalski [Thu, 27 Sep 2012 17:33:20 +0000 (19:33 +0200)]
[2269] DHCPv6 startup phase is now handled properly by the config parser.
Jelte Jansen [Thu, 27 Sep 2012 14:28:25 +0000 (16:28 +0200)]
[2278] remove a bit of dead code
Jelte Jansen [Thu, 27 Sep 2012 14:00:48 +0000 (16:00 +0200)]
[2278] A number of cppcheck fixes
and whitespace things, while i was there
Jeremy C. Reed [Thu, 27 Sep 2012 12:20:06 +0000 (07:20 -0500)]
[master] update changelog
add entry from marcin
improve some
JINMEI Tatuya [Thu, 27 Sep 2012 00:53:57 +0000 (17:53 -0700)]
[master] editorial cleanup: removed non-existent param from doc
trivial, committing at my discretion.
Mukund Sivaraman [Wed, 26 Sep 2012 21:40:06 +0000 (03:10 +0530)]
[master] Shorten InMemoryZoneFinder::getOrigin() implementation
This should also fix the buildbot failure.
Mukund Sivaraman [Wed, 26 Sep 2012 21:39:31 +0000 (03:09 +0530)]
[master] Remove redundant use of (this)
Jeremy C. Reed [Wed, 26 Sep 2012 19:27:42 +0000 (14:27 -0500)]
[master] style fixes for changelog
Line 54 is too long ( 72 )
Line 56 is too long ( 72 )
On line 60 use two tabs before the committer username.
On line 79 use a tab before the keyword type.
Jeremy C. Reed [Wed, 26 Sep 2012 18:31:33 +0000 (13:31 -0500)]
[master]Merge branch 'master' of ssh://git.bind10.isc.org//var/bind10/git/bind10
Jeremy C. Reed [Wed, 26 Sep 2012 18:31:07 +0000 (13:31 -0500)]
[master] change XfrIn to b10-xfrin
JINMEI Tatuya [Wed, 26 Sep 2012 18:22:38 +0000 (11:22 -0700)]
[master] added changelog on the new in-memory data source implementation.
(with one minor style fix to a different entry: folded a long line).
JINMEI Tatuya [Wed, 26 Sep 2012 18:03:47 +0000 (11:03 -0700)]
[master] Merge branch 'trac2282merge'
JINMEI Tatuya [Wed, 26 Sep 2012 18:03:06 +0000 (11:03 -0700)]
[2282merge] added virtual to a derived class dtor per convention/style guide.
JINMEI Tatuya [Wed, 26 Sep 2012 17:37:24 +0000 (10:37 -0700)]
[2282merge] move an in-memory test data file to the new directory.
JINMEI Tatuya [Wed, 26 Sep 2012 17:32:21 +0000 (10:32 -0700)]
[2282merge] Merge branch 'trac2218' into trac2282merge
JINMEI Tatuya [Wed, 26 Sep 2012 17:31:23 +0000 (10:31 -0700)]
[2282merge] Merge branch 'trac2218' into trac2282merge
with fixing Conflicts:
src/lib/datasrc/memory/zone_finder.cc
src/lib/datasrc/memory/zone_finder.h
Mukund Sivaraman [Wed, 26 Sep 2012 17:08:15 +0000 (22:38 +0530)]
[2218] Untabify
JINMEI Tatuya [Wed, 26 Sep 2012 17:04:25 +0000 (10:04 -0700)]
[2282] style fix: untabify
JINMEI Tatuya [Wed, 26 Sep 2012 17:03:25 +0000 (10:03 -0700)]
[2218] minor style fix: untabify
JINMEI Tatuya [Wed, 26 Sep 2012 16:47:58 +0000 (09:47 -0700)]
[2218] some small fixes to the revised nsec3hash implementation.
- now salt_data_ is not a vector, some of the empty check isn't necessary
- on the other hand, we need to do it in creat()
- we don't need to do null check before free
- and some style fixes
JINMEI Tatuya [Wed, 26 Sep 2012 16:40:59 +0000 (09:40 -0700)]
[2218] a small optimization: avoid using getOrigin(), which is expensive.
creating labelsequence for the origin node should be normally faster.
also do some constify.
JINMEI Tatuya [Wed, 26 Sep 2012 16:23:55 +0000 (09:23 -0700)]
[2218] (trivial) documentation for DomainTreeNodeChain copy ctor.
JINMEI Tatuya [Wed, 26 Sep 2012 16:21:04 +0000 (09:21 -0700)]
[2218] style fix: combine two short lines
Michal 'vorner' Vaner [Wed, 26 Sep 2012 15:31:45 +0000 (17:31 +0200)]
Merge #2161
Michal 'vorner' Vaner [Wed, 26 Sep 2012 15:29:02 +0000 (17:29 +0200)]
Merge branch 'master' of git+ssh://git.bind10.isc.org/var/bind10/git/bind10
Michal 'vorner' Vaner [Wed, 26 Sep 2012 15:15:13 +0000 (17:15 +0200)]
Changelog for #2191
Marcin Siodelski [Wed, 26 Sep 2012 15:14:53 +0000 (17:14 +0200)]
[master] Merge branch 'trac2187'
Michal 'vorner' Vaner [Wed, 26 Sep 2012 15:13:36 +0000 (17:13 +0200)]
Merge #2191
Michal 'vorner' Vaner [Wed, 26 Sep 2012 15:12:07 +0000 (17:12 +0200)]
[2191] Remove unneeded code
The method is the same as the version in the base class. No need to
replace it.
Michal 'vorner' Vaner [Wed, 26 Sep 2012 15:10:10 +0000 (17:10 +0200)]
Merge branch 'master' of git+ssh://git.bind10.isc.org/var/bind10/git/bind10
Marcin Siodelski [Wed, 26 Sep 2012 15:09:47 +0000 (17:09 +0200)]
[master] Updated dhcp-perf-guide.xml: replaced ./perfdhcp with perfdhcp.
Michal 'vorner' Vaner [Wed, 26 Sep 2012 14:57:07 +0000 (16:57 +0200)]
Changelog for #2189
Michal 'vorner' Vaner [Wed, 26 Sep 2012 14:56:01 +0000 (16:56 +0200)]
Merge #2189
Conflicts:
ChangeLog
Marcin Siodelski [Wed, 26 Sep 2012 14:45:19 +0000 (16:45 +0200)]
[2187] Changes suggested in code review.
Jeremy C. Reed [Wed, 26 Sep 2012 14:34:40 +0000 (09:34 -0500)]
[2189] add changelog entry
Mukund Sivaraman [Wed, 26 Sep 2012 14:32:24 +0000 (20:02 +0530)]
[2218] Add code comment
Jeremy C. Reed [Wed, 26 Sep 2012 14:31:51 +0000 (09:31 -0500)]
[2189] various minor changes
minor grammar or wording changes
use mdash xml entity instead of unicode character
fix typo for Trac
fix example out of the configuration name
use xref tag instead of link tag (so reference is not lost in non-hyperlink
document)
keyring to key ring
fix punctuation (mistake in original)
minor grammar (mistake also in original)
Mukund Sivaraman [Wed, 26 Sep 2012 14:22:16 +0000 (19:52 +0530)]
[2218] Make tree lookups slightly faster in findNSEC3()
Mukund Sivaraman [Wed, 26 Sep 2012 14:21:34 +0000 (19:51 +0530)]
[2218] Add a copy constructor for DomainTreeNodeChain
Stephen Morris [Wed, 26 Sep 2012 13:45:39 +0000 (14:45 +0100)]
[2187] Corrected the text of a few messages and removed a comment
Mukund Sivaraman [Wed, 26 Sep 2012 13:22:18 +0000 (18:52 +0530)]
[2218] Use the new NSEC3Hash::create() variant passing the uint8_t buffer directly
Mukund Sivaraman [Wed, 26 Sep 2012 13:18:43 +0000 (18:48 +0530)]
[2218] Update NSEC3Hash::create() to accept uint8_t buffer instead of vector
Michal 'vorner' Vaner [Wed, 26 Sep 2012 12:43:14 +0000 (14:43 +0200)]
[2161] Some small leftovers removed
Michal 'vorner' Vaner [Wed, 26 Sep 2012 12:26:56 +0000 (14:26 +0200)]
[2161] Drop the bases of the old datasrc API
The tests and one header are still in place. It seems there are some
exceptions and declarations still used, it needs to be sorted out.
Mukund Sivaraman [Wed, 26 Sep 2012 12:20:55 +0000 (17:50 +0530)]
[2218] Use scoped_ptr instead of auto_ptr
Mukund Sivaraman [Wed, 26 Sep 2012 12:16:35 +0000 (17:46 +0530)]
[2218] Test DomainTree::largestNode() for empty trees
Mukund Sivaraman [Wed, 26 Sep 2012 12:16:07 +0000 (17:46 +0530)]
[2218] Update other tests for previous commit's API change
JINMEI Tatuya [Wed, 26 Sep 2012 12:04:01 +0000 (17:34 +0530)]
[2218] Change return type of findZoneData()
Michal 'vorner' Vaner [Wed, 26 Sep 2012 12:02:04 +0000 (14:02 +0200)]
[2161] Remove the old sqlite3 data source
And related other files. As well, no longer used.
Mukund Sivaraman [Wed, 26 Sep 2012 11:57:43 +0000 (17:27 +0530)]
[2218] Update doc comment for InMemoryClient::findZoneData()
Mukund Sivaraman [Wed, 26 Sep 2012 11:55:42 +0000 (17:25 +0530)]
[2218] Test that 0 length NSEC3 hash salts are compared correctly
Michal 'vorner' Vaner [Wed, 26 Sep 2012 11:48:59 +0000 (13:48 +0200)]
[2161] Remove the static_datasrc
The old implementation of static data source. Getting rid of tests and
stray includes.
Marcin Siodelski [Wed, 26 Sep 2012 11:48:29 +0000 (13:48 +0200)]
[master] ChangeLog update after refactoring perfdhcp to C++.
Mukund Sivaraman [Wed, 26 Sep 2012 11:46:31 +0000 (17:16 +0530)]
[2218] Test that the signed flag is set in ZoneData when NSEC3 records exist
Mukund Sivaraman [Wed, 26 Sep 2012 11:40:36 +0000 (17:10 +0530)]
[2218] Remove unused DomainTreeNode::getLargestInSubTree() and its tests
Mukund Sivaraman [Wed, 26 Sep 2012 11:37:41 +0000 (17:07 +0530)]
[2218] Add an API doc note that DomainTree::largestNode() doesn't throw
Mukund Sivaraman [Wed, 26 Sep 2012 11:36:29 +0000 (17:06 +0530)]
[2218] Change back size of DomainTreeNodeChain's level counter to size_t
Marcin Siodelski [Wed, 26 Sep 2012 10:49:27 +0000 (12:49 +0200)]
[2187] Improve doxygen comments.
Marcin Siodelski [Wed, 26 Sep 2012 10:38:23 +0000 (12:38 +0200)]
[2187] Catch exceptions in perfdhcp if packet reception failed.
Marcin Siodelski [Wed, 26 Sep 2012 10:09:25 +0000 (12:09 +0200)]
[2187] Fixed typos.
Marcin Siodelski [Wed, 26 Sep 2012 10:01:03 +0000 (12:01 +0200)]
[2187] Log exceptions from IfaceMgr::send and IfaceMgr::receiveX.
Michal 'vorner' Vaner [Wed, 26 Sep 2012 09:29:07 +0000 (11:29 +0200)]
[2202] Don't throw from destructors
The situations are very bad anyway, and that should not happen during
normal operation. So we assert instead.
Michal 'vorner' Vaner [Wed, 26 Sep 2012 09:20:40 +0000 (11:20 +0200)]
[2202] Cleanup: use better variable name
The previous looked like it should be boolean (there's something good
about lisp's P suffix).
Michal 'vorner' Vaner [Wed, 26 Sep 2012 09:16:51 +0000 (11:16 +0200)]
[2202] Don't use namespace std
Because of fear of possible future collisions.
Marcin Siodelski [Wed, 26 Sep 2012 09:16:24 +0000 (11:16 +0200)]
[2187] Removed 'cout' statements from pktX and libdhcp++.
Michal 'vorner' Vaner [Wed, 26 Sep 2012 09:11:04 +0000 (11:11 +0200)]
[2202] Minor cleanups
* Removed an unneeded friend declaration.
* Typo
Marcin Siodelski [Wed, 26 Sep 2012 07:58:50 +0000 (09:58 +0200)]
[master] Merge branch 'trac1960'
Conflicts:
tests/tools/perfdhcp/Makefile.am
tests/tools/perfdhcp/tests/command_options_unittest.cc
JINMEI Tatuya [Wed, 26 Sep 2012 04:30:11 +0000 (21:30 -0700)]
[2282] small optimization: allow findNode() to ignore out-of-zone names
then we can include the out-of-zone check as part of findNode() operation.
JINMEI Tatuya [Wed, 26 Sep 2012 00:57:47 +0000 (17:57 -0700)]
[2282] allow getAbsoluteLabels() to use the node's labelseq if it's absolute.
this will help the case where it's the zone origin. the additional
handling often needs the origin's label sequence.
JINMEI Tatuya [Wed, 26 Sep 2012 00:29:05 +0000 (17:29 -0700)]
[2282] cover the case of coexistence of DNAME and additional.
added one more test for that.
JINMEI Tatuya [Wed, 26 Sep 2012 00:03:21 +0000 (17:03 -0700)]
[2282] cleanup: remove the findAll version of inmemory finder context ctor.
just as originally planned.
JINMEI Tatuya [Wed, 26 Sep 2012 00:01:49 +0000 (17:01 -0700)]
[2282] added specialized implementation of getAdditionalImpl() for in-memory
Jelte Jansen [Tue, 25 Sep 2012 23:12:35 +0000 (01:12 +0200)]
[2254] and one more test
JINMEI Tatuya [Tue, 25 Sep 2012 23:04:06 +0000 (16:04 -0700)]
[2282] internal refactoring: use labelsequence, not name, for findNode().
in the additional section handling we only have label sequences, so it's
more efficient. no performance penalty for other cases.
JINMEI Tatuya [Tue, 25 Sep 2012 22:49:27 +0000 (15:49 -0700)]
[2282] also pass RRClass to InMemoryZoneFinder::Context
JINMEI Tatuya [Tue, 25 Sep 2012 22:39:17 +0000 (15:39 -0700)]
[2282] extend finder result context so it contains RdataSet
also hide it as much as possible. ZoneFinderResultContext is basically
private to zone_finder.cc and doesn't have to be defined in .h.
Jelte Jansen [Tue, 25 Sep 2012 22:31:28 +0000 (00:31 +0200)]
[2254] added more tests
Jelte Jansen [Tue, 25 Sep 2012 21:59:40 +0000 (23:59 +0200)]
[2254] change exception type
and add comment to tests
JINMEI Tatuya [Tue, 25 Sep 2012 21:43:03 +0000 (14:43 -0700)]
[2282] Merge branch 'trac2219' into trac2282