]> git.ipfire.org Git - thirdparty/kea.git/log
thirdparty/kea.git
17 months ago[#3583] kea-dhcp4 now supports option class tagging
Thomas Markwalder [Thu, 26 Sep 2024 20:05:17 +0000 (16:05 -0400)] 
[#3583] kea-dhcp4 now supports option class tagging

/src/bin/dhcp4/dhcp4_srv.cc
    Dhcpv4Srv::appendServerID() - modified to use the standard
    option defintion when appending a generated server id.

    Dhcpv4Srv::appendRequestedOptions()
    Dhcpv4Srv::appendRequestedVendorOptions()
    Dhcpv4Srv::appendBasicOptions()
    - modified to OptionDescriptor::allowedForClientClasses()

/src/bin/dhcp4/tests/classify_unittest.cc
    TEST_F(ClassifyTest, requestedOptionClassTagTest)
    TEST_F(ClassifyTest, vendorOptionClassTagTest)
    TEST_F(ClassifyTest, vivcoOptionClassTagTest)
    TEST_F(ClassifyTest, vivsoOptionClassTagTest)
    TEST_F(ClassifyTest, basicOptionClassTagTest)
    - new tests

/src/bin/dhcp4/tests/dhcp4_srv_unittest.cc
    TEST_F(Dhcpv4SrvTest, appendServerID) - updated test

/src/bin/dhcp4/tests/dhcp4_test_utils.*
    Dhcpv4SrvTest::checkServerIdentifier() - new function

/src/lib/dhcpsrv/cfg_option.*
    OptionDescriptor::allowedForClientClasses() - new function

/src/lib/dhcpsrv/tests/cfg_option_unittest.cc
    TEST(OptionDescriptorTest, allowedForClientClassesTest) - new test

17 months ago[#3583] Added client-class to OptionDescriptor
Thomas Markwalder [Mon, 23 Sep 2024 14:51:50 +0000 (10:51 -0400)] 
[#3583] Added client-class to OptionDescriptor

option-data.client-classes can be parsed and
stored in OptionDescriptor.

/src/bin/dhcp4/dhcp4_lexer.ll
/src/bin/dhcp4/dhcp4_parser.yy

/src/bin/dhcp6/dhcp6_lexer.ll
/src/bin/dhcp6/dhcp6_parser.yy

/src/lib/dhcp/classify.*
    Added ClientClasses copy and equality operators

/src/lib/dhcp/tests/classify_unittest.cc
    Udpated unit tests

/src/lib/dhcpsrv/cfg_option.cc
    Added OptionDecription::client_classes_ and supporting funcs

/src/lib/dhcpsrv/parsers/option_data_parser.cc
    OptionDataParser::createOption() - modified to parse 'client-classes'

/src/lib/dhcpsrv/parsers/simple_parser4.cc
    Added 'client-classes' to OPTION4_PARAMETERS

/src/lib/dhcpsrv/parsers/simple_parser6.cc
    Added 'client-classes' to OPTION6_PARAMETERS

/src/lib/dhcpsrv/tests/cfg_option_unittest.cc
    Updated tests

/src/lib/dhcpsrv/tests/dhcp_parsers_unittest.cc
    TEST_F(ParseConfigTest, optionDataClientClasses4)
    TEST_F(ParseConfigTest, optionDataClientClasses6)
    TEST_F(ParseConfigTest, optionDataClientClassesEmpty4)
    TEST_F(ParseConfigTest, optionDataClientClassesEmpty6)
    - new tests

18 months ago[#3552] Addressed comments
Francis Dupont [Fri, 11 Oct 2024 11:25:39 +0000 (13:25 +0200)] 
[#3552] Addressed comments

18 months ago[#3552] Fixed rebase
Francis Dupont [Mon, 23 Sep 2024 08:40:21 +0000 (10:40 +0200)] 
[#3552] Fixed rebase

18 months ago[#3552] Updated ChangeLog entry
Francis Dupont [Sat, 31 Aug 2024 10:19:43 +0000 (12:19 +0200)] 
[#3552] Updated ChangeLog entry

18 months ago[#3552] Revamped configure code
Francis Dupont [Sat, 31 Aug 2024 10:13:47 +0000 (12:13 +0200)] 
[#3552] Revamped configure code

18 months ago[#3552] Added a ChangeLog entry
Francis Dupont [Fri, 30 Aug 2024 13:28:19 +0000 (15:28 +0200)] 
[#3552] Added a ChangeLog entry

18 months ago[#3552] Updated Botan support
Francis Dupont [Fri, 30 Aug 2024 09:34:23 +0000 (11:34 +0200)] 
[#3552] Updated Botan support

18 months ago[#3588] Improved no test logs
Francis Dupont [Fri, 11 Oct 2024 08:17:46 +0000 (10:17 +0200)] 
[#3588] Improved no test logs

18 months ago[#3588] Removed useless check
Francis Dupont [Wed, 9 Oct 2024 14:35:19 +0000 (16:35 +0200)] 
[#3588] Removed useless check

18 months ago[#3588] Addressed comments
Francis Dupont [Wed, 9 Oct 2024 11:13:39 +0000 (13:13 +0200)] 
[#3588] Addressed comments

18 months ago[#3588] Modified no test required classes
Francis Dupont [Tue, 8 Oct 2024 14:10:13 +0000 (16:10 +0200)] 
[#3588] Modified no test required classes

18 months ago[#3585] Completed changelog
Francis Dupont [Wed, 9 Oct 2024 14:24:27 +0000 (16:24 +0200)] 
[#3585] Completed changelog

18 months ago[#3585] Added config in changelog
Francis Dupont [Wed, 9 Oct 2024 10:04:59 +0000 (12:04 +0200)] 
[#3585] Added config in changelog

18 months ago[#3585] Added a ChangeLog entry
Francis Dupont [Fri, 20 Sep 2024 13:47:19 +0000 (15:47 +0200)] 
[#3585] Added a ChangeLog entry

18 months ago[#3585] Regen flex/bison
Francis Dupont [Fri, 20 Sep 2024 13:00:54 +0000 (13:00 +0000)] 
[#3585] Regen flex/bison

18 months ago[#3585] Updated syntax
Francis Dupont [Fri, 20 Sep 2024 12:57:22 +0000 (14:57 +0200)] 
[#3585] Updated syntax

18 months ago[#3586] fixed typos
Razvan Becheriu [Wed, 9 Oct 2024 13:00:44 +0000 (16:00 +0300)] 
[#3586] fixed typos

18 months ago[#3586] reverted table widthwq
Razvan Becheriu [Wed, 9 Oct 2024 12:17:41 +0000 (15:17 +0300)] 
[#3586] reverted table widthwq

18 months ago[#3586] fixed loggers table
Razvan Becheriu [Tue, 8 Oct 2024 16:10:12 +0000 (19:10 +0300)] 
[#3586] fixed loggers table

18 months ago[#3586] addressed review comments
Razvan Becheriu [Tue, 8 Oct 2024 10:27:20 +0000 (13:27 +0300)] 
[#3586] addressed review comments

18 months ago[#3586] updated documentation
Razvan Becheriu [Fri, 4 Oct 2024 15:13:17 +0000 (18:13 +0300)] 
[#3586] updated documentation

18 months ago[#3594] added ChangeLog entry
Razvan Becheriu [Tue, 8 Oct 2024 16:24:11 +0000 (19:24 +0300)] 
[#3594] added ChangeLog entry

18 months ago[#3594] updated ARM
Razvan Becheriu [Tue, 8 Oct 2024 16:20:10 +0000 (19:20 +0300)] 
[#3594] updated ARM

18 months ago[#3594] deprecate output_options
Razvan Becheriu [Tue, 8 Oct 2024 07:57:13 +0000 (10:57 +0300)] 
[#3594] deprecate output_options

18 months ago[#3594] accept output-options or output_options in log parser
Razvan Becheriu [Mon, 7 Oct 2024 18:31:26 +0000 (21:31 +0300)] 
[#3594] accept output-options or output_options in log parser

18 months ago[#3606] Disabled forceUDPSendFailure on macOS
Francis Dupont [Sun, 29 Sep 2024 09:10:37 +0000 (11:10 +0200)] 
[#3606] Disabled forceUDPSendFailure on macOS

18 months ago[#3590] Finished required precedence update
Francis Dupont [Wed, 2 Oct 2024 13:15:15 +0000 (15:15 +0200)] 
[#3590] Finished required precedence update

18 months ago[#3590] Checkpoint: updated unit tests
Francis Dupont [Wed, 2 Oct 2024 08:07:23 +0000 (10:07 +0200)] 
[#3590] Checkpoint: updated unit tests

18 months ago[#3590] Checkpoint: reversed required order
Francis Dupont [Wed, 2 Oct 2024 07:45:59 +0000 (09:45 +0200)] 
[#3590] Checkpoint: reversed required order

18 months ago[#3536] added ChangeLog entry
Razvan Becheriu [Thu, 3 Oct 2024 18:00:18 +0000 (21:00 +0300)] 
[#3536] added ChangeLog entry

18 months ago[#3536] use only one loger on load and unload
Razvan Becheriu [Thu, 3 Oct 2024 12:21:19 +0000 (15:21 +0300)] 
[#3536] use only one loger on load and unload

18 months ago[#3536] removed more duplicated messages
Razvan Becheriu [Thu, 3 Oct 2024 12:08:50 +0000 (15:08 +0300)] 
[#3536] removed more duplicated messages

18 months ago[#3536] add crypto ligs to mysql and pgsql
Razvan Becheriu [Thu, 3 Oct 2024 11:16:17 +0000 (14:16 +0300)] 
[#3536] add crypto ligs to mysql and pgsql

18 months ago[#3536] fix check-messages
Razvan Becheriu [Thu, 3 Oct 2024 11:08:28 +0000 (14:08 +0300)] 
[#3536] fix check-messages

18 months ago[#3536] fixed log level in mes files
Razvan Becheriu [Thu, 3 Oct 2024 08:44:59 +0000 (11:44 +0300)] 
[#3536] fixed log level in mes files

18 months ago[#3536] updated examples
Razvan Becheriu [Wed, 2 Oct 2024 16:15:49 +0000 (19:15 +0300)] 
[#3536] updated examples

18 months ago[#3536] addressed review comments
Razvan Becheriu [Wed, 2 Oct 2024 16:00:27 +0000 (19:00 +0300)] 
[#3536] addressed review comments

18 months ago[#3536] moved log messages and loggers
Razvan Becheriu [Wed, 2 Oct 2024 13:59:44 +0000 (16:59 +0300)] 
[#3536] moved log messages and loggers

18 months ago[#3536] merge mysql and pgsql hooks
Razvan Becheriu [Tue, 1 Oct 2024 12:27:45 +0000 (15:27 +0300)] 
[#3536] merge mysql and pgsql hooks

18 months ago[#3536] refactor getDBVersions
Razvan Becheriu [Wed, 18 Sep 2024 11:34:55 +0000 (14:34 +0300)] 
[#3536] refactor getDBVersions

18 months ago[#3536] removed empty line in getDBVersions
Razvan Becheriu [Wed, 18 Sep 2024 11:17:16 +0000 (14:17 +0300)] 
[#3536] removed empty line in getDBVersions

18 months ago[#3536] addressed comments
Razvan Becheriu [Wed, 18 Sep 2024 10:44:03 +0000 (13:44 +0300)] 
[#3536] addressed comments

18 months ago[#3536] wrap long lines
Razvan Becheriu [Wed, 18 Sep 2024 09:20:29 +0000 (12:20 +0300)] 
[#3536] wrap long lines

18 months ago[#3536] add namespace to .mes files
Razvan Becheriu [Wed, 18 Sep 2024 09:14:09 +0000 (12:14 +0300)] 
[#3536] add namespace to .mes files

18 months ago[#3536] remove Initializer
Razvan Becheriu [Wed, 18 Sep 2024 05:13:44 +0000 (08:13 +0300)] 
[#3536] remove Initializer

18 months ago[#3536] implement getDBVersion
Razvan Becheriu [Tue, 17 Sep 2024 20:43:15 +0000 (23:43 +0300)] 
[#3536] implement getDBVersion

18 months ago[#3536] enable unittests
Razvan Becheriu [Tue, 17 Sep 2024 17:17:37 +0000 (20:17 +0300)] 
[#3536] enable unittests

18 months ago[#3536] fixed unittests by disabling configs
Razvan Becheriu [Tue, 17 Sep 2024 11:37:25 +0000 (14:37 +0300)] 
[#3536] fixed unittests by disabling configs

18 months ago[#3536] remove HAVE_MYSQL and HAVE_PGSQL
Razvan Becheriu [Mon, 16 Sep 2024 21:10:10 +0000 (00:10 +0300)] 
[#3536] remove HAVE_MYSQL and HAVE_PGSQL

18 months ago[#3536] added hook callouts
Razvan Becheriu [Mon, 16 Sep 2024 18:25:33 +0000 (21:25 +0300)] 
[#3536] added hook callouts

18 months ago[#3565] Added ChangeLog for #3565
Marcin Siodelski [Mon, 23 Sep 2024 08:36:18 +0000 (10:36 +0200)] 
[#3565] Added ChangeLog for #3565

18 months ago[#3565] Prevent declining expired and released
Marcin Siodelski [Mon, 23 Sep 2024 08:36:09 +0000 (10:36 +0200)] 
[#3565] Prevent declining expired and released

18 months ago[#3578] addressed review comments
Razvan Becheriu [Tue, 1 Oct 2024 10:21:13 +0000 (13:21 +0300)] 
[#3578] addressed review comments

18 months ago[#3578] added more UTs to config_parser_unittest
Razvan Becheriu [Fri, 27 Sep 2024 21:00:10 +0000 (00:00 +0300)] 
[#3578] added more UTs to config_parser_unittest

18 months ago[#3578] addressed review comments
Razvan Becheriu [Fri, 27 Sep 2024 23:14:40 +0000 (02:14 +0300)] 
[#3578] addressed review comments

18 months ago[#3578] reverted changes
Razvan Becheriu [Fri, 27 Sep 2024 23:13:08 +0000 (02:13 +0300)] 
[#3578] reverted changes

18 months ago[#3578] added ChangeLog entry
Razvan Becheriu [Thu, 26 Sep 2024 18:15:02 +0000 (21:15 +0300)] 
[#3578] added ChangeLog entry

18 months ago[#3578] added tests in get_config_unittests
Razvan Becheriu [Thu, 26 Sep 2024 18:10:41 +0000 (21:10 +0300)] 
[#3578] added tests in get_config_unittests

18 months ago[#3578] removed disabled tests
Razvan Becheriu [Thu, 26 Sep 2024 16:33:35 +0000 (19:33 +0300)] 
[#3578] removed disabled tests

18 months ago[#3578] added load write and reload test
Razvan Becheriu [Wed, 25 Sep 2024 19:55:24 +0000 (22:55 +0300)] 
[#3578] added load write and reload test

18 months ago[#3390] Rebased and addressed comments
Francis Dupont [Sun, 22 Sep 2024 07:53:03 +0000 (09:53 +0200)] 
[#3390] Rebased and addressed comments

18 months ago[#3390] Added a ChangeLog entry
Francis Dupont [Fri, 30 Aug 2024 06:50:34 +0000 (08:50 +0200)] 
[#3390] Added a ChangeLog entry

18 months ago[#3390] Completed split UT
Francis Dupont [Thu, 29 Aug 2024 22:01:37 +0000 (00:01 +0200)] 
[#3390] Completed split UT

18 months ago[#3390] Checkpoint: doc and split
Francis Dupont [Thu, 29 Aug 2024 15:44:16 +0000 (17:44 +0200)] 
[#3390] Checkpoint: doc and split

18 months ago[#3390] Checkpoint: code done
Francis Dupont [Thu, 29 Aug 2024 10:26:44 +0000 (12:26 +0200)] 
[#3390] Checkpoint: code done

18 months ago[#3604] Bump up version in configure.ac to 2.7.4
Marcin Godzina [Wed, 25 Sep 2024 17:10:27 +0000 (17:10 +0000)] 
[#3604] Bump up version in configure.ac to 2.7.4

18 months ago[#3599] release changes Kea-2.7.3
Marcin Godzina [Mon, 23 Sep 2024 07:34:07 +0000 (07:34 +0000)] 
[#3599] release changes

18 months ago[#3600] check if message file is empty
Marcin Godzina [Sun, 22 Sep 2024 18:35:59 +0000 (18:35 +0000)] 
[#3600] check if message file is empty

18 months ago[#3597] bump up library versions for 2.7.3 release
Razvan Becheriu [Fri, 20 Sep 2024 17:39:34 +0000 (20:39 +0300)] 
[#3597] bump up library versions for 2.7.3 release

18 months ago[#3576] fix indentation
Razvan Becheriu [Fri, 20 Sep 2024 14:45:31 +0000 (17:45 +0300)] 
[#3576] fix indentation

18 months ago[#3576] Addressed review comments
Thomas Markwalder [Fri, 20 Sep 2024 13:34:43 +0000 (13:34 +0000)] 
[#3576] Addressed review comments

Moved UT, cleaned up test JSON

18 months ago[#3576] Updated ARM, added ChangeLog
Thomas Markwalder [Mon, 16 Sep 2024 12:28:36 +0000 (12:28 +0000)] 
[#3576] Updated ARM, added ChangeLog

modified:
    ChangeLog
    doc/sphinx/arm/classify.rst

18 months ago[#3576] Swap order of template and subclass
Thomas Markwalder [Fri, 13 Sep 2024 20:18:59 +0000 (20:18 +0000)] 
[#3576] Swap order of template and subclass

/src/bin/dhcp4/tests/dhcp4_srv_unittest.cc
    TEST_F(Dhcpv4SrvTest, subClassPrecedence) - new test

/src/bin/dhcp6/tests/classify_unittests.cc
    TEST_F(ClassifyTest, subClassPrecedence) - new test

/src/lib/dhcp/pkt.cc
    Pkt::addSubClass() - changed to add subclass then template to packet

/src/lib/dhcp/tests/pkt4_unittest.cc
    TEST_F(Pkt4Test, templateClasses) - test now verifies class order

/src/lib/dhcp/tests/pkt6_unittest.cc
    TEST_F(Pkt6Test, templateClasses) - test now verifies class order

18 months ago[#3506] Addressed comments
Francis Dupont [Fri, 20 Sep 2024 12:55:41 +0000 (14:55 +0200)] 
[#3506] Addressed comments

18 months ago[#3506] Final improvements
Francis Dupont [Mon, 2 Sep 2024 13:00:15 +0000 (15:00 +0200)] 
[#3506] Final improvements

18 months ago[#3506] Fixed lock code
Francis Dupont [Mon, 2 Sep 2024 08:04:16 +0000 (10:04 +0200)] 
[#3506] Fixed lock code

18 months ago[#3506] Typo
Francis Dupont [Mon, 2 Sep 2024 07:16:59 +0000 (09:16 +0200)] 
[#3506] Typo

18 months ago[#3506] Close lock file descriptor
Francis Dupont [Sun, 1 Sep 2024 20:45:03 +0000 (22:45 +0200)] 
[#3506] Close lock file descriptor

18 months ago[#3506] Improved UNIX code
Francis Dupont [Sun, 1 Sep 2024 20:39:43 +0000 (22:39 +0200)] 
[#3506] Improved UNIX code

18 months ago[#3506] Checkpoint: renamed get/set ControlSocketInfo
Francis Dupont [Sun, 1 Sep 2024 20:04:03 +0000 (22:04 +0200)] 
[#3506] Checkpoint: renamed get/set ControlSocketInfo

18 months ago[#3506] Checkpoint: split UnixCommandMgr
Francis Dupont [Sun, 1 Sep 2024 18:55:56 +0000 (20:55 +0200)] 
[#3506] Checkpoint: split UnixCommandMgr

18 months ago[#3477] Typo
Francis Dupont [Fri, 20 Sep 2024 12:34:49 +0000 (14:34 +0200)] 
[#3477] Typo

18 months ago[#3477] Applied new patch
Francis Dupont [Fri, 20 Sep 2024 12:17:22 +0000 (14:17 +0200)] 
[#3477] Applied new patch

18 months ago[#3477] Applied and completed patch
Francis Dupont [Fri, 20 Sep 2024 08:45:07 +0000 (10:45 +0200)] 
[#3477] Applied and completed patch

18 months ago[#3477] Added missing shell tests
Francis Dupont [Fri, 23 Aug 2024 15:44:20 +0000 (17:44 +0200)] 
[#3477] Added missing shell tests

18 months ago[#3477] Handled CA dir path
Francis Dupont [Fri, 9 Aug 2024 14:29:37 +0000 (16:29 +0200)] 
[#3477] Handled CA dir path

18 months ago[#3477] Added DHCPv6 TLS UTs
Francis Dupont [Fri, 9 Aug 2024 13:36:15 +0000 (15:36 +0200)] 
[#3477] Added DHCPv6 TLS UTs

18 months ago[#3477] Checkpoint: finished DHCPv4 TLS UTs
Francis Dupont [Fri, 9 Aug 2024 12:43:59 +0000 (14:43 +0200)] 
[#3477] Checkpoint: finished DHCPv4 TLS UTs

18 months ago[#3477] Checkpoint: began DHCPv4 TLS UTs
Francis Dupont [Fri, 9 Aug 2024 11:45:17 +0000 (13:45 +0200)] 
[#3477] Checkpoint: began DHCPv4 TLS UTs

18 months ago[#3477] Fixed longCommand UT
Francis Dupont [Fri, 9 Aug 2024 10:18:40 +0000 (12:18 +0200)] 
[#3477] Fixed longCommand UT

18 months ago[#3477] Added TLS UT to d2
Francis Dupont [Fri, 9 Aug 2024 08:55:31 +0000 (10:55 +0200)] 
[#3477] Added TLS UT to d2

18 months ago[#3477] Checkpoint: first UT updates
Francis Dupont [Thu, 8 Aug 2024 20:45:06 +0000 (22:45 +0200)] 
[#3477] Checkpoint: first UT updates

18 months ago[#3477] Small fixes proposed by Razvan
Francis Dupont [Tue, 6 Aug 2024 10:46:06 +0000 (12:46 +0200)] 
[#3477] Small fixes proposed by Razvan

18 months ago[#3477] Checkpoint: last changes for d2
Francis Dupont [Fri, 2 Aug 2024 14:37:12 +0000 (16:37 +0200)] 
[#3477] Checkpoint: last changes for d2

18 months ago[#3477] Checkpoint: added d2 shell tests
Francis Dupont [Thu, 1 Aug 2024 19:04:39 +0000 (21:04 +0200)] 
[#3477] Checkpoint: added d2 shell tests

18 months ago[#3570] Fix line length in ChangeLog
Thomas Markwalder [Wed, 18 Sep 2024 11:14:42 +0000 (07:14 -0400)] 
[#3570] Fix line length in ChangeLog

18 months ago[#3570] Removed obsolete notes from ARM
Thomas Markwalder [Thu, 12 Sep 2024 14:55:32 +0000 (10:55 -0400)] 
[#3570] Removed obsolete notes from ARM

modified:   sphinx/arm/hooks-lease-query.rst

18 months ago[#3536] addressed review comments
Razvan Becheriu [Mon, 16 Sep 2024 09:33:27 +0000 (12:33 +0300)] 
[#3536] addressed review comments

18 months ago[#3536] updated Makefile.am files
Razvan Becheriu [Fri, 13 Sep 2024 18:22:02 +0000 (21:22 +0300)] 
[#3536] updated Makefile.am files