]> git.ipfire.org Git - thirdparty/kea.git/log
thirdparty/kea.git
11 years ago[3417] "bind 10" => Kea converted in many .cc/.h files
Tomek Mrugalski [Wed, 6 Aug 2014 09:24:16 +0000 (11:24 +0200)] 
[3417] "bind 10" => Kea converted in many .cc/.h files

11 years ago[3417] Bind10 => Kea in many .cc/.h files
Tomek Mrugalski [Tue, 5 Aug 2014 05:57:46 +0000 (07:57 +0200)] 
[3417] Bind10 => Kea in many .cc/.h files

11 years ago[3417] Obsolete directory src/bin/cmdctl removed.
Tomek Mrugalski [Tue, 5 Aug 2014 05:56:06 +0000 (07:56 +0200)] 
[3417] Obsolete directory src/bin/cmdctl removed.

11 years ago[master] Added ChangeLog entry 811 for #3505
Thomas Markwalder [Fri, 1 Aug 2014 20:32:08 +0000 (16:32 -0400)] 
[master] Added ChangeLog entry 811 for #3505

11 years ago[master] Merge branch 'trac3505'
Thomas Markwalder [Fri, 1 Aug 2014 20:21:45 +0000 (16:21 -0400)] 
[master] Merge branch 'trac3505'

Added dhcp_ddns::NameChangeRequest JSON format

11 years ago[master] Added ChangeLog entry for #3481.
Stephen Morris [Fri, 1 Aug 2014 19:52:05 +0000 (20:52 +0100)] 
[master] Added ChangeLog entry for #3481.

11 years ago[master] Merge branch 'trac3481'
Stephen Morris [Fri, 1 Aug 2014 19:22:30 +0000 (20:22 +0100)] 
[master] Merge branch 'trac3481'

Conflicts:
configure.ac
src/bin/Makefile.am

11 years ago[master] Merge branch 'trac3502'
Stephen Morris [Fri, 1 Aug 2014 18:41:32 +0000 (19:41 +0100)] 
[master] Merge branch 'trac3502'

11 years ago[master] Added ChangeLog entry for #3480.
Stephen Morris [Fri, 1 Aug 2014 18:37:39 +0000 (19:37 +0100)] 
[master] Added ChangeLog entry for #3480.

11 years ago[master] Merge branch 'trac3480'
Stephen Morris [Fri, 1 Aug 2014 18:09:32 +0000 (19:09 +0100)] 
[master] Merge branch 'trac3480'

11 years ago[master] Added ChangeLog entry for #3479.
Stephen Morris [Fri, 1 Aug 2014 17:46:21 +0000 (18:46 +0100)] 
[master] Added ChangeLog entry for #3479.

11 years ago[master] Merge branch 'trac3479'
Stephen Morris [Fri, 1 Aug 2014 17:37:00 +0000 (18:37 +0100)] 
[master] Merge branch 'trac3479'

11 years ago[3479] Removed parameter from DHCP_DDNS_NCR_UDP_RECV_CANCELED message
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.

11 years ago[master] Merge branch 'trac3431'
Stephen Morris [Fri, 1 Aug 2014 16:49:08 +0000 (17:49 +0100)] 
[master] Merge branch 'trac3431'

11 years ago[3479] Updated keacrtl_tests.sh.in to match D2 logging changes
Thomas Markwalder [Fri, 1 Aug 2014 16:44:46 +0000 (12:44 -0400)] 
[3479] Updated keacrtl_tests.sh.in to match D2 logging changes

11 years ago[3505] Documentation edits made during review
Stephen Morris [Fri, 1 Aug 2014 16:05:35 +0000 (17:05 +0100)] 
[3505] Documentation edits made during review

11 years ago[3505] Documented JSON format of NameChangeRequest
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

11 years ago[3480] Disable build of sockcreator
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.

11 years ago[3502] Explicitly ignore unwanted return value
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.

11 years ago[3481] Move perfdhcp source to src/bin/perfdhcp
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.

11 years ago[3479] Reduce number of messages output during D2 startup and shutdown
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.

