]>
git.ipfire.org Git - thirdparty/kea.git/log
Paul Selkirk [Tue, 2 Jul 2013 23:05:48 +0000 (19:05 -0400)]
[2967] slightly better way of overriding the default mock SOA rdata
Paul Selkirk [Thu, 27 Jun 2013 22:48:32 +0000 (18:48 -0400)]
[2967] fixed an unpythonic emptyness test
Paul Selkirk [Wed, 26 Jun 2013 23:42:36 +0000 (19:42 -0400)]
[2967] removed Auth/database_file from lettuce slave configs
but not master configs or xfrin_bind10.feature, since xfrout hasn't
been converted to the general data source yet
Paul Selkirk [Wed, 26 Jun 2013 23:39:56 +0000 (19:39 -0400)]
[2967] cleanup: removed unneeded AUTH_MODULE_NAME
Paul Selkirk [Tue, 25 Jun 2013 18:43:27 +0000 (14:43 -0400)]
[2967] cleanup and slight refactoring
Paul Selkirk [Thu, 20 Jun 2013 20:25:17 +0000 (16:25 -0400)]
[2967] convert to general datasrc config
Paul Selkirk [Sun, 16 Jun 2013 04:24:42 +0000 (00:24 -0400)]
[2967] refactoring: remove unneeded ZonemgrRefresh._zone_mgr_is_empty
Paul Selkirk [Sun, 16 Jun 2013 04:09:56 +0000 (00:09 -0400)]
[2967] fix line wrap problems, no code changes
Thomas Markwalder [Tue, 2 Jul 2013 20:53:49 +0000 (16:53 -0400)]
[master] Added ChangeLog entry 637.
Thomas Markwalder [Tue, 2 Jul 2013 20:51:40 +0000 (16:51 -0400)]
[master] Merge branch 'trac3007'. Adds DHCP-DDNS
request message class, NameChangeRequest.
Thomas Markwalder [Tue, 2 Jul 2013 19:09:12 +0000 (15:09 -0400)]
[master] Fixed broken build in src/bin/d2/d_test_stubs.h,
and logger check failure in src/bin/d2/d2_messages.mes
Thomas Markwalder [Tue, 2 Jul 2013 14:34:38 +0000 (10:34 -0400)]
[master] Added ChangeLog entry 636.
Thomas Markwalder [Tue, 2 Jul 2013 14:30:47 +0000 (10:30 -0400)]
[master] Merged branch 'trac2957'. This adds configuration parsing
support for DHCP-DDNS.
Marcin Siodelski [Tue, 2 Jul 2013 14:22:17 +0000 (16:22 +0200)]
[3007] Trivial: fixed whitespaces in ncr_msg.cc.
Stephen Morris [Tue, 2 Jul 2013 13:04:35 +0000 (14:04 +0100)]
[2957] Minor modifications during review.
Thomas Markwalder [Tue, 2 Jul 2013 10:36:25 +0000 (06:36 -0400)]
[2957] Additional review-related changes. Replaced TODO with todo
and corrected doxygen errors.
Marcin Siodelski [Mon, 1 Jul 2013 19:52:18 +0000 (21:52 +0200)]
[master] Added ChangeLog entry for #2796.
Thomas Markwalder [Mon, 1 Jul 2013 18:43:58 +0000 (14:43 -0400)]
[3007] Merged 3007 into local 3007.
Thomas Markwalder [Mon, 1 Jul 2013 18:40:25 +0000 (14:40 -0400)]
[3007] A few more review changes.
Marcin Siodelski [Mon, 1 Jul 2013 17:00:06 +0000 (19:00 +0200)]
[master] Merge branch 'trac2976'
Mukund Sivaraman [Mon, 1 Jul 2013 15:12:04 +0000 (20:42 +0530)]
[master] Use alternate syntax for shallow copy
This is recommended by:
http://docs.python.org/3/library/copy.html
Mukund Sivaraman [Mon, 1 Jul 2013 15:07:42 +0000 (20:37 +0530)]
[master] Use list() instead of .copy() (as it is a Python 3.3 feature)
Suggested by Michal.
Thomas Markwalder [Mon, 1 Jul 2013 14:59:16 +0000 (10:59 -0400)]
[2957] A few more review comment changes.
Thomas Markwalder [Mon, 1 Jul 2013 12:11:05 +0000 (08:11 -0400)]
[2957] Made forward and reverse ddns elements optional, altered clone
method to return smart pointer.
Mukund Sivaraman [Mon, 1 Jul 2013 10:09:22 +0000 (15:39 +0530)]
Merge branch 'trac2855_2'
Mukund Sivaraman [Mon, 1 Jul 2013 09:33:46 +0000 (15:03 +0530)]
[2855] Don't use clear() on lists (as it is a Python 3.3 feature)
Mukund Sivaraman [Sun, 30 Jun 2013 18:40:57 +0000 (00:10 +0530)]
[master] Fix Python API compatibility issue with CPython < 3.3.0
The 'p' format for booleans is not available before Python 3.3 API. So
we use the previously used fallback in these cases ('i' for C int).
Mukund Sivaraman [Sun, 30 Jun 2013 16:15:33 +0000 (21:45 +0530)]
[2855] Use the same lock in the condition variable too
Mukund Sivaraman [Thu, 27 Jun 2013 01:59:16 +0000 (07:29 +0530)]
[2855] Notify on the socket if a response is ready
Mukund Sivaraman [Tue, 25 Jun 2013 08:32:36 +0000 (14:02 +0530)]
[2855] Fix comments
Mukund Sivaraman [Mon, 24 Jun 2013 09:28:08 +0000 (14:58 +0530)]
[2855] Move code out of lock region
Mukund Sivaraman [Sun, 23 Jun 2013 20:44:09 +0000 (02:14 +0530)]
[2855] Make the response a tuple
This is for some kind of compatibility with future tickets, but the
exact format of the response list is currently not decided.
Mukund Sivaraman [Sun, 23 Jun 2013 18:57:11 +0000 (00:27 +0530)]
[2855] Add more code comments
Mukund Sivaraman [Sun, 23 Jun 2013 18:49:59 +0000 (00:19 +0530)]
[2855] Test what happens when a bad command is passed
Mukund Sivaraman [Sun, 23 Jun 2013 18:38:07 +0000 (00:08 +0530)]
[2855] Add more code comments
Mukund Sivaraman [Sun, 23 Jun 2013 18:35:40 +0000 (00:05 +0530)]
[2855] Add class documentation
Mukund Sivaraman [Sun, 23 Jun 2013 18:24:45 +0000 (23:54 +0530)]
[2855] Add builder module tests
Mukund Sivaraman [Fri, 21 Jun 2013 14:50:49 +0000 (20:20 +0530)]
[2855] Add a basic builder thread that understands the shutdown command
Mukund Sivaraman [Fri, 21 Jun 2013 13:59:15 +0000 (19:29 +0530)]
[2855] Update comment
Mukund Sivaraman [Fri, 21 Jun 2013 13:51:54 +0000 (19:21 +0530)]
[2855] Add BIND10Server._shutdown_module() method for shutdown processing
Mukund Sivaraman [Fri, 21 Jun 2013 13:47:16 +0000 (19:17 +0530)]
[2855] Fix typos
Mukund Sivaraman [Fri, 21 Jun 2013 09:53:37 +0000 (15:23 +0530)]
[2855] Add BIND10Server.watch_fileno() method
Mukund Sivaraman [Fri, 21 Jun 2013 09:22:15 +0000 (14:52 +0530)]
[2855] Don't loop to check membership
Mukund Sivaraman [Sun, 30 Jun 2013 15:25:12 +0000 (20:55 +0530)]
Merge branch 'trac2993'
Mukund Sivaraman [Sun, 30 Jun 2013 14:39:17 +0000 (20:09 +0530)]
Merge branch 'trac3006'
Mukund Sivaraman [Sun, 30 Jun 2013 14:36:23 +0000 (20:06 +0530)]
[master] Add ChangeLog entry for #2759
Mukund Sivaraman [Sun, 30 Jun 2013 14:23:37 +0000 (19:53 +0530)]
Merge branch 'trac2759'
Thomas Markwalder [Fri, 28 Jun 2013 20:43:09 +0000 (16:43 -0400)]
[2957] Review comments. Added in the ability to configure TSIG Key
information.
JINMEI Tatuya [Fri, 28 Jun 2013 17:13:16 +0000 (10:13 -0700)]
[master] changelog for #2854
JINMEI Tatuya [Fri, 28 Jun 2013 16:39:48 +0000 (09:39 -0700)]
[master] Merge branch 'trac2854'
JINMEI Tatuya [Fri, 28 Jun 2013 16:39:02 +0000 (09:39 -0700)]
[2854] a minor wording update to a detailed log description
Michal 'vorner' Vaner [Fri, 28 Jun 2013 08:47:55 +0000 (10:47 +0200)]
Merge #2775
Design about scaling across multiple cores.
Conflicts:
doc/design/resolver/01-scaling-across-cores (taken from the branch)
doc/design/resolver/02-mixed-recursive-authority-setup (taken from master)
Mukund Sivaraman [Fri, 28 Jun 2013 00:39:25 +0000 (06:09 +0530)]
[2993] Update Python documentation for ZoneWriter's load() method
Mukund Sivaraman [Fri, 28 Jun 2013 00:10:35 +0000 (05:40 +0530)]
[2759] Add a lettuce scenario to test validation and response code
Mukund Sivaraman [Fri, 28 Jun 2013 00:02:01 +0000 (05:32 +0530)]
[2759] Return rcode=REFUSED when validation fails
Marcin Siodelski [Thu, 27 Jun 2013 11:50:05 +0000 (13:50 +0200)]
[master] Added ChangeLog entry for 2979.
Thomas Markwalder [Thu, 27 Jun 2013 11:43:58 +0000 (07:43 -0400)]
[3007] util lib missing from D2 Makefiles.
Marcin Siodelski [Thu, 27 Jun 2013 11:22:18 +0000 (13:22 +0200)]
[2976] Changes as a result of code review.
Thomas Markwalder [Thu, 27 Jun 2013 11:06:08 +0000 (07:06 -0400)]
[3007] Addressed review comments.
Marcin Siodelski [Thu, 27 Jun 2013 09:42:37 +0000 (11:42 +0200)]
[2976] Trivial: folded long lines.
Marcin Siodelski [Thu, 27 Jun 2013 08:08:36 +0000 (10:08 +0200)]
[master] Merge branch 'trac2979'
Mukund Sivaraman [Thu, 27 Jun 2013 03:33:40 +0000 (09:03 +0530)]
[2993] Add unittest for the case where ZoneWriter encounters a bad zone and must throw
Mukund Sivaraman [Thu, 27 Jun 2013 03:30:47 +0000 (09:00 +0530)]
[2993] Update comment
Mukund Sivaraman [Thu, 27 Jun 2013 03:29:00 +0000 (08:59 +0530)]
[2993] Add unittest for the case where ZoneWriter encounters a bad zone and must not throw
Mukund Sivaraman [Thu, 27 Jun 2013 03:01:09 +0000 (08:31 +0530)]
[2993] Extend ConfigurableClientList::getCachedZoneWriter() to have catch_load_error
Mukund Sivaraman [Thu, 27 Jun 2013 02:43:45 +0000 (08:13 +0530)]
[2993] Untabify
Mukund Sivaraman [Thu, 27 Jun 2013 02:23:10 +0000 (07:53 +0530)]
[master] Add ChangeLog for #3001
Mukund Sivaraman [Thu, 27 Jun 2013 02:22:14 +0000 (07:52 +0530)]
Merge branch 'trac3001'
Tomas Hozza [Wed, 12 Jun 2013 13:05:45 +0000 (15:05 +0200)]
Add missing stdint.h header inclusion
Previously a missing header inclusion caused bind10-1.1.0
compilation to fail.
Signed-off-by: Tomas Hozza <thozza@redhat.com>
Mukund Sivaraman [Thu, 27 Jun 2013 01:28:18 +0000 (06:58 +0530)]
[3006] Use a more portable makefile pattern substitution syntax
Mukund Sivaraman [Thu, 27 Jun 2013 01:21:14 +0000 (06:51 +0530)]
[3006] Fail make if tools are not found during "make devel"
Mukund Sivaraman [Thu, 27 Jun 2013 00:56:15 +0000 (06:26 +0530)]
[2759] Update log messages to better reflect the DDNS case
Marcin Siodelski [Wed, 26 Jun 2013 10:05:40 +0000 (12:05 +0200)]
[2976] Minor: fix the doxygen tag in D2UpdateMessage.
Marcin Siodelski [Wed, 26 Jun 2013 09:58:21 +0000 (11:58 +0200)]
[2976] Updated doxygen documentation for D2UpdateMessage class.
Marcin Siodelski [Wed, 26 Jun 2013 09:56:44 +0000 (11:56 +0200)]
[2976] Added negative test cases for fromWire function.
Also, some of the comments have been improved in unit tests.
JINMEI Tatuya [Wed, 26 Jun 2013 00:23:53 +0000 (17:23 -0700)]
[master] trivial editorial fix: folded long lines.
JINMEI Tatuya [Tue, 25 Jun 2013 20:18:17 +0000 (13:18 -0700)]
[master] skip test cases that rely on select.poll. it's not always available.
this is an urgent care fix to #3014; we'll need cleaner solution (I
suggest #2690), but we should keep the master branch testable at least
for all developers and buildbots.
Marcin Siodelski [Tue, 25 Jun 2013 18:34:44 +0000 (20:34 +0200)]
[2976] Minor: fixed the multi-line comment.
Marcin Siodelski [Tue, 25 Jun 2013 18:31:49 +0000 (20:31 +0200)]
[2976] Updated doxygen documentation for the D2UpdateMessage class.
JINMEI Tatuya [Tue, 25 Jun 2013 18:08:45 +0000 (11:08 -0700)]
[2854] changed the return type of get_reset_param() from string to dict.
as it will probably be more convenient.
Thomas Markwalder [Tue, 25 Jun 2013 17:25:16 +0000 (13:25 -0400)]
[3007] Adds the initial implementation of NameChangeRequest and accompanying
unit tests. This class embodies a DNS Update request that is sent to DHCP-DDNS
from its clients (typically DHCP servers). The initial wire format is JSON.
The following new files were added:
src/bin/d2/ncr_msg.h
src/bin/d2/ncr_msg.cc
src/bin/d2/tests/ncr_unittests.cc
Marcin Siodelski [Tue, 25 Jun 2013 14:30:32 +0000 (16:30 +0200)]
[2976] Implemented unit tests for D2UpdateMessage setters.
Marcin Siodelski [Tue, 25 Jun 2013 11:45:07 +0000 (13:45 +0200)]
[2976] Completed implementation of fromWire test.
Marcin Siodelski [Mon, 24 Jun 2013 18:57:12 +0000 (20:57 +0200)]
[2976] Basic implementation of fromWire test.
JINMEI Tatuya [Mon, 24 Jun 2013 05:53:03 +0000 (14:53 +0900)]
[2854] clarify some test scenario assumptions in comments
Mukund Sivaraman [Mon, 24 Jun 2013 03:36:23 +0000 (09:06 +0530)]
[2759] Apply check_zone before commiting DDNS changes
The response code of SERVFAIL is not the most suitable, but when
check_zone() fails, we don't know what type of condition exactly caused
the failure. We cannot map this condition to the different RCODE values
in RFC2136. There is no generic code for validation failures.
JINMEI Tatuya [Mon, 24 Jun 2013 04:45:22 +0000 (13:45 +0900)]
[2854] use @unittest.skipIf to skip shmem specific tests conditionally.
JINMEI Tatuya [Mon, 24 Jun 2013 04:34:13 +0000 (13:34 +0900)]
[2854] replaced expressions using xor with minux.
for some readers the latter seems to be more understandable
JINMEI Tatuya [Mon, 24 Jun 2013 04:22:48 +0000 (13:22 +0900)]
[2854] cleanup: removed unnecessary reraise of exceptions
JINMEI Tatuya [Mon, 24 Jun 2013 04:19:45 +0000 (13:19 +0900)]
[2854] updated a log message description so it makes more sense.
JINMEI Tatuya [Mon, 24 Jun 2013 04:09:17 +0000 (13:09 +0900)]
[2854] cleanup: removed a commented-out line
Mukund Sivaraman [Mon, 24 Jun 2013 03:07:37 +0000 (08:37 +0530)]
[3006] Use the devel target just like in upper level directories
Mukund Sivaraman [Mon, 24 Jun 2013 02:59:13 +0000 (08:29 +0530)]
[3006] Generate dummy targets when tools are not available
Don't fail the build.
Mukund Sivaraman [Mon, 24 Jun 2013 02:53:46 +0000 (08:23 +0530)]
[3006] Fix error messages that are printed
JINMEI Tatuya [Mon, 24 Jun 2013 02:16:33 +0000 (11:16 +0900)]
[2854] wording update for man page, per review comments.
JINMEI Tatuya [Mon, 24 Jun 2013 02:14:17 +0000 (11:14 +0900)]
[2854] corrected man page yearstamp
JINMEI Tatuya [Mon, 24 Jun 2013 02:11:40 +0000 (11:11 +0900)]
[2854] untabify
JINMEI Tatuya [Mon, 24 Jun 2013 02:08:03 +0000 (11:08 +0900)]
[2854] use revised interface of DataSrcClientsMgr.reconfigure() for tests.
Marcin Siodelski [Fri, 21 Jun 2013 18:12:56 +0000 (20:12 +0200)]
[2976] Implemented the rest of the toWire test.
Marcin Siodelski [Fri, 21 Jun 2013 16:26:19 +0000 (18:26 +0200)]
[2976] Implemented most part of the toWire test.