]>
git.ipfire.org Git - thirdparty/kea.git/log
Razvan Becheriu [Thu, 16 Oct 2025 15:15:43 +0000 (18:15 +0300)]
[#4164] added ChangeLog entry
Razvan Becheriu [Thu, 16 Oct 2025 08:52:30 +0000 (11:52 +0300)]
[#4164] fixed data race in ping check
Thomas Markwalder [Thu, 9 Oct 2025 17:54:37 +0000 (13:54 -0400)]
[#4142] Update ARM
modified: doc/sphinx/arm/dhcp4-srv.rst
modified: doc/sphinx/arm/dhcp6-srv.rst
Thomas Markwalder [Tue, 7 Oct 2025 14:19:10 +0000 (10:19 -0400)]
[#4142] Fixed typo
modified: src/lib/dhcpsrv/d2_client_mgr.h
Thomas Markwalder [Tue, 7 Oct 2025 13:32:41 +0000 (09:32 -0400)]
[#4142] Addressed review comments
Mostly nits. D2ClientMgr::qualifyName() now throws if
partial name is emtpy.
modified: changelog_unreleased/CVE-2025-11232-catch-empty-sanitized-hostname
modified: src/bin/dhcp4/dhcp4_messages.cc
modified: src/bin/dhcp4/dhcp4_messages.mes
modified: src/bin/dhcp6/dhcp6_messages.cc
modified: src/bin/dhcp6/dhcp6_messages.mes
modified: src/lib/dhcpsrv/d2_client_mgr.cc
modified: src/lib/dhcpsrv/d2_client_mgr.h
modified: src/lib/dhcpsrv/tests/d2_client_unittest.cc
Thomas Markwalder [Mon, 6 Oct 2025 13:54:45 +0000 (09:54 -0400)]
[#4142] Added Changelog entry
new file: changelog_unreleased/CVE-2025-11232-catch-empty-sanitized-hostname
Thomas Markwalder [Mon, 6 Oct 2025 13:44:31 +0000 (09:44 -0400)]
[#4142] Fix qualifyName, add v6 UT
modified: src/bin/dhcp4/tests/fqdn_unittest.cc
modified: src/bin/dhcp6/tests/fqdn_unittest.cc
modified: src/lib/dhcpsrv/d2_client_mgr.cc
modified: src/lib/dhcpsrv/tests/d2_client_unittest.cc
Thomas Markwalder [Thu, 2 Oct 2025 19:25:49 +0000 (15:25 -0400)]
[#4142] dhcpsrv and v4 UTs
modified: src/bin/dhcp4/tests/fqdn_unittest.cc
modified: src/lib/dhcpsrv/tests/d2_client_unittest.cc
Thomas Markwalder [Thu, 2 Oct 2025 18:10:19 +0000 (14:10 -0400)]
[#4142] Initial fix minus UTs
/src/bin/dhcp4/dhcp4_messages.*
DHCP4_CLIENT_HOSTNAME_SCRUBBED_EMPTY
DHCP4_CLIENT_FQDN_SCRUBBED_EMPTY - new messages
/src/bin/dhcp4/dhcp4_srv.cc
Dhcpv4Srv::processClientFqdnOption() - catch FQDNScrubbedEmtpy, log and drop FQDN option
Dhcpv4Srv::processHostnameOption() - log and drop hostname option if scrubbed empty
/src/bin/dhcp6/dhcp6_messages.*
DHCP6_CLIENT_FQDN_SCRUBBED_EMPTY - new message
/src/bin/dhcp6/dhcp6_srv.cc
Dhcpv6Srv::processClientFqdn() - catch FQDNScrubbedEmtpy, log and drop FQDN option
/src/lib/dhcpsrv/d2_client_mgr.h
FQDNScrubbedEmpty - new exception type
D2ClientMgr:: adjustDomainName() - throw FQDNScrubbedEmpty when FQDN is scrubbed empty
Andrei Pavel [Sun, 26 Oct 2025 17:13:53 +0000 (19:13 +0200)]
[#3451] Add check for Wdeprecate-literal-operator
Andrei Pavel [Fri, 24 Oct 2025 17:22:04 +0000 (20:22 +0300)]
[#3451] Address review
Andrei Pavel [Fri, 24 Oct 2025 10:56:53 +0000 (13:56 +0300)]
[#3451] Correct mistypings
Andrei Pavel [Tue, 21 Oct 2025 12:39:30 +0000 (15:39 +0300)]
[#3451] Use more gcc pragmas to ignore external warnings
Andrei Pavel [Mon, 20 Oct 2025 13:51:11 +0000 (16:51 +0300)]
[#3451] Address Wshadow warnings about client_class from g++
Andrei Pavel [Mon, 20 Oct 2025 13:41:17 +0000 (16:41 +0300)]
[#3451] Address Wshadow warnings about out_bindings from g++
Andrei Pavel [Mon, 20 Oct 2025 13:30:40 +0000 (16:30 +0300)]
[#3451] Address Wshadow warnings from g++
Francis Dupont [Sat, 18 Oct 2025 12:16:05 +0000 (14:16 +0200)]
[#3451] Disabled -Wshadow in asio_wrapper.h
Andrei Pavel [Thu, 16 Oct 2025 11:48:54 +0000 (14:48 +0300)]
[#3451] Add ChangeLog entry
Andrei Pavel [Thu, 16 Oct 2025 10:34:30 +0000 (13:34 +0300)]
[#3451] Address Wshadow warnings
Andrei Pavel [Thu, 16 Oct 2025 07:39:19 +0000 (10:39 +0300)]
[#3451] Add -Wshadow
Francis Dupont [Sun, 12 Oct 2025 11:47:46 +0000 (13:47 +0200)]
[#4163] Fixed manyPdPoolsPreferHigher and MT
Andrei Pavel [Fri, 24 Oct 2025 11:52:41 +0000 (14:52 +0300)]
[#4151] Add src/lib/log/tests to shell-tests suite
Andrei Pavel [Fri, 24 Oct 2025 11:44:58 +0000 (14:44 +0300)]
[#4150] Add *.hh to find-uninstalled-headers.py
Andrei Pavel [Fri, 24 Oct 2025 11:41:08 +0000 (14:41 +0300)]
[#4150] Install eval/location.hh
Andrei Pavel [Fri, 24 Oct 2025 10:11:31 +0000 (13:11 +0300)]
[#4100] Add ChangeLog entry
Andrei Pavel [Fri, 24 Oct 2025 07:27:16 +0000 (10:27 +0300)]
[#4100] Change enums to uint16_t
Addresses the range checks in *toText() functions.
Andrei Pavel [Thu, 23 Oct 2025 12:27:43 +0000 (15:27 +0300)]
[#4100] Give credit in AUTHORS
Andrei Pavel [Thu, 23 Oct 2025 12:02:35 +0000 (15:02 +0300)]
[#4100] Log enums as strings where possible
Andrei Pavel [Thu, 23 Oct 2025 11:35:15 +0000 (14:35 +0300)]
[#4100] Fix compatibility with LLVM libc++ 21
Francis Dupont [Tue, 23 Sep 2025 08:53:58 +0000 (10:53 +0200)]
[#4012] Aligned C++ and python code
Thomas Markwalder [Wed, 22 Oct 2025 13:15:57 +0000 (09:15 -0400)]
[#4135] Address review comment
modified: src/hooks/dhcp/limits/limits_messages.mes
Thomas Markwalder [Tue, 21 Oct 2025 19:42:23 +0000 (15:42 -0400)]
[#4135] Fixed typo in message file
modified: src/hooks/dhcp/limits/limits_messages.mes
Andrei Pavel [Thu, 16 Oct 2025 11:53:24 +0000 (14:53 +0300)]
[#4181] Add ChangeLog entry
Andrei Pavel [Thu, 16 Oct 2025 11:42:11 +0000 (14:42 +0300)]
[#4181] Fix flex-id expression
Thomas Markwalder [Mon, 20 Oct 2025 19:52:13 +0000 (15:52 -0400)]
[#4145] Fixed missing if-logic
modified: src/bin/dhcp4/json_config_parser.cc
modified: src/bin/dhcp6/json_config_parser.cc
Thomas Markwalder [Mon, 20 Oct 2025 17:46:02 +0000 (13:46 -0400)]
[#4145] Reset MT test code
new file: changelog_unreleased/4145-an-empty-config-test-command-can-affect-ha-connections
modified: src/bin/dhcp4/json_config_parser.cc
modified: src/bin/dhcp6/json_config_parser.cc
modified: src/lib/util/multi_threading_mgr.h
modified: src/lib/util/tests/multi_threading_mgr_unittest.cc
Thomas Markwalder [Mon, 20 Oct 2025 19:01:54 +0000 (15:01 -0400)]
[#4139] Update meson version to 1.9.1
modified: hammer.py
modified: meson.sh
Razvan Becheriu [Thu, 16 Oct 2025 15:12:37 +0000 (18:12 +0300)]
[#4129] added ChangeLog entry
Razvan Becheriu [Thu, 16 Oct 2025 12:18:38 +0000 (15:18 +0300)]
[#4129] addressed review comments
Razvan Becheriu [Tue, 14 Oct 2025 18:56:11 +0000 (21:56 +0300)]
[#4129] ping check should ignore null lease
Thomas Markwalder [Mon, 6 Oct 2025 18:48:45 +0000 (14:48 -0400)]
[#2871] Update v6 ARM also
modified: doc/sphinx/arm/dhcp6-srv.rst
Thomas Markwalder [Mon, 22 Sep 2025 19:48:23 +0000 (15:48 -0400)]
[#2871] Fixed JSON
modified: doc/sphinx/arm/dhcp4-srv.rst
Thomas Markwalder [Mon, 22 Sep 2025 19:40:10 +0000 (15:40 -0400)]
[#2871] Corrected ARM examples
modified: doc/sphinx/arm/dhcp4-srv.rst
Andrei Pavel [Wed, 15 Oct 2025 08:32:58 +0000 (11:32 +0300)]
[#4166] Set MESON_NUM_PROCESSES for all meson calls including the one used in packaging
Andrei Pavel [Thu, 9 Oct 2025 13:50:33 +0000 (16:50 +0300)]
[#4166] Hammer: Pass -j to meson compile
Andrei Pavel [Tue, 7 Oct 2025 09:47:23 +0000 (12:47 +0300)]
[#4082] Change tools/extract_bnf.sh to LC_ALL=C
Andrei Pavel [Thu, 2 Oct 2025 10:47:48 +0000 (13:47 +0300)]
[#4082] Add LC_ALL=en_US to tools/extract_bnf.sh
To prevent epsilons (ε) from appearing in the grammar.
Andrei Pavel [Thu, 2 Oct 2025 15:04:07 +0000 (18:04 +0300)]
[#4138] Fix invalid URLs in devel, ARM, comments
Razvan Becheriu [Wed, 1 Oct 2025 18:40:46 +0000 (21:40 +0300)]
[#4140] addressed review comments
Razvan Becheriu [Wed, 1 Oct 2025 11:24:46 +0000 (14:24 +0300)]
[#4140] fixed deadlock
Thomas Markwalder [Tue, 30 Sep 2025 19:01:03 +0000 (15:01 -0400)]
[#4021] Address review comment
modified: ../../hooks/dhcp/mysql/mysql_host_data_source.cc
Thomas Markwalder [Tue, 30 Sep 2025 18:00:10 +0000 (14:00 -0400)]
[#4021] Fix potential buffer overrun
modified: src/hooks/dhcp/mysql/mysql_host_data_source.cc
modified: src/hooks/dhcp/mysql/mysql_lease_mgr.cc
Thomas Markwalder [Mon, 29 Sep 2025 17:26:07 +0000 (13:26 -0400)]
[#4119] Removed linefeeds from SQL statement
src/bin/admin/kea-admin.in
mysql_can_create() - removed \n's from CREATE_TRIGGER SQL statement
Andrei Pavel [Mon, 29 Sep 2025 08:49:49 +0000 (11:49 +0300)]
[#4090] Add missing sys/wait.h include for waitpid()
Francis Dupont [Thu, 25 Sep 2025 20:22:46 +0000 (22:22 +0200)]
[#4090] Addressed comments
Francis Dupont [Tue, 23 Sep 2025 22:10:01 +0000 (00:10 +0200)]
[#4090] Updated doc
Francis Dupont [Tue, 23 Sep 2025 21:48:52 +0000 (23:48 +0200)]
[#4090] Finished fix
Francis Dupont [Tue, 23 Sep 2025 17:16:22 +0000 (19:16 +0200)]
[#4090] Checkpoint
Francis Dupont [Tue, 23 Sep 2025 09:06:46 +0000 (11:06 +0200)]
[#4106] Added ping-check map
Marcin Godzina [Wed, 24 Sep 2025 13:19:03 +0000 (15:19 +0200)]
[#4131] bump up meson.build to 3.1.3
Marcin Godzina [Fri, 19 Sep 2025 14:32:46 +0000 (16:32 +0200)]
[#4122] release changes
Razvan Becheriu [Fri, 19 Sep 2025 09:03:10 +0000 (12:03 +0300)]
[#4120] bump up library versions for 3.1.2 release
Razvan Becheriu [Wed, 17 Sep 2025 19:50:09 +0000 (22:50 +0300)]
[#4074] fixed uninitialized value in Option4ClientFqdnImpl
Razvan Becheriu [Wed, 17 Sep 2025 18:57:45 +0000 (21:57 +0300)]
[#4074] fixed valgrind warnings in process unit tests
Francis Dupont [Sat, 30 Aug 2025 21:40:29 +0000 (23:40 +0200)]
[#4043] Removed meson-info
Francis Dupont [Thu, 18 Sep 2025 17:34:43 +0000 (19:34 +0200)]
[#4096] Addressed comments
Francis Dupont [Mon, 15 Sep 2025 13:07:31 +0000 (15:07 +0200)]
[#4096] Added a ChangeLog entry
Francis Dupont [Mon, 15 Sep 2025 13:02:49 +0000 (15:02 +0200)]
[#4096] Added unit tests
Francis Dupont [Mon, 15 Sep 2025 12:24:34 +0000 (14:24 +0200)]
[#4096] Created pkt[46]-service-disabled
Francis Dupont [Mon, 15 Sep 2025 09:26:27 +0000 (11:26 +0200)]
[#4096] Moved pkt4-received
Francis Dupont [Sat, 30 Aug 2025 20:39:41 +0000 (22:39 +0200)]
[#4062] Updated credentials and doc
Andrei Pavel [Thu, 18 Sep 2025 10:28:08 +0000 (13:28 +0300)]
[#3981] Update the release checklist
Francis Dupont [Wed, 17 Sep 2025 21:40:14 +0000 (23:40 +0200)]
[#2305] Addressed some comments
Francis Dupont [Tue, 2 Sep 2025 09:37:00 +0000 (11:37 +0200)]
[#2305] Added UT and ChangeLog entry
Francis Dupont [Tue, 2 Sep 2025 08:11:17 +0000 (10:11 +0200)]
[#2305] Added LM getStatus
Francis Dupont [Thu, 18 Sep 2025 11:35:26 +0000 (13:35 +0200)]
[#4042] Missed a (relative) path in a comment
Francis Dupont [Sat, 30 Aug 2025 22:53:52 +0000 (00:53 +0200)]
[#4042] Removed hook paths from doc
Francis Dupont [Sat, 30 Aug 2025 22:57:37 +0000 (00:57 +0200)]
[#4040] Fixed RFC number
Andrei Pavel [Wed, 17 Sep 2025 15:19:02 +0000 (18:19 +0300)]
[#4107] Add missing cstring include for strerror()
Thomas Markwalder [Wed, 17 Sep 2025 13:40:21 +0000 (09:40 -0400)]
[#4086] Address review comments
src/lib/asiolink/process_spawn.cc
User count() instead of contains()
Thomas Markwalder [Mon, 15 Sep 2025 13:03:00 +0000 (09:03 -0400)]
[#4086] Addressed review comments
modified: changelog_unreleased/4086-password-leaked-to-logs
modified: src/lib/asiolink/process_spawn.cc
modified: src/lib/asiolink/tests/process_spawn_unittest.cc
modified: src/lib/mysql/mysql_connection.cc
modified: src/lib/pgsql/pgsql_connection.cc
Thomas Markwalder [Wed, 10 Sep 2025 19:10:25 +0000 (15:10 -0400)]
[#4086] Redact schema init parameters
new file: changelog_unreleased/4086-password-leaked-to-logs
/src/lib/asiolink/process_spawn.*
ProcessSpawnImpl::getCommandLine() - modified to accept
ProcessSpawn::getCommandLine() - modified to accept
a list of arguments whose values should be redacted
/src/lib/asiolink/tests/process_spawn_unittest.cc
TEST_F(ProcessSpawnTest, getCommandLineRedacted) - new test
/src/lib/mysql/mysql_connection.cc
MySqlConnection::initializeSchema() - add list of args to redact to
getCommandLine() call
/src/lib/pgsql/pgsql_connection.cc
PgSqlConnection::initializeSchema() - add list of args to redact to
getCommandLine() call
Andrei Pavel [Wed, 17 Sep 2025 06:37:40 +0000 (09:37 +0300)]
[#4107] Add missing fcntl.h include for open()
Francis Dupont [Mon, 15 Sep 2025 19:43:37 +0000 (21:43 +0200)]
[#4094] Addressed some comments
Francis Dupont [Fri, 12 Sep 2025 13:48:13 +0000 (15:48 +0200)]
[#4094] Added last UTs
Francis Dupont [Fri, 12 Sep 2025 09:08:32 +0000 (11:08 +0200)]
[#4094] Checkpoint: added server UTs
Francis Dupont [Thu, 11 Sep 2025 17:23:19 +0000 (19:23 +0200)]
[#4094] Checkpoint: related UT updates
Francis Dupont [Thu, 11 Sep 2025 14:23:21 +0000 (16:23 +0200)]
[#4094] Checkpoint: UT needed
Razvan Becheriu [Mon, 15 Sep 2025 17:28:39 +0000 (20:28 +0300)]
[#4107] fixed indentation
Francis Dupont [Mon, 15 Sep 2025 14:05:59 +0000 (16:05 +0200)]
[#4107] Added a ChangeLog entry
Francis Dupont [Mon, 15 Sep 2025 13:47:48 +0000 (15:47 +0200)]
[#4107] Addressed comments
Razvan Becheriu [Mon, 15 Sep 2025 09:19:32 +0000 (12:19 +0300)]
[#4107] addressed review
Francis Dupont [Sun, 14 Sep 2025 09:12:29 +0000 (11:12 +0200)]
[#4107] Added PIDLock RAII
Razvan Becheriu [Sat, 13 Sep 2025 05:47:24 +0000 (08:47 +0300)]
[#3860] addressed review
Francis Dupont [Fri, 12 Sep 2025 22:10:48 +0000 (00:10 +0200)]
[#3860] Addressed comment
Razvan Becheriu [Fri, 12 Sep 2025 09:06:57 +0000 (12:06 +0300)]
[#3860] addressed review
Francis Dupont [Sat, 23 Aug 2025 07:47:39 +0000 (09:47 +0200)]
[#3860] Added includes in ChangeLog
Francis Dupont [Fri, 22 Aug 2025 21:40:11 +0000 (23:40 +0200)]
[#3860] Spelling
Francis Dupont [Fri, 22 Aug 2025 21:38:26 +0000 (23:38 +0200)]
[#3860] Last updates including doc
Francis Dupont [Fri, 22 Aug 2025 18:37:21 +0000 (20:37 +0200)]
[#3860] Added vendor VALUE in dicts