]>
git.ipfire.org Git - thirdparty/kea.git/log
Thomas Markwalder [Mon, 4 Apr 2016 19:34:19 +0000 (15:34 -0400)]
[4243] Distcheck failure correction
Distcheck sporadically fails to clean up test_leases.csv.2
can be left behind by dhcp4 and dhcp6 testing.
src/bin/dhcp4/tests/Makefile.am
src/bin/dhcp6/tests/Makefile.am
- Added test_leases.csv.* to CLEANFILES
Thomas Markwalder [Mon, 4 Apr 2016 19:32:57 +0000 (15:32 -0400)]
[4243] Addressed review comments
src/lib/asiolink/Makefile.am
added asio_wrapper.h to list of sources
src/lib/asiolink/asio_wrapper.h
updated commentary to include GNU/Boost bugs and
added prominent warning comment
tmark [Thu, 17 Mar 2016 14:51:41 +0000 (07:51 -0700)]
[4243] Update GCC version range to include 5.3.1
Fedora 23 has gcc 5.3.1 which exhibits this issue.
Thomas Markwalder [Thu, 17 Mar 2016 12:47:15 +0000 (08:47 -0400)]
[4243] Disable optimization of boost:asio for gcc 5.2.0 through 5.3.0
Optimization of boost:asio code is now disabled when building with
BOOST_ERROR_CODE_HEADER_ONLY under GCC versions 5.2.0 through 5.3.0.
src/lib/asiolink/asio_wrapper.h
New file which wraps boost/asio/asio.hpp around compilation
logic to suppress optimization under GNU 5.2.0 thru 5.3.0.
The remaining changes either removed the inclusion of <asio/asio.hpp> or
replaced it with the inclusion of <<asiolink/asio_wrapper.h>. Inclusion
file order was also altered to better comply with our coding guidelines.
Tomek Mrugalski [Tue, 15 Mar 2016 17:11:57 +0000 (18:11 +0100)]
[master] Merge branch 'trac4226' (Pkt4 exception clean up)
Francis Dupont [Tue, 15 Mar 2016 11:53:52 +0000 (12:53 +0100)]
[master] Updated git hash
Francis Dupont [Tue, 15 Mar 2016 11:53:19 +0000 (12:53 +0100)]
[master] Finished merge of trac4310 (LOG_FATAL() double errors)
Francis Dupont [Tue, 15 Mar 2016 11:51:20 +0000 (12:51 +0100)]
[master] Merged trac4310 (LOG_FATAL() double errors)
Francis Dupont [Tue, 15 Mar 2016 11:44:51 +0000 (12:44 +0100)]
[master] Updated git hash
Francis Dupont [Tue, 15 Mar 2016 11:43:56 +0000 (12:43 +0100)]
[master] Finished merge of rac4291 (empty option vs csv-format)
Francis Dupont [Tue, 15 Mar 2016 11:41:26 +0000 (12:41 +0100)]
[master] Merged trac4291 (empty option vs csv-format)
Marcin Siodelski [Fri, 11 Mar 2016 12:40:46 +0000 (13:40 +0100)]
[master] Added ChangeLog entry for #3571.
Marcin Siodelski [Fri, 11 Mar 2016 12:39:03 +0000 (13:39 +0100)]
[master] Merge branch 'trac3571'
Marcin Siodelski [Fri, 11 Mar 2016 12:37:35 +0000 (13:37 +0100)]
[3571] Address review comments.
Corrected mixed up use of DHCPv4 vs DHCPv6 and the
dhcp4 vs dhcp6 option space names.
Shawn Routhier [Fri, 11 Mar 2016 03:43:13 +0000 (19:43 -0800)]
[master] Add commit number to change log entry for 4292
Shawn Routhier [Fri, 11 Mar 2016 03:41:14 +0000 (19:41 -0800)]
[master] Add comment and change log entry for 4292
Shawn Routhier [Fri, 11 Mar 2016 03:04:51 +0000 (19:04 -0800)]
Merge branch 'trac4292' Copy BOOTP flags from requets to responses
Francis Dupont [Wed, 9 Mar 2016 14:48:50 +0000 (15:48 +0100)]
[master] Updated git hash
Francis Dupont [Wed, 9 Mar 2016 14:48:04 +0000 (15:48 +0100)]
[master] Finished merge of trac4315 (docs regeneration required python3)
Francis Dupont [Wed, 9 Mar 2016 14:45:40 +0000 (15:45 +0100)]
[master] Merged trac4315 (docs regeneration required python3)
Marcin Siodelski [Wed, 9 Mar 2016 12:41:22 +0000 (13:41 +0100)]
[3571] Updated documentation of the Host class.
Marcin Siodelski [Wed, 9 Mar 2016 12:20:16 +0000 (13:20 +0100)]
[3571] Added data structures to hold DHCP options in Host object.
Francis Dupont [Wed, 9 Mar 2016 12:16:59 +0000 (13:16 +0100)]
[4315] Removed obsolete python3 check
Tomek Mrugalski [Tue, 8 Mar 2016 13:27:31 +0000 (14:27 +0100)]
[4226] Reverted previous changes to Pkt4::getName()
Marcin Siodelski [Thu, 3 Mar 2016 16:09:02 +0000 (17:09 +0100)]
[master] Added ChangeLog entry for #3696.
Marcin Siodelski [Thu, 3 Mar 2016 14:58:56 +0000 (15:58 +0100)]
[master] Merge branch 'trac3696'
Marcin Siodelski [Thu, 3 Mar 2016 14:57:29 +0000 (15:57 +0100)]
[3696] Updated test comments as a result of review.
Marcin Siodelski [Tue, 1 Mar 2016 08:33:06 +0000 (09:33 +0100)]
[3696] Addressed review comments.
Addressed a couple of minor issues and added unit tests for
switching between various lease database backends.
Francis Dupont [Thu, 25 Feb 2016 13:36:25 +0000 (14:36 +0100)]
[master] Fixed another use of option 65 as undefined
Francis Dupont [Thu, 25 Feb 2016 12:15:03 +0000 (13:15 +0100)]
[master] Updated git hash
Francis Dupont [Thu, 25 Feb 2016 12:14:06 +0000 (13:14 +0100)]
[master] Finished merge of trac4286 (missing simple standard DHCPv4 options)
Francis Dupont [Thu, 25 Feb 2016 12:09:10 +0000 (13:09 +0100)]
[master] Merged trac4286 (missing simple standard DHCPv4 options)
Francis Dupont [Thu, 25 Feb 2016 12:07:54 +0000 (13:07 +0100)]
[4286] Added a comment to Option4AddrLstTest.empty
Francis Dupont [Thu, 25 Feb 2016 12:00:03 +0000 (13:00 +0100)]
[4286] Change NIS+ DHO_NIS_* into DHO_NISP_*
Francis Dupont [Thu, 25 Feb 2016 11:53:19 +0000 (12:53 +0100)]
[4286] spelling
Shawn Routhier [Thu, 25 Feb 2016 04:51:53 +0000 (20:51 -0800)]
[trac4292] Always copy the DHCPv4 flags field from the client's request to the server's response
Tomek Mrugalski [Wed, 24 Feb 2016 14:34:40 +0000 (15:34 +0100)]
[4286] Updated CfgOptionDefTest.overrideStdOptionDef after option 65 added.
Francis Dupont [Wed, 24 Feb 2016 12:17:32 +0000 (13:17 +0100)]
[4310] Put LOG_FATAL() calls in a try block to avoid double errors
Tomek Mrugalski [Tue, 23 Feb 2016 17:27:20 +0000 (18:27 +0100)]
[master] ChangeLog/AUTHORS update after github #10 merge.
Tomek Mrugalski [Tue, 23 Feb 2016 16:10:31 +0000 (17:10 +0100)]
[master] Merge branch 'jpopelka-master' (github #10)
Tomek Mrugalski [Tue, 23 Feb 2016 16:10:10 +0000 (17:10 +0100)]
Merge branch 'master' of https://github.com/jpopelka/kea into jpopelka-master
Francis Dupont [Fri, 19 Feb 2016 16:32:52 +0000 (17:32 +0100)]
[master] Fixed #4231 doxygen warning
Francis Dupont [Fri, 19 Feb 2016 16:24:45 +0000 (17:24 +0100)]
[master] relay -> relay4 in classify doc
Francis Dupont [Fri, 19 Feb 2016 16:22:46 +0000 (17:22 +0100)]
[master] parser *.hh timestamps
Francis Dupont [Fri, 19 Feb 2016 16:21:36 +0000 (17:21 +0100)]
[master] Merged trac4233 (new concat string function to classification expression)
Francis Dupont [Fri, 19 Feb 2016 15:53:05 +0000 (16:53 +0100)]
[master] Finished merge of trac4231 (new boolean operators)
Francis Dupont [Thu, 18 Feb 2016 21:57:39 +0000 (22:57 +0100)]
[4231] Added logicalParentheses as a complement of logicalPrecedence unit tests
Tomek Mrugalski [Thu, 18 Feb 2016 14:02:17 +0000 (15:02 +0100)]
[master] ChangeLog updated.
Tomek Mrugalski [Thu, 18 Feb 2016 12:36:59 +0000 (13:36 +0100)]
[master] Merge branch 'trac4264' (v4 relay options accessible in classification)
Tomek Mrugalski [Thu, 18 Feb 2016 12:36:30 +0000 (13:36 +0100)]
[4264] Fix in one Token unit-test
Tomek Mrugalski [Wed, 17 Feb 2016 17:52:40 +0000 (18:52 +0100)]
[4264] Minor tweak.
Tomek Mrugalski [Wed, 17 Feb 2016 17:44:37 +0000 (18:44 +0100)]
[4264] New unit-test for relay4 expression added.
Tomek Mrugalski [Wed, 17 Feb 2016 17:44:13 +0000 (18:44 +0100)]
[4264] Parser files regenerated.
Tomek Mrugalski [Wed, 17 Feb 2016 17:43:51 +0000 (18:43 +0100)]
[4264] relay converted to relay4
Francis Dupont [Tue, 16 Feb 2016 08:44:14 +0000 (09:44 +0100)]
[4231] Improved parenthesis doc
Francis Dupont [Mon, 15 Feb 2016 16:10:09 +0000 (17:10 +0100)]
[4231] Added doc
Francis Dupont [Mon, 15 Feb 2016 15:47:27 +0000 (16:47 +0100)]
[4231] Addressed code comments
Shawn Routhier [Thu, 11 Feb 2016 05:29:57 +0000 (21:29 -0800)]
[trac4264] Fix some typos in the comments and docs
Marcin Siodelski [Mon, 8 Feb 2016 15:16:01 +0000 (16:16 +0100)]
[master] Added ChangeLog entry for #4254.
Marcin Siodelski [Mon, 8 Feb 2016 14:57:54 +0000 (15:57 +0100)]
[master] Merge branch 'trac4254'
Tomek Mrugalski [Mon, 8 Feb 2016 14:32:11 +0000 (15:32 +0100)]
[4226] Remaining two exception conditions removed.
Tomek Mrugalski [Fri, 5 Feb 2016 14:32:54 +0000 (15:32 +0100)]
[4226] getType() and getName() in Pkt4 are now exception safe.
Tomek Mrugalski [Tue, 2 Feb 2016 22:17:46 +0000 (23:17 +0100)]
[4264] Parser regenerated.
Tomek Mrugalski [Tue, 2 Feb 2016 22:17:22 +0000 (23:17 +0100)]
[4264] relay[123].hex token implemented.
Francis Dupont [Mon, 1 Feb 2016 14:16:25 +0000 (15:16 +0100)]
[4291] Proposed fix
Francis Dupont [Mon, 1 Feb 2016 14:15:42 +0000 (15:15 +0100)]
[4291] Put the new unit test in the right universe
Francis Dupont [Mon, 1 Feb 2016 13:39:44 +0000 (14:39 +0100)]
[4291] Added unit test
Francis Dupont [Thu, 28 Jan 2016 13:39:15 +0000 (14:39 +0100)]
[4286] Added definitions in guide
Francis Dupont [Thu, 28 Jan 2016 13:34:10 +0000 (14:34 +0100)]
[4286] Added empty mobile-ip-home-agent test
Francis Dupont [Thu, 28 Jan 2016 13:21:06 +0000 (14:21 +0100)]
[4286] Added option tests
Francis Dupont [Thu, 28 Jan 2016 13:16:32 +0000 (14:16 +0100)]
[4286] Added standard definitions
Francis Dupont [Thu, 28 Jan 2016 12:59:12 +0000 (13:59 +0100)]
[4286] Uncommented option definitions
Marcin Siodelski [Wed, 20 Jan 2016 17:30:24 +0000 (18:30 +0100)]
[4254] Updated perfdhcp man page to include -f for DHCPv4.
Marcin Siodelski [Wed, 20 Jan 2016 14:33:36 +0000 (15:33 +0100)]
[4254] Moved -f option in perfdhcp help to common options.
Previously -f option was listed in DHCPv6 only options.
Francis Dupont [Wed, 20 Jan 2016 13:23:04 +0000 (14:23 +0100)]
[4254] Merged #4263 fix
Francis Dupont [Sat, 16 Jan 2016 23:05:37 +0000 (00:05 +0100)]
[4254] Spelling + a few reindent and copyright updates
Marcin Siodelski [Fri, 15 Jan 2016 15:37:24 +0000 (16:37 +0100)]
[4254] Fixed exchange name for the DHCPv4 renewals in StatsMgr.
Marcin Siodelski [Fri, 15 Jan 2016 14:55:32 +0000 (15:55 +0100)]
[4254] Include client identifier in a DHCPv4 message.
Marcin Siodelski [Fri, 15 Jan 2016 14:04:05 +0000 (15:04 +0100)]
[4254] Added sanity checks for ACK from which renewal is generated.
Marcin Siodelski [Wed, 13 Jan 2016 13:41:00 +0000 (14:41 +0100)]
[4254] perfdhcp sends DHCPv4 renews when -f option is specified.
Marcin Siodelski [Tue, 12 Jan 2016 18:33:37 +0000 (19:33 +0100)]
[4254] perfdhcp -f parameter can be specified for DHCPv4 case.
Wlodek Wencel [Tue, 12 Jan 2016 17:25:04 +0000 (18:25 +0100)]
[master] version update
Marcin Siodelski [Tue, 12 Jan 2016 16:17:09 +0000 (17:17 +0100)]
[3696] Removed unused parameter.
Marcin Siodelski [Tue, 12 Jan 2016 15:49:00 +0000 (16:49 +0100)]
[3696] Remove default lease files after unit tests.
Marcin Siodelski [Tue, 12 Jan 2016 13:26:07 +0000 (14:26 +0100)]
[3696] It is allowed to not specify lease database configuration.
In such case, the server will use a default configuration - memfile
lease database backend.
Jiri Popelka [Thu, 2 Jul 2015 11:32:48 +0000 (13:32 +0200)]
tools/path_replacer.sh.in: add missing backslashes
Tomek Mrugalski [Wed, 23 Dec 2015 19:35:57 +0000 (20:35 +0100)]
[master] ChangeLog commit-id updated.
Tomek Mrugalski [Wed, 23 Dec 2015 18:37:32 +0000 (19:37 +0100)]
[github17] Update ChangeLog, AUTHORS file.
Jiri Popelka [Wed, 23 Dec 2015 12:12:36 +0000 (13:12 +0100)]
Use unsigned long for dhcp_identifier_length
fixes:
mysql_host_data_source.cc:236:33: error: invalid conversion from 'size_t* {aka unsigned int*}' to 'long unsigned int*' [-fpermissive]
bind_[1].length = &dhcp_identifier_length_;
^
mysql_host_data_source.cc:243:33: error: invalid conversion from 'size_t* {aka unsigned int*}' to 'long unsigned int*' [-fpermissive]
bind_[1].length = &dhcp_identifier_length_;
^
mysql_host_data_source.cc:344:25: error: invalid conversion from 'size_t* {aka unsigned int*}' to 'long unsigned int*' [-fpermissive]
bind_[1].length = &dhcp_identifier_length_;
Tomek Mrugalski [Wed, 23 Dec 2015 18:32:48 +0000 (19:32 +0100)]
[master] ChangeLog commit-id corrected.
Thomas Markwalder [Wed, 23 Dec 2015 13:04:50 +0000 (08:04 -0500)]
[master] Document and log message typo corrections
Merges in branch 'trac3872'
Francis Dupont [Tue, 22 Dec 2015 17:05:59 +0000 (18:05 +0100)]
[master] Finised merge of trac4234 (doxygen warnings)
Marcin Siodelski [Mon, 21 Dec 2015 18:22:30 +0000 (19:22 +0100)]
[master] Added ChangeLog entry for #4249.
Marcin Siodelski [Mon, 21 Dec 2015 17:30:15 +0000 (18:30 +0100)]
[master] Merge branch 'trac4249'
Francis Dupont [Mon, 21 Dec 2015 15:31:57 +0000 (16:31 +0100)]
[4234] Fixed qa conflict
Thomas Markwalder [Mon, 21 Dec 2015 15:14:10 +0000 (10:14 -0500)]
[4249] Fixed naming issue in dhcp_test_lib.sh.in
src/lib/testutils/dhcp_test_lib.sh.in
renamed kill_processes to kill_processes_by_name
replaced call to kill_pids with call to kill_processes_by_name
Francis Dupont [Mon, 21 Dec 2015 15:03:44 +0000 (16:03 +0100)]
[4234] Updated Doxyfile and addressed comments
Marcin Siodelski [Fri, 18 Dec 2015 16:40:00 +0000 (17:40 +0100)]
[4249] Fixed race conditions when killing kea-lfc.
Marcin Siodelski [Thu, 17 Dec 2015 16:45:04 +0000 (17:45 +0100)]
[master] Merge branch 'trac4230'
Thomas Markwalder [Thu, 17 Dec 2015 16:41:20 +0000 (11:41 -0500)]
[master] Added ChangeLog entry 1073 for Github #16,Trac #4237,#4238