]>
git.ipfire.org Git - thirdparty/kea.git/log
Tomek Mrugalski [Mon, 11 Aug 2014 11:33:28 +0000 (13:33 +0200)]
[3469] AUTHORS file rewritten
Tomek Mrugalski [Fri, 8 Aug 2014 17:13:38 +0000 (19:13 +0200)]
[master] Merge branch 'trac3464' (pool definitions are now structures)
Conflicts:
ChangeLog
doc/examples/kea4/several-subnets.json
doc/examples/kea4/single-subnet.json
doc/examples/kea6/several-subnets.json
doc/guide/dhcp4-srv.xml
Tomek Mrugalski [Fri, 8 Aug 2014 16:45:00 +0000 (18:45 +0200)]
[3464] Minor tweak in DHCPv4 section in User's Guide
Tomek Mrugalski [Fri, 8 Aug 2014 16:42:01 +0000 (18:42 +0200)]
[master] Merge branch 'trac3427' (logging configuration in kea4,kea6,d2)
Conflicts:
ChangeLog
configure.ac
src/bin/dhcp4/kea_controller.cc
src/bin/dhcp6/kea_controller.cc
src/bin/dhcp6/main.cc
src/lib/log/logger_manager.cc
src/lib/log/logger_unittest_support.cc
src/lib/log/logger_unittest_support.h
Tomek Mrugalski [Fri, 8 Aug 2014 16:17:36 +0000 (18:17 +0200)]
[3427] Changes after review:
- errors printed to stderr in dhcp4,dhcp6 main() function
- path_replacer.sh is now better documented
Tomek Mrugalski [Fri, 8 Aug 2014 15:09:35 +0000 (17:09 +0200)]
[3464] ChangeLog entry added.
Tomek Mrugalski [Fri, 8 Aug 2014 15:09:04 +0000 (17:09 +0200)]
[3464] PoolsListParser logic improved
Tomek Mrugalski [Fri, 8 Aug 2014 12:20:01 +0000 (14:20 +0200)]
[3427] getVerbose() is now const
Tomek Mrugalski [Fri, 8 Aug 2014 12:08:17 +0000 (14:08 +0200)]
[3427] make distcheck fix
Tomek Mrugalski [Fri, 8 Aug 2014 11:24:23 +0000 (13:24 +0200)]
[3427] ChangeLog updated
Tomek Mrugalski [Fri, 8 Aug 2014 11:23:46 +0000 (13:23 +0200)]
[3427] kea.conf is now generated automatically
Tomek Mrugalski [Fri, 8 Aug 2014 11:23:27 +0000 (13:23 +0200)]
[3427] Changes after review:
- variables, test renamed in daemon unit-tests
- verbose parameter documented in Daemon class
Tomek Mrugalski [Fri, 8 Aug 2014 11:02:44 +0000 (13:02 +0200)]
[3427] Fix in keactrl tests.
Tomek Mrugalski [Fri, 8 Aug 2014 10:57:52 +0000 (12:57 +0200)]
[3427] Logging configuration now properly processes more than one logger
Tomek Mrugalski [Fri, 8 Aug 2014 10:57:20 +0000 (12:57 +0200)]
[3427] path_replacer.sh added
Tomek Mrugalski [Fri, 8 Aug 2014 09:42:12 +0000 (11:42 +0200)]
[3427] Changes after review
- logger names are now kea-dhcp4, kea-dhcp6, kea-dhcp-ddns
- fix in keactrl_tests
- User's Guide, examples updated
Tomek Mrugalski [Thu, 7 Aug 2014 11:12:58 +0000 (13:12 +0200)]
[master] Merge branch 'trac3417' (bind10 removal from .cc/.h)
Conflicts:
ChangeLog
Tomek Mrugalski [Thu, 7 Aug 2014 11:09:23 +0000 (13:09 +0200)]
[3417] Cosmetic changes after review
Tomek Mrugalski [Wed, 6 Aug 2014 17:19:46 +0000 (19:19 +0200)]
[master] Merge branch 'trac3434' (lib/util/hash cleanup)
Tomek Mrugalski [Wed, 6 Aug 2014 17:14:44 +0000 (19:14 +0200)]
[master] Merge branch 'trac3468' (Kea6, DDNS User's Guide update)
Conflicts:
ChangeLog
doc/guide/dhcp6-srv.xml
Tomek Mrugalski [Wed, 6 Aug 2014 17:10:13 +0000 (19:10 +0200)]
[3468] ChangeLog updated.
Tomek Mrugalski [Wed, 6 Aug 2014 17:09:27 +0000 (19:09 +0200)]
[3468] "true", "false" => true, false
Tomek Mrugalski [Wed, 6 Aug 2014 10:51:57 +0000 (12:51 +0200)]
[3417] Minor updates in configure.ac (BIND 10 => Kea)
Tomek Mrugalski [Wed, 6 Aug 2014 10:46:10 +0000 (12:46 +0200)]
[3417] ChangeLog updated.
Tomek Mrugalski [Wed, 6 Aug 2014 10:46:00 +0000 (12:46 +0200)]
[3417] shell scripts updated (B10_ => KEA_)
Tomek Mrugalski [Wed, 6 Aug 2014 09:48:50 +0000 (11:48 +0200)]
[3417] B10 => KEA renamed
Tomek Mrugalski [Wed, 6 Aug 2014 09:24:16 +0000 (11:24 +0200)]
[3417] "bind 10" => Kea converted in many .cc/.h files
Stephen Morris [Tue, 5 Aug 2014 19:29:39 +0000 (20:29 +0100)]
[3468] Minor editorial changes during review
Including: ensuring consistent formaat for lists, ensuring
order of items in a list explaining an example JSON map
corresponds to the order of the elements in the map, etc.
Tomek Mrugalski [Tue, 5 Aug 2014 05:57:46 +0000 (07:57 +0200)]
[3417] Bind10 => Kea in many .cc/.h files
Tomek Mrugalski [Tue, 5 Aug 2014 05:56:06 +0000 (07:56 +0200)]
[3417] Obsolete directory src/bin/cmdctl removed.
Tomek Mrugalski [Mon, 4 Aug 2014 20:12:01 +0000 (22:12 +0200)]
[3468] Whitespace clean-up in DDNS module.
Tomek Mrugalski [Mon, 4 Aug 2014 20:11:11 +0000 (22:11 +0200)]
[3468] DDNS chapter updated.
Tomek Mrugalski [Mon, 4 Aug 2014 17:52:00 +0000 (19:52 +0200)]
[3468] DHCPv6 chapter converted to JSON format.
Thomas Markwalder [Fri, 1 Aug 2014 20:32:08 +0000 (16:32 -0400)]
[master] Added ChangeLog entry 811 for #3505
Thomas Markwalder [Fri, 1 Aug 2014 20:21:45 +0000 (16:21 -0400)]
[master] Merge branch 'trac3505'
Added dhcp_ddns::NameChangeRequest JSON format
Stephen Morris [Fri, 1 Aug 2014 19:52:05 +0000 (20:52 +0100)]
[master] Added ChangeLog entry for #3481.
Stephen Morris [Fri, 1 Aug 2014 19:22:30 +0000 (20:22 +0100)]
[master] Merge branch 'trac3481'
Conflicts:
configure.ac
src/bin/Makefile.am
Stephen Morris [Fri, 1 Aug 2014 18:41:32 +0000 (19:41 +0100)]
[master] Merge branch 'trac3502'
Stephen Morris [Fri, 1 Aug 2014 18:37:39 +0000 (19:37 +0100)]
[master] Added ChangeLog entry for #3480.
Stephen Morris [Fri, 1 Aug 2014 18:09:32 +0000 (19:09 +0100)]
[master] Merge branch 'trac3480'
Stephen Morris [Fri, 1 Aug 2014 17:46:21 +0000 (18:46 +0100)]
[master] Added ChangeLog entry for #3479.
Stephen Morris [Fri, 1 Aug 2014 17:37:00 +0000 (18:37 +0100)]
[master] Merge branch 'trac3479'
Stephen Morris [Fri, 1 Aug 2014 17:33:54 +0000 (18:33 +0100)]
[3479] Removed parameter from DHCP_DDNS_NCR_UDP_RECV_CANCELED message
This message is only output when a receive operation is cancelled,
so the parameter was always the text "operation aborted" - which
gives no new information.
Stephen Morris [Fri, 1 Aug 2014 16:49:08 +0000 (17:49 +0100)]
[master] Merge branch 'trac3431'
Thomas Markwalder [Fri, 1 Aug 2014 16:44:46 +0000 (12:44 -0400)]
[3479] Updated keacrtl_tests.sh.in to match D2 logging changes
Stephen Morris [Fri, 1 Aug 2014 16:05:35 +0000 (17:05 +0100)]
[3505] Documentation edits made during review
Thomas Markwalder [Fri, 1 Aug 2014 14:24:33 +0000 (10:24 -0400)]
[3505] Documented JSON format of NameChangeRequest
Documented JSON "schema" for isc::dhcp_ddns::NameChangeRequests
and added explanation of NCR members to D2 doxygen
Stephen Morris [Fri, 1 Aug 2014 12:51:41 +0000 (13:51 +0100)]
[3480] Disable build of sockcreator
This is not used in the current version of Kea, although we may use its
code in the future. Until we decide, the code is being retained in the
repository but it is not included in the build process.
Stephen Morris [Fri, 1 Aug 2014 12:04:04 +0000 (13:04 +0100)]
[3464] Correct some typos during review
Tomek Mrugalski [Thu, 31 Jul 2014 11:19:12 +0000 (13:19 +0200)]
[3468] Several DHCPv6 sections in Kea ARM updated.
Francis Dupont [Wed, 30 Jul 2014 19:41:13 +0000 (21:41 +0200)]
[3434] updated buffer unit tests
Francis Dupont [Wed, 30 Jul 2014 19:32:33 +0000 (21:32 +0200)]
[3434] clarified clear() and added wipe()
Francis Dupont [Wed, 30 Jul 2014 19:25:56 +0000 (21:25 +0200)]
[3434] renamed calculateForWiredata() local vars
Stephen Morris [Wed, 30 Jul 2014 17:01:32 +0000 (18:01 +0100)]
[3502] Explicitly ignore unwanted return value
A call to sigaction() is explicitly cast to void to indicate to
static code checkers that the return value is being ignored.
Stephen Morris [Wed, 30 Jul 2014 16:15:45 +0000 (17:15 +0100)]
[3481] Move perfdhcp source to src/bin/perfdhcp
Also modifiy Makefiles to install perfdhcp into sbin.
Stephen Morris [Tue, 29 Jul 2014 16:08:05 +0000 (17:08 +0100)]
[3479] Reduce number of messages output during D2 startup and shutdown
The messages in question are now output only with logging set to
DEBUG: the DHCP-DDNS process now outputs a minimum number of messages
by default.
Tomek Mrugalski [Tue, 29 Jul 2014 15:31:09 +0000 (17:31 +0200)]
[3464] Compilation fix, 2 extra tests for multiple leases added
Stephen Morris [Mon, 28 Jul 2014 13:16:08 +0000 (14:16 +0100)]
[3430] Changes in a bid to avoid a Coverity warning
Coverity picked up that a construct like "&array[ARRAY_LENGTH]" is
an access to an invalid element, although it is a valid marker
as the end of an STL range. This change alters that construct
to "array + ARRAY_LENGTH".
Tomek Mrugalski [Mon, 28 Jul 2014 03:07:34 +0000 (23:07 -0400)]
[3464] DHCPv4 chapter in ARM updated.
Tomek Mrugalski [Mon, 28 Jul 2014 02:46:41 +0000 (22:46 -0400)]
[3464] Tests for keactl updated.
Tomek Mrugalski [Mon, 28 Jul 2014 02:46:26 +0000 (22:46 -0400)]
[3464] Examples updated.
Tomek Mrugalski [Mon, 28 Jul 2014 02:32:36 +0000 (22:32 -0400)]
[3464] DHCPv6 unit tests updated.
Tomek Mrugalski [Mon, 28 Jul 2014 02:08:27 +0000 (22:08 -0400)]
[3464] DHCPv4 unit-tests are now passing.
Tomek Mrugalski [Mon, 28 Jul 2014 01:47:35 +0000 (21:47 -0400)]
[3464] DHCPv4 parsers updated, fix in common parsers.
Tomek Mrugalski [Mon, 28 Jul 2014 01:43:45 +0000 (21:43 -0400)]
[3464] PoolsListParser class added, PoolParser modified, DHCPv6 updated
Stephen Morris [Fri, 25 Jul 2014 15:19:34 +0000 (16:19 +0100)]
[3431] Address Coverity warning "buffer not null terminated" in logger.h
Functionally there is no change to the code by this change addresses
the "buffer not null terminated" warning in the logger constructor.
As well as removing the cause of the warning (a "strncpy" where
the length copied is equal to the destination buffer length), it
it removed two assert() calls: one was replaced by the throwing of
am exception, and the second was redundant.
Stephen Morris [Fri, 25 Jul 2014 12:28:03 +0000 (13:28 +0100)]
[master] Merge branch 'trac3459'
Marcin Siodelski [Thu, 24 Jul 2014 16:43:09 +0000 (18:43 +0200)]
[master] Added ChangeLog entry for #3269.
Marcin Siodelski [Thu, 24 Jul 2014 16:11:13 +0000 (18:11 +0200)]
[master] Merge branch 'trac3269'
Marcin Siodelski [Thu, 24 Jul 2014 16:10:31 +0000 (18:10 +0200)]
[3269] Address issues raised in the second review.
Marcin Siodelski [Thu, 24 Jul 2014 15:26:00 +0000 (17:26 +0200)]
[3459] The server now checks if the configuration file was specified.
When the configuration file hasn't been specified the server will print
an error message to the stderr and usage. Also I removed the spurious
parens from one of the error messages.
Marcin Siodelski [Thu, 24 Jul 2014 13:32:28 +0000 (15:32 +0200)]
[master] Added ChangeLog entry for #3320.
Marcin Siodelski [Thu, 24 Jul 2014 13:05:13 +0000 (15:05 +0200)]
[master] Merge branch 'trac3320'
Marcin Siodelski [Thu, 24 Jul 2014 12:29:05 +0000 (14:29 +0200)]
[master] Merge branch 'trac3461'
Marcin Siodelski [Thu, 24 Jul 2014 12:25:51 +0000 (14:25 +0200)]
[3461] Addressed review comments.
Marcin Siodelski [Thu, 24 Jul 2014 11:19:04 +0000 (13:19 +0200)]
[3269] Address review comments.
Stephen Morris [Thu, 24 Jul 2014 10:48:09 +0000 (11:48 +0100)]
[master] Added ChangeLog entry for #3416.
Stephen Morris [Thu, 24 Jul 2014 10:01:21 +0000 (11:01 +0100)]
[3416] Change one more occurrence of "BIND 10" to "Kea" in .mes files
This omission was picked up in review
Marcin Siodelski [Wed, 23 Jul 2014 12:44:21 +0000 (14:44 +0200)]
[3320] Address review comments.
Tomek Mrugalski [Wed, 23 Jul 2014 11:14:02 +0000 (07:14 -0400)]
[3468] Kea4 start documented.
Marcin Siodelski [Tue, 22 Jul 2014 15:54:42 +0000 (17:54 +0200)]
[3320] Replaced unit test for many Requests with new test using DHCP4 client.
Marcin Siodelski [Tue, 22 Jul 2014 14:00:46 +0000 (16:00 +0200)]
[3320] Covered the case where the client is in INIT-REBOOT state.
Stephen Morris [Tue, 22 Jul 2014 10:28:55 +0000 (11:28 +0100)]
[3416] Remove all mention of BIND 10 from message files
Marcin Siodelski [Mon, 21 Jul 2014 20:16:01 +0000 (22:16 +0200)]
[3320] Basic implementation of the Requested IP Address support.
Tomek Mrugalski [Fri, 18 Jul 2014 19:40:16 +0000 (21:40 +0200)]
[3427] parseConfiguration() log_config parameter is now const referenced.
Tomek Mrugalski [Fri, 18 Jul 2014 19:11:42 +0000 (21:11 +0200)]
[3427] Changes after review:
- Kea ARM updated
- shell tests for Kea4,Kea6 and D2 are now passing
- kea.conf updated with logging info
- Various improvements in Daemon and LogConfigParser
- DEFAULT_SYSLOG_NAME removed
- Copyright years fixed
- Couple additional tests written
Marcin Siodelski [Fri, 18 Jul 2014 18:10:09 +0000 (20:10 +0200)]
[master] Added ChangeLog entry for #3390.
Marcin Siodelski [Fri, 18 Jul 2014 18:07:24 +0000 (20:07 +0200)]
[master] Merge branch 'trac3390'
Marcin Siodelski [Fri, 18 Jul 2014 17:20:41 +0000 (19:20 +0200)]
[3269] Include client id in the server's response to Confirm.
Marcin Siodelski [Fri, 18 Jul 2014 16:32:59 +0000 (18:32 +0200)]
[3390] Addressed review comments.
Marcin Siodelski [Fri, 18 Jul 2014 16:00:16 +0000 (18:00 +0200)]
[3269] Updated the User's Guide to include support for Confirm.
Marcin Siodelski [Fri, 18 Jul 2014 15:55:38 +0000 (17:55 +0200)]
[3269] Moved common functions from Confirm/Rebind unit tests to new class.
Marcin Siodelski [Fri, 18 Jul 2014 14:18:33 +0000 (16:18 +0200)]
[3269] Removed extraneous configuration sets from confirm unit tests.
Marcin Siodelski [Fri, 18 Jul 2014 14:07:36 +0000 (16:07 +0200)]
[3269] Implemented processing of the Confirm message.
Tomek Mrugalski [Thu, 17 Jul 2014 15:11:16 +0000 (17:11 +0200)]
[3390] Typos corrected.
Marcin Siodelski [Thu, 17 Jul 2014 11:18:11 +0000 (13:18 +0200)]
[master] Added ChangeLog entry for #2893.
Marcin Siodelski [Thu, 17 Jul 2014 09:08:51 +0000 (11:08 +0200)]
[master] Merge branch 'trac2893'
Marcin Siodelski [Thu, 17 Jul 2014 05:47:15 +0000 (07:47 +0200)]
[2893] Editorial fix in the User's Guide.
Tomek Mrugalski [Wed, 16 Jul 2014 14:08:35 +0000 (16:08 +0200)]
[3427] Examples updated.
Tomek Mrugalski [Wed, 16 Jul 2014 13:53:35 +0000 (15:53 +0200)]
[3427] User's Guide updated