]> git.ipfire.org Git - thirdparty/kea.git/log
thirdparty/kea.git
12 months ago[#3927] add TLS parameters to pgsql connection
Razvan Becheriu [Mon, 30 Jun 2025 19:22:48 +0000 (22:22 +0300)] 
[#3927] add TLS parameters to pgsql connection

13 months ago[#3978] Correct reference to kea-lfc in 5.3.1
William Leuschner [Tue, 24 Jun 2025 19:26:22 +0000 (15:26 -0400)] 
[#3978] Correct reference to kea-lfc in 5.3.1

13 months ago[#3848] Adapt packaging in Hammer to the -X changes
Andrei Pavel [Tue, 1 Jul 2025 07:10:27 +0000 (10:10 +0300)] 
[#3848] Adapt packaging in Hammer to the -X changes

13 months ago[#3848] Fix fuzzers after security enforcement
Andrei Pavel [Tue, 1 Jul 2025 12:12:38 +0000 (15:12 +0300)] 
[#3848] Fix fuzzers after security enforcement

13 months ago[#3848] Addressed review comments
Thomas Markwalder [Tue, 1 Jul 2025 11:37:40 +0000 (07:37 -0400)] 
[#3848] Addressed review comments

modified:   src/bin/keactrl/kea-ctrl-agent.conf.pre

13 months ago[#3848] Remove user from default agent file
Thomas Markwalder [Mon, 30 Jun 2025 13:58:33 +0000 (09:58 -0400)] 
[#3848] Remove user from  default agent file

modified:   src/bin/keactrl/kea-ctrl-agent.conf.pre

13 months ago[#3980] Removed outdated reference to SF portal
Suzanne Goldlust [Mon, 30 Jun 2025 19:11:39 +0000 (15:11 -0400)] 
[#3980] Removed outdated reference to SF portal

13 months ago[#3848] Fix duplicated log ids
Thomas Markwalder [Mon, 23 Jun 2025 15:39:37 +0000 (11:39 -0400)] 
[#3848] Fix duplicated log ids

modified:   src/bin/dhcp4/dhcp4_messages.mes
modified:   src/bin/dhcp6/dhcp6_messages.mes
modified:   src/lib/d2srv/d2_messages.mes

13 months ago[#3848] Fix element position reporting
Thomas Markwalder [Wed, 18 Jun 2025 16:04:24 +0000 (12:04 -0400)] 
[#3848] Fix element position reporting

modified:   src/lib/cc/data.cc
    altered data::copy() to also copy the source element's position

modified:   src/bin/dhcp4/json_config_parser.cc
modified:   src/hooks/dhcp/lease_query/tests/lease_query_impl4_unittest.cc
modified:   src/lib/http/tests/basic_auth_config_unittests.cc

13 months ago[#3848] Change risk to policy
Thomas Markwalder [Wed, 18 Jun 2025 13:52:02 +0000 (09:52 -0400)] 
[#3848] Change risk to policy

modified:   doc/sphinx/arm/agent.rst
modified:   doc/sphinx/arm/ddns.rst
modified:   doc/sphinx/arm/dhcp4-srv.rst
modified:   doc/sphinx/arm/dhcp6-srv.rst
modified:   doc/sphinx/arm/security.rst

13 months ago[#3848] Replace WARN with WARNING some more
Thomas Markwalder [Wed, 18 Jun 2025 13:26:00 +0000 (09:26 -0400)] 
[#3848] Replace WARN with WARNING some more

13 months ago[#3848] Make message IDs consistent
Thomas Markwalder [Wed, 18 Jun 2025 11:56:25 +0000 (07:56 -0400)] 
[#3848] Make message IDs consistent

13 months ago[#3848] Fixed whitespace
Marcin Siodelski [Wed, 18 Jun 2025 09:13:23 +0000 (11:13 +0200)] 
[#3848] Fixed whitespace

13 months ago[#3848] Addressed review comments
Thomas Markwalder [Tue, 17 Jun 2025 13:39:28 +0000 (09:39 -0400)] 
[#3848] Addressed review comments

 Fixed minor nits

modified:   doc/sphinx/arm/agent.rst
modified:   doc/sphinx/arm/ddns.rst
modified:   doc/sphinx/arm/dhcp4-srv.rst
modified:   doc/sphinx/arm/dhcp6-srv.rst
modified:   doc/sphinx/arm/security.rst
modified:   src/bin/dhcp4/main.cc
modified:   src/bin/dhcp6/main.cc
modified:   src/hooks/dhcp/host_cache/tests/command_unittests.cc
modified:   src/hooks/dhcp/lease_cmds/lease_cmds.cc
modified:   src/hooks/dhcp/lease_cmds/lease_cmds_messages.cc
modified:   src/hooks/dhcp/lease_cmds/lease_cmds_messages.h
modified:   src/hooks/dhcp/lease_cmds/lease_cmds_messages.mes
modified:   src/hooks/dhcp/lease_cmds/libloadtests/lease_cmds4_unittest.cc
modified:   src/lib/d2srv/d2_config.cc
modified:   src/lib/hooks/tests/hooks_manager_unittest.cc
modified:   src/lib/http/tests/basic_auth_config_unittests.cc
modified:   src/lib/process/d_controller.cc
modified:   src/lib/util/filesystem.cc
modified:   src/lib/util/filesystem.h

13 months ago[#3848] Updated the ARM
Thomas Markwalder [Thu, 12 Jun 2025 15:36:37 +0000 (11:36 -0400)] 
[#3848] Updated the ARM

new file:   changelog_unreleased/3848-security-policy-security-strict-relaxed
modified:   doc/sphinx/arm/agent.rst
modified:   doc/sphinx/arm/ddns.rst
modified:   doc/sphinx/arm/dhcp4-srv.rst
modified:   doc/sphinx/arm/dhcp6-srv.rst
modified:   doc/sphinx/arm/security.rst

13 months ago[#3848] Warn if running as root
Thomas Markwalder [Wed, 11 Jun 2025 19:47:07 +0000 (15:47 -0400)] 
[#3848] Warn if running as root

Servers now all warn if they are running
as root.

13 months ago[#3848] Detect authentication risks
Thomas Markwalder [Wed, 11 Jun 2025 18:30:15 +0000 (14:30 -0400)] 
[#3848] Detect authentication risks

Throw or Warn if API end points do not use some form
of authentication

Throw or Warn if 'user', 'password' - API end points
Throw or Warn if 'secret' is used  - TSIG

Disable/enable security for UTs as needed

modified:   src/bin/agent/tests/ca_cfg_mgr_unittests.cc
modified:   src/bin/agent/tests/ca_response_creator_unittests.cc
modified:   src/bin/agent/tests/get_config_unittest.cc
modified:   src/bin/d2/tests/d2_cfg_mgr_unittests.cc
modified:   src/bin/d2/tests/d2_command_unittest.cc
modified:   src/bin/d2/tests/d2_controller_unittests.cc
modified:   src/bin/d2/tests/d2_http_command_unittest.cc
modified:   src/bin/d2/tests/d2_process_unittests.cc
modified:   src/bin/d2/tests/d2_simple_parser_unittest.cc
modified:   src/bin/d2/tests/get_config_unittest.cc
modified:   src/bin/dhcp4/tests/config_parser_unittest.cc
modified:   src/bin/dhcp4/tests/dhcp4_srv_unittest.cc
modified:   src/bin/dhcp4/tests/dhcp4_test_utils.cc
modified:   src/bin/dhcp4/tests/get_config_unittest.cc
modified:   src/bin/dhcp4/tests/get_config_unittest.cc.skel
modified:   src/bin/dhcp4/tests/http_control_socket_unittest.cc
modified:   src/bin/dhcp6/tests/config_parser_unittest.cc
modified:   src/bin/dhcp6/tests/dhcp6_srv_unittest.cc
modified:   src/bin/dhcp6/tests/dhcp6_test_utils.cc
modified:   src/bin/dhcp6/tests/get_config_unittest.cc
modified:   src/bin/dhcp6/tests/get_config_unittest.cc.skel
modified:   src/bin/dhcp6/tests/http_control_socket_unittest.cc
modified:   src/lib/config/tests/http_command_config_unittests.cc
modified:   src/lib/d2srv/d2_config.cc
modified:   src/lib/d2srv/d2_messages.cc
modified:   src/lib/d2srv/d2_messages.h
modified:   src/lib/d2srv/d2_messages.mes
modified:   src/lib/http/auth_messages.cc
modified:   src/lib/http/auth_messages.h
modified:   src/lib/http/auth_messages.mes
modified:   src/lib/http/basic_auth_config.cc
modified:   src/lib/http/tests/basic_auth_config_unittests.cc
modified:   src/lib/testutils/dhcp_test_lib.sh.in

13 months ago[#3848] Throw or Warn if API sockets are unsecured
Thomas Markwalder [Tue, 10 Jun 2025 14:52:30 +0000 (10:52 -0400)] 
[#3848] Throw or Warn if API sockets are unsecured

/src/lib/config/config_messages.*
    COMMAND_HTTP_SOCKET_SECURITY_WARN - new message

/src/lib/config/http_command_config.*
    HttpCommandConfig::HttpCommandConfig() - throw or warn when
    socket is unsecured
    HttpCommandConfig::checkTlsSetup() - return true if valid TLS
    is configured

/src/lib/config/tests/http_command_config_unittests.cc
/src/lib/config/tests/http_command_mgr_unittests.cc
/src/lib/config/tests/http_command_response_creator_factory_unittests.cc
/src/lib/config/tests/http_command_response_creator_unittests.cc
    Udpated tests

13 months ago[#3848] Warn on socket permissions
Thomas Markwalder [Mon, 9 Jun 2025 18:09:08 +0000 (14:09 -0400)] 
[#3848] Warn on socket permissions

Warn if control socket path is valid but
socket permissions are wrong and security is
disabled.

modified:   src/lib/config/config_messages.cc
modified:   src/lib/config/config_messages.h
modified:   src/lib/config/config_messages.mes
modified:   src/lib/config/tests/unix_command_config_unittests.cc
modified:   src/lib/config/unix_command_config.cc

13 months ago[#3848] Warn on invalid paths when security disabled
Thomas Markwalder [Mon, 9 Jun 2025 17:08:08 +0000 (13:08 -0400)] 
[#3848] Warn on invalid paths when security disabled

Warn but still use invalid paths when security is
disabled.

13 months ago[#3967] release checklist update
Marcin Godzina [Wed, 25 Jun 2025 13:34:31 +0000 (15:34 +0200)] 
[#3967] release checklist update

13 months ago[#3979] bump up kea version in meson.build
Marcin Godzina [Wed, 25 Jun 2025 13:05:27 +0000 (15:05 +0200)] 
[#3979] bump up kea version in meson.build

13 months ago[#3973] release changes Kea-3.0.0
Marcin Godzina [Fri, 20 Jun 2025 15:30:19 +0000 (17:30 +0200)] 
[#3973] release changes

13 months ago[#3907] added ChangeLog entry
Razvan Becheriu [Fri, 20 Jun 2025 14:23:00 +0000 (17:23 +0300)] 
[#3907] added ChangeLog entry

13 months ago[#3907] use strict format for clients in yang
Razvan Becheriu [Fri, 20 Jun 2025 13:44:36 +0000 (16:44 +0300)] 
[#3907] use strict format for clients in yang

13 months ago[#3907] NETCONF: Turn authentication.clients into a string just like hooks-libraries...
Andrei Pavel [Fri, 20 Jun 2025 13:06:31 +0000 (16:06 +0300)] 
[#3907] NETCONF: Turn authentication.clients into a string just like hooks-libraries.parameters

13 months ago[#3907] Progressed some more with YANG modules
Andrei Pavel [Fri, 20 Jun 2025 12:36:15 +0000 (15:36 +0300)] 
[#3907] Progressed some more with YANG modules

13 months ago[#3907] Progressed some more with YANG modules
Andrei Pavel [Fri, 20 Jun 2025 11:57:19 +0000 (14:57 +0300)] 
[#3907] Progressed some more with YANG modules

13 months ago[#3907] fixed some UTs
Razvan Becheriu [Fri, 20 Jun 2025 10:32:03 +0000 (13:32 +0300)] 
[#3907] fixed some UTs

13 months ago[#3907] clean up modules
Razvan Becheriu [Fri, 20 Jun 2025 10:18:40 +0000 (13:18 +0300)] 
[#3907] clean up modules

13 months ago[#3907] updated yang modules
Razvan Becheriu [Fri, 20 Jun 2025 09:56:18 +0000 (12:56 +0300)] 
[#3907] updated yang modules

13 months ago[#3907] use tls for control-socket
Razvan Becheriu [Fri, 20 Jun 2025 09:45:05 +0000 (12:45 +0300)] 
[#3907] use tls for control-socket

13 months ago[#3907] Get rid of skips in yang. Skip was always true
Andrei Pavel [Fri, 20 Jun 2025 09:44:28 +0000 (12:44 +0300)] 
[#3907] Get rid of skips in yang. Skip was always true

13 months ago[#3907] fixed http-header yang parsing
Razvan Becheriu [Fri, 20 Jun 2025 09:26:21 +0000 (12:26 +0300)] 
[#3907] fixed http-header yang parsing

13 months ago[#3907] Add TranslatorControlSocket::getControlSocketHttpHeaders
Andrei Pavel [Fri, 20 Jun 2025 09:14:55 +0000 (12:14 +0300)] 
[#3907] Add TranslatorControlSocket::getControlSocketHttpHeaders

13 months ago[#3907] Update control sockets in YANG modules
Andrei Pavel [Fri, 20 Jun 2025 09:06:51 +0000 (12:06 +0300)] 
[#3907] Update control sockets in YANG modules

13 months ago[#3907] Update copyright dates
Andrei Pavel [Fri, 20 Jun 2025 09:07:08 +0000 (12:07 +0300)] 
[#3907] Update copyright dates

13 months ago[#3907] Fix some paths about reinstall.sh
Andrei Pavel [Fri, 20 Jun 2025 08:20:54 +0000 (11:20 +0300)] 
[#3907] Fix some paths about reinstall.sh

13 months ago[#3907] Fix check-hashes.sh
Andrei Pavel [Fri, 20 Jun 2025 08:02:36 +0000 (11:02 +0300)] 
[#3907] Fix check-hashes.sh

13 months ago[#3907] updated control-socket in yang modules
Razvan Becheriu [Wed, 18 Jun 2025 19:16:23 +0000 (22:16 +0300)] 
[#3907] updated control-socket in yang modules

13 months ago[#3907] updated yang modules
Razvan Becheriu [Tue, 17 Jun 2025 10:22:11 +0000 (13:22 +0300)] 
[#3907] updated yang modules

13 months ago[#3968] lib version bump up for 3.0.0
Wlodek Wencel [Fri, 20 Jun 2025 11:45:08 +0000 (13:45 +0200)] 
[#3968] lib version bump up for 3.0.0

13 months ago[#3966] Added note about LTS
Tomek Mrugalski [Fri, 20 Jun 2025 11:07:06 +0000 (13:07 +0200)] 
[#3966] Added note about LTS

13 months ago[#3966] security.md update
Marcin Godzina [Fri, 20 Jun 2025 10:30:55 +0000 (10:30 +0000)] 
[#3966] security.md update

13 months ago[#3919] Remove leftover incomplete sentence in bison.dox
Andrei Pavel [Fri, 20 Jun 2025 11:19:54 +0000 (14:19 +0300)] 
[#3919] Remove leftover incomplete sentence in bison.dox

13 months ago[#3919] Spelling
Francis Dupont [Fri, 20 Jun 2025 10:44:51 +0000 (12:44 +0200)] 
[#3919] Spelling

13 months ago[#3919] Get rid of most .gitignore files. No longer needed after switch to Meson
Andrei Pavel [Fri, 20 Jun 2025 08:30:33 +0000 (11:30 +0300)] 
[#3919] Get rid of most .gitignore files. No longer needed after switch to Meson

13 months ago[#3919] Meson: Fix uml target
Andrei Pavel [Fri, 20 Jun 2025 08:20:03 +0000 (11:20 +0300)] 
[#3919] Meson: Fix uml target

13 months ago[#3919] Update meson docs
Andrei Pavel [Fri, 20 Jun 2025 07:42:50 +0000 (10:42 +0300)] 
[#3919] Update meson docs

13 months ago[#3919] Update Python dependencies
Andrei Pavel [Fri, 20 Jun 2025 06:38:54 +0000 (09:38 +0300)] 
[#3919] Update Python dependencies

13 months ago[#3919] Fix update-python-dependencies not writing to file
Andrei Pavel [Fri, 20 Jun 2025 06:38:35 +0000 (09:38 +0300)] 
[#3919] Fix update-python-dependencies not writing to file

13 months ago[#3919] Fix some TODOs related to autotools removal
Andrei Pavel [Thu, 19 Jun 2025 21:47:44 +0000 (00:47 +0300)] 
[#3919] Fix some TODOs related to autotools removal

13 months ago[#3962] Meson: Fix "-D netconf=auto"
Andrei Pavel [Thu, 19 Jun 2025 21:25:23 +0000 (00:25 +0300)] 
[#3962] Meson: Fix "-D netconf=auto"

13 months ago[#3881] Fixed config flag in the ARM
Marcin Siodelski [Fri, 20 Jun 2025 10:29:17 +0000 (12:29 +0200)] 
[#3881] Fixed config flag in the ARM

13 months ago[#3881] Added ChangeLog for #3881
Marcin Siodelski [Fri, 20 Jun 2025 10:15:09 +0000 (12:15 +0200)] 
[#3881] Added ChangeLog for #3881

13 months ago[#3881] Changes after review
Marcin Siodelski [Fri, 20 Jun 2025 10:09:15 +0000 (12:09 +0200)] 
[#3881] Changes after review

13 months ago[#3881] Right ref name this time maybe?
Ben Scott [Wed, 18 Jun 2025 19:38:14 +0000 (15:38 -0400)] 
[#3881] Right ref name this time maybe?

13 months ago[#3881] Fix RST syntax snafus
Ben Scott [Wed, 18 Jun 2025 19:27:53 +0000 (15:27 -0400)] 
[#3881] Fix RST syntax snafus

13 months ago[#3881] Typo fixes (hopefully final)
Ben Scott [Wed, 18 Jun 2025 18:56:21 +0000 (14:56 -0400)] 
[#3881] Typo fixes (hopefully final)

13 months ago[#3881] Adapt d85666cf to this rewrite
Ben Scott [Wed, 18 Jun 2025 18:39:14 +0000 (14:39 -0400)] 
[#3881] Adapt d85666cf to this rewrite

13 months ago[#3881] Overhaul my overhaul
Ben Scott [Wed, 21 May 2025 22:50:46 +0000 (18:50 -0400)] 
[#3881] Overhaul my overhaul

13 months ago[#3881] Future "planned" vs "will"
Ben Scott [Wed, 21 May 2025 22:48:53 +0000 (18:48 -0400)] 
[#3881] Future "planned" vs "will"

13 months ago[#3881] Note Stork+Kea+CB issues
Ben Scott [Wed, 21 May 2025 21:58:30 +0000 (17:58 -0400)] 
[#3881] Note Stork+Kea+CB issues

13 months ago[#3881] Fix a few loose ends
Ben Scott [Wed, 21 May 2025 20:11:41 +0000 (16:11 -0400)] 
[#3881] Fix a few loose ends

13 months ago[#3881] More comments regards sections
Ben Scott [Wed, 21 May 2025 19:45:51 +0000 (15:45 -0400)] 
[#3881] More comments regards sections

13 months ago[#3881] Non-CB DB can conflict like JSON
Ben Scott [Wed, 21 May 2025 19:42:40 +0000 (15:42 -0400)] 
[#3881] Non-CB DB can conflict like JSON

13 months ago[#3881] Add example scenario
Ben Scott [Wed, 21 May 2025 19:36:05 +0000 (15:36 -0400)] 
[#3881] Add example scenario

13 months ago[#3881] Move "Incompatibilities" further up
Ben Scott [Fri, 9 May 2025 13:33:32 +0000 (09:33 -0400)] 
[#3881] Move "Incompatibilities" further up

13 months ago[#3881] "Incompatible": Revise, expand, wrap
Ben Scott [Fri, 9 May 2025 13:32:30 +0000 (09:32 -0400)] 
[#3881] "Incompatible": Revise, expand, wrap

13 months ago[#3881] Major edit of "Duplicate Definitions"
Ben Scott [Fri, 9 May 2025 13:29:31 +0000 (09:29 -0400)] 
[#3881] Major edit of "Duplicate Definitions"

13 months ago[#3881] Copy edit "Incompatible Software"
Ben Scott [Fri, 9 May 2025 12:18:44 +0000 (08:18 -0400)] 
[#3881] Copy edit "Incompatible Software"

Intensify avoidance of subnet_cmds hook.
Add: Stork is not currently compatible.

13 months ago[#3881] copy edit sects: Install, Components
Ben Scott [Thu, 8 May 2025 21:06:18 +0000 (17:06 -0400)] 
[#3881] copy edit sects: Install, Components

13 months ago[#3881] Move "Configuration Files Inclusion"
Ben Scott [Thu, 8 May 2025 20:01:16 +0000 (16:01 -0400)] 
[#3881] Move "Configuration Files Inclusion"

The RST section on the JSON <?include> feature was put after the
RST include directive for the config-backend.rst file, resulting
in the "Configuration Files Inclusion" content accientally
appearing within the CB section.  Move it to fix and add an RST
comment to make the structure more obvious.

13 months ago[#3881] Add subsect "Preparation is Required"
Ben Scott [Thu, 8 May 2025 19:56:52 +0000 (15:56 -0400)] 
[#3881] Add subsect "Preparation is Required"

13 months ago[#3881] Add/rename sections, move content within
Ben Scott [Thu, 8 May 2025 19:47:52 +0000 (15:47 -0400)] 
[#3881] Add/rename sections, move content within

New section "Installation"
Rename section "Capabilities and Limitations"
  to "Limitations and Warnings".
  It has little content about capabilities currently, except in the negative.
Add subsection headings within "Limitations".
Remove redundent leading "CB" from section names.
Move content around to better fit the section titles.
Demote some notes as they now have their own sections.
Minimal changes to content itself in this commit.

13 months ago[#3881] Starting reorg of CB docs
Ben Scott [Thu, 8 May 2025 17:15:42 +0000 (17:15 +0000)] 
[#3881] Starting reorg of CB docs

13 months ago[#3680] Minor: make check -> meson test
Andrei Pavel [Thu, 19 Jun 2025 14:47:06 +0000 (17:47 +0300)] 
[#3680] Minor: make check -> meson test

13 months ago[#3680] Unroll NETCONF fallback subproject into the main meson.build to have all...
Andrei Pavel [Thu, 19 Jun 2025 14:44:35 +0000 (17:44 +0300)] 
[#3680] Unroll NETCONF fallback subproject into the main meson.build to have all the sub dependencies available for pkg-config

13 months ago[#3680] Meson: Add the more common dependencies to pkg-config as well
Andrei Pavel [Thu, 19 Jun 2025 14:32:26 +0000 (17:32 +0300)] 
[#3680] Meson: Add the more common dependencies to pkg-config as well

13 months ago[#3680] Fix generating .pc file when dependencies are not detected through pkg-config
Andrei Pavel [Wed, 18 Jun 2025 04:55:51 +0000 (07:55 +0300)] 
[#3680] Fix generating .pc file when dependencies are not detected through pkg-config

meson.build:1051:4: ERROR: requires argument not a string, library with pkgconfig-generated file or pkgconfig-dependency object, got <ExternalLibrary log4cplus: True>

13 months ago[#3680] Minor: add missing newline at EOF of unreleased changelog file
Andrei Pavel [Thu, 19 Jun 2025 14:44:41 +0000 (17:44 +0300)] 
[#3680] Minor: add missing newline at EOF of unreleased changelog file

13 months ago[#3953] Remove @dotlibs@ leftover from autotools removal
Andrei Pavel [Thu, 19 Jun 2025 07:33:59 +0000 (10:33 +0300)] 
[#3953] Remove @dotlibs@ leftover from autotools removal

13 months ago[#3953] Update fuzz devel guide
Andrei Pavel [Thu, 19 Jun 2025 07:32:36 +0000 (10:32 +0300)] 
[#3953] Update fuzz devel guide

13 months ago[#3953] Do not run fuzzers with sudo. No longer required
Andrei Pavel [Tue, 17 Jun 2025 09:05:30 +0000 (12:05 +0300)] 
[#3953] Do not run fuzzers with sudo. No longer required

13 months ago[#3953] Remove fuzz configs. No longer required
Andrei Pavel [Tue, 17 Jun 2025 09:04:31 +0000 (12:04 +0300)] 
[#3953] Remove fuzz configs. No longer required

13 months ago[#3953] Put fuzzers in a for loop in meson
Andrei Pavel [Tue, 17 Jun 2025 09:04:19 +0000 (12:04 +0300)] 
[#3953] Put fuzzers in a for loop in meson

13 months ago[#3953] No longer install fuzz input. It was never required
Andrei Pavel [Wed, 18 Jun 2025 06:07:14 +0000 (09:07 +0300)] 
[#3953] No longer install fuzz input. It was never required

13 months ago[#3953] Add rpath to fuzzers
Andrei Pavel [Tue, 17 Jun 2025 09:04:07 +0000 (12:04 +0300)] 
[#3953] Add rpath to fuzzers

13 months ago[#3953] Fix a static initialization race in fuzzers. Turn KEA_FUZZ_DIR into a function
Andrei Pavel [Tue, 17 Jun 2025 09:04:00 +0000 (12:04 +0300)] 
[#3953] Fix a static initialization race in fuzzers. Turn KEA_FUZZ_DIR into a function

13 months ago[#3953] Use the same sudo trick on fuzzers and get rid of kludgy fuzz test scripts
Andrei Pavel [Tue, 17 Jun 2025 09:03:55 +0000 (12:03 +0300)] 
[#3953] Use the same sudo trick on fuzzers and get rid of kludgy fuzz test scripts

13 months ago[#3930] Fix cppcheck after adoption of meson
Andrei Pavel [Thu, 19 Jun 2025 07:09:14 +0000 (10:09 +0300)] 
[#3930] Fix cppcheck after adoption of meson

- Was running on build dir which had little to no sources.
- Use the compile_commands.json file provided by meson which enables
  cppcheck to know about compiler flags used in compilation.
- Make the cppcheck target write to cppcheck-result.xml which is
  expected in the cppcheck-htmlreport target.
- Add library=googletest so it correctly decodes gtest macros.
- Remove suppression list. A lot of the suppressions were fixed with
  proper use of cppcheck or are no longer reported.

13 months ago[#3628] Two grammarly nits added
Marcin Siodelski [Wed, 18 Jun 2025 12:34:39 +0000 (12:34 +0000)] 
[#3628] Two grammarly nits added

13 months ago[#3628] Added Changelog for #3628
Marcin Siodelski [Wed, 18 Jun 2025 11:28:19 +0000 (13:28 +0200)] 
[#3628] Added Changelog for #3628

13 months ago[#3628] Subnet selectors in default conf
Marcin Siodelski [Wed, 18 Jun 2025 11:25:13 +0000 (13:25 +0200)] 
[#3628] Subnet selectors in default conf

13 months ago[#3680] Document the use of the kea.pc file
Andrei Pavel [Tue, 17 Jun 2025 19:12:48 +0000 (22:12 +0300)] 
[#3680] Document the use of the kea.pc file

13 months ago[#3680] Add pkg-config .pc file
Andrei Pavel [Thu, 29 May 2025 06:13:30 +0000 (09:13 +0300)] 
[#3680] Add pkg-config .pc file

13 months ago[#3940] address review comments
Piotrek Zadroga [Tue, 17 Jun 2025 17:16:48 +0000 (19:16 +0200)] 
[#3940] address review comments

13 months ago[#3940] reword changelog
Piotrek Zadroga [Tue, 17 Jun 2025 17:05:07 +0000 (19:05 +0200)] 
[#3940] reword changelog

13 months ago[#3940] fix changelog
Piotrek Zadroga [Tue, 17 Jun 2025 12:06:32 +0000 (14:06 +0200)] 
[#3940] fix changelog

13 months ago[#3940] man doc update
Piotrek Zadroga [Tue, 17 Jun 2025 11:22:26 +0000 (13:22 +0200)] 
[#3940] man doc update