]>
git.ipfire.org Git - thirdparty/kea.git/log
Suzanne Goldlust [Wed, 8 Jun 2022 21:42:08 +0000 (21:42 +0000)]
[#2403] Reformat section header
Suzanne Goldlust [Wed, 8 Jun 2022 21:39:17 +0000 (21:39 +0000)]
[#2403] Reformat section header
Suzanne Goldlust [Wed, 8 Jun 2022 21:37:34 +0000 (21:37 +0000)]
[#2403] Reformat section heading
Suzanne Goldlust [Wed, 8 Jun 2022 21:34:23 +0000 (21:34 +0000)]
[#2403] Reformat section header
Suzanne Goldlust [Wed, 8 Jun 2022 21:22:32 +0000 (21:22 +0000)]
[#2403] Add text, reformat section header
Andrei Pavel [Wed, 8 Jun 2022 19:54:47 +0000 (22:54 +0300)]
[#2403] fix indentation in ARM note
Suzanne Goldlust [Wed, 8 Jun 2022 19:44:09 +0000 (19:44 +0000)]
[#2403] Move/demote User Contexts section
Suzanne Goldlust [Wed, 8 Jun 2022 18:50:50 +0000 (18:50 +0000)]
Apply 1 suggestion(s) to 1 file(s)
Suzanne Goldlust [Wed, 8 Jun 2022 18:50:34 +0000 (18:50 +0000)]
Apply 1 suggestion(s) to 1 file(s)
Suzanne Goldlust [Wed, 8 Jun 2022 18:50:18 +0000 (18:50 +0000)]
Apply 1 suggestion(s) to 1 file(s)
Suzanne Goldlust [Wed, 8 Jun 2022 18:49:39 +0000 (18:49 +0000)]
Apply 1 suggestion(s) to 1 file(s)
Suzanne Goldlust [Wed, 11 May 2022 22:05:43 +0000 (22:05 +0000)]
[#2403] Editorial review of documentation about hook libraries in the ARM
Wlodek Wencel [Mon, 13 Jun 2022 16:03:32 +0000 (18:03 +0200)]
[#2439] added rhel 9 support to hammer
Thomas Markwalder [Tue, 14 Jun 2022 14:07:00 +0000 (10:07 -0400)]
[#2430] Addressed review comments
src/lib/dhcpsrv/parsers/client_class_def_parser.cc
ClientClassDefParser::parse() - throws if user-context is
not a map
src/lib/dhcpsrv/tests/client_class_def_parser_unittest.cc
TEST_F(ClientClassDefParserTest, invalidUserContext) - new test
src/hooks/dhcp/pgsql_cb/pgsql_cb_dhcp6.cc
src/share/database/scripts/mysql/dhcpdb_create.mysql
src/share/database/scripts/pgsql/dhcpdb_create.pgsql
src/share/database/scripts/pgsql/upgrade_011_to_012.sh.in
typos
Thomas Markwalder [Wed, 8 Jun 2022 13:38:24 +0000 (09:38 -0400)]
[#2430] Added Changelog entry
Thomas Markwalder [Wed, 8 Jun 2022 13:34:10 +0000 (09:34 -0400)]
[#2430] PostgreSQL CB now supports class user-context
src/bin/admin/tests/pgsql_tests.sh.in
Updated pgsql_upgrade_11_0_to_12_0()
src/hooks/dhcp/pgsql_cb/pgsql_cb_dhcp4.cc
src/hooks/dhcp/pgsql_cb/pgsql_cb_dhcp6.cc
src/hooks/dhcp/pgsql_cb/pgsql_query_macros_dhcp.h
added user_context to necessary statements, bindings
src/share/database/scripts/pgsql/dhcpdb_create.pgsql
src/share/database/scripts/pgsql/upgrade_011_to_012.sh.in
added user_context column to class tables
Thomas Markwalder [Tue, 7 Jun 2022 20:14:12 +0000 (16:14 -0400)]
[#2430] MySQL CB now supports class user-context
src/share/database/scripts/mysql/dhcpdb_create.mysql
src/share/database/scripts/mysql/upgrade_013_to_014.sh.in
Added user_context column to class tables
src/bin/admin/tests/mysql_tests.sh.in
Updated upgrade test
src/hooks/dhcp/mysql_cb/mysql_cb_dhcp4.cc
src/hooks/dhcp/mysql_cb/mysql_cb_dhcp6.cc
src/hooks/dhcp/mysql_cb/mysql_query_macros_dhcp.h
read/write class user_context
src/lib/dhcpsrv/testutils/generic_cb_dhcp4_unittest.cc
src/lib/dhcpsrv/testutils/generic_cb_dhcp6_unittest.cc
Added user_context value to class tests
Dan Theisen [Thu, 9 Jun 2022 04:57:12 +0000 (21:57 -0700)]
[#2395] Fix ChangeLog entry order and numbering
Dan Theisen [Wed, 8 Jun 2022 22:56:12 +0000 (15:56 -0700)]
[#2395] Regenerate alloc_engine_messages.cc
Dan Theisen [Wed, 8 Jun 2022 22:56:02 +0000 (15:56 -0700)]
[#2395] Make suggested changes from Code Review
Dan Theisen [Tue, 7 Jun 2022 01:35:36 +0000 (18:35 -0700)]
[#2395] Make ChangeLog linter happy with the line lengths
Dan Theisen [Tue, 7 Jun 2022 00:07:00 +0000 (17:07 -0700)]
[#2395] Generate alloc_engine_messages.cc
Dan Theisen [Mon, 6 Jun 2022 23:59:40 +0000 (16:59 -0700)]
[#2395] Make ALLOC_ENGINE_V6_ALLOC_FAIL_SUBNET log message format consistent with V4
Dan Theisen [Mon, 6 Jun 2022 22:05:18 +0000 (15:05 -0700)]
[#2395] Add ChangeLog entry for changes to ALLOC_ENGINE_V4_ALLOC_FAIL_SUBNET log message
Dan Theisen [Mon, 6 Jun 2022 21:56:20 +0000 (14:56 -0700)]
[#2395] Clarify ARM documentation for ALLOC_ENGINE_V4_ALLOC_FAIL_SUBNET log message
Dan Theisen [Fri, 3 Jun 2022 22:37:24 +0000 (15:37 -0700)]
[#2395] Clarify ALLOC_ENGINE_V4_ALLOC_FAIL_SUBNET log message
Francis Dupont [Thu, 9 Jun 2022 14:12:30 +0000 (16:12 +0200)]
[#2435] Removed questionable text from RBAC doc
Wlodek Wencel [Wed, 8 Jun 2022 15:46:33 +0000 (17:46 +0200)]
[#2433] add support for ubuntu 22.04
Andrei Pavel [Tue, 7 Jun 2022 10:07:47 +0000 (13:07 +0300)]
[#2422] add formatDhcpSpace() for straightforward string formatting
Andrei Pavel [Tue, 31 May 2022 12:33:57 +0000 (15:33 +0300)]
[#2422] add limits to the list of hook libraries in the ARM
Andrei Pavel [Tue, 7 Jun 2022 18:56:20 +0000 (21:56 +0300)]
[#2299] are-scripts-in-sync.py is now explicit about missing delimiters
Thomas Markwalder [Tue, 7 Jun 2022 17:47:26 +0000 (13:47 -0400)]
[#2299] Fixed minor review comments
modified:
src/share/database/scripts/mysql/dhcpdb_create.mysql
src/share/database/scripts/mysql/upgrade_013_to_014.sh.in
src/share/database/scripts/pgsql/dhcpdb_create.pgsql
src/share/database/scripts/pgsql/upgrade_011_to_012.sh.in
Andrei Pavel [Tue, 7 Jun 2022 17:09:23 +0000 (17:09 +0000)]
Apply 1 suggestion(s) to 1 file(s)
Thomas Markwalder [Mon, 6 Jun 2022 11:16:32 +0000 (07:16 -0400)]
[#2299] Fixed ChangeLog
Thomas Markwalder [Mon, 6 Jun 2022 11:07:14 +0000 (07:07 -0400)]
[#2299] Fixed db script differences
Thomas Markwalder [Fri, 3 Jun 2022 14:52:04 +0000 (10:52 -0400)]
[#2299] Added ChangeLog entry
Thomas Markwalder [Fri, 3 Jun 2022 14:05:45 +0000 (10:05 -0400)]
[#2299] Script sync issues
modified: dhcpdb_create.mysql
modified: upgrade_013_to_014.sh.in
Thomas Markwalder [Fri, 3 Jun 2022 13:43:24 +0000 (09:43 -0400)]
[#2299] Create subnet audit entry when network is deleted
Update subnets in shared-network BDEL trigger rather than
relying on foreign key update action
new files:
src/share/database/scripts/mysql/upgrade_013_to_014.sh.in
src/share/database/scripts/pgsql/upgrade_011_to_012.sh.in
configure.ac
added:
src/share/database/scripts/mysql/upgrade_013_to_014.sh
src/share/database/scripts/pgsql/upgrade_011_to_012.sh
src/bin/admin/tests/mysql_tests.sh.in
added 13 to 14 checks
src/bin/admin/tests/pgsql_tests.sh.in
added 11 to 12 checks
src/hooks/dhcp/mysql_cb/tests/mysql_cb_dhcp4_unittest.cc
src/hooks/dhcp/mysql_cb/tests/mysql_cb_dhcp6_unittest.cc
enabled disabled tests
src/lib/dhcpsrv/testutils/generic_cb_dhcp4_unittest.cc
GenericConfigBackendDHCPv4Test::getAllSharedNetworks4Test()
- updated expected audit entry order
src/lib/dhcpsrv/testutils/generic_cb_dhcp6_unittest.cc
GenericConfigBackendDHCPv6Test::getAllSharedNetworks6Test()
- updated expected audit entry order
src/lib/mysql/mysql_constants.h
Updated schema version to 14
src/lib/pgsql/pgsql_connection.h
Updated schema version to 12
src/share/database/scripts/mysql/.gitignore
src/share/database/scripts/mysql/Makefile.am
added upgrade_013_to_014.sh
src/share/database/scripts/mysql/dhcpdb_create.mysql
subnet rows are now updated directly in shared-network
BEFORE delete triggers (v4 and v6)
src/share/database/scripts/pgsql/Makefile.am
added upgrade_011_to_012.sh
src/share/database/scripts/pgsql/dhcpdb_create.pgsql
subnet rows are now updated directly in shared-network
BEFORE delete triggers (v4 and v6)
Suzanne Goldlust [Wed, 1 Jun 2022 21:23:41 +0000 (21:23 +0000)]
Apply 4 suggestion(s) to 2 file(s)
Marcin Godzina [Wed, 1 Jun 2022 21:10:15 +0000 (21:10 +0000)]
Update doc/sphinx/arm/config.rst
Vicky Risk [Wed, 1 Jun 2022 21:08:34 +0000 (21:08 +0000)]
Apply 1 suggestion(s) to 1 file(s)
Vicky Risk [Wed, 1 Jun 2022 21:08:28 +0000 (21:08 +0000)]
Apply 1 suggestion(s) to 1 file(s)
Vicky Risk [Wed, 1 Jun 2022 21:07:59 +0000 (21:07 +0000)]
Apply 1 suggestion(s) to 1 file(s)
Suzanne Goldlust [Wed, 1 Jun 2022 21:07:52 +0000 (21:07 +0000)]
Apply 1 suggestion(s) to 1 file(s)
Suzanne Goldlust [Wed, 1 Jun 2022 21:07:43 +0000 (21:07 +0000)]
Apply 1 suggestion(s) to 1 file(s)
Marcin Godzina [Wed, 1 Jun 2022 20:11:01 +0000 (20:11 +0000)]
Update doc/sphinx/arm/config.rst, doc/sphinx/arm/hooks.rst
Marcin Godzina [Wed, 1 Jun 2022 16:39:26 +0000 (16:39 +0000)]
Update doc/sphinx/arm/config.rst
Marcin Godzina [Wed, 1 Jun 2022 16:38:14 +0000 (16:38 +0000)]
Update doc/sphinx/arm/config.rst
Marcin Godzina [Wed, 1 Jun 2022 14:52:57 +0000 (14:52 +0000)]
Update doc/sphinx/arm/config.rst, doc/sphinx/arm/hooks.rst
Marcin Godzina [Tue, 31 May 2022 15:19:34 +0000 (15:19 +0000)]
Update doc/sphinx/arm/hooks.rst
Francis Dupont [Wed, 25 May 2022 13:49:35 +0000 (15:49 +0200)]
[#2425] Fixed no logger check code and test
Andrei Pavel [Thu, 26 May 2022 06:06:00 +0000 (09:06 +0300)]
[#2426] add -y to kea-admin manual
Andrei Pavel [Thu, 26 May 2022 05:48:52 +0000 (08:48 +0300)]
[#2426] bump version to 2.1.7-git
Andrei Pavel [Tue, 24 May 2022 07:36:41 +0000 (10:36 +0300)]
[#2423] release changes
Andrei Pavel [Mon, 23 May 2022 15:09:23 +0000 (18:09 +0300)]
[#2423] release changes
Andrei Pavel [Mon, 23 May 2022 15:00:08 +0000 (18:00 +0300)]
[#2423] release changes: editorial changes to the ChangeLog
Andrei Pavel [Mon, 23 May 2022 14:38:46 +0000 (17:38 +0300)]
[#2423] release changes
Andrei Pavel [Mon, 23 May 2022 14:16:29 +0000 (17:16 +0300)]
[#2423] release changes: spelling corrections
Andrei Pavel [Mon, 23 May 2022 13:19:49 +0000 (16:19 +0300)]
[#2293] minor kea-admin adjustments
Andrei Pavel [Mon, 23 May 2022 10:45:32 +0000 (13:45 +0300)]
[#2293] tests for kea-admin -y
Andrei Pavel [Fri, 20 May 2022 19:17:51 +0000 (22:17 +0300)]
[#2291] add ChangeLog entry
Dan Theisen [Fri, 20 May 2022 17:51:24 +0000 (10:51 -0700)]
[#2293] Add flag to kea-admin to assume yes for all prompts, fix tests
Andrei Pavel [Tue, 5 Apr 2022 09:22:41 +0000 (12:22 +0300)]
[#2293] assume a default for kea-admin on non-interactive shells
Andrei Pavel [Tue, 5 Apr 2022 08:11:43 +0000 (11:11 +0300)]
[#2293] adjust tests for kea-lfc called in kea-admin lease-upload
Andrei Pavel [Tue, 5 Apr 2022 07:51:53 +0000 (10:51 +0300)]
[#2293] call kea-lfc in kea-admin lease-upload
Razvan Becheriu [Fri, 20 May 2022 19:35:55 +0000 (22:35 +0300)]
[#2421] bump lib versions for 2.1.6
Andrei Pavel [Fri, 20 May 2022 17:02:35 +0000 (20:02 +0300)]
[#562] fix warning about uninitialized variable in LibLoadTest fixture
Thomas Markwalder [Fri, 20 May 2022 13:06:08 +0000 (09:06 -0400)]
[#562] Minor edits to ARM
modified: hooks-limits.rst
Andrei Pavel [Fri, 20 May 2022 11:34:54 +0000 (14:34 +0300)]
[#562] document rate limiting
Andrei Pavel [Thu, 19 May 2022 16:26:34 +0000 (19:26 +0300)]
[#562] remove unused dhcp_space.cc
Andrei Pavel [Thu, 19 May 2022 15:25:22 +0000 (18:25 +0300)]
[#562] remove index used for sorting ClientClasses
Andrei Pavel [Thu, 19 May 2022 09:58:31 +0000 (12:58 +0300)]
[#562] add LibLoadTest fixture
Andrei Pavel [Wed, 11 May 2022 11:23:51 +0000 (14:23 +0300)]
[#562] add ChangeLog entry
Andrei Pavel [Fri, 6 May 2022 05:56:07 +0000 (08:56 +0300)]
[#562] document rate limiting
Andrei Pavel [Fri, 6 May 2022 05:56:19 +0000 (08:56 +0300)]
[#562] add an ordered_unique index to ClientClassContainer
Andrei Pavel [Fri, 6 May 2022 05:56:00 +0000 (08:56 +0300)]
[#562] mention mark and argument in logger error
Andrei Pavel [Fri, 6 May 2022 05:55:54 +0000 (08:55 +0300)]
[#562] template adapters to existing qualified names
Andrei Pavel [Fri, 6 May 2022 05:55:44 +0000 (08:55 +0300)]
[#562] enable range-based for loops on ClientClasses
Andrei Pavel [Fri, 6 May 2022 05:55:32 +0000 (08:55 +0300)]
[#562] use SubnetID from subnet_id.h in Lease
Razvan Becheriu [Thu, 19 May 2022 15:53:08 +0000 (18:53 +0300)]
[#2381] addresses review
Razvan Becheriu [Sun, 8 May 2022 08:55:02 +0000 (11:55 +0300)]
[#2381] fixed initialization race
Marcin Godzina [Thu, 19 May 2022 16:17:55 +0000 (16:17 +0000)]
Apply 1 suggestion(s) to 1 file(s)
Marcin Godzina [Thu, 19 May 2022 16:09:49 +0000 (16:09 +0000)]
Apply 1 suggestion(s) to 1 file(s)
Marcin Godzina [Thu, 19 May 2022 16:09:16 +0000 (16:09 +0000)]
Apply 1 suggestion(s) to 1 file(s)
Francis Dupont [Thu, 19 May 2022 14:40:56 +0000 (16:40 +0200)]
[#2414] spelling
Marcin Godzina [Wed, 18 May 2022 14:10:16 +0000 (14:10 +0000)]
Update doc/sphinx/arm/hooks-ha.rst
Marcin Godzina [Tue, 17 May 2022 14:02:45 +0000 (14:02 +0000)]
Update doc/sphinx/arm/hooks-ha.rst
Marcin Godzina [Tue, 17 May 2022 13:36:24 +0000 (13:36 +0000)]
Update doc/sphinx/arm/hooks-ha.rst
Marcin Godzina [Tue, 17 May 2022 13:23:39 +0000 (13:23 +0000)]
Update doc/sphinx/arm/hooks-ha.rst
Marcin Godzina [Tue, 17 May 2022 13:04:20 +0000 (13:04 +0000)]
Update doc/sphinx/arm/hooks-ha.rst
Thomas Markwalder [Thu, 19 May 2022 18:49:45 +0000 (14:49 -0400)]
[#2354] Allow test expression for SKIP_DDNS
doc/sphinx/arm/hooks-ddns-tuning.rst
src/lib/dhcpsrv/client_class_def.cc
Thomas Markwalder [Thu, 19 May 2022 17:47:54 +0000 (13:47 -0400)]
[#2354] Fixed a typo in ARM
modified: hooks-ddns-tuning.rst
Thomas Markwalder [Thu, 19 May 2022 17:38:10 +0000 (13:38 -0400)]
[#2354] Added a note to DDNS-tuning section
modified: arm/hooks-ddns-tuning.rst
Thomas Markwalder [Thu, 19 May 2022 14:56:10 +0000 (10:56 -0400)]
[#2354] Addressed review comments
doc/sphinx/arm/classify.rst
Added SKIP_DDNS
doc/sphinx/arm/hooks.rst
Fixed spelling.
src/bin/dhcp6/tests/Makefile.am
Restored commented out line
Thomas Markwalder [Wed, 11 May 2022 17:59:48 +0000 (13:59 -0400)]
[#2354] Update response FQDN flags when skipping DDNS
src/bin/dhcp4/dhcp4_srv.cc
Dhcpv4Srv::processClientName() - update flags in response
FQDN to reflect no updates when DDNS gets skipped
src/bin/dhcp6/dhcp6_srv.cc
Dhcpv6Srv::processClientFqdn()) - update flags in response
FQDN to reflect no updates when DDNS gets skipped
Thomas Markwalder [Wed, 11 May 2022 14:14:56 +0000 (10:14 -0400)]
[#2354] Added built-in class "SKIP_DDNS"
Added ChangeLog entry
doc/sphinx/arm/hooks-ddns-tuning.rst
doc/sphinx/arm/hooks.rst
Updated ARM
src/lib/dhcpsrv/client_class_def.cc
Added built-in class "SKIP_DDNS"
Razvan Becheriu [Thu, 19 May 2022 17:22:11 +0000 (20:22 +0300)]
[#2227] added ChangeLog entry
Thomas Markwalder [Thu, 19 May 2022 17:08:47 +0000 (13:08 -0400)]
[2227] Minor edits in to ARM
modified: doc/sphinx/arm/dhcp4-srv.rst
Razvan Becheriu [Thu, 19 May 2022 15:39:41 +0000 (18:39 +0300)]
[#2227] added documentation in ARM
Razvan Becheriu [Thu, 19 May 2022 14:59:48 +0000 (17:59 +0300)]
[#2227] addressed comments