]> git.ipfire.org Git - thirdparty/kea.git/log
thirdparty/kea.git
8 years ago[5314] Added Pool::toElement() and Pool<4/6>::toElement()
Thomas Markwalder [Thu, 3 Aug 2017 18:44:31 +0000 (14:44 -0400)] 
[5314] Added Pool::toElement() and Pool<4/6>::toElement()

    Extracted logic for elementizing pools into toElement methods
    in Pool, Pool4, and Pool6 classes.

8 years ago[5314] Implemented Subnet::toElement()
Thomas Markwalder [Thu, 3 Aug 2017 15:20:13 +0000 (11:20 -0400)] 
[5314] Implemented Subnet::toElement()

    Provided implementation for Subnet::toElement() which handles all
    common members, reworked Subnet<4/6>::toElement() to use this.

8 years ago[5314] Fix for segfault, courtesy of Marcin
Tomek Mrugalski [Wed, 2 Aug 2017 11:40:57 +0000 (13:40 +0200)] 
[5314] Fix for segfault, courtesy of Marcin

 - applied the patch provided as ticket attachment

8 years ago[5314] Two minor corrections.
Tomek Mrugalski [Fri, 28 Jul 2017 19:39:27 +0000 (21:39 +0200)] 
[5314] Two minor corrections.

8 years ago[5314] Fixed a typo in container index tag name.
Marcin Siodelski [Fri, 21 Jul 2017 14:24:22 +0000 (16:24 +0200)] 
[5314] Fixed a typo in container index tag name.

8 years ago[5314] Added indexing to subnet searches.
Marcin Siodelski [Thu, 20 Jul 2017 17:03:52 +0000 (19:03 +0200)] 
[5314] Added indexing to subnet searches.

8 years ago[5314] Subnet to Element conversion moved to SubnetX classes.
Marcin Siodelski [Wed, 19 Jul 2017 21:22:30 +0000 (23:22 +0200)] 
[5314] Subnet to Element conversion moved to SubnetX classes.

8 years ago[master] Added ChangeLog for #5330.
Marcin Siodelski [Tue, 18 Jul 2017 17:40:37 +0000 (19:40 +0200)] 
[master] Added ChangeLog for #5330.

Also, removed extra white space in the previous entry.

8 years ago[master] Merge branch 'trac5330'
Marcin Siodelski [Tue, 18 Jul 2017 17:31:31 +0000 (19:31 +0200)] 
[master] Merge branch 'trac5330'

8 years ago[master] Added ChangeLog entry 1276 for 5215.
Thomas Markwalder [Tue, 18 Jul 2017 17:25:38 +0000 (13:25 -0400)] 
[master] Added ChangeLog entry 1276 for 5215.

8 years ago[master] Building with Boost system lib is now the default
Thomas Markwalder [Tue, 18 Jul 2017 17:22:05 +0000 (13:22 -0400)] 
[master] Building with Boost system lib is now the default

    Merges in branch 'trac5215'

8 years ago[5330] Updated .gitignore in shell tests.
Marcin Siodelski [Tue, 18 Jul 2017 16:12:17 +0000 (18:12 +0200)] 
[5330] Updated .gitignore in shell tests.

This is unrelated to #5330 but there was a good opportunity to do it.

8 years ago[5330] Renamed registerCommandHandler to registerCommandCallout.
Marcin Siodelski [Tue, 18 Jul 2017 16:10:49 +0000 (18:10 +0200)] 
[5330] Renamed registerCommandHandler to registerCommandCallout.

This was a result of the review.

8 years ago[5330] Addressed some of the review comments.
Marcin Siodelski [Tue, 18 Jul 2017 15:44:33 +0000 (17:44 +0200)] 
[5330] Addressed some of the review comments.

- Improved commentary, corrected commentary issues.
- Renamed class members in command_mgr_unittests.

8 years ago[5215] Addressed review comments
Thomas Markwalder [Tue, 18 Jul 2017 15:18:09 +0000 (11:18 -0400)] 
[5215]  Addressed review comments

Added additional text to asio_wrapper.h