11 years ago[3430] Changes in a bid to avoid a Coverity warning
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".

11 years ago[3431] Address Coverity warning "buffer not null terminated" in logger.h
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.

11 years ago[master] Merge branch 'trac3459'
Stephen Morris [Fri, 25 Jul 2014 12:28:03 +0000 (13:28 +0100)] 
[master] Merge branch 'trac3459'

11 years ago[master] Added ChangeLog entry for #3269.
Marcin Siodelski [Thu, 24 Jul 2014 16:43:09 +0000 (18:43 +0200)] 
[master] Added ChangeLog entry for #3269.

11 years ago[master] Merge branch 'trac3269'
Marcin Siodelski [Thu, 24 Jul 2014 16:11:13 +0000 (18:11 +0200)] 
[master] Merge branch 'trac3269'

11 years ago[3269] Address issues raised in the second review.
Marcin Siodelski [Thu, 24 Jul 2014 16:10:31 +0000 (18:10 +0200)] 
[3269] Address issues raised in the second review.

11 years ago[3459] The server now checks if the configuration file was specified.
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.

11 years ago[master] Added ChangeLog entry for #3320.
Marcin Siodelski [Thu, 24 Jul 2014 13:32:28 +0000 (15:32 +0200)] 
[master] Added ChangeLog entry for #3320.

11 years ago[master] Merge branch 'trac3320'
Marcin Siodelski [Thu, 24 Jul 2014 13:05:13 +0000 (15:05 +0200)] 
[master] Merge branch 'trac3320'

11 years ago[master] Merge branch 'trac3461'
Marcin Siodelski [Thu, 24 Jul 2014 12:29:05 +0000 (14:29 +0200)] 
[master] Merge branch 'trac3461'

11 years ago[3461] Addressed review comments.
Marcin Siodelski [Thu, 24 Jul 2014 12:25:51 +0000 (14:25 +0200)] 
[3461] Addressed review comments.

11 years ago[3269] Address review comments.
Marcin Siodelski [Thu, 24 Jul 2014 11:19:04 +0000 (13:19 +0200)] 
[3269] Address review comments.

11 years ago[master] Added ChangeLog entry for #3416.
Stephen Morris [Thu, 24 Jul 2014 10:48:09 +0000 (11:48 +0100)] 
[master]  Added ChangeLog entry for #3416.

11 years ago[3416] Change one more occurrence of "BIND 10" to "Kea" in .mes files
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

11 years ago[3320] Address review comments.
Marcin Siodelski [Wed, 23 Jul 2014 12:44:21 +0000 (14:44 +0200)] 
[3320] Address review comments.

11 years ago[3320] Replaced unit test for many Requests with new test using DHCP4 client.
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.

11 years ago[3320] Covered the case where the client is in INIT-REBOOT state.
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.

11 years ago[3416] Remove all mention of BIND 10 from message files
Stephen Morris [Tue, 22 Jul 2014 10:28:55 +0000 (11:28 +0100)] 
[3416] Remove all mention of BIND 10 from message files

11 years ago[3320] Basic implementation of the Requested IP Address support.
Marcin Siodelski [Mon, 21 Jul 2014 20:16:01 +0000 (22:16 +0200)] 
[3320] Basic implementation of the Requested IP Address support.

11 years ago[master] Added ChangeLog entry for #3390.
Marcin Siodelski [Fri, 18 Jul 2014 18:10:09 +0000 (20:10 +0200)] 
[master] Added ChangeLog entry for #3390.

11 years ago[master] Merge branch 'trac3390'
Marcin Siodelski [Fri, 18 Jul 2014 18:07:24 +0000 (20:07 +0200)] 
[master] Merge branch 'trac3390'

11 years ago[3269] Include client id in the server's response to Confirm.
Marcin Siodelski [Fri, 18 Jul 2014 17:20:41 +0000 (19:20 +0200)] 
[3269] Include client id in the server's response to Confirm.

11 years ago[3390] Addressed review comments.
Marcin Siodelski [Fri, 18 Jul 2014 16:32:59 +0000 (18:32 +0200)] 
[3390] Addressed review comments.

