]>
git.ipfire.org Git - thirdparty/kea.git/log
William Leuschner [Tue, 24 Jun 2025 19:26:22 +0000 (15:26 -0400)]
[#3978] Correct reference to kea-lfc in 5.3.1
Andrei Pavel [Tue, 1 Jul 2025 07:10:27 +0000 (10:10 +0300)]
[#3848] Adapt packaging in Hammer to the -X changes
Andrei Pavel [Tue, 1 Jul 2025 12:12:38 +0000 (15:12 +0300)]
[#3848] Fix fuzzers after security enforcement
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
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
Suzanne Goldlust [Mon, 30 Jun 2025 19:11:39 +0000 (15:11 -0400)]
[#3980] Removed outdated reference to SF portal
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
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
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
Thomas Markwalder [Wed, 18 Jun 2025 13:26:00 +0000 (09:26 -0400)]
[#3848] Replace WARN with WARNING some more
Thomas Markwalder [Wed, 18 Jun 2025 11:56:25 +0000 (07:56 -0400)]
[#3848] Make message IDs consistent
Marcin Siodelski [Wed, 18 Jun 2025 09:13:23 +0000 (11:13 +0200)]
[#3848] Fixed whitespace
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
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
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.
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
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
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
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.
Marcin Godzina [Wed, 25 Jun 2025 13:34:31 +0000 (15:34 +0200)]
[#3967] release checklist update
Marcin Godzina [Wed, 25 Jun 2025 13:05:27 +0000 (15:05 +0200)]
[#3979] bump up kea version in meson.build
Marcin Godzina [Fri, 20 Jun 2025 15:30:19 +0000 (17:30 +0200)]
[#3973] release changes
Razvan Becheriu [Fri, 20 Jun 2025 14:23:00 +0000 (17:23 +0300)]
[#3907] added ChangeLog entry
Razvan Becheriu [Fri, 20 Jun 2025 13:44:36 +0000 (16:44 +0300)]
[#3907] use strict format for clients in yang
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
Andrei Pavel [Fri, 20 Jun 2025 12:36:15 +0000 (15:36 +0300)]
[#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
Razvan Becheriu [Fri, 20 Jun 2025 10:32:03 +0000 (13:32 +0300)]
[#3907] fixed some UTs
Razvan Becheriu [Fri, 20 Jun 2025 10:18:40 +0000 (13:18 +0300)]
[#3907] clean up modules
Razvan Becheriu [Fri, 20 Jun 2025 09:56:18 +0000 (12:56 +0300)]
[#3907] updated yang modules
Razvan Becheriu [Fri, 20 Jun 2025 09:45:05 +0000 (12:45 +0300)]
[#3907] use tls for control-socket
Andrei Pavel [Fri, 20 Jun 2025 09:44:28 +0000 (12:44 +0300)]
[#3907] Get rid of skips in yang. Skip was always true
Razvan Becheriu [Fri, 20 Jun 2025 09:26:21 +0000 (12:26 +0300)]
[#3907] fixed http-header yang parsing
Andrei Pavel [Fri, 20 Jun 2025 09:14:55 +0000 (12:14 +0300)]
[#3907] Add TranslatorControlSocket::getControlSocketHttpHeaders
Andrei Pavel [Fri, 20 Jun 2025 09:06:51 +0000 (12:06 +0300)]
[#3907] Update control sockets in YANG modules
Andrei Pavel [Fri, 20 Jun 2025 09:07:08 +0000 (12:07 +0300)]
[#3907] Update copyright dates
Andrei Pavel [Fri, 20 Jun 2025 08:20:54 +0000 (11:20 +0300)]
[#3907] Fix some paths about reinstall.sh
Andrei Pavel [Fri, 20 Jun 2025 08:02:36 +0000 (11:02 +0300)]
[#3907] Fix check-hashes.sh
Razvan Becheriu [Wed, 18 Jun 2025 19:16:23 +0000 (22:16 +0300)]
[#3907] updated control-socket in yang modules
Razvan Becheriu [Tue, 17 Jun 2025 10:22:11 +0000 (13:22 +0300)]
[#3907] updated yang modules
Wlodek Wencel [Fri, 20 Jun 2025 11:45:08 +0000 (13:45 +0200)]
[#3968] lib version bump up for 3.0.0
Tomek Mrugalski [Fri, 20 Jun 2025 11:07:06 +0000 (13:07 +0200)]
[#3966] Added note about LTS
Marcin Godzina [Fri, 20 Jun 2025 10:30:55 +0000 (10:30 +0000)]
[#3966] security.md update
Andrei Pavel [Fri, 20 Jun 2025 11:19:54 +0000 (14:19 +0300)]
[#3919] Remove leftover incomplete sentence in bison.dox
Francis Dupont [Fri, 20 Jun 2025 10:44:51 +0000 (12:44 +0200)]
[#3919] Spelling
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
Andrei Pavel [Fri, 20 Jun 2025 08:20:03 +0000 (11:20 +0300)]
[#3919] Meson: Fix uml target
Andrei Pavel [Fri, 20 Jun 2025 07:42:50 +0000 (10:42 +0300)]
[#3919] Update meson docs
Andrei Pavel [Fri, 20 Jun 2025 06:38:54 +0000 (09:38 +0300)]
[#3919] Update Python dependencies
Andrei Pavel [Fri, 20 Jun 2025 06:38:35 +0000 (09:38 +0300)]
[#3919] Fix update-python-dependencies not writing to file
Andrei Pavel [Thu, 19 Jun 2025 21:47:44 +0000 (00:47 +0300)]
[#3919] Fix some TODOs related to autotools removal
Andrei Pavel [Thu, 19 Jun 2025 21:25:23 +0000 (00:25 +0300)]
[#3962] Meson: Fix "-D netconf=auto"
Marcin Siodelski [Fri, 20 Jun 2025 10:29:17 +0000 (12:29 +0200)]
[#3881] Fixed config flag in the ARM
Marcin Siodelski [Fri, 20 Jun 2025 10:15:09 +0000 (12:15 +0200)]
[#3881] Added ChangeLog for #3881
Marcin Siodelski [Fri, 20 Jun 2025 10:09:15 +0000 (12:09 +0200)]
[#3881] Changes after review
Ben Scott [Wed, 18 Jun 2025 19:38:14 +0000 (15:38 -0400)]
[#3881] Right ref name this time maybe?
Ben Scott [Wed, 18 Jun 2025 19:27:53 +0000 (15:27 -0400)]
[#3881] Fix RST syntax snafus
Ben Scott [Wed, 18 Jun 2025 18:56:21 +0000 (14:56 -0400)]
[#3881] Typo fixes (hopefully final)
Ben Scott [Wed, 18 Jun 2025 18:39:14 +0000 (14:39 -0400)]
[#3881] Adapt
d85666cf to this rewrite
Ben Scott [Wed, 21 May 2025 22:50:46 +0000 (18:50 -0400)]
[#3881] Overhaul my overhaul
Ben Scott [Wed, 21 May 2025 22:48:53 +0000 (18:48 -0400)]
[#3881] Future "planned" vs "will"
Ben Scott [Wed, 21 May 2025 21:58:30 +0000 (17:58 -0400)]
[#3881] Note Stork+Kea+CB issues
Ben Scott [Wed, 21 May 2025 20:11:41 +0000 (16:11 -0400)]
[#3881] Fix a few loose ends
Ben Scott [Wed, 21 May 2025 19:45:51 +0000 (15:45 -0400)]
[#3881] More comments regards sections
Ben Scott [Wed, 21 May 2025 19:42:40 +0000 (15:42 -0400)]
[#3881] Non-CB DB can conflict like JSON
Ben Scott [Wed, 21 May 2025 19:36:05 +0000 (15:36 -0400)]
[#3881] Add example scenario
Ben Scott [Fri, 9 May 2025 13:33:32 +0000 (09:33 -0400)]
[#3881] Move "Incompatibilities" further up
Ben Scott [Fri, 9 May 2025 13:32:30 +0000 (09:32 -0400)]
[#3881] "Incompatible": Revise, expand, wrap
Ben Scott [Fri, 9 May 2025 13:29:31 +0000 (09:29 -0400)]
[#3881] Major edit of "Duplicate Definitions"
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.
Ben Scott [Thu, 8 May 2025 21:06:18 +0000 (17:06 -0400)]
[#3881] copy edit sects: Install, Components
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.
Ben Scott [Thu, 8 May 2025 19:56:52 +0000 (15:56 -0400)]
[#3881] Add subsect "Preparation is Required"
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.
Ben Scott [Thu, 8 May 2025 17:15:42 +0000 (17:15 +0000)]
[#3881] Starting reorg of CB docs
Andrei Pavel [Thu, 19 Jun 2025 14:47:06 +0000 (17:47 +0300)]
[#3680] Minor: make check -> meson test
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
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
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>
Andrei Pavel [Thu, 19 Jun 2025 14:44:41 +0000 (17:44 +0300)]
[#3680] Minor: add missing newline at EOF of unreleased changelog file
Andrei Pavel [Thu, 19 Jun 2025 07:33:59 +0000 (10:33 +0300)]
[#3953] Remove @dotlibs@ leftover from autotools removal
Andrei Pavel [Thu, 19 Jun 2025 07:32:36 +0000 (10:32 +0300)]
[#3953] Update fuzz devel guide
Andrei Pavel [Tue, 17 Jun 2025 09:05:30 +0000 (12:05 +0300)]
[#3953] Do not run fuzzers with sudo. No longer required
Andrei Pavel [Tue, 17 Jun 2025 09:04:31 +0000 (12:04 +0300)]
[#3953] Remove fuzz configs. No longer required
Andrei Pavel [Tue, 17 Jun 2025 09:04:19 +0000 (12:04 +0300)]
[#3953] Put fuzzers in a for loop in meson
Andrei Pavel [Wed, 18 Jun 2025 06:07:14 +0000 (09:07 +0300)]
[#3953] No longer install fuzz input. It was never required
Andrei Pavel [Tue, 17 Jun 2025 09:04:07 +0000 (12:04 +0300)]
[#3953] Add rpath to fuzzers
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
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
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.
Marcin Siodelski [Wed, 18 Jun 2025 12:34:39 +0000 (12:34 +0000)]
[#3628] Two grammarly nits added
Marcin Siodelski [Wed, 18 Jun 2025 11:28:19 +0000 (13:28 +0200)]
[#3628] Added Changelog for #3628
Marcin Siodelski [Wed, 18 Jun 2025 11:25:13 +0000 (13:25 +0200)]
[#3628] Subnet selectors in default conf
Andrei Pavel [Tue, 17 Jun 2025 19:12:48 +0000 (22:12 +0300)]
[#3680] Document the use of the kea.pc file
Andrei Pavel [Thu, 29 May 2025 06:13:30 +0000 (09:13 +0300)]
[#3680] Add pkg-config .pc file
Piotrek Zadroga [Tue, 17 Jun 2025 17:16:48 +0000 (19:16 +0200)]
[#3940] address review comments
Piotrek Zadroga [Tue, 17 Jun 2025 17:05:07 +0000 (19:05 +0200)]
[#3940] reword changelog
Piotrek Zadroga [Tue, 17 Jun 2025 12:06:32 +0000 (14:06 +0200)]
[#3940] fix changelog
Piotrek Zadroga [Tue, 17 Jun 2025 11:22:26 +0000 (13:22 +0200)]
[#3940] man doc update
Piotrek Zadroga [Tue, 17 Jun 2025 11:05:26 +0000 (13:05 +0200)]
[#3940] ARM doc update