8 years ago[5215] Fixed a typo in the ax_boost_for_kea.m4
Marcin Siodelski [Tue, 18 Jul 2017 14:39:16 +0000 (16:39 +0200)] 
[5215] Fixed a typo in the ax_boost_for_kea.m4

8 years ago[5330] CommandMgrs now use hooks to process commands in hooks libraries.
Marcin Siodelski [Tue, 18 Jul 2017 09:53:13 +0000 (11:53 +0200)] 
[5330] CommandMgrs now use hooks to process commands in hooks libraries.

8 years ago[5215] Building with boost_system library is now the default
Thomas Markwalder [Fri, 14 Jul 2017 18:04:21 +0000 (14:04 -0400)] 
[5215] Building with boost_system library is now the default

configure.ac
    Added WARNING message when building boost headers only.

m4macros/ax_boost_for_kea.m4
    Building with boost system library is the default.

    Added --enable-boost-headers-only, to explicitly build with boost
    headers only, rather than linking to boost's system library.

8 years ago[master] Added ChangeLog entry for #5329.
Marcin Siodelski [Fri, 14 Jul 2017 16:00:13 +0000 (18:00 +0200)] 
[master] Added ChangeLog entry for #5329.

8 years ago[master] Merge branch 'trac5329'
Marcin Siodelski [Fri, 14 Jul 2017 15:46:17 +0000 (17:46 +0200)] 
[master] Merge branch 'trac5329'

8 years ago[5329] Removed odd "return void" construct which horrifies Thomas.
Marcin Siodelski [Fri, 14 Jul 2017 15:45:06 +0000 (17:45 +0200)] 
[5329] Removed odd "return void" construct which horrifies Thomas.

Hopefully, that will make Thomas'es weekend nicer.

8 years ago[5329] Addressed review comments.
Marcin Siodelski [Fri, 14 Jul 2017 13:40:36 +0000 (15:40 +0200)] 
[5329] Addressed review comments.

- Extended commentary
- Added exception safe ServerHooks::findIndex
- Extended unit tests of ServerHooks

8 years ago[master] Regenerated parser files after merge of 5108. trac5333_base
Marcin Siodelski [Fri, 14 Jul 2017 11:27:28 +0000 (11:27 +0000)] 
[master] Regenerated parser files after merge of 5108.

8 years ago[master] Added ChangeLog entry for #5108.
Marcin Siodelski [Fri, 14 Jul 2017 09:34:51 +0000 (11:34 +0200)] 
[master] Added ChangeLog entry for #5108.

8 years ago[master] Merge branch 'trac5108'
Marcin Siodelski [Fri, 14 Jul 2017 09:22:51 +0000 (11:22 +0200)] 
[master] Merge branch 'trac5108'

8 years ago[5329] Fixed copyright statement
Thomas Markwalder [Thu, 13 Jul 2017 14:42:29 +0000 (10:42 -0400)] 
[5329] Fixed copyright statement

    src/lib/hooks/callout_manager.cc

8 years ago[5108] Addressed review comments.
Marcin Siodelski [Thu, 13 Jul 2017 13:48:39 +0000 (15:48 +0200)] 
[5108] Addressed review comments.

Added unit tests that check that configuration of various servers can
coexist.

8 years ago[5329] HooksManager now support functions for registering command handlers.
Marcin Siodelski [Thu, 13 Jul 2017 11:12:03 +0000 (13:12 +0200)] 
[5329] HooksManager now support functions for registering command handlers.

8 years ago[5329] Removed invalid comment.
Marcin Siodelski [Thu, 13 Jul 2017 09:15:56 +0000 (11:15 +0200)] 
[5329] Removed invalid comment.

8 years ago[5329] Added tests for registering command handlers in a hook library.
Marcin Siodelski [Thu, 13 Jul 2017 08:29:10 +0000 (10:29 +0200)] 
[5329] Added tests for registering command handlers in a hook library.

8 years ago[5329] Added methods to register control commands as hooks.
Marcin Siodelski [Wed, 12 Jul 2017 17:01:26 +0000 (19:01 +0200)] 
[5329] Added methods to register control commands as hooks.

