]>
git.ipfire.org Git - thirdparty/kea.git/log
Tomek Mrugalski [Thu, 22 Dec 2016 15:36:28 +0000 (16:36 +0100)]
[5039] Element::getMutableMap implemented
Tomek Mrugalski [Thu, 22 Dec 2016 15:21:16 +0000 (16:21 +0100)]
[5039] Failing unit-tests fixed
Tomek Mrugalski [Thu, 22 Dec 2016 15:20:34 +0000 (16:20 +0100)]
[5039] SimpleParser is now split into cc/SimpleParser and SimpleParser{4,6}
Tomek Mrugalski [Thu, 22 Dec 2016 10:57:32 +0000 (11:57 +0100)]
[5039] Unit-tests for SimpleParser added.
Tomek Mrugalski [Thu, 22 Dec 2016 10:55:55 +0000 (11:55 +0100)]
[5039] Simple parser moved to lib/cc
Tomek Mrugalski [Mon, 12 Dec 2016 19:28:27 +0000 (20:28 +0100)]
[5039] Parameters inheritance implemented, doc updated
Francis Dupont [Sat, 26 Nov 2016 07:05:59 +0000 (08:05 +0100)]
[5014_phase2] Easier C++11 stuff
Tomek Mrugalski [Tue, 29 Nov 2016 19:09:14 +0000 (20:09 +0100)]
[5014_phase2] SimpleParser implemented, 4 parsers converted
- SimpleParser concept implemented
- Converted 4 parsers (option data, option data list, option defintion,
option definition list)
- updated unit-tests
- converted other parsers (HostReservationParser{4,6}, ClientClassDefParser)
to use those new parsers
- converted kea-dhcp{4,6} to use those new parsers
Conflicts:
src/bin/dhcp6/json_config_parser.cc
src/lib/dhcpsrv/parsers/dhcp_parsers.cc
Tomek Mrugalski [Thu, 24 Nov 2016 13:44:00 +0000 (14:44 +0100)]
[5014_phase2] ListElement can now be modified
It now contains vector of ElementPtr, rather than ConstElementPtr
Francis Dupont [Mon, 28 Nov 2016 20:21:45 +0000 (21:21 +0100)]
[master] Merged trac5057 (configure vs gtest-1.8.0)
Tomek Mrugalski [Wed, 23 Nov 2016 13:12:50 +0000 (14:12 +0100)]
[master] ChangeLog updated after #5027 merge.
Tomek Mrugalski [Wed, 23 Nov 2016 13:10:36 +0000 (14:10 +0100)]
[master] Merge branch 'trac5027' (premium support)
Tomek Mrugalski [Wed, 23 Nov 2016 13:09:46 +0000 (14:09 +0100)]
[trac5027] Renamed "found"=>yes, "not found"=>no for premium
Tomek Mrugalski [Tue, 22 Nov 2016 17:53:55 +0000 (18:53 +0100)]
[master] ChangeLog updated.
Tomek Mrugalski [Tue, 22 Nov 2016 17:52:44 +0000 (18:52 +0100)]
[master] Merge branch 'trac5023' (contexts in v6 pools)
# Conflicts:
# src/lib/dhcpsrv/pool.h
Thomas Markwalder [Mon, 21 Nov 2016 20:14:50 +0000 (15:14 -0500)]
[master] Fixed unused parameter error in dhcp6_src.cc
src/bin/dhcp6/dhcp6_srv.h
src/bin/dhcp6/dhcp6_srv.cc
Removed unused ctx parameter from Dhcpv6Srv::appendRequestedOptions()
Francis Dupont [Mon, 21 Nov 2016 14:10:19 +0000 (15:10 +0100)]
[5057] Added --with-gtest-source googletest directory helper
Francis Dupont [Wed, 16 Nov 2016 07:47:23 +0000 (08:47 +0100)]
[master] Replaced empty for old Botan versions
Francis Dupont [Wed, 16 Nov 2016 07:18:54 +0000 (08:18 +0100)]
[master] Updated git hash
Francis Dupont [Wed, 16 Nov 2016 07:17:32 +0000 (08:17 +0100)]
[master] Finished merge of trac3908 (port cryptolink fixes)
Francis Dupont [Wed, 16 Nov 2016 06:54:30 +0000 (07:54 +0100)]
[3908] Improved default ctor (missed)
Tomek Mrugalski [Tue, 15 Nov 2016 05:26:18 +0000 (14:26 +0900)]
[master] ChangeLog, AUTHORS updated after github #32 merge
Tomek Mrugalski [Mon, 14 Nov 2016 05:41:33 +0000 (14:41 +0900)]
[github32] Merge branch 'vlegout-spelling' into github32 (spelling fixes)
Vincent Legout [Tue, 8 Nov 2016 12:26:26 +0000 (13:26 +0100)]
fix some spelling mistakes
Marcin Siodelski [Mon, 7 Nov 2016 19:36:29 +0000 (20:36 +0100)]
[master] Fixing doxygen warnings after merge of #5016.
Trivial changes.
Marcin Siodelski [Mon, 7 Nov 2016 16:32:41 +0000 (17:32 +0100)]
[master] Added ChangeLog entry for #5029.
Marcin Siodelski [Mon, 7 Nov 2016 16:05:49 +0000 (17:05 +0100)]
[master] Merge branch 'trac5029'
Thomas Markwalder [Mon, 7 Nov 2016 14:10:13 +0000 (09:10 -0500)]
[master] Corrected ticket number for entry 1107.
Francis Dupont [Sat, 5 Nov 2016 15:40:16 +0000 (16:40 +0100)]
[5057] check the (static) library too
Marcin Siodelski [Fri, 4 Nov 2016 21:01:39 +0000 (22:01 +0100)]
[master] Added ChangeLog entry for github pull request #24.
Marcin Siodelski [Fri, 4 Nov 2016 20:04:09 +0000 (21:04 +0100)]
[master] Merge branch 'trac5016'
Marcin Siodelski [Fri, 4 Nov 2016 20:01:04 +0000 (21:01 +0100)]
[master] Added ChangeLog entry for #5055.
Francis Dupont [Fri, 4 Nov 2016 17:33:10 +0000 (18:33 +0100)]
[3908] Addressed last comments
Marcin Siodelski [Fri, 4 Nov 2016 16:35:33 +0000 (17:35 +0100)]
[master] Merge branch 'trac5055'
Marcin Siodelski [Fri, 4 Nov 2016 13:11:03 +0000 (14:11 +0100)]
[5055] Use pkgincludedir in several Makefile.am.
Francis Dupont [Thu, 3 Nov 2016 13:36:43 +0000 (13:36 +0000)]
[master] Regen with flex 2.6.1 (last good)
Francis Dupont [Thu, 3 Nov 2016 13:18:12 +0000 (14:18 +0100)]
[master] Regen with older but correct flex
Francis Dupont [Thu, 3 Nov 2016 12:31:45 +0000 (13:31 +0100)]
[master] Merged trac5060 (specialize eval flex/bison)
Francis Dupont [Thu, 3 Nov 2016 12:26:32 +0000 (12:26 +0000)]
[trac5060] regen lexer
Francis Dupont [Thu, 3 Nov 2016 12:25:14 +0000 (13:25 +0100)]
[5060] More yy -> eval in lexer source
Tomek Mrugalski [Thu, 3 Nov 2016 10:39:08 +0000 (11:39 +0100)]
[5060] lexer.cc regenerated
Tomek Mrugalski [Thu, 3 Nov 2016 10:38:56 +0000 (11:38 +0100)]
[5060] Compilation fix in lexer.ll
Marcin Siodelski [Thu, 3 Nov 2016 08:17:53 +0000 (09:17 +0100)]
[5029] Implemented test for multi stage boot for Cassandra.
Tomek Mrugalski [Wed, 2 Nov 2016 21:46:15 +0000 (22:46 +0100)]
[master] Copy-paste error corrected.
Marcin Siodelski [Wed, 2 Nov 2016 21:26:43 +0000 (22:26 +0100)]
[master] Added ChangeLog entry for pull request #31.
Marcin Siodelski [Wed, 2 Nov 2016 21:08:36 +0000 (22:08 +0100)]
[master] Merge branch 'github31'
Marcin Siodelski [Wed, 2 Nov 2016 21:06:59 +0000 (22:06 +0100)]
[github31] Updated AUTHORS file.
Marcin Siodelski [Wed, 2 Nov 2016 14:28:18 +0000 (15:28 +0100)]
[github31] Slightly longer intervals in LFC timer tests.
This is to make sure that the server doesn't run LFC twice before
it is reconfigured.
Thomas Markwalder [Wed, 2 Nov 2016 14:26:07 +0000 (10:26 -0400)]
[master] Added Changelog entry 1183 for #5058
Tomek Mrugalski [Wed, 2 Nov 2016 14:03:52 +0000 (15:03 +0100)]
[5027] configure.ac corrected.
Thomas Markwalder [Wed, 2 Nov 2016 13:53:06 +0000 (09:53 -0400)]
Merge branch 'trac5058'
Tomek Mrugalski [Wed, 2 Nov 2016 13:46:21 +0000 (14:46 +0100)]
[5027] Glue added in configure.ac/Makefile.am for premium content.
Marcin Siodelski [Wed, 2 Nov 2016 12:58:43 +0000 (13:58 +0100)]
[github31] Merge branch 'eest-lfc_test_fix' into github31
Thomas Markwalder [Tue, 1 Nov 2016 15:00:29 +0000 (11:00 -0400)]
[5058] - Addressed review comments
Fixed typos and added decline lease checks for DHCPv6
src/lib/dhcp/duid.h
src/lib/dhcp/duid.cc
src/lib/dhcp/tests/duid_unittest.cc
- Replaced DUID::generateEmpty() with DUID::EMPTY() which returns
a constant reference to a static DUID instance. This facilitates
comparisions.
- Updated TEST(DuidTest,empty) accordingly
src/lib/dhcpsrv/csv_lease_file6.cc
CSVLeaseFile6::next() - added test to permit the Empty DUID
only if state is STATE_DECLINED.
src/lib/dhcpsrv/lease.cc
Lease6::decline() - modified to use DUID::EMPTY().
src/lib/dhcpsrv/tests/csv_lease_file4_unittest.cc
Fixed Typos
src/lib/dhcpsrv/tests/csv_lease_file6_unittest.cc
TEST_F(CSVLeaseFile6Test, declinedLeaseTest) - new test to
verify proper handling of declined leases
Francis Dupont [Tue, 1 Nov 2016 13:47:05 +0000 (13:47 +0000)]
[trac5060] regen
Francis Dupont [Tue, 1 Nov 2016 13:41:49 +0000 (14:41 +0100)]
[5060] yy prefix -> eval
Francis Dupont [Tue, 1 Nov 2016 10:23:01 +0000 (11:23 +0100)]
[master] Regenerated lexer.ll with flex 2.6.2 (last)
Marcin Siodelski [Mon, 31 Oct 2016 12:09:06 +0000 (13:09 +0100)]
[master] Fixed configure.ac issue with checking for gtest presence.
The test requires that the boost headers are included, otherwise the
test reports that gtest doesn't support XXX_TRUE() macros. This
change was okayed on jabber.
Marcin Siodelski [Mon, 31 Oct 2016 12:03:32 +0000 (13:03 +0100)]
[5029] Allocation engine allows for multiple leases w/ the same HW addr.
Marcin Siodelski [Mon, 31 Oct 2016 11:01:00 +0000 (12:01 +0100)]
[5029] Implemented test for multi stage boot for MySQL and Postgres.
Marcin Siodelski [Sat, 29 Oct 2016 11:31:52 +0000 (13:31 +0200)]
[5016] Prefix Exclude option is now defined as IPv6 prefix.
Marcin Siodelski [Sat, 29 Oct 2016 11:14:39 +0000 (13:14 +0200)]
[5016] Corrected some other minor issues as a result of review.
Marcin Siodelski [Sat, 29 Oct 2016 10:42:48 +0000 (12:42 +0200)]
[5016] Prefix Exclude option instance created for a pool.
Thomas Markwalder [Fri, 28 Oct 2016 19:23:47 +0000 (15:23 -0400)]
[5058] CSV lease file loading now emits error log for each invalid row
src/bin/lfc/tests/lfc_controller_unittests.cc
Fixed test data
src/lib/dhcpsrv/dhcpsrv_messages.mes
added new error log message DHCPSRV_MEMFILE_LEASE_LOAD_ROW_ERROR
src/lib/dhcpsrv/lease_file_loader.h
LeaseFileLoader::load() - new emits a error log for each row that
fails to load
Thomas Markwalder [Fri, 28 Oct 2016 18:20:05 +0000 (14:20 -0400)]
[5058] CSVLeaseFile4 now properly loads declined leases
src/lib/dhcpsrv/csv_lease_file4.cc
CSVLeaseFile4::next() - modified to produce a read error
if the hardware address is empty and the lease state
is NOT declined.
CSVLeaseFile4::readHWAddr() - no longer throws an exception
if the hardware address is empty
src/lib/dhcpsrv/tests/csv_lease_file4_unittest.cc
src/lib/dhcpsrv/tests/lease_file_loader_unittest.cc
Changed test lease data so invalid records do not
have lease state of declined
Thomas Markwalder [Fri, 28 Oct 2016 15:46:43 +0000 (11:46 -0400)]
[5058] Added unit test to check loading declined leases from CSV file
src/lib/dhcpsrv/tests/csv_lease_file4_unittest.cc
TEST_F(CSVLeaseFile4Test, declinedLeaseTest) - new test
Marcin Siodelski [Thu, 27 Oct 2016 18:20:25 +0000 (20:20 +0200)]
[5016] Update server code and tests to properly use exclude option.
Tomek Mrugalski [Thu, 27 Oct 2016 10:44:42 +0000 (12:44 +0200)]
[master] files added to wrong repo.
Tomek Mrugalski [Thu, 27 Oct 2016 10:43:09 +0000 (12:43 +0200)]
[master] Initial commit: skeleton files added
Francis Dupont [Wed, 26 Oct 2016 14:08:19 +0000 (16:08 +0200)]
[master] Merged trac5051 (c++11 vs gtest)
Francis Dupont [Wed, 26 Oct 2016 14:07:02 +0000 (16:07 +0200)]
[5051] Updated error message
Marcin Siodelski [Tue, 25 Oct 2016 13:14:43 +0000 (15:14 +0200)]
[5016] Option6PDExclude holds subnet id rather than entire prefix.
Marcin Siodelski [Mon, 24 Oct 2016 15:54:20 +0000 (17:54 +0200)]
[5016] Several updates unrelated to the Prefix Exclude option.
Marcin Siodelski [Mon, 24 Oct 2016 15:44:24 +0000 (17:44 +0200)]
[5016] Updated documentation according to the review.
- Extended description of the S46 Rule Option
- Added Lightweight 4over6 to the softwire examples
- Updated Supported DHCPv6 standards with RFC6334
- Updated DHCPv6 spec file
Marcin Siodelski [Wed, 26 Oct 2016 06:18:05 +0000 (08:18 +0200)]
[5016] Merged pull request #24 from github24 and squashed it.
This change includes the code implemented by the pull request
submitter as well as Marcin's fixes/changes on top of it, but
without a review.
Francis Dupont [Mon, 24 Oct 2016 17:44:25 +0000 (19:44 +0200)]
[master] Merged trac5049 (configure displays C++ standard)
Francis Dupont [Sat, 22 Oct 2016 09:29:54 +0000 (11:29 +0200)]
[3908] Addressed comments (no code change)
Marcin Siodelski [Fri, 21 Oct 2016 19:29:40 +0000 (21:29 +0200)]
[5055] Fixed build issues occuring after recent changes.
Marcin Siodelski [Fri, 21 Oct 2016 16:43:15 +0000 (18:43 +0200)]
[5055] Install selected headers from Kea libraries.
Marcin Siodelski [Fri, 21 Oct 2016 09:23:59 +0000 (11:23 +0200)]
[5055] Install missing headers from src/lib/dhcp.
Francis Dupont [Wed, 19 Oct 2016 13:25:13 +0000 (15:25 +0200)]
[master] Merged trac4636 (log4cplus 2.x support)
Tomek Mrugalski [Tue, 18 Oct 2016 19:03:26 +0000 (21:03 +0200)]
[5023] Documentation written.
Tomek Mrugalski [Tue, 18 Oct 2016 14:30:11 +0000 (16:30 +0200)]
[5023] DHCPv4 unit-tests implemented.
Tomek Mrugalski [Tue, 18 Oct 2016 13:49:16 +0000 (15:49 +0200)]
[5023] Code fixed, unit-tests implemented.
Francis Dupont [Mon, 17 Oct 2016 15:53:45 +0000 (17:53 +0200)]
[5051] Ported the check from trac4631
Tomek Mrugalski [Fri, 14 Oct 2016 17:33:46 +0000 (19:33 +0200)]
[5023] Implementation in progress
Marcin Siodelski [Fri, 14 Oct 2016 11:53:17 +0000 (13:53 +0200)]
[master] Added ChangeLog entry for #2280.
Marcin Siodelski [Fri, 14 Oct 2016 11:50:11 +0000 (13:50 +0200)]
[master] Merge branch 'trac2280'
Francis Dupont [Fri, 14 Oct 2016 11:50:03 +0000 (13:50 +0200)]
[5049] Take and display C++ standard version in configure
Marcin Siodelski [Thu, 13 Oct 2016 14:54:20 +0000 (16:54 +0200)]
[master] Added ChangeLog entry for #5022.
Marcin Siodelski [Thu, 13 Oct 2016 14:29:31 +0000 (16:29 +0200)]
[master] Merge branch 'trac5022'
Marcin Siodelski [Thu, 13 Oct 2016 14:29:03 +0000 (16:29 +0200)]
[5022] Another test description corrected.
Tomek Mrugalski [Thu, 13 Oct 2016 11:51:47 +0000 (13:51 +0200)]
[5022] test descriptions updated
Marcin Siodelski [Wed, 12 Oct 2016 16:27:04 +0000 (18:27 +0200)]
[5022] Addressed review comments.
Removed a todo, updated example with multiple options and added
item descriptions in the DHCPv6 spec file.
Marcin Siodelski [Wed, 12 Oct 2016 08:25:29 +0000 (10:25 +0200)]
[2280] Avoid overlapping pools in the alloc engine unit tests.
Marcin Siodelski [Tue, 11 Oct 2016 21:57:54 +0000 (23:57 +0200)]
[2280] Improved efficiency of pool search.
Also added checks for overlapping pools within a subnet.
Marcin Siodelski [Thu, 6 Oct 2016 07:57:34 +0000 (09:57 +0200)]
[5022] Updated hosts test to check that pool options are overriden.
Marcin Siodelski [Thu, 6 Oct 2016 07:50:28 +0000 (09:50 +0200)]
[5022] Updated Kea Administrator's Manual with pool specific options.
Marcin Siodelski [Wed, 5 Oct 2016 19:25:14 +0000 (21:25 +0200)]
[5022] Updated DHCPv6 spec file with pool specific options.
Marcin Siodelski [Wed, 5 Oct 2016 18:56:42 +0000 (20:56 +0200)]
[5022] Options can only be specified for DHCPv6 pools.