2
0
mirror of https://gitlab.isc.org/isc-projects/kea synced 2025-08-22 01:49:48 +00:00

37507 Commits

Author SHA1 Message Date
Francis Dupont
80468a92d0 [#3924] Added runstatedir option 2025-06-17 16:27:56 +02:00
Francis Dupont
44a3b998ec [#3939] Typo 2025-06-16 16:12:50 +02:00
Francis Dupont
4fde2fd0d8 [#3939] Finalized ChangeLog entry 2025-06-16 15:56:58 +02:00
Francis Dupont
58a3143d98 [#3939] Fixed ChangeLog entry 2025-06-16 15:56:58 +02:00
Francis Dupont
4a391bdeeb [#3939] Added a ChangeLog entry 2025-06-16 15:56:58 +02:00
Francis Dupont
c6bb3ced1a [#3939] Changed restrict-commands default to true 2025-06-16 15:56:58 +02:00
Francis Dupont
5b70e75ee3 [#3638] Typo 2025-06-16 15:46:43 +02:00
Francis Dupont
b177b59976 [#3638] Added a comment explaining the code change 2025-06-16 15:45:04 +02:00
Francis Dupont
bce35385b3 [#3638] Added a second TLS check 2025-06-16 15:45:04 +02:00
Andrei Pavel
06ec28531e
[#3956] Minor corrections and aesthetic updates to the release checklist 2025-06-16 15:17:15 +03:00
Andrei Pavel
fbb9397ee5
[#3957] Update Hammer with support for new systems
... And a small change to make it work on Rocky 10.
2025-06-16 11:41:16 +03:00
Razvan Becheriu
b14efa8b6c [#3779] rearranged hook libraries 2025-06-13 21:26:42 +03:00
Razvan Becheriu
d2245874c9 [#3779] fixed doxygen 2025-06-13 16:31:54 +03:00
Razvan Becheriu
05a2a65e0a [#3814] addressed review comments 2025-06-13 12:27:27 +00:00
Razvan Becheriu
71f6c9c466 [#3814] implemented lease wipe for db 2025-06-13 12:27:27 +00:00
Marcin Siodelski
a0ead6eb66 [#3922] Clarified options 151-157 are BLQ 2025-06-13 12:38:15 +02:00
Suzanne Goldlust
7662a52c05 [#3922] Add options 151-157 to table 2025-06-13 10:35:31 +00:00
Razvan Becheriu
bb4c153cc0 [#3920] added ChangeLog entry 2025-06-13 12:06:14 +03:00
Razvan Becheriu
e9c83cc60a [#3920] remove experimental label for supported features 2025-06-12 23:54:23 +03:00
Razvan Becheriu
b11c2376ae [#3849] restrict location of configured scripts in loaded hooks 2025-06-12 23:32:47 +03:00
Razvan Becheriu
a5a8da3c11 [#3911] fixed error handling 2025-06-12 22:08:39 +03:00
Razvan Becheriu
4de1380bd5 [#3851] changes 4o6 port in examples and doc 2025-06-12 18:40:05 +00:00
Slawek Figiel
111a9a55bd [#3926] Add Changelog entry 2025-06-12 19:32:18 +02:00
Slawek Figiel
6f0102718d [#3926] Describe missing parameter 2025-06-12 19:11:57 +02:00
Francis Dupont
9f9ed02978 [#3007] Updated script replaces 2025-06-12 16:23:42 +02:00
Razvan Becheriu
becd965577 [#3541] reverted change 2025-06-11 20:20:38 +03:00
Razvan Becheriu
9fa341b0b5 [#3541] addressed review comments 2025-06-11 12:43:13 +03:00
Razvan Becheriu
e119fc9693 [#3541] addressed review comments 2025-06-11 11:35:45 +03:00
Razvan Becheriu
e1c8b7f976 [#3541] update docs and examples 2025-06-11 11:35:45 +03:00
Andrei Pavel
351b6a27d0
[#3857] Exclude hammer.py from the tarball too 2025-06-11 10:20:46 +03:00
Andrei Pavel
fe7b01fb05
[#3941] Hammer: install_sphinx -> python3-sphinx 2025-06-11 09:52:17 +03:00
Thomas Markwalder
0e14683726 [#3937] Fix netconf references
modified:   src/bin/netconf/netconf_cfg_mgr.cc
modified:   src/bin/netconf/tests/netconf_cfg_mgr_unittests.cc
2025-06-10 13:20:19 +00:00
Vicky Risk
e09a6b0315
Edit release_checklist.md to slightly update the marketing announcement 2025-06-10 15:51:54 +03:00
Vicky Risk
5490610cfb
[#3913] Edit release_checklist.md to modify marketing tasks 2025-06-10 15:29:06 +03:00
Thomas Markwalder
36cda13779 [#3932] Updated hooks dev guide
modified:   src/bin/dhcp4/dhcp4_hooks.dox
2025-06-09 19:37:07 +00:00
Thomas Markwalder
11316c940d [#3932] Update change log
modified:   changelog_unreleased/3858-ping-check-should-not-ping-if-exising-lease-is-active-or-reserved
2025-06-09 19:37:07 +00:00
Thomas Markwalder
1fd3be70ea [#3932] Fix lease4_offer callout argument
modified:   src/bin/dhcp4/dhcp4_srv.cc
modified:   src/bin/dhcp4/tests/hooks_unittest.cc
2025-06-09 19:37:07 +00:00
Thomas Markwalder
9dd8c428da [#3937] Output origina cfg value of library
Changed HookLibInfo from std::pair<> to class to
allow retention of the configured value of 'library'
parameter.

 Changes to be committed:
	new file:   changelog_unreleased/3937-kea-returns-full-hook-path-despite-given-only-filename
    modified:   src/bin/agent/ca_cfg_mgr.cc
	modified:   src/bin/agent/tests/ca_cfg_mgr_unittests.cc
	modified:   src/bin/d2/tests/d2_cfg_mgr_unittests.cc
	modified:   src/bin/dhcp4/tests/hooks_unittest.cc
	modified:   src/bin/dhcp6/tests/hooks_unittest.cc
	modified:   src/hooks/d2/gss_tsig/libloadtests/load_unload_unittests.cc
	modified:   src/hooks/dhcp/ddns_tuning/libloadtests/callout_unittests.h
	modified:   src/hooks/dhcp/flex_option/libloadtests/callout_unittests.cc
	modified:   src/hooks/dhcp/high_availability/libloadtests/close_unittests.cc
	modified:   src/hooks/dhcp/lease_cmds/libloadtests/lease_cmds_unittest.h
	modified:   src/hooks/dhcp/stat_cmds/tests/stat_cmds_unittest.cc
	modified:   src/hooks/dhcp/subnet_cmds/tests/subnet_cmds_unittest.h
	modified:   src/lib/dhcpsrv/srv_config.cc
	modified:   src/lib/dhcpsrv/tests/dhcp_parsers_unittest.cc
	modified:   src/lib/hooks/hooks_config.cc
	modified:   src/lib/hooks/hooks_config.h
	modified:   src/lib/hooks/hooks_parser.cc
	modified:   src/lib/hooks/libinfo.cc
	modified:   src/lib/hooks/libinfo.h
	modified:   src/lib/hooks/library_handle.cc
	modified:   src/lib/hooks/library_manager_collection.cc
	modified:   src/lib/hooks/tests/hooks_manager_unittest.cc
	modified:   src/lib/hooks/tests/library_manager_collection_unittest.cc
2025-06-08 13:14:53 +00:00
Francis Dupont
48373b029d [#3413] Fixed another coverity complain 2025-06-06 15:58:26 +02:00
Francis Dupont
9958bfd122 [#3413] Fixed some coverity complains 2025-06-05 18:57:57 +02:00
Thomas Markwalder
10c27ea6b1 [#3827] Fixed change log entry
modified:   3827-ping_check-hook-refuses-to-route-purposely
2025-06-05 13:50:19 +00:00
Thomas Markwalder
3ebc7e05cf [#3827] Ping check now routes pings
Changes to be committed:
    new file:   3827-ping_check-hook-refuses-to-route-purposely
    modified:   ../src/hooks/dhcp/ping_check/icmp_socket.h
2025-06-05 13:50:19 +00:00
Andrei Pavel
7538e92655
[#3867] Hammer: Pin Meson version to 1.8.1 2025-06-05 12:07:21 +03:00
Andrei Pavel
2e66702e1b
[#3867] Hammer: Install texlive-full when preparing Alpine so it can build PDFs 2025-06-05 12:07:21 +03:00
Andrei Pavel
031596d22a
[#3867] Hammer: Remove removal of incompatible packages installed by older hammers 2025-06-05 12:07:21 +03:00
Andrei Pavel
3e8f6174be
[#3821] Update release checklist with updating the stable tag 2025-06-05 07:11:03 +03:00
Suzanne Goldlust
fded09f9f1 [#3935] Fix references to hold-reclaim-time 2025-06-04 19:28:46 +00:00
Thomas Markwalder
be16354832 [#3921] Simplified ChangeLog
modified:   3921-restrictions-on-log-directory-break-syslog-logging
2025-06-03 15:21:57 -04:00
Thomas Markwalder
51d769f227 [#3921] Fixed syslog:facility parsing
Changes to be committed:
    new file:   changelog_unreleased/3921-restrictions-on-log-directory-break-syslog-logging
    modified:   src/lib/process/log_parser.cc
    modified:   src/lib/process/tests/log_parser_unittests.cc
2025-06-03 15:10:33 +00:00
Thomas Markwalder
6d6bdcf00d [#3858] Addressed review comments
minor nits:

modified:   src/bin/dhcp4/tests/hooks_unittest.cc
modified:   src/hooks/dhcp/ping_check/ping_check_mgr.cc
modified:   src/hooks/dhcp/ping_check/tests/ping_check_mgr_unittests.cc
2025-06-03 14:48:45 +00:00