8 years ago[master] Added ChangeLog entry for #5320.
Marcin Siodelski [Tue, 11 Jul 2017 19:09:58 +0000 (21:09 +0200)] 
[master] Added ChangeLog entry for #5320.

8 years ago[master] Merge branch 'trac5320'
Marcin Siodelski [Tue, 11 Jul 2017 19:06:42 +0000 (21:06 +0200)] 
[master] Merge branch 'trac5320'

8 years ago[5320] Fixed some typos
Thomas Markwalder [Tue, 11 Jul 2017 18:52:22 +0000 (14:52 -0400)] 
[5320] Fixed some typos

8 years ago[5108] Updated keactrl section in User's Guide.
Marcin Siodelski [Tue, 11 Jul 2017 08:42:01 +0000 (10:42 +0200)] 
[5108] Updated keactrl section in User's Guide.

8 years ago[5108] Updated keactrl manual page.
Marcin Siodelski [Tue, 11 Jul 2017 08:23:03 +0000 (10:23 +0200)] 
[5108] Updated keactrl manual page.

8 years ago[5108] keactrl supports Kea Control Agent.
Marcin Siodelski [Tue, 11 Jul 2017 08:16:53 +0000 (10:16 +0200)] 
[5108] keactrl supports Kea Control Agent.

8 years ago[5108] Removed notes about kea-ca.conf from the User's Guide.
Marcin Siodelski [Mon, 10 Jul 2017 12:59:17 +0000 (14:59 +0200)] 
[5108] Removed notes about kea-ca.conf from the User's Guide.

8 years ago[5108] Removed kea-ca.conf.
Marcin Siodelski [Mon, 10 Jul 2017 12:54:13 +0000 (14:54 +0200)] 
[5108] Removed kea-ca.conf.

8 years ago[5108] Control agent's configuration can be shared with other components.
Marcin Siodelski [Mon, 10 Jul 2017 12:46:48 +0000 (14:46 +0200)] 
[5108] Control agent's configuration can be shared with other components.

8 years ago[master] Added ChangeLog entry for #5328.
Marcin Siodelski [Mon, 10 Jul 2017 10:19:32 +0000 (12:19 +0200)] 
[master] Added ChangeLog entry for #5328.

8 years ago[master] Merge branch 'trac5328'
Marcin Siodelski [Mon, 10 Jul 2017 10:18:08 +0000 (12:18 +0200)] 
[master] Merge branch 'trac5328'

8 years ago[5320] Added note in the guide that server terminates when SQL conn fails.
Marcin Siodelski [Fri, 7 Jul 2017 16:11:55 +0000 (18:11 +0200)] 
[5320] Added note in the guide that server terminates when SQL conn fails.

8 years ago[5328] Updated commentary in Memfile_LeaseMgr.
Marcin Siodelski [Fri, 7 Jul 2017 13:36:10 +0000 (15:36 +0200)] 
[5328] Updated commentary in Memfile_LeaseMgr.

8 years ago[master] Added ChangeLog entry for #5304. trac5227_base trac5241_base
Marcin Siodelski [Fri, 7 Jul 2017 09:37:58 +0000 (11:37 +0200)] 
[master] Added ChangeLog entry for #5304.

8 years ago[master] Merge branch 'trac5304'
Marcin Siodelski [Fri, 7 Jul 2017 09:03:34 +0000 (11:03 +0200)] 
[master] Merge branch 'trac5304'

8 years ago[5304] Addressed review comment.
Marcin Siodelski [Thu, 6 Jul 2017 20:28:26 +0000 (22:28 +0200)] 
[5304] Addressed review comment.

8 years ago[master] Removed unnecessary check in unix_control_client.
Marcin Siodelski [Wed, 5 Jul 2017 18:04:10 +0000 (20:04 +0200)] 
[master] Removed unnecessary check in unix_control_client.

This change fixes an unstable unit test and it was okayed on jabber.

8 years ago[master] added ChangeLog entry 1270 for 5325.
Thomas Markwalder [Thu, 6 Jul 2017 13:31:04 +0000 (09:31 -0400)] 
[master] added ChangeLog entry 1270 for 5325.

