]>
git.ipfire.org Git - thirdparty/kea.git/log
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
Tomek Mrugalski [Wed, 16 Jul 2014 13:30:03 +0000 (15:30 +0200)]
[3427] Configuration unit-tests written.
Marcin Siodelski [Wed, 16 Jul 2014 13:02:06 +0000 (15:02 +0200)]
[3461] Corrected valgrind errors in the util library.
Tomek Mrugalski [Tue, 15 Jul 2014 21:39:22 +0000 (23:39 +0200)]
[3427] Logging configuration implemented.
Marcin Siodelski [Tue, 15 Jul 2014 19:07:32 +0000 (21:07 +0200)]
[2893] Extended DHCPv4 server limitations for supported link layer headers.
Marcin Siodelski [Tue, 15 Jul 2014 17:51:12 +0000 (19:51 +0200)]
[2893] Addressed most of the review comments, except for doc update.
Marcin Siodelski [Tue, 15 Jul 2014 15:37:41 +0000 (17:37 +0200)]
[3390] Updated Kea User's Guide with the section about stateless config.
Marcin Siodelski [Tue, 15 Jul 2014 15:37:07 +0000 (17:37 +0200)]
[3390] Use the IP src address to select subnet if ciaddr is not specified.
Marcin Siodelski [Tue, 15 Jul 2014 12:22:12 +0000 (14:22 +0200)]
[3390] Include DHCPINFORM as supported message in the User's Guide.
Marcin Siodelski [Tue, 15 Jul 2014 12:15:26 +0000 (14:15 +0200)]
[3390] Append basic options that we always want be returned.
Marcin Siodelski [Tue, 15 Jul 2014 10:06:40 +0000 (12:06 +0200)]
[3390] Implemented DHCPINFORM message processing by the server.
Marcin Siodelski [Tue, 15 Jul 2014 10:05:48 +0000 (12:05 +0200)]
[3390] Implemented tests for DHCPINFORM processing.
Tomek Mrugalski [Mon, 14 Jul 2014 14:43:07 +0000 (16:43 +0200)]
[master] Merge branch 'trac3396' (Developer's Guide update)
Conflicts:
ChangeLog
src/bin/dhcp4/dhcp4.dox
src/bin/dhcp6/dhcp6.dox
src/hooks/dhcp/user_chk/libdhcp_user_chk.dox
Marcin Siodelski [Mon, 14 Jul 2014 08:04:58 +0000 (10:04 +0200)]
[3390] Initial implementation of the dhcp4 test client.
Jeremy C. Reed [Fri, 11 Jul 2014 19:02:20 +0000 (12:02 -0700)]
Fix some typos/misspellings in docs
Stephen Morris [Fri, 11 Jul 2014 13:32:37 +0000 (14:32 +0100)]
[3396] More text modifications on second review.
Marcin Siodelski [Thu, 10 Jul 2014 16:07:28 +0000 (18:07 +0200)]
[master] Merge branch 'trac3466'
Francis Dupont [Thu, 10 Jul 2014 15:14:26 +0000 (17:14 +0200)]
update git hash in ChangeLog
Francis Dupont [Thu, 10 Jul 2014 15:13:15 +0000 (17:13 +0200)]
check against OX X 10.9.* with Availability.h [#3473]
Stephen Morris [Thu, 10 Jul 2014 10:33:32 +0000 (11:33 +0100)]
[3466] Edits to the documentation made as part of the review.
Marcin Siodelski [Thu, 10 Jul 2014 10:05:00 +0000 (12:05 +0200)]
[2893] Fixed failing ifacemgr unit test on BSD.
Marcin Siodelski [Thu, 10 Jul 2014 07:46:38 +0000 (09:46 +0200)]
[2893] Assume that there may be multiple packets received in BPF buffer.
Marcin Siodelski [Wed, 9 Jul 2014 14:49:04 +0000 (16:49 +0200)]
[2893] Configure the address family of the BPF program for lo interface.
Marcin Siodelski [Wed, 9 Jul 2014 14:36:11 +0000 (16:36 +0200)]
[2893] BPF header includes common header for ethernet constants.
The if_ether.h is portable across various BSD system flavors. The
ethernet.h is missing on some OSes.
Tomek Mrugalski [Wed, 9 Jul 2014 11:57:56 +0000 (13:57 +0200)]
[3396] Changes after review:
- Configuration backend description updated
- ChangeLog entry updated