11 years ago[3269] Updated the User's Guide to include support for Confirm.
Marcin Siodelski [Fri, 18 Jul 2014 16:00:16 +0000 (18:00 +0200)] 
[3269] Updated the User's Guide to include support for Confirm.

11 years ago[3269] Moved common functions from Confirm/Rebind unit tests to new class.
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.

11 years ago[3269] Removed extraneous configuration sets from confirm unit tests.
Marcin Siodelski [Fri, 18 Jul 2014 14:18:33 +0000 (16:18 +0200)] 
[3269] Removed extraneous configuration sets from confirm unit tests.

11 years ago[3269] Implemented processing of the Confirm message.
Marcin Siodelski [Fri, 18 Jul 2014 14:07:36 +0000 (16:07 +0200)] 
[3269] Implemented processing of the Confirm message.

11 years ago[3390] Typos corrected.
Tomek Mrugalski [Thu, 17 Jul 2014 15:11:16 +0000 (17:11 +0200)] 
[3390] Typos corrected.

11 years ago[master] Added ChangeLog entry for #2893.
Marcin Siodelski [Thu, 17 Jul 2014 11:18:11 +0000 (13:18 +0200)] 
[master] Added ChangeLog entry for #2893.

11 years ago[master] Merge branch 'trac2893'
Marcin Siodelski [Thu, 17 Jul 2014 09:08:51 +0000 (11:08 +0200)] 
[master] Merge branch 'trac2893'

11 years ago[2893] Editorial fix in the User's Guide.
Marcin Siodelski [Thu, 17 Jul 2014 05:47:15 +0000 (07:47 +0200)] 
[2893] Editorial fix in the User's Guide.

11 years ago[3461] Corrected valgrind errors in the util library.
Marcin Siodelski [Wed, 16 Jul 2014 13:02:06 +0000 (15:02 +0200)] 
[3461] Corrected valgrind errors in the util library.

11 years ago[2893] Extended DHCPv4 server limitations for supported link layer headers.
Marcin Siodelski [Tue, 15 Jul 2014 19:07:32 +0000 (21:07 +0200)] 
[2893] Extended DHCPv4 server limitations for supported link layer headers.

11 years ago[2893] Addressed most of the review comments, except for doc update.
Marcin Siodelski [Tue, 15 Jul 2014 17:51:12 +0000 (19:51 +0200)] 
[2893] Addressed most of the review comments, except for doc update.

11 years ago[3390] Updated Kea User's Guide with the section about stateless config.
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.

11 years ago[3390] Use the IP src address to select subnet if ciaddr is not specified.
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.

11 years ago[3390] Include DHCPINFORM as supported message in the User's Guide.
Marcin Siodelski [Tue, 15 Jul 2014 12:22:12 +0000 (14:22 +0200)] 
[3390] Include DHCPINFORM as supported message in the User's Guide.

11 years ago[3390] Append basic options that we always want be returned.
Marcin Siodelski [Tue, 15 Jul 2014 12:15:26 +0000 (14:15 +0200)] 
[3390] Append basic options that we always want be returned.

11 years ago[3390] Implemented DHCPINFORM message processing by the server.
Marcin Siodelski [Tue, 15 Jul 2014 10:06:40 +0000 (12:06 +0200)] 
[3390] Implemented DHCPINFORM message processing by the server.

11 years ago[3390] Implemented tests for DHCPINFORM processing.
Marcin Siodelski [Tue, 15 Jul 2014 10:05:48 +0000 (12:05 +0200)] 
[3390] Implemented tests for DHCPINFORM processing.

