]> git.ipfire.org Git - thirdparty/kea.git/log
thirdparty/kea.git
16 months ago[#3609] Checkpoint: regenerated get_config_unittest.cc
Francis Dupont [Sat, 16 Nov 2024 08:54:55 +0000 (09:54 +0100)] 
[#3609] Checkpoint: regenerated get_config_unittest.cc

16 months ago[#3609] Checkpoint before rebase
Francis Dupont [Sat, 16 Nov 2024 08:44:38 +0000 (09:44 +0100)] 
[#3609] Checkpoint before rebase

16 months ago[#3609] Checkpoint: done syntax
Francis Dupont [Fri, 15 Nov 2024 10:57:25 +0000 (11:57 +0100)] 
[#3609] Checkpoint: done syntax

16 months ago[#3609] Regen flex/bison
Francis Dupont [Fri, 15 Nov 2024 10:18:54 +0000 (10:18 +0000)] 
[#3609] Regen flex/bison

16 months ago[#3609] Checkpoint: doing syntax
Francis Dupont [Fri, 15 Nov 2024 10:16:11 +0000 (11:16 +0100)] 
[#3609] Checkpoint: doing syntax

16 months ago[#3609] Checkpoint: added error UT
Francis Dupont [Thu, 14 Nov 2024 14:52:32 +0000 (15:52 +0100)] 
[#3609] Checkpoint: added error UT

16 months ago[#3609] Checkpoint: error UT to add
Francis Dupont [Wed, 13 Nov 2024 16:03:07 +0000 (17:03 +0100)] 
[#3609] Checkpoint: error UT to add

16 months ago[#3609] Fixed typos
Francis Dupont [Wed, 13 Nov 2024 10:15:08 +0000 (11:15 +0100)] 
[#3609] Fixed typos

16 months ago[#3609] Regen flex/bison
Francis Dupont [Wed, 13 Nov 2024 10:07:12 +0000 (10:07 +0000)] 
[#3609] Regen flex/bison

16 months ago[#3609] Added missing rules
Francis Dupont [Wed, 13 Nov 2024 10:04:53 +0000 (11:04 +0100)] 
[#3609] Added missing rules

16 months ago[#3609] Checkpoint: updated grammars
Francis Dupont [Wed, 13 Nov 2024 09:56:08 +0000 (10:56 +0100)] 
[#3609] Checkpoint: updated grammars

16 months ago[#3609] Added HSTS unit test
Francis Dupont [Tue, 12 Nov 2024 16:51:50 +0000 (17:51 +0100)] 
[#3609] Added HSTS unit test

16 months ago[#3609] Named vector of HTTP header contexts
Francis Dupont [Tue, 12 Nov 2024 16:14:21 +0000 (17:14 +0100)] 
[#3609] Named vector of HTTP header contexts

16 months ago[#3667] update SECURITY.md file
Wlodek Wencel [Tue, 19 Nov 2024 13:09:45 +0000 (14:09 +0100)] 
[#3667] update SECURITY.md file

16 months ago[#2736] Addressed review comments
Thomas Markwalder [Tue, 19 Nov 2024 12:32:58 +0000 (07:32 -0500)] 
[#2736] Addressed review comments

Changes to be committed:
modified:   ../../../../ChangeLog
modified:   ../../../../doc/sphinx/arm/classify.rst
modified:   ../parsers/client_class_def_parser.cc
modified:   client_class_def_parser_unittest.cc

16 months ago[#2736] Additional update to ARM
Thomas Markwalder [Thu, 14 Nov 2024 12:49:32 +0000 (07:49 -0500)] 
[#2736] Additional update to ARM

modified:   arm/classify.rst

16 months ago[#2736] Warn on additional and lifetime params
Thomas Markwalder [Tue, 12 Nov 2024 17:06:56 +0000 (12:06 -0500)] 
[#2736] Warn on additional and lifetime params

Updated the ARM:
/doc/sphinx/arm/dhcp4-srv.rst
/doc/sphinx/arm/dhcp6-srv.rst

Added ChangeLog

/src/lib/dhcpsrv/dhcpsrv_messages.*
    DHCPSRV_CLASS_WITH_ADDTIONAL_AND_LIFETIMES - new message

/src/lib/dhcpsrv/parsers/client_class_def_parser.cc
    ClientClassDefParser::parse() - now emits WARN log

/src/lib/dhcpsrv/tests/client_class_def_parser_unittest.cc
    TEST_F(ClientClassDefParserTest, addtionalWithLifetimes4)
    TEST_F(ClientClassDefParserTest, addtionalWithLifetimes6)
    - new tests

16 months ago[#3257] Addressed review comments
Thomas Markwalder [Tue, 19 Nov 2024 10:17:00 +0000 (05:17 -0500)] 
[#3257] Addressed review comments

Minor cosmetics:
modified:   src/bin/dhcp4/dhcp4_srv.cc
modified:   src/bin/dhcp6/dhcp6_srv.cc

16 months ago[#3257] Fixed ChangeLog
Thomas Markwalder [Mon, 11 Nov 2024 20:27:26 +0000 (15:27 -0500)] 
[#3257] Fixed ChangeLog

16 months ago[#3257] Suppress NCRs when reusing leases
Thomas Markwalder [Mon, 11 Nov 2024 20:16:14 +0000 (15:16 -0500)] 
[#3257] Suppress NCRs when reusing leases

/src/bin/dhcp4/dhcp4_srv.cc
    Dhcpv4Srv::createNameChangeRequests() - modified to check for
    reused lease

/src/bin/dhcp4/tests/dora_unittest.cc
    DORATest::leaseCaching() - modified to verify suppression of NCRs

/src/bin/dhcp6/dhcp6_srv.cc
    Dhcpv6Srv::createNameChangeRequests() - modified to iteralte over
    IA contexts rather than IA options in response and to check for
    reused leases

/src/bin/dhcp6/tests/fqdn_unittest.cc
    Updated tests to populate IAContexts

/src/bin/dhcp6/tests/sarr_unittest.cc
    SARRTest::leaseCaching()- modified to verify suppression of NCRs

/src/lib/dhcpsrv/alloc_engine.*
    AllocEngine::ClientContext6::IAContext - added reused_leases_ container
    AllocEngine::ClientContext6::getIAContexts() - new function

16 months ago[3587] Fixed generated config tests
Thomas Markwalder [Fri, 15 Nov 2024 18:44:30 +0000 (13:44 -0500)] 
[3587] Fixed generated config tests

modified:   src/bin/dhcp4/tests/config_parser_unittest.cc
modified:   src/bin/dhcp4/tests/get_config_unittest.cc
modified:   src/bin/dhcp6/tests/config_parser_unittest.cc
modified:   src/bin/dhcp6/tests/get_config_unittest.cc

17 months ago[#3268] Post rebase updates 2
Francis Dupont [Wed, 6 Nov 2024 14:05:32 +0000 (15:05 +0100)] 
[#3268] Post rebase updates 2

17 months ago[#3268] Post rebase updates
Francis Dupont [Wed, 6 Nov 2024 09:48:47 +0000 (10:48 +0100)] 
[#3268] Post rebase updates

17 months ago[#3268] Moved to ConstSubnet*Ptr
Francis Dupont [Sat, 1 Jun 2024 07:51:40 +0000 (09:51 +0200)] 
[#3268] Moved to ConstSubnet*Ptr

17 months ago[#3650] Address review: format ChangeLog entries
Andrei Pavel [Thu, 31 Oct 2024 05:26:36 +0000 (07:26 +0200)] 
[#3650] Address review: format ChangeLog entries

17 months ago[#3650] configure.ac version bumped up
Wlodek Wencel [Wed, 30 Oct 2024 18:16:52 +0000 (19:16 +0100)] 
[#3650] configure.ac version bumped up

17 months ago[#3646] missing pylint comment added Kea-2.7.4
Wlodek Wencel [Tue, 29 Oct 2024 14:04:07 +0000 (15:04 +0100)] 
[#3646] missing pylint comment added

17 months ago[#3646] updated OS list
Wlodek Wencel [Tue, 29 Oct 2024 12:05:32 +0000 (13:05 +0100)] 
[#3646] updated OS list

17 months ago[#3646] release changes
Wlodek Wencel [Tue, 29 Oct 2024 11:53:12 +0000 (12:53 +0100)] 
[#3646] release changes

17 months ago[#3587] use CHANGE instead of RENAME in MySQL
Razvan Becheriu [Tue, 29 Oct 2024 07:45:13 +0000 (09:45 +0200)] 
[#3587] use CHANGE instead of RENAME in MySQL

17 months ago[#3639] bump up library versions for 2.7.4 release
Razvan Becheriu [Mon, 28 Oct 2024 16:10:22 +0000 (18:10 +0200)] 
[#3639] bump up library versions for 2.7.4 release

17 months ago[#3587] Fixed sql scripts and fuzzing
Thomas Markwalder [Mon, 28 Oct 2024 17:09:52 +0000 (13:09 -0400)] 
[#3587] Fixed sql scripts and fuzzing

Changes to be committed:
modified:   ../../../fuzz/fuzz.h
    modified:   ../../lib/dhcpsrv/ip_range_permutation.h
modified:   ../../lib/util/bigints.h
modified:   ../../share/database/scripts/mysql/dhcpdb_create.mysql
modified:   ../../share/database/scripts/mysql/upgrade_025_to_026.sh.in
modified:   ../../share/database/scripts/pgsql/dhcpdb_create.pgsql
modified:   ../../share/database/scripts/pgsql/upgrade_025_to_026.sh.in

17 months ago[#3587] Add update type update to create scripts
Thomas Markwalder [Mon, 28 Oct 2024 11:54:57 +0000 (07:54 -0400)] 
[#3587] Add update type update to create scripts

Changes to be committed:
modified:   mysql/dhcpdb_create.mysql
    modified:   pgsql/dhcpdb_create.pgsql

17 months ago[#3587] addressed review
Razvan Becheriu [Fri, 25 Oct 2024 18:58:16 +0000 (21:58 +0300)] 
[#3587] addressed review

17 months ago[#3587] Fixed mysql_tests.sh.in
Thomas Markwalder [Mon, 21 Oct 2024 15:34:13 +0000 (11:34 -0400)] 
[#3587] Fixed mysql_tests.sh.in

Removed duplicate function

17 months ago[#3587] Comment out files in yang UT
Thomas Markwalder [Fri, 18 Oct 2024 19:55:50 +0000 (15:55 -0400)] 
[#3587] Comment out files in yang UT

Commenting out two config files that fail yang UTs
until we update yang support for new param names.

/src/lib/yang/tests/config_unittests.cc
    TEST_F(ConfigTestKeaV4, examples4) - comment out classify2.json
    TEST_F(ConfigTestKeaV6, examples6) - comment out classify2.json

17 months ago[#3587] Updated doc, messages, parsers, and UTs
Thomas Markwalder [Fri, 18 Oct 2024 16:02:04 +0000 (12:02 -0400)] 
[#3587] Updated doc, messages, parsers, and UTs

/doc/sphinx/arm/classify.rst
/doc/sphinx/arm/dhcp4-srv.rst
/doc/sphinx/arm/dhcp6-srv.rst
/doc/sphinx/arm/hooks-class-cmds.rst
/doc/sphinx/arm/hooks-limits.rst
/src/bin/dhcp4/dhcp4_lexer.ll
/src/bin/dhcp4/dhcp4_messages.mes
/src/bin/dhcp4/dhcp4_srv.cc
/src/bin/dhcp4/tests/classify_unittest.cc
/src/bin/dhcp4/tests/config_parser_unittest.cc
/src/bin/dhcp6/dhcp6_messages.mes b/src/bin/dhcp6/dhcp6_messages.mes
/src/bin/dhcp6/dhcp6_srv.cc
/src/bin/dhcp6/tests/classify_unittest.cc
/src/bin/dhcp6/tests/config_parser_unittest.cc
/src/lib/dhcpsrv/tests/client_class_def_parser_unittest.cc
/src/share/api/class-get.json

17 months ago[#3587] Added UTs to test deprecation
Thomas Markwalder [Thu, 17 Oct 2024 19:46:39 +0000 (15:46 -0400)] 
[#3587] Added UTs to test deprecation

/src/bin/dhcp4/tests/config_parser_unittest.cc
    TEST_F(Dhcp4ParserTest, deprecatedRequireClientClassesCheck)
    TEST_F(Dhcp4ParserTest, deprecatedOnlyIfRequiredCheck) - consolidated tests

/src/bin/dhcp6/tests/config_parser_unittest.cc
    TEST_F(Dhcp6ParserTest, deprecatedRequireClientClassesCheck)
    TEST_F(Dhcp6ParserTest, deprecatedOnlyIfRequiredCheck) - consolidated tests

/src/lib/dhcpsrv/parsers/base_network_parser.cc
    fixed typo

/src/lib/dhcpsrv/parsers/client_class_def_parser.cc
    fixed typo

/src/lib/dhcpsrv/tests/client_class_def_parser_unittest.cc
    TEST_F(ClientClassDefParserTest, deprecatedOnlyIfRequired)  - new test

/src/lib/dhcpsrv/tests/dhcp_parsers_unittest.cc
    TEST_F(DhcpParserTest, deprecatedRequireClientClassesSubnet4)
    TEST_F(DhcpParserTest, deprecatedRequireClientClassesSubnet6)
    TEST_F(DhcpParserTest, deprecatedRequireClientClassesPool4)
    TEST_F(DhcpParserTest, deprecatedRequireClientClassesPool6) - new tests

/src/lib/dhcpsrv/tests/shared_network_parser_unittest.cc
    TEST_F(SharedNetwork4ParserTest, deprecatedRequireClientClasses)
    TEST_F(SharedNetwork6ParserTest, deprecatedRequireClientClasses) - new tests

17 months ago[#3587] Updated kea-dhcp6 parser
Thomas Markwalder [Thu, 17 Oct 2024 17:39:15 +0000 (13:39 -0400)] 
[#3587] Updated kea-dhcp6 parser

Changes to be committed:
    doc/examples/kea6/all-keys.json
    doc/examples/kea6/classify2.json
    src/bin/admin/tests/mysql_tests.sh.in
    src/bin/dhcp6/dhcp6_lexer.cc
    src/bin/dhcp6/dhcp6_lexer.ll
    src/bin/dhcp6/dhcp6_parser.cc
    src/bin/dhcp6/dhcp6_parser.h
    src/bin/dhcp6/dhcp6_parser.yy
    src/bin/dhcp6/tests/config_parser_unittest.cc

17 months ago[#3587] Updated kea-dhcp4 parser
Thomas Markwalder [Thu, 17 Oct 2024 12:07:23 +0000 (08:07 -0400)] 
[#3587] Updated kea-dhcp4 parser

doc/examples/kea4/all-keys.json
doc/examples/kea4/classify2.json
src/bin/dhcp4/dhcp4_lexer.cc
src/bin/dhcp4/dhcp4_lexer.ll
src/bin/dhcp4/dhcp4_parser.cc
src/bin/dhcp4/dhcp4_parser.h
src/bin/dhcp4/dhcp4_parser.yy
src/bin/dhcp4/tests/classify_unittest.cc
src/bin/dhcp4/tests/config_parser_unittest.cc
src/lib/dhcpsrv/parsers/client_class_def_parser.cc

17 months ago[#3587] Bulk of the code changes
Thomas Markwalder [Wed, 16 Oct 2024 18:09:50 +0000 (14:09 -0400)] 
[#3587] Bulk of the code changes

Everything except parsers, UTs to test
deprecation, and doc.

17 months ago[#3404] RFC3594, RFC3634 tests
Tomek Mrugalski [Mon, 28 Oct 2024 11:17:43 +0000 (12:17 +0100)] 
[#3404] RFC3594, RFC3634 tests

 - implemented tests for sub-options 9 and 10

17 months ago[#3404] Test for RFC3495
Tomek Mrugalski [Sun, 27 Oct 2024 13:54:28 +0000 (14:54 +0100)] 
[#3404] Test for RFC3495

 Option 122 + suboptions 1-2,4-8

17 months ago[#3404] Updated doc
Francis Dupont [Thu, 26 Sep 2024 16:09:47 +0000 (18:09 +0200)] 
[#3404] Updated doc

17 months ago[#3404] Added doc
Francis Dupont [Thu, 26 Sep 2024 15:44:23 +0000 (17:44 +0200)] 
[#3404] Added doc

17 months ago[#3404] Checkpoint: added definitions
Francis Dupont [Thu, 26 Sep 2024 14:40:38 +0000 (16:40 +0200)] 
[#3404] Checkpoint: added definitions

17 months ago[#3631] fixed option_def_data_type int8 entry with id 3
Razvan Becheriu [Fri, 25 Oct 2024 10:09:51 +0000 (13:09 +0300)] 
[#3631] fixed option_def_data_type int8 entry with id 3

17 months ago[#3602] Add test failure on exception thrown
Razvan Becheriu [Mon, 28 Oct 2024 07:47:07 +0000 (09:47 +0200)] 
[#3602] Add test failure on exception thrown

17 months ago[#3602] use weak ptr
Razvan Becheriu [Tue, 24 Sep 2024 04:36:51 +0000 (07:36 +0300)] 
[#3602] use weak ptr

17 months ago[#3602] fixed crash in http/https UTs
Razvan Becheriu [Mon, 23 Sep 2024 18:55:04 +0000 (21:55 +0300)] 
[#3602] fixed crash in http/https UTs

17 months ago[#3616] Fix UB warning about exceeding enum value
Andrei Pavel [Fri, 25 Oct 2024 08:36:34 +0000 (11:36 +0300)] 
[#3616] Fix UB warning about exceeding enum value

17 months ago[#3529] fixed typo, removed experimental note
Wlodzimierz Wencel [Fri, 25 Oct 2024 09:41:12 +0000 (09:41 +0000)] 
[#3529] fixed typo, removed experimental note

17 months ago[#3605] Add changelog entry
Andrei Pavel [Fri, 25 Oct 2024 06:18:43 +0000 (09:18 +0300)] 
[#3605] Add changelog entry

17 months ago[#3605] Do not run sast on scheduler
Andrei Pavel [Fri, 25 Oct 2024 05:30:56 +0000 (08:30 +0300)] 
[#3605] Do not run sast on scheduler

17 months ago[#3605] fixed fuzz on BSD-like systems
Razvan Becheriu [Thu, 24 Oct 2024 16:50:27 +0000 (19:50 +0300)] 
[#3605] fixed fuzz on BSD-like systems

17 months ago[#3605] Remove unused files in fuzz
Andrei Pavel [Thu, 24 Oct 2024 09:07:39 +0000 (12:07 +0300)] 
[#3605] Remove unused files in fuzz

17 months ago[#3605] Add missing headers used for fuzzing
Andrei Pavel [Thu, 24 Oct 2024 09:07:28 +0000 (12:07 +0300)] 
[#3605] Add missing headers used for fuzzing

17 months ago[#3538] Restore debug-messages.rst
Thomas Markwalder [Thu, 24 Oct 2024 13:12:14 +0000 (09:12 -0400)] 
[#3538] Restore debug-messages.rst

modified:   doc/sphinx/debug-messages.rst

17 months agoApply 1 suggestion(s) to 1 file(s)
Thomas Markwalder [Thu, 24 Oct 2024 13:00:42 +0000 (13:00 +0000)] 
Apply 1 suggestion(s) to 1 file(s)

Co-authored-by: Tomek Mrugalski <tomek@isc.org>
17 months ago[#3538] Updated the ARM
Thomas Markwalder [Tue, 22 Oct 2024 19:24:29 +0000 (15:24 -0400)] 
[#3538] Updated the ARM

modified:   ChangeLog
modified:   doc/sphinx/arm/dhcp6-srv.rst
modified:   doc/sphinx/debug-messages.rst

17 months ago[#3605] Include what you use on src/bin/dhcp*/dhcp*_srv.cc
Andrei Pavel [Wed, 23 Oct 2024 17:27:33 +0000 (20:27 +0300)] 
[#3605] Include what you use on src/bin/dhcp*/dhcp*_srv.cc

17 months ago[#3605] Remove unused chrono
Andrei Pavel [Wed, 23 Oct 2024 16:58:41 +0000 (19:58 +0300)] 
[#3605] Remove unused chrono

17 months ago[#2974] add more unittests
Razvan Becheriu [Wed, 23 Oct 2024 19:09:56 +0000 (22:09 +0300)] 
[#2974] add more unittests

17 months ago[#2974] fix shell unittests
Razvan Becheriu [Wed, 23 Oct 2024 17:39:13 +0000 (20:39 +0300)] 
[#2974] fix shell unittests

17 months ago[#2974] removen unnecessary IfaceMgrTestConfig instances
Razvan Becheriu [Wed, 23 Oct 2024 14:32:05 +0000 (17:32 +0300)] 
[#2974] removen unnecessary IfaceMgrTestConfig instances

17 months ago[#2974] minor changes
Razvan Becheriu [Wed, 23 Oct 2024 11:41:58 +0000 (14:41 +0300)] 
[#2974] minor changes

17 months ago[#2974] Added ChangeLog
Thomas Markwalder [Mon, 21 Oct 2024 19:56:21 +0000 (15:56 -0400)] 
[#2974] Added ChangeLog

17 months ago[#2974] Rename commands to subnetx-select-test
Thomas Markwalder [Mon, 21 Oct 2024 19:13:59 +0000 (15:13 -0400)] 
[#2974] Rename commands to subnetx-select-test

17 months ago[#2974] Missing update
Francis Dupont [Sun, 20 Oct 2024 15:08:14 +0000 (17:08 +0200)] 
[#2974] Missing update

17 months ago[#2974] Addressed some comments
Francis Dupont [Sun, 20 Oct 2024 11:42:01 +0000 (13:42 +0200)] 
[#2974] Addressed some comments

17 months ago[#2974] Finished v6, tests and doc
Francis Dupont [Fri, 14 Jun 2024 08:12:57 +0000 (10:12 +0200)] 
[#2974] Finished v6, tests and doc

17 months ago[#2974] Checkpoint: did v4 code, need UTs, v6 and doc
Francis Dupont [Thu, 13 Jun 2024 19:50:09 +0000 (21:50 +0200)] 
[#2974] Checkpoint: did v4 code, need UTs, v6 and doc

17 months ago[#3605] Rotate ports on HTTP fuzzers as well
Andrei Pavel [Wed, 23 Oct 2024 07:59:31 +0000 (10:59 +0300)] 
[#3605] Rotate ports on HTTP fuzzers as well

17 months ago[#3605] use server listener
Razvan Becheriu [Tue, 22 Oct 2024 14:39:57 +0000 (17:39 +0300)] 
[#3605] use server listener

17 months ago[#3605] Specialize HTTP fuzzers into v4 and v6
Andrei Pavel [Wed, 23 Oct 2024 13:40:32 +0000 (16:40 +0300)] 
[#3605] Specialize HTTP fuzzers into v4 and v6

17 months ago[#3605] Razvan's fix for ASAN warnings in fuzzing
Andrei Pavel [Tue, 22 Oct 2024 07:50:35 +0000 (10:50 +0300)] 
[#3605] Razvan's fix for ASAN warnings in fuzzing

17 months ago[#3605] Integrate a new fuzzing solution in Kea
Andrei Pavel [Tue, 15 Oct 2024 09:41:41 +0000 (12:41 +0300)] 
[#3605] Integrate a new fuzzing solution in Kea

The solution is based on clusterfuzzlite, libfuzzer, and oss-fuzz
technologies.

- Add the .clusterfuzzlite directory.
- Add the fuzz CI stage and fuzzing CI jobs.
- Add the fuzzing targets in the fuzz directory.
- Document fuzzing in doxygen.

17 months ago[#3605] Remove extra semis
Andrei Pavel [Wed, 23 Oct 2024 13:40:14 +0000 (16:40 +0300)] 
[#3605] Remove extra semis

17 months ago[#3605] Prepare existing code for fuzzing
Andrei Pavel [Mon, 14 Oct 2024 07:05:31 +0000 (10:05 +0300)] 
[#3605] Prepare existing code for fuzzing

- Separate ENABLE_AFL into ENABLE_FUZZING and HAVE_AFL.
- Add the --disable-unicode flag required in the oss-fuzz container.
- Add checking of support for C++17.
- Make Kea compile with afl++.
- Rotate ports in `getServerPort()` functions under an env var.
- Fix some destruction issues that would result in crashes when fuzzing.
- Add some checks in the UnixControlClient that prevent some crashes when fuzzing.
- Add `isc::util::isSocket()` function.
- Change `isc::util::file::Path` to not append a trailing slash to allow
  chained calls of `parentPath()`.
- Add `isc::util::file::TemporaryDirectory` useful when fuzzing.

17 months ago[#3630] forge db init fix
Marcin Godzina [Wed, 23 Oct 2024 11:48:30 +0000 (11:48 +0000)] 
[#3630] forge db init fix

17 months ago[#3582] Tab fix in changelog
Tomek Mrugalski [Wed, 23 Oct 2024 10:21:43 +0000 (12:21 +0200)] 
[#3582] Tab fix in changelog

17 months ago[#3582] ChangeLog added
Tomek Mrugalski [Wed, 23 Oct 2024 09:57:32 +0000 (11:57 +0200)] 
[#3582] ChangeLog added

17 months ago[#3582] Extended option-data toElement
Francis Dupont [Fri, 18 Oct 2024 08:04:54 +0000 (10:04 +0200)] 
[#3582] Extended option-data toElement

17 months ago[#3619] destroy maangers before hook unload
Razvan Becheriu [Fri, 11 Oct 2024 15:15:44 +0000 (18:15 +0300)] 
[#3619] destroy maangers before hook unload

17 months ago[#3351] use execve to silence valgrind on child exit
Razvan Becheriu [Thu, 17 Oct 2024 17:03:13 +0000 (20:03 +0300)] 
[#3351] use execve to silence valgrind on child exit

17 months ago[#3351] fixed memory leaks
Razvan Becheriu [Wed, 16 Oct 2024 11:17:55 +0000 (14:17 +0300)] 
[#3351] fixed memory leaks

17 months ago[#3351] Fixed leak in signal test
Francis Dupont [Mon, 30 Sep 2024 16:23:25 +0000 (18:23 +0200)] 
[#3351] Fixed leak in signal test

17 months ago[#3583] Added UTs
Thomas Markwalder [Mon, 14 Oct 2024 18:52:14 +0000 (14:52 -0400)] 
[#3583] Added UTs

/src/bin/dhcp4/tests/classify_unittest.cc
    TEST_F(ClassifyTest, classTaggingAndAlwaysSend)
    TEST_F(ClassifyTest, classTaggingAndNeverSend)

/src/bin/dhcp6/tests/classify_unittest.cc
    TEST_F(ClassifyTest, classTaggingAndAlwaysSend)
    TEST_F(ClassifyTest, classTaggingAndNeverSend)

17 months ago[#3583] Added syntax UTs
Francis Dupont [Mon, 14 Oct 2024 15:45:19 +0000 (17:45 +0200)] 
[#3583] Added syntax UTs

17 months ago[#3583] Addressred review comments
Thomas Markwalder [Fri, 11 Oct 2024 16:22:39 +0000 (12:22 -0400)] 
[#3583] Addressred review comments

modified:
    doc/sphinx/arm/classify.rst
    src/bin/dhcp4/dhcp4_srv.cc
    src/bin/dhcp4/tests/config_parser_unittest.cc
    src/bin/dhcp6/tests/config_parser_unittest.cc
    src/hooks/dhcp/mysql/mysql_cb_dhcp4.cc
    src/lib/dhcp/classify.cc
    src/lib/dhcp/classify.h
    src/lib/dhcp/tests/classify_unittest.cc
    src/lib/dhcpsrv/cfg_option.cc
    src/lib/dhcpsrv/cfg_option.h
    src/lib/dhcpsrv/parsers/option_data_parser.cc
    src/lib/dhcpsrv/parsers/simple_parser4.cc
    src/lib/dhcpsrv/parsers/simple_parser6.cc
    src/lib/dhcpsrv/tests/dhcp_parsers_unittest.cc
    src/lib/dhcpsrv/testutils/generic_backend_unittest.cc

17 months ago[#3583] Fix lexers after rebase
Thomas Markwalder [Wed, 9 Oct 2024 19:13:50 +0000 (15:13 -0400)] 
[#3583] Fix lexers after rebase

modified:   src/bin/dhcp4/dhcp4_lexer.cc
modified:   src/bin/dhcp6/dhcp6_lexer.cc

17 months ago[#3583] Fixed JSON error in ARM
Thomas Markwalder [Fri, 4 Oct 2024 17:31:24 +0000 (13:31 -0400)] 
[#3583] Fixed JSON error in ARM

modified:   arm/classify.rst

17 months ago[#3583] Updated doc
Thomas Markwalder [Fri, 4 Oct 2024 17:19:46 +0000 (13:19 -0400)] 
[#3583] Updated doc

/doc/examples/kea4/all-keys.json
/doc/examples/kea6/all-keys.json
    Added client-classes to option-data

/doc/sphinx/arm/classify.rst
    Added new section "Option Class-Tagging"

/doc/sphinx/arm/dhcp4-srv.rst
/doc/sphinx/arm/dhcp6-srv.rst
    Added notes with pointers to new section

17 months ago[#3583] Amended ChangeLog for #3536
Thomas Markwalder [Fri, 4 Oct 2024 11:39:18 +0000 (07:39 -0400)] 
[#3583] Amended ChangeLog for #3536

17 months ago[#3583] Minor refactoring
Thomas Markwalder [Thu, 3 Oct 2024 15:16:53 +0000 (11:16 -0400)] 
[#3583] Minor refactoring

Added ClientClasses::fromElement()

/src/hooks/dhcp/mysql_cb/mysql_cb_impl.cc
/src/hooks/dhcp/pgsql_cb/pgsql_cb_impl.cc

/src/lib/dhcp/classify.cc
/src/lib/dhcp/classify.h

/src/lib/dhcp/tests/classify_unittest.cc
    TEST(ClassifyTest, ClientClassesFromElement) - new test

17 months ago[#3583] PgSQL CB V4 and V6 support option class tagging
Thomas Markwalder [Wed, 2 Oct 2024 18:55:34 +0000 (14:55 -0400)] 
[#3583] PgSQL CB V4 and V6 support option class tagging

/src/hooks/dhcp/pgsql_cb/pgsql_cb_dhcp4.cc
/src/hooks/dhcp/pgsql_cb/pgsql_cb_dhcp6.cc
/src/hooks/dhcp/pgsql_cb/pgsql_cb_impl.cc
/src/hooks/dhcp/pgsql_cb/pgsql_cb_impl.h
/src/hooks/dhcp/pgsql_cb/pgsql_query_macros_dhcp.h

17 months ago[#3583] MySQL CB V6 supports option class tagging
Thomas Markwalder [Wed, 2 Oct 2024 13:19:49 +0000 (09:19 -0400)] 
[#3583] MySQL CB V6 supports option class tagging

/src/hooks/dhcp/mysql_cb/mysql_cb_dhcp6.cc
/src/hooks/dhcp/mysql_cb/mysql_query_macros_dhcp.h

/src/lib/dhcpsrv/testutils/generic_cb_dhcp4_unittest.cc
/src/lib/dhcpsrv/testutils/generic_cb_dhcp6_unittest.cc
    Add classes to test options, change how test options are
    added to preserve client_classes and user_context

17 months ago[#3583] MySQL CB V4 supports option class tagging
Thomas Markwalder [Tue, 1 Oct 2024 15:31:28 +0000 (11:31 -0400)] 
[#3583] MySQL CB V4 supports option class tagging

/src/hooks/dhcp/mysql_cb/mysql_cb_dhcp4.cc
/src/hooks/dhcp/mysql_cb/mysql_cb_impl.cc
/src/hooks/dhcp/mysql_cb/mysql_cb_impl.h
/src/hooks/dhcp/mysql_cb/mysql_query_macros_dhcp.h
/src/lib/config_backend/constants.h
/src/lib/dhcpsrv/testutils/generic_cb_dhcp4_unittest.cc

17 months ago[#3583] add client_classes to option tables
Thomas Markwalder [Mon, 30 Sep 2024 16:10:42 +0000 (12:10 -0400)] 
[#3583] add client_classes to option tables

/src/share/database/scripts/mysql/upgrade_025_to_026.sh.in
/src/share/database/scripts/pgsql/upgrade_025_to_026.sh.in
    - new files

/src/share/database/scripts/mysql/dhcpdb_create.mysql
/src/share/database/scripts/pgsql/dhcpdb_create.pgsql
    - adds client_classes to option tables

/configure.ac
/src/share/database/scripts/mysql/.gitignore
/src/share/database/scripts/mysql/Makefile.am
/src/share/database/scripts/pgsql/.gitignore
/src/share/database/scripts/pgsql/Makefile.am
    - added new upgrade files

/src/bin/admin/tests/pgsql_tests.sh.in
/src/bin/admin/tests/mysql_tests.sh.in
    - Updated for new schema 26

/src/lib/mysql/mysql_constants.h
/src/lib/pgsql/pgsql_connection.h
     Updated schema version

17 months ago[#3583] kea-dhcp6 now supports option class tagging
Thomas Markwalder [Fri, 27 Sep 2024 19:48:05 +0000 (15:48 -0400)] 
[#3583] kea-dhcp6 now supports option class tagging

/src/bin/dhcp4/tests/classify_unittest.cc
    Clean up of new tests.

/src/bin/dhcp6/dhcp6_srv.cc
    Dhcpv6Srv::appendRequestedOptions()
    Dhcpv6Srv::appendRequestedVendorOptions()
    - check OptionDescriptor::allowedForClientClasses()

/src/bin/dhcp6/tests/classify_unittests.cc
    TEST_F(ClassifyTest, requestedOptionClassTag)
    TEST_F(ClassifyTest, vendorClassOptionClassTag)
    TEST_F(ClassifyTest, persistedVendorOptsOptionClassTag)
    TEST_F(ClassifyTest, requestedVendorOptionsClassTag)