]>
git.ipfire.org Git - thirdparty/kea.git/log
Tomek Mrugalski [Fri, 25 Nov 2016 17:09:22 +0000 (18: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
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, 21 Nov 2016 20:42:18 +0000 (21:42 +0100)]
[5014] Cleaned up (indent, factor, etc)
Francis Dupont [Mon, 21 Nov 2016 12:31:04 +0000 (13:31 +0100)]
[5014] Added 2 unit tests about keywords
Francis Dupont [Mon, 21 Nov 2016 10:44:01 +0000 (11:44 +0100)]
[5014] Syntactic contexts almost done
Francis Dupont [Mon, 21 Nov 2016 05:40:39 +0000 (06:40 +0100)]
[5014] Only fatal must be static
Francis Dupont [Fri, 18 Nov 2016 09:39:02 +0000 (10:39 +0100)]
[5014] Added scanner include
Francis Dupont [Fri, 18 Nov 2016 06:15:15 +0000 (07:15 +0100)]
[5014] Fixed syntax for tests, ready to add includes
Francis Dupont [Fri, 18 Nov 2016 01:55:09 +0000 (02:55 +0100)]
[5014] Count embbeded \n in comments
Francis Dupont [Fri, 18 Nov 2016 01:38:46 +0000 (02:38 +0100)]
[5014] Added %empty for bison -W
Francis Dupont [Fri, 18 Nov 2016 01:31:43 +0000 (02:31 +0100)]
[5014] Partial fix for process tests (dhcp-ddns still missing)
Tomek Mrugalski [Tue, 15 Nov 2016 08:19:41 +0000 (17:19 +0900)]
[5014] Merge branch 'trac5014' of ssh://git.kea.isc.org/git/kea into trac5014
Tomek Mrugalski [Tue, 15 Nov 2016 08:19:25 +0000 (17:19 +0900)]
[5014] dhcp6.dox cleanup
Tomek Mrugalski [Tue, 15 Nov 2016 07:54:31 +0000 (08:54 +0100)]
Compilation fix on ubuntu 16.04
Tomek Mrugalski [Tue, 15 Nov 2016 07:26:58 +0000 (16:26 +0900)]
[5014] Developer's guide now contains description of the new parser.
Tomek Mrugalski [Sun, 13 Nov 2016 16:58:05 +0000 (01:58 +0900)]
[5014] Kea-dhcp6 now actually uses new parser (all unit-tests pass)
Tomek Mrugalski [Sun, 13 Nov 2016 16:57:39 +0000 (01:57 +0900)]
[5014] Extended parser to support persist and enterprise-id
Tomek Mrugalski [Sun, 13 Nov 2016 16:48:27 +0000 (01:48 +0900)]
[5014] Unit-text fixed, all 12 unit-tests pass now.
Tomek Mrugalski [Sun, 13 Nov 2016 15:31:33 +0000 (00:31 +0900)]
[5014] Parser type is now configurable.
Tomek Mrugalski [Sun, 13 Nov 2016 02:54:38 +0000 (11:54 +0900)]
[5014] dhcp4o6-port, csv-format parameters added
Tomek Mrugalski [Sun, 13 Nov 2016 02:49:33 +0000 (11:49 +0900)]
[5014] hooks-libraries, expired-leases-processing, server-id are now parsed
Tomek Mrugalski [Sun, 13 Nov 2016 02:07:25 +0000 (11:07 +0900)]
Lease-database, hosts-database are now parsed properly
Tomek Mrugalski [Sun, 13 Nov 2016 01:46:53 +0000 (10:46 +0900)]
advanced.json is now parsed properly again
Tomek Mrugalski [Fri, 11 Nov 2016 17:17:01 +0000 (02:17 +0900)]
[5014] reservations, pd-pools support implemented
Tomek Mrugalski [Fri, 11 Nov 2016 15:08:59 +0000 (00:08 +0900)]
[5014] client classification and reservations are now parsed properly.
Tomek Mrugalski [Fri, 11 Nov 2016 06:34:31 +0000 (15:34 +0900)]
[5014] mac-sources, relay-supplied-options added
Tomek Mrugalski [Fri, 11 Nov 2016 06:26:47 +0000 (15:26 +0900)]
[5014] simple.json is now parsed completely
Tomek Mrugalski [Fri, 11 Nov 2016 05:51:55 +0000 (14:51 +0900)]
[5014] Dhcp6 is now parsed and generated JSON structures for it.
Tomek Mrugalski [Thu, 10 Nov 2016 23:03:02 +0000 (08:03 +0900)]
[5014] grammar for Logging object added.
Tomek Mrugalski [Thu, 10 Nov 2016 22:45:07 +0000 (07:45 +0900)]
[5014] The syntax parser is able to parse Dhcp6 (Logging still wip)
Tomek Mrugalski [Wed, 9 Nov 2016 21:28:59 +0000 (22:28 +0100)]
[5014] Examples for Kea6 corrected.
Tomek Mrugalski [Wed, 9 Nov 2016 21:28:38 +0000 (22:28 +0100)]
[5014] Unit-test loading example config files implemented.
Tomek Mrugalski [Wed, 9 Nov 2016 20:24:15 +0000 (21:24 +0100)]
[5014] Reading from file implemented
Tomek Mrugalski [Fri, 4 Nov 2016 13:22:53 +0000 (14:22 +0100)]
[5014] Implemented comments
- addresses tickets #3450 (part about comments), #3960
Tomek Mrugalski [Fri, 4 Nov 2016 13:04:44 +0000 (14:04 +0100)]
[5014] Parser improved, unit-tests added.
Tomek Mrugalski [Fri, 28 Oct 2016 17:35:53 +0000 (19:35 +0200)]
[5014] Added missing header file.
Tomek Mrugalski [Fri, 28 Oct 2016 17:19:04 +0000 (19:19 +0200)]
[5014] Initial JSON parser written in bison/flex implemented (wip)
Francis Dupont [Wed, 19 Oct 2016 13:25:13 +0000 (15:25 +0200)]
[master] Merged trac4636 (log4cplus 2.x support)
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'
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.
Marcin Siodelski [Mon, 3 Oct 2016 09:56:20 +0000 (11:56 +0200)]
[5022] DHCPv6 server now supports specifying options on pool level.
Marcin Siodelski [Mon, 3 Oct 2016 07:49:29 +0000 (09:49 +0200)]
[5022] It is now possible to specify options for a prefix pool.
Stephen Morris [Wed, 21 Sep 2016 18:16:54 +0000 (19:16 +0100)]
[master] ChangeLog for #4484 and #5008
Stephen Morris [Wed, 21 Sep 2016 18:13:22 +0000 (19:13 +0100)]
[master] Merge branch 'trac5008'
Stephen Morris [Wed, 21 Sep 2016 18:12:10 +0000 (19:12 +0100)]
[master] Merge branch 'trac4484'
Tomek Mrugalski [Wed, 21 Sep 2016 18:03:00 +0000 (20:03 +0200)]
[master] ChangeLog updated.
Tomek Mrugalski [Wed, 21 Sep 2016 18:01:52 +0000 (20:01 +0200)]
[master] Merge branch 'trac3515' (man pages update)
Tomek Mrugalski [Wed, 21 Sep 2016 18:00:06 +0000 (20:00 +0200)]
[3515] Obsolete README removed.
Tomek Mrugalski [Wed, 21 Sep 2016 17:59:37 +0000 (19:59 +0200)]
[3515] Remaining man pages updated (after applying review comments)
Stephen Morris [Wed, 21 Sep 2016 17:24:14 +0000 (18:24 +0100)]
[5008] Minor correction to logging documentation
Tomek Mrugalski [Wed, 21 Sep 2016 15:24:51 +0000 (17:24 +0200)]
[master] ChangeLog updated after #3209 merge.
Tomek Mrugalski [Wed, 21 Sep 2016 15:15:55 +0000 (17:15 +0200)]
[master] Merge branch 'trac3209' (user_chk described in the User's Guide)
Tomek Mrugalski [Wed, 21 Sep 2016 15:06:38 +0000 (17:06 +0200)]
[5008] Small clarification and one @todo removed.
Marcin Siodelski [Wed, 21 Sep 2016 14:39:37 +0000 (16:39 +0200)]
[master] Added ChangeLog entry for #5012.
Marcin Siodelski [Wed, 21 Sep 2016 14:03:03 +0000 (16:03 +0200)]
[master] Merge branch 'trac5012'
Francis Dupont [Wed, 21 Sep 2016 11:19:50 +0000 (13:19 +0200)]
[master] Merged trac5006 (Kea User's Guide layout)
Stephen Morris [Wed, 21 Sep 2016 11:00:57 +0000 (12:00 +0100)]
[3209] Miscellaneous edits to the hooks documentation
Stephen Morris [Wed, 21 Sep 2016 09:40:12 +0000 (10:40 +0100)]
[5006] Minor fixes to PDF output
Move Kea logo to left of title in the header. Also fix an incorrect
cross-reference link in the DHCPv4 chapter.
Tomek Mrugalski [Wed, 21 Sep 2016 08:01:44 +0000 (10:01 +0200)]
[master] ChangeLog updated, missed review correction fixed.
Tomek Mrugalski [Wed, 21 Sep 2016 07:59:23 +0000 (09:59 +0200)]
[master] Merge branch 'trac4299' (devel guide update)
Tomek Mrugalski [Wed, 21 Sep 2016 07:58:59 +0000 (09:58 +0200)]
[4299] Minor typo fixed.
Tomek Mrugalski [Tue, 20 Sep 2016 20:23:14 +0000 (22:23 +0200)]
[3515] History section uncommented for perfdhcp.
Tomek Mrugalski [Tue, 20 Sep 2016 20:22:52 +0000 (22:22 +0200)]
[3515] See also section added.
Tomek Mrugalski [Tue, 20 Sep 2016 20:16:11 +0000 (22:16 +0200)]
[3515] D2 man page updated.
Tomek Mrugalski [Tue, 20 Sep 2016 20:10:31 +0000 (22:10 +0200)]
[3515] kea-dhcp4 man page updated.
Stephen Morris [Tue, 20 Sep 2016 19:45:23 +0000 (20:45 +0100)]
[4299] Minor edits during review
Marcin Siodelski [Tue, 20 Sep 2016 19:10:52 +0000 (21:10 +0200)]
[5012] Updated Kea library version numbers for 1.1-final release.
Marcin Siodelski [Tue, 20 Sep 2016 17:35:55 +0000 (19:35 +0200)]
[master] Added ChangeLog entry for #5009.
Tomek Mrugalski [Tue, 20 Sep 2016 17:19:18 +0000 (19:19 +0200)]
[3209] Added links to the Developer's guide section.
Tomek Mrugalski [Tue, 20 Sep 2016 17:09:03 +0000 (19:09 +0200)]
[3209] user_chk hook lib documented.
Stephen Morris [Tue, 20 Sep 2016 14:42:51 +0000 (15:42 +0100)]
[4484] Address review comments
Marcin Siodelski [Tue, 20 Sep 2016 14:40:38 +0000 (16:40 +0200)]
[master] Merge branch 'trac5009'
Stephen Morris [Tue, 20 Sep 2016 14:20:43 +0000 (15:20 +0100)]
[5008] Editing changes to chapters 9 through 18 of the Kea guide
Marcin Siodelski [Tue, 20 Sep 2016 13:37:11 +0000 (15:37 +0200)]
[5009] Addressed review comments.
Thomas Markwalder [Tue, 20 Sep 2016 10:32:38 +0000 (06:32 -0400)]
[master] Added ChangeLog entry 1174 for #5007.
Tomek Mrugalski [Tue, 20 Sep 2016 10:26:38 +0000 (12:26 +0200)]
[5009] Cassandra compilation fix.
Thomas Markwalder [Tue, 20 Sep 2016 10:13:40 +0000 (06:13 -0400)]
[master] kea-dhcp6 now only does DDNS on renewals if FQDN changes
Merges in branch 'trac5007'
Tomek Mrugalski [Tue, 20 Sep 2016 09:37:35 +0000 (11:37 +0200)]
[trac5009] Merge branch 'trac5009' of ssh://git.kea.isc.org/git/kea into trac5009
Tomek Mrugalski [Tue, 20 Sep 2016 09:37:02 +0000 (11:37 +0200)]
[5009] Compilation fixes for Linux
Marcin Siodelski [Tue, 20 Sep 2016 09:22:54 +0000 (11:22 +0200)]
[5009] Fix conversion of the IOAddress to uint32_t.
Marcin Siodelski [Tue, 20 Sep 2016 08:56:06 +0000 (10:56 +0200)]
[5009] Removed invalid log message from PgSQL lease manager.
Marcin Siodelski [Tue, 20 Sep 2016 08:53:40 +0000 (10:53 +0200)]
[5009] Check columns for NULL values in PostgreSQL host data source.
Marcin Siodelski [Tue, 20 Sep 2016 07:29:06 +0000 (09:29 +0200)]
[5009] Implemented get6(subnet_id, address) function for SQL backends.
Also removed uint32_t cast operator from IOAddress to remove
ambiguity when calling this new function.
Tomek Mrugalski [Mon, 19 Sep 2016 20:43:27 +0000 (22:43 +0200)]
[4299] General Developer's guide refresh.
Stephen Morris [Mon, 19 Sep 2016 14:09:23 +0000 (15:09 +0100)]
[4844] Editing pass through chapter 8 and more changes to chapter 7
Thomas Markwalder [Mon, 19 Sep 2016 13:08:54 +0000 (09:08 -0400)]
[5007] Addressed more review comments
src/bin/dhcp6/dhcp6_srv.cc
Dhcpv6Srv::createNameChangeRequests() - modified logic DNS-updated needed
logic to include changes to the FQDN flags.
src/bin/dhcp6/tests/fqdn_unittest.cc
TEST_F(FqdnDhcpv6SrvTest, processRequestRenewFqdnFlags) - new test to
verify the permutations of DNS direction flags on NCR generation
Stephen Morris [Sun, 18 Sep 2016 17:48:37 +0000 (18:48 +0100)]
[4844] Editing pass over first seven chapters of the Kea guide
Francis Dupont [Fri, 16 Sep 2016 19:15:16 +0000 (21:15 +0200)]
[5006] Applied proposed parameter for dblatex
Thomas Markwalder [Fri, 16 Sep 2016 18:27:46 +0000 (14:27 -0400)]
[5007] Addressed review comments
This is solution #2:
src/lib/dhcpsrv/alloc_engine.h
src/lib/dhcpsrv/alloc_engine.cc
AllocEngine::extendLease6() - replaced logic to set the context flags with
simply adding the original lease to the changed_leases_ list.
AllocEngine::updateLeaseData() - removed logic to set the context flags.
src/bin/dhcp6/dhcp6_srv.cc
Dhcpv6Srv::createNameChangeRequests() - replaced the context flag check
with logic which looks for candidate IA addresses in the ctx.changed_leases_
list. If found and the FDQN doman name has not changed, we move on to the
next candidate.
src/bin/dhcp6/tests/fqdn_unittest.cc
TEST_F(FqdnDhcpv6SrvTest, createNameChangeRequestsNoAddr) - removed
testing of context flag permutations