11 years ago[master] Merge branch 'trac3396' (Developer's Guide update)
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

11 years ago[3390] Initial implementation of the dhcp4 test client.
Marcin Siodelski [Mon, 14 Jul 2014 08:04:58 +0000 (10:04 +0200)] 
[3390] Initial implementation of the dhcp4 test client.

11 years agoFix some typos/misspellings in docs
Jeremy C. Reed [Fri, 11 Jul 2014 19:02:20 +0000 (12:02 -0700)] 
Fix some typos/misspellings in docs

11 years ago[3396] More text modifications on second review.
Stephen Morris [Fri, 11 Jul 2014 13:32:37 +0000 (14:32 +0100)] 
[3396] More text modifications on second review.

11 years ago[master] Merge branch 'trac3466'
Marcin Siodelski [Thu, 10 Jul 2014 16:07:28 +0000 (18:07 +0200)] 
[master] Merge branch 'trac3466'

11 years agoupdate git hash in ChangeLog
Francis Dupont [Thu, 10 Jul 2014 15:14:26 +0000 (17:14 +0200)] 
update git hash in ChangeLog

11 years agocheck against OX X 10.9.* with Availability.h [#3473]
Francis Dupont [Thu, 10 Jul 2014 15:13:15 +0000 (17:13 +0200)] 
check against OX X 10.9.* with Availability.h [#3473]

11 years ago[3466] Edits to the documentation made as part of the review.
Stephen Morris [Thu, 10 Jul 2014 10:33:32 +0000 (11:33 +0100)] 
[3466] Edits to the documentation made as part of the review.

11 years ago[2893] Fixed failing ifacemgr unit test on BSD.
Marcin Siodelski [Thu, 10 Jul 2014 10:05:00 +0000 (12:05 +0200)] 
[2893] Fixed failing ifacemgr unit test on BSD.

11 years ago[2893] Assume that there may be multiple packets received in BPF buffer.
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.

11 years ago[2893] Configure the address family of the BPF program for lo interface.
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.

11 years ago[2893] BPF header includes common header for ethernet constants.
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.

11 years ago[3396] Changes after review:
Tomek Mrugalski [Wed, 9 Jul 2014 11:57:56 +0000 (13:57 +0200)] 
[3396] Changes after review:

 - Configuration backend description updated
 - ChangeLog entry updated

11 years ago[2893] Updated documentation for BPF.
Marcin Siodelski [Tue, 8 Jul 2014 15:02:45 +0000 (17:02 +0200)] 
[2893] Updated documentation for BPF.

11 years ago[2893] Use BPF packet filter for BSDs.
Marcin Siodelski [Tue, 8 Jul 2014 10:32:46 +0000 (12:32 +0200)] 
[2893] Use BPF packet filter for BSDs.

11 years ago[master] Merge branch 'trac3414'
Marcin Siodelski [Tue, 8 Jul 2014 08:57:50 +0000 (10:57 +0200)] 
[master] Merge branch 'trac3414'

11 years ago[2893] Fixed the typo in the pkt_filter_bpf.cc
Marcin Siodelski [Mon, 7 Jul 2014 16:57:35 +0000 (18:57 +0200)] 
[2893] Fixed the typo in the pkt_filter_bpf.cc

11 years ago[2893] Implemented support for BPF on ethernet and local loopback iface.
Marcin Siodelski [Mon, 7 Jul 2014 15:02:05 +0000 (17:02 +0200)] 
[2893] Implemented support for BPF on ethernet and local loopback iface.

11 years ago[3396] Small changes to .dox files made during review
Stephen Morris [Fri, 4 Jul 2014 16:31:09 +0000 (17:31 +0100)] 
[3396] Small changes to .dox files made during review

11 years ago[2893] Extend the Iface object to hold the socket read buffer.
Marcin Siodelski [Thu, 3 Jul 2014 19:50:13 +0000 (21:50 +0200)] 
[2893] Extend the Iface object to hold the socket read buffer.

11 years ago[2893] Created BPF packet filtering class.
Marcin Siodelski [Thu, 3 Jul 2014 18:19:00 +0000 (20:19 +0200)] 
[2893] Created BPF packet filtering class.

11 years ago[3466] Added manual page for keactrl.
Marcin Siodelski [Thu, 3 Jul 2014 10:11:03 +0000 (12:11 +0200)] 
[3466] Added manual page for keactrl.

11 years ago[3466] Created Administrator guide section for keactrl.
Marcin Siodelski [Thu, 3 Jul 2014 09:08:32 +0000 (11:08 +0200)] 
[3466] Created Administrator guide section for keactrl.

11 years ago[master] Fixed compilation error in D2 trac3473_base
Thomas Markwalder [Wed, 2 Jul 2014 17:32:23 +0000 (13:32 -0400)] 
[master] Fixed compilation error in D2

11 years ago[master] Added Changelog entry for #3437.
Marcin Siodelski [Wed, 2 Jul 2014 12:05:37 +0000 (14:05 +0200)] 
[master] Added Changelog entry for #3437.

11 years ago[master] Merge branch 'trac3437'
Marcin Siodelski [Wed, 2 Jul 2014 11:42:16 +0000 (13:42 +0200)] 
[master] Merge branch 'trac3437'

11 years ago[master] Restored deleted entries.
Thomas Markwalder [Wed, 2 Jul 2014 11:40:06 +0000 (07:40 -0400)] 
[master] Restored deleted entries.

11 years ago[master] Added ChangeLog entry 799 for Trac #3436
Thomas Markwalder [Wed, 2 Jul 2014 11:11:06 +0000 (07:11 -0400)] 
[master] Added ChangeLog entry 799 for Trac #3436

11 years ago[master] Merge branch 'trac3436'
Thomas Markwalder [Wed, 2 Jul 2014 11:07:18 +0000 (07:07 -0400)] 
[master] Merge branch 'trac3436'

Fixed Conflicts:
src/bin/d2/tests/Makefile.am

11 years ago[3414] Fixed one occurence of b10-dhcp6 in user guide.
Marcin Siodelski [Wed, 2 Jul 2014 09:33:45 +0000 (11:33 +0200)] 
[3414] Fixed one occurence of b10-dhcp6 in user guide.

11 years ago[3414] Move DHCP libexec binaries to sbin folder.
Marcin Siodelski [Wed, 2 Jul 2014 08:59:23 +0000 (10:59 +0200)] 
[3414] Move DHCP libexec binaries to sbin folder.

11 years ago[3414] Renamed socket creator to kea-socketcreator.
Marcin Siodelski [Wed, 2 Jul 2014 08:50:13 +0000 (10:50 +0200)] 
[3414] Renamed socket creator to kea-socketcreator.

11 years ago[3414] Removed references to b10-dhcp in the Kea documentation.
Marcin Siodelski [Wed, 2 Jul 2014 08:28:04 +0000 (10:28 +0200)] 
[3414] Removed references to b10-dhcp in the Kea documentation.

11 years ago[3414] References to b10-dhcp* modified to reference kea-dhcp*.
Marcin Siodelski [Wed, 2 Jul 2014 07:00:48 +0000 (09:00 +0200)] 
[3414] References to b10-dhcp* modified to reference kea-dhcp*.

11 years ago[3414] Renamed server binaries from b10-* to kea-*.
Marcin Siodelski [Wed, 2 Jul 2014 06:48:52 +0000 (08:48 +0200)] 
[3414] Renamed server binaries from b10-* to kea-*.

11 years ago[3436] Added check to verify error messages contain position info
Thomas Markwalder [Tue, 1 Jul 2014 20:37:58 +0000 (16:37 -0400)] 
[3436] Added check to verify error messages contain position info

Modifiedl D2CfgMgr.configPermutations test to verify that
parsing error messages contain position information.
Fixed format of one error message in D2CfgMgr that didn't
match. Hopefully, Marcin is happy now.

11 years ago[3436] Addressed review comments
Thomas Markwalder [Tue, 1 Jul 2014 18:32:07 +0000 (14:32 -0400)] 
[3436] Addressed review comments

Surrounded position info in error messages with parens.
Replaced use of vector with map for tracking position values.
General cleanup.

11 years ago[master] ChangeLog updated.
Tomek Mrugalski [Tue, 1 Jul 2014 14:10:39 +0000 (16:10 +0200)] 
[master] ChangeLog updated.

11 years ago[3437] Addressed review comments.
Marcin Siodelski [Tue, 1 Jul 2014 13:31:10 +0000 (15:31 +0200)] 
[3437] Addressed review comments.