8 years ago[master] Fixed files missing from distcheck
Thomas Markwalder [Thu, 6 Jul 2017 13:24:07 +0000 (09:24 -0400)] 
[master] Fixed files missing from distcheck

    Merge branch 'trac5325' and added rules for files
    missed in asiolink:

src/lib/asiolink/Makefile.am
    +libkea_asiolink_la_SOURCES += io_acceptor.h
    +libkea_asiolink_la_SOURCES += unix_domain_socket_acceptor.h
    +libkea_asiolink_la_SOURCES += unix_domain_socket_endpoint.h

8 years ago[master] regen flex/bison files
Francis Dupont [Thu, 6 Jul 2017 11:12:16 +0000 (11:12 +0000)] 
[master] regen flex/bison files

8 years ago[master] Finishing merge of trac5121 (HRMode in flex/bison)
Francis Dupont [Thu, 6 Jul 2017 11:11:00 +0000 (13:11 +0200)] 
[master] Finishing merge of trac5121 (HRMode in flex/bison)

8 years ago[5325] Add d2_parsery.yy to dist source tree
Thomas Markwalder [Wed, 5 Jul 2017 19:52:01 +0000 (15:52 -0400)] 
[5325] Add d2_parsery.yy to dist source tree

src/bin/d2/Makefile.am
    Added EXTRA_DIST rule for d2_parser.yy

8 years ago[5121] Examples updated.
Tomek Mrugalski [Wed, 5 Jul 2017 16:32:29 +0000 (18:32 +0200)] 
[5121] Examples updated.

8 years ago[master] Added explicit to IOServiceWork to remove 2 cppcheck regressions.
Marcin Siodelski [Wed, 5 Jul 2017 16:23:14 +0000 (18:23 +0200)] 
[master] Added explicit to IOServiceWork to remove 2 cppcheck regressions.

This is trivial fix which I am committing on my discretion.

8 years ago[5304] Documented how to setup reverse proxy for control agent.
Marcin Siodelski [Wed, 5 Jul 2017 16:08:59 +0000 (18:08 +0200)] 
[5304] Documented how to setup reverse proxy for control agent.

8 years ago[master] Merge branch 'master' of ssh://git.kea.isc.org/git/kea
Francis Dupont [Wed, 5 Jul 2017 15:34:33 +0000 (17:34 +0200)] 
[master] Merge branch 'master' of ssh://git.kea.isc.org/git/kea

8 years ago[master] Fixed again the Range 0UL in DHCPv6 get-config tests
Francis Dupont [Wed, 5 Jul 2017 15:34:12 +0000 (17:34 +0200)] 
[master] Fixed again the Range 0UL in DHCPv6 get-config tests

8 years ago[master] Added ChangeLog entry for #5318.
Marcin Siodelski [Wed, 5 Jul 2017 14:47:13 +0000 (16:47 +0200)] 
[master] Added ChangeLog entry for #5318.

8 years ago[master] Merge branch 'trac5318'
Marcin Siodelski [Wed, 5 Jul 2017 14:32:14 +0000 (16:32 +0200)] 
[master] Merge branch 'trac5318'

8 years ago[master] Fixed merge errors and some trivial warnings
Francis Dupont [Wed, 5 Jul 2017 14:29:20 +0000 (16:29 +0200)] 
[master] Fixed merge errors and some trivial warnings

8 years ago[5318] Minor corrections.
Tomek Mrugalski [Wed, 5 Jul 2017 14:27:38 +0000 (16:27 +0200)] 
[5318] Minor corrections.

8 years ago[master] regen lexers with last flex
Francis Dupont [Wed, 5 Jul 2017 14:01:33 +0000 (14:01 +0000)] 
[master] regen lexers with last flex

8 years ago[master] Updated git hash
Francis Dupont [Wed, 5 Jul 2017 12:55:14 +0000 (14:55 +0200)] 
[master] Updated git hash

8 years ago[master] regen parsers
Francis Dupont [Wed, 5 Jul 2017 12:54:27 +0000 (12:54 +0000)] 
[master] regen parsers

