2
0
mirror of https://gitlab.isc.org/isc-projects/kea synced 2025-08-30 05:27:55 +00:00

1764 Commits

Author SHA1 Message Date
Thomas Markwalder
ab34b0f2c1 [#4011] Addressed review comments
modified:   changelog_unreleased/4011-kea-dhcp6-client-ip-reservation-inconsistently-assigned
modified:   doc/sphinx/arm/hooks-flex-id.rst
2025-08-29 11:50:03 +00:00
Thomas Markwalder
46082684fe [#4011] flex-id identifier-expression now optional
new file:   changelog_unreleased/4011-kea-dhcp6-client-ip-reservation-inconsistently-assigned
modified:   doc/sphinx/arm/hooks-flex-id.rst
modified:   src/hooks/dhcp/flex_id/flex_id_messages.cc
modified:   src/hooks/dhcp/flex_id/flex_id_messages.h
modified:   src/hooks/dhcp/flex_id/flex_id_messages.mes
modified:   src/hooks/dhcp/flex_id/libloadtests/load_unload_unittests.cc
modified:   src/hooks/dhcp/flex_id/load_unload.cc
2025-08-29 11:50:03 +00:00
Suzanne Goldlust
d05540bf62 [#4067] Implement Thomas's text suggestions 2025-08-28 12:00:47 +00:00
Suzanne Goldlust
0041bd802f [#4067] Fix inconsistent naming 2025-08-28 12:00:47 +00:00
Thomas Markwalder
ebc52a0e1c [#4003] Add clarification notes to ARM
Add notes to classificatio process overview to
clarifying timing of host reservation class assignment.
2025-08-28 11:54:59 +00:00
Wlodek Wencel
74f5946415 [#4078] release changes 2025-08-27 20:48:37 +03:00
Francis Dupont
1b6681bb39 [#226] Addressed comments 2025-08-20 18:14:43 +02:00
Francis Dupont
b0b3b78d4a [#226] Typos in kea version 2025-08-20 17:39:16 +02:00
Francis Dupont
ce880380be [#226] Updated doc 2025-08-20 17:39:16 +02:00
Andrei Pavel
efa46d73cc
[#3931] Update libyang and sysrepo to git tags 2025-08-12 12:19:35 +03:00
Andrei Pavel
83edc4b568
[#3931] Update libyang and sysrepo to fixed versions 2025-08-12 12:19:35 +03:00
Razvan Becheriu
3797f803d6
[#3931] fixed unit tests 2025-08-12 12:19:35 +03:00
Andrei Pavel
d6cda7da63
[#3931] Update NETCONF dependencies to v3 2025-08-12 12:19:35 +03:00
Razvan Becheriu
80c7cc97f6 [#3984] updated docs regarding kea-dhcp6-serverid and KEA_DHCP_DATA_DIR 2025-08-11 04:58:45 +00:00
Razvan Becheriu
4c40c4e025 [#3826] Implemented lease6-get-by-hw-address command. 2025-07-31 14:22:37 +00:00
Razvan Becheriu
be9faa8f0d [#4014] addressed review comments 2025-07-30 16:44:26 +03:00
Thomas Markwalder
9ee137c846 [#4014] Core and UT for v6 option class-tags
Changes to be committed:
modified:   doc/sphinx/arm/hooks-cb-cmds.rst
modified:   src/hooks/dhcp/mysql/mysql_cb_dhcp6.cc
modified:   src/hooks/dhcp/mysql/mysql_cb_dhcp6.h
modified:   src/hooks/dhcp/mysql/mysql_cb_impl.cc
modified:   src/hooks/dhcp/mysql/tests/mysql_cb_dhcp6_unittest.cc
modified:   src/hooks/dhcp/pgsql/pgsql_cb_dhcp6.cc
modified:   src/hooks/dhcp/pgsql/pgsql_cb_dhcp6.h
modified:   src/hooks/dhcp/pgsql/pgsql_cb_impl.cc
modified:   src/hooks/dhcp/pgsql/tests/pgsql_cb_dhcp6_unittest.cc
modified:   src/lib/dhcpsrv/config_backend_dhcp6.h
modified:   src/lib/dhcpsrv/config_backend_pool_dhcp6.cc
modified:   src/lib/dhcpsrv/config_backend_pool_dhcp6.h
modified:   src/lib/dhcpsrv/testutils/generic_cb_dhcp4_unittest.h
modified:   src/lib/dhcpsrv/testutils/generic_cb_dhcp6_unittest.cc
modified:   src/lib/dhcpsrv/testutils/generic_cb_dhcp6_unittest.h
modified:   src/lib/dhcpsrv/testutils/test_config_backend_dhcp4.cc
modified:   src/lib/dhcpsrv/testutils/test_config_backend_dhcp4.h
modified:   src/lib/dhcpsrv/testutils/test_config_backend_dhcp6.cc
modified:   src/lib/dhcpsrv/testutils/test_config_backend_dhcp6.h
modified:   src/share/api/remote-option4-global-del.json
modified:   src/share/api/remote-option4-global-get.json
modified:   src/share/api/remote-option4-global-set.json
modified:   src/share/api/remote-option4-network-del.json
modified:   src/share/api/remote-option4-network-set.json
modified:   src/share/api/remote-option4-pool-del.json
modified:   src/share/api/remote-option4-pool-set.json
modified:   src/share/api/remote-option4-subnet-del.json
modified:   src/share/api/remote-option4-subnet-set.json
modified:   src/share/api/remote-option6-global-del.json
modified:   src/share/api/remote-option6-global-get.json
modified:   src/share/api/remote-option6-global-set.json
modified:   src/share/api/remote-option6-network-del.json
modified:   src/share/api/remote-option6-network-set.json
modified:   src/share/api/remote-option6-pd-pool-del.json
modified:   src/share/api/remote-option6-pd-pool-set.json
modified:   src/share/api/remote-option6-pool-del.json
modified:   src/share/api/remote-option6-pool-set.json
modified:   src/share/api/remote-option6-subnet-del.json
2025-07-29 08:30:06 -04:00
Andrei Pavel
4c81b194b9
[#4031] Convert some leftover docs from autotools to meson 2025-07-28 10:31:47 +03:00
Andrei Pavel
e64b3a879b
[#4031] release changes 2025-07-24 20:51:44 +03:00
Razvan Becheriu
0638e4e516 [#3944] addressed review comments 2025-07-24 13:59:55 +03:00
Razvan Becheriu
00d2434ae3 [#3944] add support for CB global scalar lists 2025-07-24 13:41:29 +03:00
Thomas Markwalder
67473622a6 [#3770] Revert v6 doc change
modified:   doc/sphinx/arm/hooks-cb-cmds.rst
2025-07-22 09:07:54 -04:00
Thomas Markwalder
d278d5205c [#3770] Updated ARM and api files
new file:   changelog_unreleased/3770-examine-cb-command-behavior-for-mulitple-options-with-the-same-code-in-a-given-scope
modified:   doc/sphinx/arm/hooks-cb-cmds.rst
modified:   src/share/api/remote-option4-global-del.json
modified:   src/share/api/remote-option4-global-get.json
modified:   src/share/api/remote-option4-global-set.json
modified:   src/share/api/remote-option4-network-del.json
modified:   src/share/api/remote-option4-network-set.json
modified:   src/share/api/remote-option4-pool-del.json
modified:   src/share/api/remote-option4-pool-set.json
modified:   src/share/api/remote-option4-subnet-del.json
modified:   src/share/api/remote-option4-subnet-set.json
2025-07-21 15:36:55 -04:00
Francis Dupont
c57d680482 [#3927] Doc and chmod fixes 2025-07-09 17:52:42 +02:00
Razvan Becheriu
1cfc415b7a [#3927] updated documentation 2025-07-09 18:19:33 +03:00
Razvan Becheriu
ad5a10aada [#3927] remove ssl-mode for mysql 2025-07-09 18:14:05 +03:00
Razvan Becheriu
1d83dd5479 [#3927] remove key-password 2025-07-09 15:40:43 +03:00
Razvan Becheriu
ff73ae4d04 [#3927] add ssl-mode parameter 2025-07-09 07:42:22 +03:00
Razvan Becheriu
7b961f6b78 [#3927] add TLS parameters to pgsql connection 2025-07-08 10:59:42 +00:00
William Leuschner
04b4bfcbb6
[#3978] Correct reference to kea-lfc in 5.3.1 2025-07-02 12:08:15 -04:00
Thomas Markwalder
0a85700c28 [#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
2025-06-30 11:49:59 +00:00
Thomas Markwalder
33caead065 [#3848] Make message IDs consistent 2025-06-30 11:49:59 +00:00
Marcin Siodelski
15a78bcfc3 [#3848] Fixed whitespace 2025-06-30 11:49:59 +00:00
Thomas Markwalder
b3ded306f3 [#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
2025-06-30 11:49:59 +00:00
Thomas Markwalder
8ba41dcfaf [#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
2025-06-30 11:49:59 +00:00
Marcin Godzina
9a2ba84480 [#3973] release changes 2025-06-20 17:30:19 +02:00
Andrei Pavel
3d43dcdc4c [#3907] Fix some paths about reinstall.sh 2025-06-20 13:29:10 +00:00
Andrei Pavel
0ad94428eb
[#3919] Meson: Fix uml target 2025-06-20 14:17:23 +03:00
Andrei Pavel
5a0e270b22
[#3919] Update meson docs 2025-06-20 14:17:23 +03:00
Andrei Pavel
89ca20560c
[#3919] Update Python dependencies 2025-06-20 14:17:23 +03:00
Andrei Pavel
162ebf433d
[#3919] Fix update-python-dependencies not writing to file 2025-06-20 14:17:23 +03:00
Marcin Siodelski
5ee709836c [#3881] Fixed config flag in the ARM 2025-06-20 12:29:17 +02:00
Marcin Siodelski
8583b53be8 [#3881] Changes after review 2025-06-20 12:22:10 +02:00
Ben Scott
862877837b [#3881] Right ref name this time maybe? 2025-06-20 12:22:10 +02:00
Ben Scott
9dbe5fb965 [#3881] Fix RST syntax snafus 2025-06-20 12:22:10 +02:00
Ben Scott
27e9cc22d8 [#3881] Typo fixes (hopefully final) 2025-06-20 12:22:10 +02:00
Ben Scott
4d2c259aa2 [#3881] Adapt d85666cf to this rewrite 2025-06-20 12:22:10 +02:00
Ben Scott
7b06537aed [#3881] Overhaul my overhaul 2025-06-20 12:22:10 +02:00
Ben Scott
021d59b12f [#3881] Future "planned" vs "will" 2025-06-20 12:22:10 +02:00
Ben Scott
e3cee3954a [#3881] Note Stork+Kea+CB issues 2025-06-20 12:22:10 +02:00