8 years ago[master] Finishing merge of trac3389a (re-detect interfaces)
Francis Dupont [Wed, 5 Jul 2017 12:52:54 +0000 (14:52 +0200)] 
[master] Finishing merge of trac3389a (re-detect interfaces)

8 years ago[master] Updated git hash
Francis Dupont [Wed, 5 Jul 2017 12:43:23 +0000 (14:43 +0200)] 
[master] Updated git hash

8 years ago[master] Finishing merge of trac5243 (RedHat vs SO_REUSEPORT)
Francis Dupont [Wed, 5 Jul 2017 12:42:41 +0000 (14:42 +0200)] 
[master] Finishing merge of trac5243 (RedHat vs SO_REUSEPORT)

8 years ago[master] Merged trac5243 (RedHat vs SO_REUSEPORT)
Francis Dupont [Wed, 5 Jul 2017 12:38:48 +0000 (14:38 +0200)] 
[master] Merged trac5243 (RedHat vs SO_REUSEPORT)

8 years ago[master] Updated git hash
Francis Dupont [Wed, 5 Jul 2017 12:31:01 +0000 (14:31 +0200)] 
[master] Updated git hash

8 years ago[master] Finishing merge of trac5288 (option-data in DHCPv4 pools)
Francis Dupont [Wed, 5 Jul 2017 12:30:29 +0000 (14:30 +0200)] 
[master] Finishing merge of trac5288 (option-data in DHCPv4 pools)

8 years ago[master] Merged trac5288 (option-data in DHCPv4 pools)
Francis Dupont [Wed, 5 Jul 2017 12:28:27 +0000 (14:28 +0200)] 
[master] Merged trac5288 (option-data in DHCPv4 pools)

8 years ago[5288] Improved indent
Francis Dupont [Wed, 5 Jul 2017 12:27:14 +0000 (14:27 +0200)] 
[5288] Improved indent

8 years ago[master] Updated git hash
Francis Dupont [Wed, 5 Jul 2017 12:21:08 +0000 (14:21 +0200)] 
[master] Updated git hash

8 years ago[master] regen parser
Francis Dupont [Wed, 5 Jul 2017 12:19:18 +0000 (12:19 +0000)] 
[master] regen parser

8 years ago[5318] Addressed review comments.
Marcin Siodelski [Wed, 5 Jul 2017 12:18:57 +0000 (14:18 +0200)] 
[5318] Addressed review comments.

Also, when timeout occurs in control channel connection, all async tasks
are cancelled.

8 years ago[master] Merged trac5287 (count DHCPv6 relay options both ways)
Francis Dupont [Wed, 5 Jul 2017 12:16:24 +0000 (14:16 +0200)] 
[master] Merged trac5287 (count DHCPv6 relay options both ways)

8 years ago[master] Merged trac5286 (signed integers in options)
Francis Dupont [Wed, 5 Jul 2017 12:07:34 +0000 (14:07 +0200)] 
[master] Merged trac5286 (signed integers in options)

8 years ago[3389a] Moved re-detect default to simple_parse[46]
Francis Dupont [Tue, 4 Jul 2017 22:38:40 +0000 (00:38 +0200)] 
[3389a] Moved re-detect default to simple_parse[46]

8 years ago[5286] Added unit-tests to test if intX types are handled.
Tomek Mrugalski [Tue, 4 Jul 2017 19:14:29 +0000 (21:14 +0200)] 
[5286] Added unit-tests to test if intX types are handled.

8 years ago[5243] Clarified that affected version is RedHat 6.4
Tomek Mrugalski [Tue, 4 Jul 2017 18:29:08 +0000 (20:29 +0200)] 
[5243] Clarified that affected version is RedHat 6.4

8 years ago[5287] Minor grammar corrections.
Tomek Mrugalski [Tue, 4 Jul 2017 18:19:57 +0000 (20:19 +0200)] 
[5287] Minor grammar corrections.

8 years ago[5318] Updated User's Guide with the information about connection timeouts.
Marcin Siodelski [Tue, 4 Jul 2017 16:12:46 +0000 (18:12 +0200)] 
[5318] Updated User's Guide with the information about connection timeouts.

Also, included a note about removal of the 64kB command restrictions.

8 years ago[5318] Default control connection timeout is now 10s.
Marcin Siodelski [Tue, 4 Jul 2017 15:55:20 +0000 (17:55 +0200)] 
[5318] Default control connection timeout is now 10s.

8 years ago[5288] Regenerated get_config_unittest.cc
Tomek Mrugalski [Tue, 4 Jul 2017 15:35:22 +0000 (17:35 +0200)] 
[5288] Regenerated get_config_unittest.cc

8 years ago[5288] Making the example simpler to understand.
Tomek Mrugalski [Tue, 4 Jul 2017 15:18:35 +0000 (17:18 +0200)] 
[5288] Making the example simpler to understand.

8 years ago[5288] Fixed CfgSubnets4Test.unparsePool unit-test
Tomek Mrugalski [Tue, 4 Jul 2017 15:17:36 +0000 (17:17 +0200)] 
[5288] Fixed CfgSubnets4Test.unparsePool unit-test

8 years ago[5288] Removed unnecessary text.
Tomek Mrugalski [Tue, 4 Jul 2017 15:17:12 +0000 (17:17 +0200)] 
[5288] Removed unnecessary text.

8 years ago[5288] Minor changes after review
Tomek Mrugalski [Tue, 4 Jul 2017 15:10:47 +0000 (17:10 +0200)] 
[5288] Minor changes after review

8 years ago[5328] Fixed issues with leases indexing by hwaddr and client id.
Marcin Siodelski [Tue, 4 Jul 2017 14:48:50 +0000 (16:48 +0200)] 
[5328] Fixed issues with leases indexing by hwaddr and client id.

8 years ago[5318] Minor corrections after review.
Tomek Mrugalski [Tue, 4 Jul 2017 14:37:17 +0000 (16:37 +0200)] 
[5318] Minor corrections after review.

8 years ago[5318] Call shutdown prior to closing the control socket.
Marcin Siodelski [Tue, 4 Jul 2017 07:47:02 +0000 (09:47 +0200)] 
[5318] Call shutdown prior to closing the control socket.

8 years ago[5288] Added option-data in DHCPv4 pools
Francis Dupont [Mon, 3 Jul 2017 21:09:12 +0000 (23:09 +0200)] 
[5288] Added option-data in DHCPv4 pools

8 years ago[5318] Added unit tests for long connections in DHCPv6.
Marcin Siodelski [Mon, 3 Jul 2017 15:47:12 +0000 (17:47 +0200)] 
[5318] Added unit tests for long connections in DHCPv6.

8 years ago[5318] Implemented timeouts for CommandMgr.
Marcin Siodelski [Mon, 3 Jul 2017 15:39:00 +0000 (17:39 +0200)] 
[5318] Implemented timeouts for CommandMgr.

8 years ago[5318] Improved the tests for long commands/responses.
Marcin Siodelski [Mon, 3 Jul 2017 13:57:52 +0000 (15:57 +0200)] 
[5318] Improved the tests for long commands/responses.

8 years ago[5318] Cleanup comments and log messages in the CommandMgr.
Marcin Siodelski [Mon, 3 Jul 2017 12:08:54 +0000 (14:08 +0200)] 
[5318] Cleanup comments and log messages in the CommandMgr.

8 years ago[5287] Updated clasify doc
Francis Dupont [Mon, 3 Jul 2017 11:09:16 +0000 (13:09 +0200)] 
[5287] Updated clasify doc

8 years ago[5318] PoC for extending maximum request/response over 64k in Ctrl channel.
Marcin Siodelski [Mon, 26 Jun 2017 13:39:57 +0000 (15:39 +0200)] 
[5318] PoC for extending maximum request/response over 64k in Ctrl channel.

8 years ago[master] Added ChangeLog entry for #5317.
Marcin Siodelski [Mon, 3 Jul 2017 09:16:07 +0000 (11:16 +0200)] 
[master] Added ChangeLog entry for #5317.