]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[#3816] release changes
authorMarcin Godzina <mgodzina@isc.org>
Fri, 21 Mar 2025 15:56:20 +0000 (16:56 +0100)
committerMarcin Godzina <mgodzina@isc.org>
Fri, 21 Mar 2025 19:04:50 +0000 (20:04 +0100)
397 files changed:
ChangeLog
changelog_unreleased/3463-optionally-store-response-dhcp-options-in-lease-user-context [deleted file]
changelog_unreleased/3666-unable-to-upload-dhcp-leases-to-mysql-database [deleted file]
changelog_unreleased/3683-registering-ipv6-addrs [deleted file]
changelog_unreleased/3693-if-dhcp-is-disabled-then-do-not-do-lease-reclamation [deleted file]
changelog_unreleased/3711-remove-postgresql-server-side-library-dependency [deleted file]
changelog_unreleased/3731-meson [deleted file]
changelog_unreleased/3747-option-class-tagging-does-not-select-expected-entry [deleted file]
doc/sphinx/debug-messages.rst
doc/sphinx/kea-messages.rst
src/bin/agent/ca_messages.mes
src/bin/agent/tests/ca_controller_unittests.cc
src/bin/d2/tests/d2_command_unittest.cc
src/bin/dhcp4/dhcp4_hooks.dox
src/bin/dhcp4/dhcp4_lexer.cc
src/bin/dhcp4/tests/classify_unittest.cc
src/bin/dhcp4/tests/decline_unittest.cc
src/bin/dhcp4/tests/dhcp4_client.cc
src/bin/dhcp4/tests/dhcp4_test_utils.cc
src/bin/dhcp4/tests/dhcp4_test_utils.h
src/bin/dhcp4/tests/dhcp4to6_ipc_unittest.cc
src/bin/dhcp4/tests/direct_client_unittest.cc
src/bin/dhcp4/tests/dora_unittest.cc
src/bin/dhcp4/tests/hooks_unittest.cc
src/bin/dhcp4/tests/host_options_unittest.cc
src/bin/dhcp4/tests/host_unittest.cc
src/bin/dhcp4/tests/inform_unittest.cc
src/bin/dhcp4/tests/kea_controller_unittest.cc
src/bin/dhcp4/tests/out_of_range_unittest.cc
src/bin/dhcp4/tests/release_unittest.cc
src/bin/dhcp4/tests/shared_network_unittest.cc
src/bin/dhcp4/tests/vendor_opts_unittest.cc
src/bin/dhcp6/dhcp6_lexer.cc
src/bin/dhcp6/dhcp6_messages.mes
src/bin/dhcp6/tests/classify_unittest.cc
src/bin/dhcp6/tests/confirm_unittest.cc
src/bin/dhcp6/tests/decline_unittest.cc
src/bin/dhcp6/tests/host_unittest.cc
src/bin/dhcp6/tests/infrequest_unittest.cc
src/bin/dhcp6/tests/rebind_unittest.cc
src/bin/dhcp6/tests/renew_unittest.cc
src/bin/dhcp6/tests/sarr_unittest.cc
src/bin/dhcp6/tests/shared_network_unittest.cc
src/bin/dhcp6/tests/tee_times_unittest.cc
src/bin/dhcp6/tests/vendor_opts_unittest.cc
src/hooks/d2/gss_tsig/gss_tsig.dox
src/hooks/d2/gss_tsig/gss_tsig_api.h
src/hooks/d2/gss_tsig/gss_tsig_callouts.cc
src/hooks/d2/gss_tsig/gss_tsig_cfg.cc
src/hooks/d2/gss_tsig/gss_tsig_cfg.h
src/hooks/d2/gss_tsig/gss_tsig_context.cc
src/hooks/d2/gss_tsig/gss_tsig_context.h
src/hooks/d2/gss_tsig/gss_tsig_impl.cc
src/hooks/d2/gss_tsig/gss_tsig_impl.h
src/hooks/d2/gss_tsig/gss_tsig_key.cc
src/hooks/d2/gss_tsig/gss_tsig_key.h
src/hooks/d2/gss_tsig/gss_tsig_log.cc
src/hooks/d2/gss_tsig/gss_tsig_log.h
src/hooks/d2/gss_tsig/gss_tsig_messages.mes
src/hooks/d2/gss_tsig/libloadtests/load_unload_unittests.cc
src/hooks/d2/gss_tsig/libloadtests/run_unittests.cc
src/hooks/d2/gss_tsig/managed_key.cc
src/hooks/d2/gss_tsig/managed_key.h
src/hooks/d2/gss_tsig/tests/dns_update_unittests.cc
src/hooks/d2/gss_tsig/tests/gss_tsig_api_unittests.cc
src/hooks/d2/gss_tsig/tests/gss_tsig_api_utils.h
src/hooks/d2/gss_tsig/tests/gss_tsig_callouts_unittests.cc
src/hooks/d2/gss_tsig/tests/gss_tsig_cfg_unittests.cc
src/hooks/d2/gss_tsig/tests/gss_tsig_context_unittests.cc
src/hooks/d2/gss_tsig/tests/gss_tsig_impl_unittests.cc
src/hooks/d2/gss_tsig/tests/gss_tsig_key_unittests.cc
src/hooks/d2/gss_tsig/tests/managed_key_unittests.cc
src/hooks/d2/gss_tsig/tests/nsupdate.cc
src/hooks/d2/gss_tsig/tests/run_unittests.cc
src/hooks/d2/gss_tsig/tests/tkey_exchange_unittests.cc
src/hooks/d2/gss_tsig/tests/tkey_unittests.cc
src/hooks/d2/gss_tsig/testutils/gss_tsig_dns_server.cc
src/hooks/d2/gss_tsig/testutils/gss_tsig_dns_server.h
src/hooks/d2/gss_tsig/tkey_exchange.cc
src/hooks/d2/gss_tsig/tkey_exchange.h
src/hooks/d2/gss_tsig/version.cc
src/hooks/dhcp/bootp/bootp_messages.mes
src/hooks/dhcp/class_cmds/class_cmds.cc
src/hooks/dhcp/class_cmds/class_cmds.dox
src/hooks/dhcp/class_cmds/class_cmds.h
src/hooks/dhcp/class_cmds/class_cmds_callouts.cc
src/hooks/dhcp/class_cmds/class_cmds_log.cc
src/hooks/dhcp/class_cmds/class_cmds_log.h
src/hooks/dhcp/class_cmds/class_cmds_messages.mes
src/hooks/dhcp/class_cmds/libloadtests/load_unload_unittests.cc
src/hooks/dhcp/class_cmds/libloadtests/run_unittests.cc
src/hooks/dhcp/class_cmds/tests/class_cmds_unittest.cc
src/hooks/dhcp/class_cmds/tests/run_unittests.cc
src/hooks/dhcp/class_cmds/version.cc
src/hooks/dhcp/ddns_tuning/ddns_tuning.cc
src/hooks/dhcp/ddns_tuning/ddns_tuning.dox
src/hooks/dhcp/ddns_tuning/ddns_tuning.h
src/hooks/dhcp/ddns_tuning/ddns_tuning_callouts.cc
src/hooks/dhcp/ddns_tuning/ddns_tuning_log.cc
src/hooks/dhcp/ddns_tuning/ddns_tuning_log.h
src/hooks/dhcp/ddns_tuning/ddns_tuning_messages.mes
src/hooks/dhcp/ddns_tuning/expression_cache.cc
src/hooks/dhcp/ddns_tuning/expression_cache.h
src/hooks/dhcp/ddns_tuning/libloadtests/callout4_unittests.cc
src/hooks/dhcp/ddns_tuning/libloadtests/callout6_unittests.cc
src/hooks/dhcp/ddns_tuning/libloadtests/callout_unittests.cc
src/hooks/dhcp/ddns_tuning/libloadtests/callout_unittests.h
src/hooks/dhcp/ddns_tuning/libloadtests/load_unload_unittests.cc
src/hooks/dhcp/ddns_tuning/libloadtests/run_unittests.cc
src/hooks/dhcp/ddns_tuning/tests/ddns_tuning_unittests.cc
src/hooks/dhcp/ddns_tuning/tests/expression_cache_unittests.cc
src/hooks/dhcp/ddns_tuning/tests/run_unittests.cc
src/hooks/dhcp/ddns_tuning/version.cc
src/hooks/dhcp/flex_id/callouts.cc
src/hooks/dhcp/flex_id/flex_id.h
src/hooks/dhcp/flex_id/flex_id_log.cc
src/hooks/dhcp/flex_id/flex_id_log.h
src/hooks/dhcp/flex_id/flex_id_messages.mes
src/hooks/dhcp/flex_id/libdhcp_flex_id.dox
src/hooks/dhcp/flex_id/libloadtests/load_unload_unittests.cc
src/hooks/dhcp/flex_id/libloadtests/run_unittests.cc
src/hooks/dhcp/flex_id/load_unload.cc
src/hooks/dhcp/flex_id/tests/callout_unittests.cc
src/hooks/dhcp/flex_id/tests/run_unittests.cc
src/hooks/dhcp/flex_id/version.cc
src/hooks/dhcp/flex_option/flex_option_messages.mes
src/hooks/dhcp/forensic_log/command_callouts.cc
src/hooks/dhcp/forensic_log/lease4_callouts.cc
src/hooks/dhcp/forensic_log/lease6_callouts.cc
src/hooks/dhcp/forensic_log/legal_log_log.cc
src/hooks/dhcp/forensic_log/legal_log_log.h
src/hooks/dhcp/forensic_log/legal_log_messages.mes
src/hooks/dhcp/forensic_log/libdhcp_legal_log.dox
src/hooks/dhcp/forensic_log/libloadtests/load_unload_unittests.cc
src/hooks/dhcp/forensic_log/libloadtests/run_unittests.cc
src/hooks/dhcp/forensic_log/load_unload.cc
src/hooks/dhcp/forensic_log/rotating_file.h
src/hooks/dhcp/forensic_log/subnets_user_context.h
src/hooks/dhcp/forensic_log/tests/command_log_unittests.cc
src/hooks/dhcp/forensic_log/tests/legal_log4_unittests.cc
src/hooks/dhcp/forensic_log/tests/legal_log6_unittests.cc
src/hooks/dhcp/forensic_log/tests/legal_log_mgr_unittests.cc
src/hooks/dhcp/forensic_log/tests/rotating_file_unittests.cc
src/hooks/dhcp/forensic_log/tests/run_unittests.cc
src/hooks/dhcp/forensic_log/tests/test_utils.h
src/hooks/dhcp/forensic_log/version.cc
src/hooks/dhcp/host_cache/container.h
src/hooks/dhcp/host_cache/entry.cc
src/hooks/dhcp/host_cache/host_cache.cc
src/hooks/dhcp/host_cache/host_cache.dox
src/hooks/dhcp/host_cache/host_cache.h
src/hooks/dhcp/host_cache/host_cache_callout.cc
src/hooks/dhcp/host_cache/host_cache_impl.cc
src/hooks/dhcp/host_cache/host_cache_impl.h
src/hooks/dhcp/host_cache/host_cache_log.cc
src/hooks/dhcp/host_cache/host_cache_log.h
src/hooks/dhcp/host_cache/host_cache_messages.mes
src/hooks/dhcp/host_cache/host_cache_parsers.cc
src/hooks/dhcp/host_cache/host_cache_parsers.h
src/hooks/dhcp/host_cache/libloadtests/load_unload_unittests.cc
src/hooks/dhcp/host_cache/libloadtests/run_unittests.cc
src/hooks/dhcp/host_cache/tests/cache_unittests.cc
src/hooks/dhcp/host_cache/tests/command_unittests.cc
src/hooks/dhcp/host_cache/tests/host_data_source_unittests.cc
src/hooks/dhcp/host_cache/tests/run_unittests.cc
src/hooks/dhcp/host_cache/version.cc
src/hooks/dhcp/host_cmds/host_cmds.cc
src/hooks/dhcp/host_cmds/host_cmds.dox
src/hooks/dhcp/host_cmds/host_cmds.h
src/hooks/dhcp/host_cmds/host_cmds_callouts.cc
src/hooks/dhcp/host_cmds/host_cmds_log.cc
src/hooks/dhcp/host_cmds/host_cmds_log.h
src/hooks/dhcp/host_cmds/host_cmds_messages.mes
src/hooks/dhcp/host_cmds/host_data_parser.h
src/hooks/dhcp/host_cmds/libloadtests/load_unload_unittests.cc
src/hooks/dhcp/host_cmds/libloadtests/run_unittests.cc
src/hooks/dhcp/host_cmds/tests/host_cmds_unittest.cc
src/hooks/dhcp/host_cmds/tests/host_data_parser_unittest.cc
src/hooks/dhcp/host_cmds/tests/run_unittests.cc
src/hooks/dhcp/host_cmds/version.cc
src/hooks/dhcp/lease_cmds/lease_cmds_callouts.cc
src/hooks/dhcp/lease_cmds/lease_cmds_messages.mes
src/hooks/dhcp/lease_cmds/libloadtests/lease_cmds_unittest.cc
src/hooks/dhcp/lease_cmds/libloadtests/lease_cmds_unittest.h
src/hooks/dhcp/lease_cmds/libloadtests/load_unload_unittests.cc
src/hooks/dhcp/lease_query/blq_msg.h
src/hooks/dhcp/lease_query/blq_service.cc
src/hooks/dhcp/lease_query/blq_service.h
src/hooks/dhcp/lease_query/bulk_lease_query.h
src/hooks/dhcp/lease_query/bulk_lease_query4.cc
src/hooks/dhcp/lease_query/bulk_lease_query4.h
src/hooks/dhcp/lease_query/bulk_lease_query6.cc
src/hooks/dhcp/lease_query/bulk_lease_query6.h
src/hooks/dhcp/lease_query/lease_query.dox
src/hooks/dhcp/lease_query/lease_query_callouts.cc
src/hooks/dhcp/lease_query/lease_query_connection.cc
src/hooks/dhcp/lease_query/lease_query_connection.h
src/hooks/dhcp/lease_query/lease_query_impl.cc
src/hooks/dhcp/lease_query/lease_query_impl.h
src/hooks/dhcp/lease_query/lease_query_impl4.cc
src/hooks/dhcp/lease_query/lease_query_impl4.h
src/hooks/dhcp/lease_query/lease_query_impl6.cc
src/hooks/dhcp/lease_query/lease_query_impl6.h
src/hooks/dhcp/lease_query/lease_query_impl_factory.cc
src/hooks/dhcp/lease_query/lease_query_impl_factory.h
src/hooks/dhcp/lease_query/lease_query_listener.h
src/hooks/dhcp/lease_query/lease_query_log.cc
src/hooks/dhcp/lease_query/lease_query_log.h
src/hooks/dhcp/lease_query/lease_query_messages.mes
src/hooks/dhcp/lease_query/libloadtests/load_unload_unittests.cc
src/hooks/dhcp/lease_query/libloadtests/run_unittests.cc
src/hooks/dhcp/lease_query/mt_lease_query_mgr.cc
src/hooks/dhcp/lease_query/mt_lease_query_mgr.h
src/hooks/dhcp/lease_query/tests/accept_filter4_unittest.cc
src/hooks/dhcp/lease_query/tests/accept_filter6_unittest.cc
src/hooks/dhcp/lease_query/tests/blq4_utils.h
src/hooks/dhcp/lease_query/tests/blq6_utils.h
src/hooks/dhcp/lease_query/tests/bulk_lease_query4_unittest.cc
src/hooks/dhcp/lease_query/tests/bulk_lease_query6_unittest.cc
src/hooks/dhcp/lease_query/tests/lease_query4_unittest.cc
src/hooks/dhcp/lease_query/tests/lease_query6_unittest.cc
src/hooks/dhcp/lease_query/tests/lease_query_connection_unittest.cc
src/hooks/dhcp/lease_query/tests/lease_query_impl4_unittest.cc
src/hooks/dhcp/lease_query/tests/lease_query_impl6_unittest.cc
src/hooks/dhcp/lease_query/tests/lease_query_listener4_unittest.cc
src/hooks/dhcp/lease_query/tests/lease_query_listener6_unittest.cc
src/hooks/dhcp/lease_query/tests/lease_query_test_client.h
src/hooks/dhcp/lease_query/tests/mt_lease_query_mgr4_unittest.cc
src/hooks/dhcp/lease_query/tests/mt_lease_query_mgr6_unittest.cc
src/hooks/dhcp/lease_query/tests/run_unittests.cc
src/hooks/dhcp/lease_query/version.cc
src/hooks/dhcp/limits/configuration.cc
src/hooks/dhcp/limits/configuration.h
src/hooks/dhcp/limits/dhcpv4_callouts.cc
src/hooks/dhcp/limits/dhcpv6_callouts.cc
src/hooks/dhcp/limits/libloadtests/limits_unit_tests_load_unload.cc
src/hooks/dhcp/limits/libloadtests/limits_unit_tests_main.cc
src/hooks/dhcp/limits/limits_logger.cc
src/hooks/dhcp/limits/limits_logger.h
src/hooks/dhcp/limits/limits_messages.mes
src/hooks/dhcp/limits/tests/limits_unit_tests_limit_manager.cc
src/hooks/dhcp/limits/tests/limits_unit_tests_main.cc
src/hooks/dhcp/limits/tests/limits_unit_tests_rate_limiting.cc
src/hooks/dhcp/limits/version.cc
src/hooks/dhcp/mysql/mysql_callouts.cc
src/hooks/dhcp/mysql/mysql_cb_messages.mes
src/hooks/dhcp/mysql/mysql_fb_messages.mes
src/hooks/dhcp/mysql/mysql_legal_log.h
src/hooks/dhcp/mysql/tests/mysql_forensic_unittest.cc
src/hooks/dhcp/perfmon/perfmon_messages.mes
src/hooks/dhcp/pgsql/pgsql_callouts.cc
src/hooks/dhcp/pgsql/pgsql_cb_messages.mes
src/hooks/dhcp/pgsql/pgsql_fb_messages.mes
src/hooks/dhcp/pgsql/pgsql_legal_log.h
src/hooks/dhcp/pgsql/tests/pgsql_forensic_unittest.cc
src/hooks/dhcp/ping_check/config_cache.cc
src/hooks/dhcp/ping_check/config_cache.h
src/hooks/dhcp/ping_check/icmp_endpoint.h
src/hooks/dhcp/ping_check/icmp_msg.cc
src/hooks/dhcp/ping_check/icmp_msg.h
src/hooks/dhcp/ping_check/icmp_socket.h
src/hooks/dhcp/ping_check/libloadtests/load_unload_unittests.cc
src/hooks/dhcp/ping_check/libloadtests/run_unittests.cc
src/hooks/dhcp/ping_check/ping_channel.cc
src/hooks/dhcp/ping_check/ping_channel.h
src/hooks/dhcp/ping_check/ping_check.dox
src/hooks/dhcp/ping_check/ping_check_callouts.cc
src/hooks/dhcp/ping_check/ping_check_config.cc
src/hooks/dhcp/ping_check/ping_check_config.h
src/hooks/dhcp/ping_check/ping_check_log.cc
src/hooks/dhcp/ping_check/ping_check_log.h
src/hooks/dhcp/ping_check/ping_check_messages.mes
src/hooks/dhcp/ping_check/ping_check_mgr.cc
src/hooks/dhcp/ping_check/ping_check_mgr.h
src/hooks/dhcp/ping_check/ping_context.cc
src/hooks/dhcp/ping_check/ping_context.h
src/hooks/dhcp/ping_check/ping_context_store.cc
src/hooks/dhcp/ping_check/ping_context_store.h
src/hooks/dhcp/ping_check/tests/config_cache_unittests.cc
src/hooks/dhcp/ping_check/tests/icmp_endpoint_unittests.cc
src/hooks/dhcp/ping_check/tests/icmp_msg_unittests.cc
src/hooks/dhcp/ping_check/tests/icmp_socket_unittests.cc
src/hooks/dhcp/ping_check/tests/ping_channel_unittests.cc
src/hooks/dhcp/ping_check/tests/ping_check_config_unittests.cc
src/hooks/dhcp/ping_check/tests/ping_check_mgr_unittests.cc
src/hooks/dhcp/ping_check/tests/ping_context_store_unittests.cc
src/hooks/dhcp/ping_check/tests/ping_context_unittests.cc
src/hooks/dhcp/ping_check/tests/ping_test_utils.h
src/hooks/dhcp/ping_check/tests/run_unittests.cc
src/hooks/dhcp/ping_check/version.cc
src/hooks/dhcp/radius/cfg_attribute.cc
src/hooks/dhcp/radius/cfg_attribute.h
src/hooks/dhcp/radius/client.h
src/hooks/dhcp/radius/client_attribute.cc
src/hooks/dhcp/radius/client_attribute.h
src/hooks/dhcp/radius/client_dictionary.cc
src/hooks/dhcp/radius/client_dictionary.h
src/hooks/dhcp/radius/client_exchange.cc
src/hooks/dhcp/radius/client_exchange.h
src/hooks/dhcp/radius/client_message.cc
src/hooks/dhcp/radius/client_message.h
src/hooks/dhcp/radius/client_server.cc
src/hooks/dhcp/radius/client_server.h
src/hooks/dhcp/radius/libloadtests/run_unittests.cc
src/hooks/dhcp/radius/radius.cc
src/hooks/dhcp/radius/radius.dox
src/hooks/dhcp/radius/radius.h
src/hooks/dhcp/radius/radius_access.cc
src/hooks/dhcp/radius/radius_access.h
src/hooks/dhcp/radius/radius_accounting.cc
src/hooks/dhcp/radius/radius_accounting.h
src/hooks/dhcp/radius/radius_backend.cc
src/hooks/dhcp/radius/radius_backend.h
src/hooks/dhcp/radius/radius_callout.cc
src/hooks/dhcp/radius/radius_log.cc
src/hooks/dhcp/radius/radius_log.h
src/hooks/dhcp/radius/radius_messages.mes
src/hooks/dhcp/radius/radius_parsers.h
src/hooks/dhcp/radius/radius_request.cc
src/hooks/dhcp/radius/radius_request.h
src/hooks/dhcp/radius/radius_service.cc
src/hooks/dhcp/radius/radius_service.h
src/hooks/dhcp/radius/radius_utils.cc
src/hooks/dhcp/radius/radius_utils.h
src/hooks/dhcp/radius/tests/access_unittests.cc
src/hooks/dhcp/radius/tests/accounting_unittests.cc
src/hooks/dhcp/radius/tests/async_request_unittests.cc
src/hooks/dhcp/radius/tests/attribute_test.cc
src/hooks/dhcp/radius/tests/attribute_test.h
src/hooks/dhcp/radius/tests/attribute_unittests.cc
src/hooks/dhcp/radius/tests/backend_unittests.cc
src/hooks/dhcp/radius/tests/dictionary_unittests.cc
src/hooks/dhcp/radius/tests/exchange_unittests.cc
src/hooks/dhcp/radius/tests/message_unittests.cc
src/hooks/dhcp/radius/tests/request_unittests.h
src/hooks/dhcp/radius/tests/run_unittests.cc
src/hooks/dhcp/radius/tests/server_unittests.cc
src/hooks/dhcp/radius/tests/sync_request_unittests.cc
src/hooks/dhcp/radius/tests/utils_unittests.cc
src/hooks/dhcp/radius/version.cc
src/hooks/dhcp/run_script/run_script_messages.mes
src/hooks/dhcp/stat_cmds/stat_cmds_messages.mes
src/hooks/dhcp/subnet_cmds/libloadtests/load_unload_unittests.cc
src/hooks/dhcp/subnet_cmds/libloadtests/run_unittests.cc
src/hooks/dhcp/subnet_cmds/subnet_cmds.cc
src/hooks/dhcp/subnet_cmds/subnet_cmds.dox
src/hooks/dhcp/subnet_cmds/subnet_cmds.h
src/hooks/dhcp/subnet_cmds/subnet_cmds_callouts.cc
src/hooks/dhcp/subnet_cmds/subnet_cmds_log.cc
src/hooks/dhcp/subnet_cmds/subnet_cmds_log.h
src/hooks/dhcp/subnet_cmds/subnet_cmds_messages.mes
src/hooks/dhcp/subnet_cmds/tests/run_unittests.cc
src/hooks/dhcp/subnet_cmds/tests/subnet4_cmds_unittest.cc
src/hooks/dhcp/subnet_cmds/tests/subnet6_cmds_unittest.cc
src/hooks/dhcp/subnet_cmds/tests/subnet_cmds_unittest.cc
src/hooks/dhcp/subnet_cmds/tests/subnet_cmds_unittest.h
src/hooks/dhcp/subnet_cmds/version.cc
src/lib/asiodns/io_fetch.h
src/lib/asiolink/botan_wrapper.h
src/lib/asiolink/io_asio_socket.h
src/lib/asiolink/openssl_tls.cc
src/lib/config/base_command_mgr.cc
src/lib/config/config_messages.mes
src/lib/config_backend/base_config_backend_mgr.h
src/lib/database/db_messages.mes
src/lib/dhcp/libdhcp++.cc
src/lib/dhcp/libdhcp++.h
src/lib/dhcp/pkt4.h
src/lib/dhcp/pkt_filter_lpf.cc
src/lib/dhcp/std_option_defs.h
src/lib/dhcp/tests/iface_mgr_unittest.cc
src/lib/dhcp/tests/libdhcp++_unittest.cc
src/lib/dhcp/tests/opaque_data_tuple_unittest.cc
src/lib/dhcp/tests/option_vendor_class_unittest.cc
src/lib/dhcpsrv/cfg_option.h
src/lib/dhcpsrv/dhcpsrv_messages.mes
src/lib/dhcpsrv/host_data_source_factory.cc
src/lib/dhcpsrv/lease_mgr_factory.h
src/lib/dhcpsrv/legal_log_db_log.cc
src/lib/dhcpsrv/legal_log_db_log.h
src/lib/dhcpsrv/legal_log_mgr.h
src/lib/dhcpsrv/libdhcpsrv.dox
src/lib/dhcpsrv/tests/cfg_option_unittest.cc
src/lib/dhcpsrv/tests/lease_mgr_factory_unittest.cc
src/lib/dhcpsrv/testutils/alloc_engine_utils.cc
src/lib/dhcpsrv/testutils/lib_load_test_fixture.h
src/lib/hooks/library_handle.h
src/lib/hooks/library_manager.cc
src/lib/http/listener.cc
src/lib/http/listener.h
src/lib/http/listener_impl.cc
src/lib/http/listener_impl.h
src/lib/mysql/mysql_constants.h
src/lib/testutils/unix_control_client.cc
src/lib/testutils/unix_control_client.h
src/lib/util/state_model.cc
src/share/database/scripts/pgsql/upgrade_028_to_029.sh.in

index 6cc16c0bd792d450567c5cfde0d8cf4ea676d519..c2a577e5580981fdcba0225eb2b8a0ecabece712 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,45 @@
+Kea 2.7.7 (development) released on March 26, 2025
+
+2334.  [func]          fdupont
+       Added experimental support for registering self-generated
+       IPv6 addresses using DHCPv6 (RFC 9686).
+       (Gitlab #3683, #3802)
+
+2333.  [build]         andrei, fdupont
+       Added meson as a build system.
+       (Gitlab #3443, #3729, #3730, #3731)
+
+2332.  [func]          tmark
+       Lease reclamation is now skipped and rescheduled
+       while DHCP service is disabled. This applies to
+       both kea-dhcp4 and kea-dhcp6.
+       (Gitlab #3693)
+
+2331.  [bug]           tmark
+       Added support for choosing from multiple
+       occurrences of the same option based on
+       class-tagging. Prior to this the last
+       occurrence listed was the only option
+       considered.
+       (Gitlab #3747)
+
+2330.  [func]          tmark
+       The lease-cmds hook library now supports storing
+       custom values, referred to as ``binding-variables``,
+       within the lease's ``user-context``.  Supported
+       in both kea-dhcp4 and kea-dhcp6.
+       (Gitlab #3463)
+
+2329.  [bug]           andrei
+       An "argument list too long" error message no longer appears when
+       the "kea-admin lease-upload" command tries to upload a large set
+       of leases. The command is also significantly faster now.
+       (Gitlab #3666)
+
+2328.  [build]         andrei
+       Kea no longer depends on a PostgreSQL server development header.
+       (Gitlab #3711)
+
 2327.  [build]         mgodzina
        The library version numbers have been bumped up for the Kea 2.7.7
        development release.
diff --git a/changelog_unreleased/3463-optionally-store-response-dhcp-options-in-lease-user-context b/changelog_unreleased/3463-optionally-store-response-dhcp-options-in-lease-user-context
deleted file mode 100644 (file)
index a526440..0000000
+++ /dev/null
@@ -1,6 +0,0 @@
-[func]         tmark
-       The lease-cmds hook library now supports storing
-       custom values, referred to as ``binding-variables``,
-       within the lease's ``user-context``.  Supported
-       in both kea-dhcp4 and kea-dhcp6.
-       (Gitlab #3463)
diff --git a/changelog_unreleased/3666-unable-to-upload-dhcp-leases-to-mysql-database b/changelog_unreleased/3666-unable-to-upload-dhcp-leases-to-mysql-database
deleted file mode 100644 (file)
index 6dafc75..0000000
+++ /dev/null
@@ -1,5 +0,0 @@
-[bug]          andrei
-       An "argument list too long" error message no longer appears when
-       the "kea-admin lease-upload" command tries to upload a large set
-       of leases. The command is also significantly faster now.
-       (Gitlab #3666)
diff --git a/changelog_unreleased/3683-registering-ipv6-addrs b/changelog_unreleased/3683-registering-ipv6-addrs
deleted file mode 100644 (file)
index 95ca5e2..0000000
+++ /dev/null
@@ -1,4 +0,0 @@
-[func]         fdupont
-       Added experimental support for registering self-generated
-       IPv6 addresses using DHCPv6 (RFC 9686).
-       (Gitlab #3683, #3802)
diff --git a/changelog_unreleased/3693-if-dhcp-is-disabled-then-do-not-do-lease-reclamation b/changelog_unreleased/3693-if-dhcp-is-disabled-then-do-not-do-lease-reclamation
deleted file mode 100644 (file)
index b2923bb..0000000
+++ /dev/null
@@ -1,5 +0,0 @@
-[func]         tmark
-       Lease reclamation is now skipped and rescheduled
-       while DHCP service is disabled. This applies to
-       both kea-dhcp4 and kea-dhcp6.
-       (Gitlab #3693)
diff --git a/changelog_unreleased/3711-remove-postgresql-server-side-library-dependency b/changelog_unreleased/3711-remove-postgresql-server-side-library-dependency
deleted file mode 100644 (file)
index 4219071..0000000
+++ /dev/null
@@ -1,3 +0,0 @@
-[build]                andrei
-       Kea no longer depends on a PostgreSQL server development header.
-       (Gitlab #3711)
diff --git a/changelog_unreleased/3731-meson b/changelog_unreleased/3731-meson
deleted file mode 100644 (file)
index b0b4452..0000000
+++ /dev/null
@@ -1,3 +0,0 @@
-[build]                andrei, fdupont
-       Added meson as a build system.
-       (Gitlab #3443, #3729, #3730, #3731)
diff --git a/changelog_unreleased/3747-option-class-tagging-does-not-select-expected-entry b/changelog_unreleased/3747-option-class-tagging-does-not-select-expected-entry
deleted file mode 100644 (file)
index 158c4f7..0000000
+++ /dev/null
@@ -1,7 +0,0 @@
-[bug]          tmark
-       Added support for choosing from multiple
-       occurrences of the same option based on
-       class-tagging. Prior to this the last
-       occurrence listed was the only option
-       considered.
-       (Gitlab #3747)
index a0ed5f25c6739f22764109b765538bd13c2bccc1..121f59f8f2485c32484b51b57d38bf56d7187edf 100644 (file)
@@ -186,6 +186,7 @@ Messages printed on debuglevel 40
 - DHCP4_LEASE_QUERY_RECEIVED
 - DHCP4_LEASE_QUERY_RESPONSE_SENT
 - DHCP4_PACKET_QUEUE_FULL
+- DHCP4_RECLAIM_EXPIRED_LEASES_SKIPPED
 - DHCP4_SHUTDOWN
 - DHCP4_SHUTDOWN_REQUEST
 - DHCP6_ADDITIONAL_CLASS_NO_TEST
@@ -215,6 +216,7 @@ Messages printed on debuglevel 40
 - DHCP6_LEASE_QUERY_REPLY_SENT
 - DHCP6_PACKET_PROCESS_FAIL
 - DHCP6_PACKET_QUEUE_FULL
+- DHCP6_RECLAIM_EXPIRED_LEASES_SKIPPED
 - DHCP6_REQUIRED_OPTIONS_CHECK_FAIL
 - DHCP6_SHUTDOWN
 - DHCP6_SHUTDOWN_REQUEST
index ef88e3da27487ff953988439a5324fb3a75e7c84..d681f5bb28f875e41979a0d4daf330c53347de01 100644 (file)
@@ -5481,6 +5481,18 @@ DHCP4_RECLAIM_EXPIRED_LEASES_FAIL
 This error message indicates that the reclaim expired leases operation failed
 and provides the cause of failure.
 
+DHCP4_RECLAIM_EXPIRED_LEASES_SKIPPED
+====================================
+
+.. code-block:: text
+
+    dhcp6 service is currently disabled. Try again in %1 seconds.
+
+Logged at debug log level 40.
+This debug message is emitted when lease reclamation was scheduled to begin
+but skipped because DHCPv6 service was disabled. Reclamation will continue
+to be scheduled according to the configured value of reclaim-timer-wait-time.
+
 DHCP4_RECOVERED_STASHED_RELAY_AGENT_INFO
 ========================================
 
@@ -7778,6 +7790,18 @@ DHCP6_RECLAIM_EXPIRED_LEASES_FAIL
 This error message indicates that the reclaim expired leases operation failed
 and provides the cause of failure.
 
+DHCP6_RECLAIM_EXPIRED_LEASES_SKIPPED
+====================================
+
+.. code-block:: text
+
+    dhcp6 service is currently disabled. Try again in %1 seconds.
+
+Logged at debug log level 40.
+This debug message is emitted when lease reclamation was scheduled to begin
+but skipped because DHCPv6 service was disabled. Reclamation will continue
+to be scheduled according to the configured value of reclaim-timer-wait-time.
+
 DHCP6_REGISTERED_LEASE_ADD_FAIL
 ===============================
 
@@ -16610,6 +16634,17 @@ unexpected error occurs evaluating the binding-variables for a given
 lease. The arguments provide the lease address, the query details, and
 an error explanation.
 
+LEASE_CMDS_LOAD_ERROR
+=====================
+
+.. code-block:: text
+
+    loading Lease Commands hooks library failed: %1
+
+This error message indicates an error loading the Lease Commands
+hooks library. The details of the error are provided as argument of
+the log message.
+
 LEASE_CMDS_RESEND_DDNS4
 =======================
 
@@ -16764,16 +16799,6 @@ LEASE_CMDS_WIPE6_DEPRECATED
 
 The lease6-wipe command is deprecated and it will be removed in the future.
 
-LEASE_CMDS_WIPE6_FAILED
-=======================
-
-.. code-block:: text
-
-    lease6-wipe command failed (parameters: %1, reason: %2)
-
-The lease6-wipe command has failed. Both the reason as well as the
-parameters passed are logged.
-
 LEASE_QUERY_LOAD_FAILED
 =======================
 
@@ -17010,6 +17035,17 @@ inserted into multiple tables with multiple INSERT statements
 and there may be a need to rollback the whole transaction if
 any of these INSERT statements fail.
 
+LEGAL_LOG_MYSQL_TLS_CIPHER
+==========================
+
+.. code-block:: text
+
+    TLS cipher: %1
+
+Logged at debug log level 50.
+A debug message issued when a new MySQL connected is created with TLS.
+The TLS cipher name is logged.
+
 LEGAL_LOG_PGSQL_COMMIT
 ======================
 
@@ -17144,6 +17180,18 @@ inserted into multiple tables with multiple INSERT statements
 and there may be a need to rollback the whole transaction if
 any of these INSERT statements fail.
 
+LEGAL_LOG_PGSQL_TLS_SUPPORT
+===========================
+
+.. code-block:: text
+
+    Attempt to configure TLS: %1
+
+This informational message is printed when TLS support was required in
+the Kea configuration: The TLS support in PostgreSQL will be initialized but
+its configuration is fully managed outside the C API.
+The parameters of the connection are logged.
+
 LEGAL_LOG_STORE_CLOSED
 ======================
 
@@ -19639,18 +19687,6 @@ MYSQL_DEINIT_OK
 This informational message indicates that the MySQL Backend hooks
 library has been unloaded successfully.
 
-MYSQL_FB_DB
-===========
-
-.. code-block:: text
-
-    opening MySQL log database: %1
-
-This informational message is logged when a legal log hook library is
-about to open a MySQL log database.  The parameters of the
-connection including database name and username needed to access it
-(but not the password if any) are logged.
-
 MYSQL_HB_DB
 ===========
 
@@ -22745,18 +22781,6 @@ PGSQL_DEINIT_OK
 This informational message indicates that the PostgreSQL Backend hooks
 library has been unloaded successfully.
 
-PGSQL_FB_DB
-===========
-
-.. code-block:: text
-
-    opening PostgreSQL log database: %1
-
-This informational message is logged when a legal log hook library is
-about to open a PostgreSQL log database.  The parameters of the
-connection including database name and username needed to access it
-(but not the password if any) are logged.
-
 PGSQL_HB_DB
 ===========
 
index 6ba78a2a656fde30caa789471ad86ea2c506f776..756186d0e57d43dd5804c4f15d6f5880aa6166d4 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright (C) 2016-2024 Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) 2016-2025 Internet Systems Consortium, Inc. ("ISC")
 #
 # This Source Code Form is subject to the terms of the Mozilla Public
 # License, v. 2.0. If a copy of the MPL was not distributed with this
index 853f6a646a7d6f44cbea97d5815d57586535f6a1..17b82b192c90d8c266d53e88f235ff83bcdcf7db 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2016-2024 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2016-2025 Internet Systems Consortium, Inc. ("ISC")
 //
 // This Source Code Form is subject to the terms of the Mozilla Public
 // License, v. 2.0. If a copy of the MPL was not distributed with this
index e638aa7e601384cb653eb32b52e6d4dffa9e4af1..a26721aec3fe164f31c2c5de315f965683ce640a 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2018-2024 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2018-2025 Internet Systems Consortium, Inc. ("ISC")
 //
 // This Source Code Form is subject to the terms of the Mozilla Public
 // License, v. 2.0. If a copy of the MPL was not distributed with this
index 6f642fed38091deb704a256de57a330d2ded9adf..bd2f2a9a14e6d03eca39c83b6f7e211a2589e1e9 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2013-2024 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2013-2025 Internet Systems Consortium, Inc. ("ISC")
 //
 // This Source Code Form is subject to the terms of the Mozilla Public
 // License, v. 2.0. If a copy of the MPL was not distributed with this
index 5206fffaa4fe2a349faa486ef8c70d244738d010..ae27a391ae7e97ca10197482675d4fb04013b8fe 100644 (file)
@@ -1,6 +1,6 @@
-#line 2 "dhcp4_lexer.cc"
+#line 1 "dhcp4_lexer.cc"
 
-#line 4 "dhcp4_lexer.cc"
+#line 3 "dhcp4_lexer.cc"
 
 #define  YY_INT_ALIGNED short int
 
@@ -2278,7 +2278,7 @@ using namespace isc::dhcp;
 
 /* To avoid the call to exit... oops! */
 #define YY_FATAL_ERROR(msg) isc::dhcp::Parser4Context::fatal(msg)
-#line 2282 "dhcp4_lexer.cc"
+#line 2281 "dhcp4_lexer.cc"
 /* noyywrap disables automatic rewinding for the next file to parse. Since we
    always parse only a single string, there's no need to do any wraps. And
    using yywrap requires linking with -lfl, which provides the default yywrap
@@ -2304,8 +2304,8 @@ using namespace isc::dhcp;
    by moving it ahead by yyleng bytes. yyleng specifies the length of the
    currently matched token. */
 #define YY_USER_ACTION  driver.loc_.columns(yyleng);
+#line 2307 "dhcp4_lexer.cc"
 #line 2308 "dhcp4_lexer.cc"
-#line 2309 "dhcp4_lexer.cc"
 
 #define INITIAL 0
 #define COMMENT 1
@@ -2633,7 +2633,7 @@ YY_DECL
     }
 
 
-#line 2637 "dhcp4_lexer.cc"
+#line 2636 "dhcp4_lexer.cc"
 
        while ( /*CONSTCOND*/1 )                /* loops until end-of-file is reached */
                {
@@ -5887,7 +5887,7 @@ YY_RULE_SETUP
 #line 2575 "dhcp4_lexer.ll"
 ECHO;
        YY_BREAK
-#line 5891 "dhcp4_lexer.cc"
+#line 5890 "dhcp4_lexer.cc"
 
        case YY_END_OF_BUFFER:
                {
index e339c4e87f01c09243e2fd5d3aa6c111db429ace..edf0e8f82929e29cabf335f771532648f0cef326 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2016-2024 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2016-2025 Internet Systems Consortium, Inc. ("ISC")
 //
 // This Source Code Form is subject to the terms of the Mozilla Public
 // License, v. 2.0. If a copy of the MPL was not distributed with this
index c341806d17c3473d343bb77ada7497a5ef13a413..db13b978ceb2e4673a0c272e01ced5fb5ef094c5 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2014-2024 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2014-2025 Internet Systems Consortium, Inc. ("ISC")
 //
 // This Source Code Form is subject to the terms of the Mozilla Public
 // License, v. 2.0. If a copy of the MPL was not distributed with this
index 8f0ef7e27a1cd30f6e8cce846e133152294b7a22..aefcafebd499737246b7510ac4ef2224b96f8bb3 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2014-2024 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2014-2025 Internet Systems Consortium, Inc. ("ISC")
 //
 // This Source Code Form is subject to the terms of the Mozilla Public
 // License, v. 2.0. If a copy of the MPL was not distributed with this
index 9af928015b936324c66eac4530f034fc269fd8aa..a234b4cbff520ab275acad3d78647328bc14541d 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2013-2024 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2013-2025 Internet Systems Consortium, Inc. ("ISC")
 //
 // This Source Code Form is subject to the terms of the Mozilla Public
 // License, v. 2.0. If a copy of the MPL was not distributed with this
index dafc2a45187a8c59305fd1d73f5197df56e0ad31..bf1eff28b2b4e9ce9a8db7a27f8ded4be0ad1e4e 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2013-2024 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2013-2025 Internet Systems Consortium, Inc. ("ISC")
 //
 // This Source Code Form is subject to the terms of the Mozilla Public
 // License, v. 2.0. If a copy of the MPL was not distributed with this
index fd55429943f9d2ae7688ba59dcda1485caecf7d9..62a09418b8f727ccd8d2c4126352fef5116c39a9 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2015-2024 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2015-2025 Internet Systems Consortium, Inc. ("ISC")
 //
 // This Source Code Form is subject to the terms of the Mozilla Public
 // License, v. 2.0. If a copy of the MPL was not distributed with this
index aeb22795c4855fa4a4fc95e4464d74d5fc9309a1..390862a5c57c8fdfaf988944675e4d18483524c6 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2014-2024 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2014-2025 Internet Systems Consortium, Inc. ("ISC")
 //
 // This Source Code Form is subject to the terms of the Mozilla Public
 // License, v. 2.0. If a copy of the MPL was not distributed with this
index 74ff0be9c9602a2642d420b1b6305dbe1d1d0c94..9b6182cef24f652948c35cf242cd6bd254a28569 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2014-2024 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2014-2025 Internet Systems Consortium, Inc. ("ISC")
 //
 // This Source Code Form is subject to the terms of the Mozilla Public
 // License, v. 2.0. If a copy of the MPL was not distributed with this
index effa45e1fc8cb156b0d687acb1f7276d18c40d48..e7e77165d7272f77f05c5030404e1b3e38099b9c 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2015-2024 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2015-2025 Internet Systems Consortium, Inc. ("ISC")
 //
 // This Source Code Form is subject to the terms of the Mozilla Public
 // License, v. 2.0. If a copy of the MPL was not distributed with this
index 29f0709e72ce4cf080d34f5486737333bb10741c..42a6e3582603bc93beb595bf99de197614bebab6 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2016-2024 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2016-2025 Internet Systems Consortium, Inc. ("ISC")
 //
 // This Source Code Form is subject to the terms of the Mozilla Public
 // License, v. 2.0. If a copy of the MPL was not distributed with this
index fc22dafccde359d638474988cc1c7f62a94cd47e..efa0672ff8d41b46a78d39e7e599993a2e972a49 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2018-2023 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2018-2025 Internet Systems Consortium, Inc. ("ISC")
 //
 // This Source Code Form is subject to the terms of the Mozilla Public
 // License, v. 2.0. If a copy of the MPL was not distributed with this
index 2f4f7f87103a518d77d7e749b4e83b24955c252c..26d6a46249de87b100ceb683d65109151535e2d7 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2014-2024 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2014-2025 Internet Systems Consortium, Inc. ("ISC")
 //
 // This Source Code Form is subject to the terms of the Mozilla Public
 // License, v. 2.0. If a copy of the MPL was not distributed with this
index c800123a64b9ef392eabcb9b7f15f10eeb6b199d..0df8502f4ccbcfb42961c2de96767822efea9275 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2014-2024 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2014-2025 Internet Systems Consortium, Inc. ("ISC")
 //
 // This Source Code Form is subject to the terms of the Mozilla Public
 // License, v. 2.0. If a copy of the MPL was not distributed with this
index 7d8ea12bb9d98fa7cc7e146a736c0efa33373e47..efd9bb477bce0b5e5e0866bb209e7a0d82c3217a 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2015-2024 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2015-2025 Internet Systems Consortium, Inc. ("ISC")
 //
 // This Source Code Form is subject to the terms of the Mozilla Public
 // License, v. 2.0. If a copy of the MPL was not distributed with this
index 9a880b40b4121b97571b31b2f5b5f6c18fa8a545..e0d75e5243caf8d3c1786d49a5b0b754573a6118 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2015-2024 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2015-2025 Internet Systems Consortium, Inc. ("ISC")
 //
 // This Source Code Form is subject to the terms of the Mozilla Public
 // License, v. 2.0. If a copy of the MPL was not distributed with this
index 2b62f742192ca6f8b2275bad0919d9a9b5a5ddd4..47598a2b0f0994ffe0db4f01f3fa4d41cf28c43d 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2017-2024 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2017-2025 Internet Systems Consortium, Inc. ("ISC")
 //
 // This Source Code Form is subject to the terms of the Mozilla Public
 // License, v. 2.0. If a copy of the MPL was not distributed with this
index 6b12a4632e0e0a6d28f5d99b4b166805c90f93ff..5881ed8e024ce12f45c655352ea7e076dc32133a 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2019-2024 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2019-2025 Internet Systems Consortium, Inc. ("ISC")
 //
 // This Source Code Form is subject to the terms of the Mozilla Public
 // License, v. 2.0. If a copy of the MPL was not distributed with this
index 6508520eadd38d58af4715e7432a0772104524bf..9ee5fb736d2b5a9619c116764f69455f750457c0 100644 (file)
@@ -1,6 +1,6 @@
-#line 2 "dhcp6_lexer.cc"
+#line 1 "dhcp6_lexer.cc"
 
-#line 4 "dhcp6_lexer.cc"
+#line 3 "dhcp6_lexer.cc"
 
 #define  YY_INT_ALIGNED short int
 
@@ -2251,7 +2251,7 @@ using namespace isc::dhcp;
 
 /* To avoid the call to exit... oops! */
 #define YY_FATAL_ERROR(msg) isc::dhcp::Parser6Context::fatal(msg)
-#line 2255 "dhcp6_lexer.cc"
+#line 2254 "dhcp6_lexer.cc"
 /* noyywrap disables automatic rewinding for the next file to parse. Since we
    always parse only a single string, there's no need to do any wraps. And
    using yywrap requires linking with -lfl, which provides the default yywrap
@@ -2277,8 +2277,8 @@ using namespace isc::dhcp;
    by moving it ahead by yyleng bytes. yyleng specifies the length of the
    currently matched token. */
 #define YY_USER_ACTION  driver.loc_.columns(yyleng);
+#line 2280 "dhcp6_lexer.cc"
 #line 2281 "dhcp6_lexer.cc"
-#line 2282 "dhcp6_lexer.cc"
 
 #define INITIAL 0
 #define COMMENT 1
@@ -2608,7 +2608,7 @@ YY_DECL
     }
 
 
-#line 2612 "dhcp6_lexer.cc"
+#line 2611 "dhcp6_lexer.cc"
 
        while ( /*CONSTCOND*/1 )                /* loops until end-of-file is reached */
                {
@@ -5902,7 +5902,7 @@ YY_RULE_SETUP
 #line 2608 "dhcp6_lexer.ll"
 ECHO;
        YY_BREAK
-#line 5906 "dhcp6_lexer.cc"
+#line 5905 "dhcp6_lexer.cc"
 
        case YY_END_OF_BUFFER:
                {
index 07912b372fdba801058738523d545ce3dd8e5770..4c1f8dc8ba6cc34f980fcf8656802bb3c5b55613 100644 (file)
@@ -37,6 +37,16 @@ Logged at debug log level 40.
 This debug message informs that a class is listed for additional evaluation but
 has no definition. The class is ignored.
 
+% DHCP6_ADDR_REG_INFORM_CLIENT_CHANGE received an ADDR-REG-INFORM for %1 from client '%2' but the address was registered by another client '%3'
+This information message is issued when a lease for another client already
+exists for an address being registered. The address, the new client and
+previous client identifiers are printed.
+
+% DHCP6_ADDR_REG_INFORM_FAIL error on ADDR-REG-INFORM from client %1: %2
+This information message is issued when the processing of an ADDR-REG-INFORM
+message failed. The address of the client, usually also the address to
+register, and the description of the problem are printed.
+
 % DHCP6_ADD_GLOBAL_STATUS_CODE %1: adding Status Code to DHCPv6 packet: %2
 Logged at debug log level 50.
 This message is logged when the server is adding the top-level
@@ -51,16 +61,6 @@ option to an IA. The first argument includes the client and the
 transaction identification information. The second argument specifies
 the IAID. The third argument includes the details of the status code.
 
-% DHCP6_ADDR_REG_INFORM_FAIL error on ADDR-REG-INFORM from client %1: %2
-This information message is issued when the processing of an ADDR-REG-INFORM
-message failed. The address of the client, usually also the address to
-register, and the description of the problem are printed.
-
-% DHCP6_ADDR_REG_INFORM_CLIENT_CHANGE received an ADDR-REG-INFORM for %1 from client '%2' but the address was registered by another client '%3'
-This information message is issued when a lease for another client already
-exists for an address being registered. The address, the new client and
-previous client identifiers are printed.
-
 % DHCP6_ALREADY_RUNNING %1 already running? %2
 This is an error message that occurs when the DHCPv6 server encounters
 a pre-existing PID file which contains the PID of a running process.
index fa4b0d2f1ccade475575f929b32c24a166740f92..a3652f977f87ef95777b695a0e54ee9f45401da3 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2016-2024 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2016-2025 Internet Systems Consortium, Inc. ("ISC")
 //
 // This Source Code Form is subject to the terms of the Mozilla Public
 // License, v. 2.0. If a copy of the MPL was not distributed with this
index d8bb81da4d87b9a74c3142b5677b65b5fec6ee73..2918c2f84201d921244a4004a70508e2abf4bd06 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2014-2023 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2014-2025 Internet Systems Consortium, Inc. ("ISC")
 //
 // This Source Code Form is subject to the terms of the Mozilla Public
 // License, v. 2.0. If a copy of the MPL was not distributed with this
index 99e27fe9e7173215af9d2e34a1dedd17157be473..3aec6d157077a50f444d4c8d4ebbc3dbbfef942e 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2015-2024 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2015-2025 Internet Systems Consortium, Inc. ("ISC")
 //
 // This Source Code Form is subject to the terms of the Mozilla Public
 // License, v. 2.0. If a copy of the MPL was not distributed with this
index 5cd34b843132cf5fc6b352cf80b968808a9a9df7..c030d8622dda8f83d50f6389c823d62eca05f1d4 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2015-2024 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2015-2025 Internet Systems Consortium, Inc. ("ISC")
 //
 // This Source Code Form is subject to the terms of the Mozilla Public
 // License, v. 2.0. If a copy of the MPL was not distributed with this
index 89c80834151e08aa8bb78689bcca204089279c42..d05fb2594c5cbfd2ad5c20c178a2ca7ae39fe0db 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2015-2023 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2015-2025 Internet Systems Consortium, Inc. ("ISC")
 //
 // This Source Code Form is subject to the terms of the Mozilla Public
 // License, v. 2.0. If a copy of the MPL was not distributed with this
index 753d20872e2b7b2136d6f2c5f8d4c69e96bb7999..7399833a29e4f421fc111bf6470640cad5fd8870 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2014-2023 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2014-2025 Internet Systems Consortium, Inc. ("ISC")
 //
 // This Source Code Form is subject to the terms of the Mozilla Public
 // License, v. 2.0. If a copy of the MPL was not distributed with this
index 9f5c315fe6f3c6789f03ec6f6d94f17a55ea09d3..9c908da3cf12d4273c3f73443854db51bf0ab5b5 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2015-2024 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2015-2025 Internet Systems Consortium, Inc. ("ISC")
 //
 // This Source Code Form is subject to the terms of the Mozilla Public
 // License, v. 2.0. If a copy of the MPL was not distributed with this
index ce1c1ead283dc93a458be7d367a8439ed8a8ad4f..2f2039bd9824937442fe4d2ae9146a9b1ac4ada8 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2014-2024 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2014-2025 Internet Systems Consortium, Inc. ("ISC")
 //
 // This Source Code Form is subject to the terms of the Mozilla Public
 // License, v. 2.0. If a copy of the MPL was not distributed with this
index 15c5598760eb1c179612898faa1e76de2d460c4f..cddbd33d146fe574244cb4ef3cdc1e80a6293ec7 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2017-2024 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2017-2025 Internet Systems Consortium, Inc. ("ISC")
 //
 // This Source Code Form is subject to the terms of the Mozilla Public
 // License, v. 2.0. If a copy of the MPL was not distributed with this
index fc07fd6ff63494ef433f510527e649542ed835bd..a63ecbd090e91e9379affd5691547f28178d427e 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2019-2023 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2019-2025 Internet Systems Consortium, Inc. ("ISC")
 //
 // This Source Code Form is subject to the terms of the Mozilla Public
 // License, v. 2.0. If a copy of the MPL was not distributed with this
index 395b981cde7a5c4a56980505cecb85ded5dbe260..a990a501db4d4b83b25ff678bcac7815b6e4b1ad 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2019-2024 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2019-2025 Internet Systems Consortium, Inc. ("ISC")
 //
 // This Source Code Form is subject to the terms of the Mozilla Public
 // License, v. 2.0. If a copy of the MPL was not distributed with this
index d4f472a2bab1e7b6460d27850f517ee5f01ddb2f..9fa64c1a4ed660caafcf2dbcf3b3044b24b3f7d5 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2021-2022 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2021-2025 Internet Systems Consortium, Inc. ("ISC")
 //
 // This Source Code Form is subject to the terms of the Mozilla Public
 // License, v. 2.0. If a copy of the MPL was not distributed with this
index 41d50c213efed701d44b8242f0366249771cb6a3..259e4755d4d909df92dd88ab89f24b3ef017b14c 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2021-2022 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2021-2025 Internet Systems Consortium, Inc. ("ISC")
 //
 // This Source Code Form is subject to the terms of the Mozilla Public
 // License, v. 2.0. If a copy of the MPL was not distributed with this
index 5a80d356eea096ec715576caa971264d19a233cf..d0747fb874b976a33a8279580bfae2dad4f749b7 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2021-2024 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2021-2025 Internet Systems Consortium, Inc. ("ISC")
 //
 // This Source Code Form is subject to the terms of the Mozilla Public
 // License, v. 2.0. If a copy of the MPL was not distributed with this
index 59018ced6eb2096b4f60188530d945d82fdf01e0..2edabfe207ed52ed4b1b4088ae918c526bda64af 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2021-2024 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2021-2025 Internet Systems Consortium, Inc. ("ISC")
 //
 // This Source Code Form is subject to the terms of the Mozilla Public
 // License, v. 2.0. If a copy of the MPL was not distributed with this
index 15e5bdb1b639c181841c22124e0c66319ca4f3d4..220bb0a58abd5aa82f8720843045bf8b070cc6e9 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2021-2022 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2021-2025 Internet Systems Consortium, Inc. ("ISC")
 //
 // This Source Code Form is subject to the terms of the Mozilla Public
 // License, v. 2.0. If a copy of the MPL was not distributed with this
index d0c373d77f6af82c1fc4a9726e87f3d26032cfbe..b8e10990334fbcf3b71edfbc52a0c1c5072b678e 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2021-2024 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2021-2025 Internet Systems Consortium, Inc. ("ISC")
 //
 // This Source Code Form is subject to the terms of the Mozilla Public
 // License, v. 2.0. If a copy of the MPL was not distributed with this
index 49724abef76e334b40ba6bfad609b63961f9d1b2..6761a48b0ce7f5691bbacca8a0863707cec15351 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2021-2022 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2021-2025 Internet Systems Consortium, Inc. ("ISC")
 //
 // This Source Code Form is subject to the terms of the Mozilla Public
 // License, v. 2.0. If a copy of the MPL was not distributed with this
index b22b3b836bfe10463ca6c9c5754024a4b6e1e6bd..314ca35838da8bca19c4f43fc7a18de75e39092d 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2021-2024 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2021-2025 Internet Systems Consortium, Inc. ("ISC")
 //
 // This Source Code Form is subject to the terms of the Mozilla Public
 // License, v. 2.0. If a copy of the MPL was not distributed with this
index ae94cac81dc315a97453b5f8a83730afa547bb96..035a804a048ef8cee00ad0ab28168cad5e08359c 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2021-2024 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2021-2025 Internet Systems Consortium, Inc. ("ISC")
 //
 // This Source Code Form is subject to the terms of the Mozilla Public
 // License, v. 2.0. If a copy of the MPL was not distributed with this
index c7ab6e88620e45e2396c52a7156c0e1a278c09df..0921888ccde794120721921f87252f2bde13d1be 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2021-2022 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2021-2025 Internet Systems Consortium, Inc. ("ISC")
 //
 // This Source Code Form is subject to the terms of the Mozilla Public
 // License, v. 2.0. If a copy of the MPL was not distributed with this
index dee6406b2262a917cdc589818d27bf7b42eab564..d094b567ef3425ef370c5352fa973f8da4eec572 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2021-2022 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2021-2025 Internet Systems Consortium, Inc. ("ISC")
 //
 // This Source Code Form is subject to the terms of the Mozilla Public
 // License, v. 2.0. If a copy of the MPL was not distributed with this
index ca5a9f558c8bc0f8eed14a1d8a1767001f5d7fc0..0030fdf7b1b8c53fa22c6a039cb063d47364732b 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2021-2022 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2021-2025 Internet Systems Consortium, Inc. ("ISC")
 //
 // This Source Code Form is subject to the terms of the Mozilla Public
 // License, v. 2.0. If a copy of the MPL was not distributed with this
index a388da8373f62f201a808ab7cc0c654eb00c74da..ae9f3e5ebf2b412a95771a4c4a28627b93668eba 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2021-2022 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2021-2025 Internet Systems Consortium, Inc. ("ISC")
 //
 // This Source Code Form is subject to the terms of the Mozilla Public
 // License, v. 2.0. If a copy of the MPL was not distributed with this
index b728d84a98fa0d84225d24cfe446f531c5122696..d5895993955cd9740439ec3dd3f9ea69e8c3b716 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright (C) 2021-2024 Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) 2021-2025 Internet Systems Consortium, Inc. ("ISC")
 #
 # This Source Code Form is subject to the terms of the Mozilla Public
 # License, v. 2.0. If a copy of the MPL was not distributed with this
index 0df87bc69fcf647a3a6adee41634cf8b9031988a..bb57ab06f0fb3341c9b1ef2c27df6027841e3190 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2021-2024 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2021-2025 Internet Systems Consortium, Inc. ("ISC")
 //
 // This Source Code Form is subject to the terms of the Mozilla Public
 // License, v. 2.0. If a copy of the MPL was not distributed with this
index b35ff67f929241bea8344f266d69544e3f63a767..b994c723ecd924a8fbe83fe6ece26ba01f04cc14 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2021-2024 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2021-2025 Internet Systems Consortium, Inc. ("ISC")
 //
 // This Source Code Form is subject to the terms of the Mozilla Public
 // License, v. 2.0. If a copy of the MPL was not distributed with this
index bb6af1b8435f36d9736acba0c6772dd2a898d86c..d3529c70f673ed4217fc47c13a00d9d3abb5dc96 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2021-2024 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2021-2025 Internet Systems Consortium, Inc. ("ISC")
 //
 // This Source Code Form is subject to the terms of the Mozilla Public
 // License, v. 2.0. If a copy of the MPL was not distributed with this
index 3765bf5a206c893298b58b4278c74cfdb0f0d070..e4b00e8cd7ec3c184475db2fa02924a49a87e9c3 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2021-2022 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2021-2025 Internet Systems Consortium, Inc. ("ISC")
 //
 // This Source Code Form is subject to the terms of the Mozilla Public
 // License, v. 2.0. If a copy of the MPL was not distributed with this
index 79098648d5e2f66f1adb62deb9a0e20a82b92107..ad1f33c9a654885abce915203fd198faad645a2a 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2021-2024 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2021-2025 Internet Systems Consortium, Inc. ("ISC")
 //
 // This Source Code Form is subject to the terms of the Mozilla Public
 // License, v. 2.0. If a copy of the MPL was not distributed with this
index dd0439affd73ac38401bd912fed943a8064ddf7b..dc5ded978fc45d283628719935e2d0b1a90e015d 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2021-2024 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2021-2025 Internet Systems Consortium, Inc. ("ISC")
 //
 // This Source Code Form is subject to the terms of the Mozilla Public
 // License, v. 2.0. If a copy of the MPL was not distributed with this
index 96e36abad8604b8d5261e66762f9280ad458dea5..f17cf416a378265537d9789e7d3f90b54968f726 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2021-2022 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2021-2025 Internet Systems Consortium, Inc. ("ISC")
 //
 // This Source Code Form is subject to the terms of the Mozilla Public
 // License, v. 2.0. If a copy of the MPL was not distributed with this
index 769a2395723a4962118bb4ecc45832b028ebcc23..0e0ed996005b225f2e464ae7cdfa94e506deb6c2 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2017-2024 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2017-2025 Internet Systems Consortium, Inc. ("ISC")
 //
 // This Source Code Form is subject to the terms of the Mozilla Public
 // License, v. 2.0. If a copy of the MPL was not distributed with this
index b458e0cf152b1aba5241a46bea079de8f4de0620..5cf6065b4927d0c380aecf9aa1fc226ebb1a216f 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2021-2024 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2021-2025 Internet Systems Consortium, Inc. ("ISC")
 //
 // This Source Code Form is subject to the terms of the Mozilla Public
 // License, v. 2.0. If a copy of the MPL was not distributed with this
index 749a2cc45d33cad18415eb877b08764c747d3b98..669b5350cd7be4ba193ab651e79c77271ee3fd49 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2021-2024 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2021-2025 Internet Systems Consortium, Inc. ("ISC")
 //
 // This Source Code Form is subject to the terms of the Mozilla Public
 // License, v. 2.0. If a copy of the MPL was not distributed with this
index df4f85bd59183cce729d871572ac0f6c4e6529ed..217b03a68a64f8f0a19a850069567fb5093009c9 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2021-2024 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2021-2025 Internet Systems Consortium, Inc. ("ISC")
 //
 // This Source Code Form is subject to the terms of the Mozilla Public
 // License, v. 2.0. If a copy of the MPL was not distributed with this
index 004499309c7f8efa140c4d54404a1bb477e08c82..6e2af4c69ec225f054e741383b170c367a7e22aa 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2021-2022 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2021-2025 Internet Systems Consortium, Inc. ("ISC")
 //
 // This Source Code Form is subject to the terms of the Mozilla Public
 // License, v. 2.0. If a copy of the MPL was not distributed with this
index d92177dbdfa2108132315fe03a631914f98fc7ef..6d66e665a662e3411acc55793bd7116798171772 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2021-2022 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2021-2025 Internet Systems Consortium, Inc. ("ISC")
 //
 // This Source Code Form is subject to the terms of the Mozilla Public
 // License, v. 2.0. If a copy of the MPL was not distributed with this
index b45913a13ba4fd868655880eee15726978d07bfc..b5c2e77b13a9d108958fc59d5f754d1e4a519049 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2021-2024 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2021-2025 Internet Systems Consortium, Inc. ("ISC")
 //
 // This Source Code Form is subject to the terms of the Mozilla Public
 // License, v. 2.0. If a copy of the MPL was not distributed with this
index f392d75b0b945783a94da0a23d9b8eb889cccc3e..b994c723ecd924a8fbe83fe6ece26ba01f04cc14 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2021-2022 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2021-2025 Internet Systems Consortium, Inc. ("ISC")
 //
 // This Source Code Form is subject to the terms of the Mozilla Public
 // License, v. 2.0. If a copy of the MPL was not distributed with this
index 30f36f0c5f04184d4ae7c9c44233ada91a19fd42..d215fbf4bcde7b3fb32c5a82e9471ec8fb3536a0 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2021-2024 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2021-2025 Internet Systems Consortium, Inc. ("ISC")
 //
 // This Source Code Form is subject to the terms of the Mozilla Public
 // License, v. 2.0. If a copy of the MPL was not distributed with this
index 7e08026c69d23a072321a86505edd5529cfa03eb..6fbd431554f10e1ca2fbf75d9c5f18c0ed414066 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2021-2024 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2021-2025 Internet Systems Consortium, Inc. ("ISC")
 //
 // This Source Code Form is subject to the terms of the Mozilla Public
 // License, v. 2.0. If a copy of the MPL was not distributed with this
index 8f117c11f20734268871f79b887ea63e02c4ff6f..9eaa996807c0cbe98f13a43d8d523889439890ef 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2021-2022 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2021-2025 Internet Systems Consortium, Inc. ("ISC")
 //
 // This Source Code Form is subject to the terms of the Mozilla Public
 // License, v. 2.0. If a copy of the MPL was not distributed with this
index 3d6aa8402d83619155334e6ee0d1ef09a6d17ae8..170a31fdfde03651e18c7215bd12c5f281d109b0 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2021-2022 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2021-2025 Internet Systems Consortium, Inc. ("ISC")
 //
 // This Source Code Form is subject to the terms of the Mozilla Public
 // License, v. 2.0. If a copy of the MPL was not distributed with this
index 95ed8c3da3739ad7ab6219cb1b916009f91d27c4..173ae4b06a325518ad7dcb210fc8cba8a77a035c 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2021-2024 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2021-2025 Internet Systems Consortium, Inc. ("ISC")
 //
 // This Source Code Form is subject to the terms of the Mozilla Public
 // License, v. 2.0. If a copy of the MPL was not distributed with this
index 45c1bb69375a722ce633df11c351b56189a7bee9..9508a7c1940931cb795f3c794fbe98c55a7af32d 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2021-2022 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2021-2025 Internet Systems Consortium, Inc. ("ISC")
 //
 // This Source Code Form is subject to the terms of the Mozilla Public
 // License, v. 2.0. If a copy of the MPL was not distributed with this
index a2ff480f37b38ad7dcf1b212c1662eb7a8d515dd..73e7edda21f47d5fa271a0b1b4cf796213b18936 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2021-2022 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2021-2025 Internet Systems Consortium, Inc. ("ISC")
 //
 // This Source Code Form is subject to the terms of the Mozilla Public
 // License, v. 2.0. If a copy of the MPL was not distributed with this
index d9619206bddd251c8172fbb19610dab6e345bb3e..f342deeb40b3b6aabe02dc0658bbe8ba83fd98fd 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright (C) 2019-2024 Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) 2019-2025 Internet Systems Consortium, Inc. ("ISC")
 #
 # This Source Code Form is subject to the terms of the Mozilla Public
 # License, v. 2.0. If a copy of the MPL was not distributed with this
index ec053087662fe96da8a01eb7d44af79677c63b95..66b5470d03a375e54e32397dfeb5048140a70a1f 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2020-2023 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2020-2025 Internet Systems Consortium, Inc. ("ISC")
 //
 // This Source Code Form is subject to the terms of the Mozilla Public
 // License, v. 2.0. If a copy of the MPL was not distributed with this
index c0a40f0280c2dc528e487c23b75aa613ba74690e..d2bf67aa58c417bebc678ae756cc2710393f2277 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2018-2022 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2018-2025 Internet Systems Consortium, Inc. ("ISC")
 //
 // This Source Code Form is subject to the terms of the Mozilla Public
 // License, v. 2.0. If a copy of the MPL was not distributed with this
index aae00a7ab3d2db8e4e95598fa8cfe075dc735633..72ea770e8ee763c730fc7b704a039e1fe75741c9 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2020-2023 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2020-2025 Internet Systems Consortium, Inc. ("ISC")
 //
 // This Source Code Form is subject to the terms of the Mozilla Public
 // License, v. 2.0. If a copy of the MPL was not distributed with this
index 42ff499cf7cf30980c2cd0e07da1405002bb6f38..49310614cf7fb68d802e563f370e17425a6c1d33 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2018-2022 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2018-2025 Internet Systems Consortium, Inc. ("ISC")
 //
 // This Source Code Form is subject to the terms of the Mozilla Public
 // License, v. 2.0. If a copy of the MPL was not distributed with this
index 6260a64c5d1da7394467c856241f45af9ada67ff..8f63099d303455a2418a4ede51efa51e221bbad6 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2018-2022 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2018-2025 Internet Systems Consortium, Inc. ("ISC")
 //
 // This Source Code Form is subject to the terms of the Mozilla Public
 // License, v. 2.0. If a copy of the MPL was not distributed with this
index 218d7e98698bc135c9332ab024410b53c92a4bdd..f479ebdab2aec71a4b3b00a1fb39db009a5ba5b9 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2018-2022 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2018-2025 Internet Systems Consortium, Inc. ("ISC")
 //
 // This Source Code Form is subject to the terms of the Mozilla Public
 // License, v. 2.0. If a copy of the MPL was not distributed with this
index 6e3c66b4305d8d03fe99fde75547d5849ff00461..2ae5960c7de195b7327e7a08137c05baa9004dc3 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright (C) 2018-2022 Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) 2018-2025 Internet Systems Consortium, Inc. ("ISC")
 #
 # This Source Code Form is subject to the terms of the Mozilla Public
 # License, v. 2.0. If a copy of the MPL was not distributed with this
index efecf815d0b7c136e113d375ede6a3bde87ee15f..72adf6c3f9505c187b950421234fd5c603ee0e65 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2022-2024 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2022-2025 Internet Systems Consortium, Inc. ("ISC")
 //
 // This Source Code Form is subject to the terms of the Mozilla Public
 // License, v. 2.0. If a copy of the MPL was not distributed with this
index 73cf2591325a66fa94289c23da12cf3529bf378c..95963191be011208633c780e2f35ddc40f9f6821 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2022-2024 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2022-2025 Internet Systems Consortium, Inc. ("ISC")
 //
 // This Source Code Form is subject to the terms of the Mozilla Public
 // License, v. 2.0. If a copy of the MPL was not distributed with this
index f100042943fe4ef5ae0e98ff59bb3a755f0f2a6b..738f2099c8beb1c111b1359b42879a85f7453101 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2018-2023 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2018-2025 Internet Systems Consortium, Inc. ("ISC")
 //
 // This Source Code Form is subject to the terms of the Mozilla Public
 // License, v. 2.0. If a copy of the MPL was not distributed with this
index d793670223d33c4b19a048c3c3c02d3c75d3842c..ace13a73c3c72c013c08c0d3caf7aabd22f038be 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2018-2022 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2018-2025 Internet Systems Consortium, Inc. ("ISC")
 //
 // This Source Code Form is subject to the terms of the Mozilla Public
 // License, v. 2.0. If a copy of the MPL was not distributed with this
index 02d94ea01a7bde69e37ecbf8da6231e46d01d7d9..fba8ad02e483891ddd85a6501f4425a89659cd9e 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2018-2022 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2018-2025 Internet Systems Consortium, Inc. ("ISC")
 //
 // This Source Code Form is subject to the terms of the Mozilla Public
 // License, v. 2.0. If a copy of the MPL was not distributed with this
index f0df02a91ed3991fa2a2b765c28149d3fcb3d0c5..4ab8a0ec5c48fc65d5e900de21547716ce6ad5d1 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2022-2024 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2022-2025 Internet Systems Consortium, Inc. ("ISC")
 //
 // This Source Code Form is subject to the terms of the Mozilla Public
 // License, v. 2.0. If a copy of the MPL was not distributed with this
index 1951649fb4f9ce0d2e4c70233118eb8c334e9387..7ef64641bbce22e20acd7ccf79224b92d3fddf38 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2022 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2022-2025 Internet Systems Consortium, Inc. ("ISC")
 //
 // This Source Code Form is subject to the terms of the Mozilla Public
 // License, v. 2.0. If a copy of the MPL was not distributed with this
index a3a33dc4f5d9e37ce090857a462dd5fd9937a8d3..50940e27cdc51111010352cfb28f876c064d6166 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2022-2024 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2022-2025 Internet Systems Consortium, Inc. ("ISC")
 //
 // This Source Code Form is subject to the terms of the Mozilla Public
 // License, v. 2.0. If a copy of the MPL was not distributed with this
index d88d4b08f197c80f1a7eff2764119e69c48c9b32..64275797c167a14c23f028fee0991cbe865ca4b9 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2022-2024 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2022-2025 Internet Systems Consortium, Inc. ("ISC")
 //
 // This Source Code Form is subject to the terms of the Mozilla Public
 // License, v. 2.0. If a copy of the MPL was not distributed with this
index 51531afdb093ae19ce56e163cefedb12d212ff6f..32f687b76311b4a94e602c430bdd2ede5d38c250 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2022 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2022-2025 Internet Systems Consortium, Inc. ("ISC")
 //
 // This Source Code Form is subject to the terms of the Mozilla Public
 // License, v. 2.0. If a copy of the MPL was not distributed with this
index a1290e46da3fe49d1ad51b9399f6d3a38f0b086e..3ed22b7c65ae817529da571a2fd5c23908c8dafc 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2022 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2022-2025 Internet Systems Consortium, Inc. ("ISC")
 //
 // This Source Code Form is subject to the terms of the Mozilla Public
 // License, v. 2.0. If a copy of the MPL was not distributed with this
index 78bbdc18caa7302b3f535ca4a1804806a3b2d5e4..eb8e41a65ee5fcedc23347ea2a1d0e25a901c254 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright (C) 2022-2024 Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) 2022-2025 Internet Systems Consortium, Inc. ("ISC")
 #
 # This Source Code Form is subject to the terms of the Mozilla Public
 # License, v. 2.0. If a copy of the MPL was not distributed with this
index 6cda0204877eb6a04501ee54c7c8f6975603b525..a67bc72164e2be2dbf189fd966c9727e415cc9c7 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2022-2024 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2022-2025 Internet Systems Consortium, Inc. ("ISC")
 //
 // This Source Code Form is subject to the terms of the Mozilla Public
 // License, v. 2.0. If a copy of the MPL was not distributed with this
index 7b3bb2eac77853a58726a5b439b9719e67290fc4..8708c7c972128348d504292ce5f433d74d9be115 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2022 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2022-2025 Internet Systems Consortium, Inc. ("ISC")
 //
 // This Source Code Form is subject to the terms of the Mozilla Public
 // License, v. 2.0. If a copy of the MPL was not distributed with this
index d906c95f1944ac8be58ba6dbb0586063d5a099cf..006c390c1f6f3d0935f241660dc07e9bb356fc1d 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2022-2024 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2022-2025 Internet Systems Consortium, Inc. ("ISC")
 //
 // This Source Code Form is subject to the terms of the Mozilla Public
 // License, v. 2.0. If a copy of the MPL was not distributed with this
index ae08af4d1a00ba62d4764fa47a9d31da99be0c91..b6b17ec999d50b34f6144e7b3be5c8d9bbf37168 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2022-2024 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2022-2025 Internet Systems Consortium, Inc. ("ISC")
 //
 // This Source Code Form is subject to the terms of the Mozilla Public
 // License, v. 2.0. If a copy of the MPL was not distributed with this
index 98fecaf06582d60fda3be27b2c5280622aedf7b6..34c481285c1a6e6e7f515e50d6f76731179afe0a 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2022-2023 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2022-2025 Internet Systems Consortium, Inc. ("ISC")
 //
 // This Source Code Form is subject to the terms of the Mozilla Public
 // License, v. 2.0. If a copy of the MPL was not distributed with this
index 0ceef923f9daae4e7c7f5509c8a9dbc55bc577da..f6491a2253333d691023ee496d328484ddd61ca1 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2022-2023 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2022-2025 Internet Systems Consortium, Inc. ("ISC")
 //
 // This Source Code Form is subject to the terms of the Mozilla Public
 // License, v. 2.0. If a copy of the MPL was not distributed with this
index d066498fc4e2d1fe04314dbf0e47cd5c8c113da8..8581f964f5aebd15468fa1f66e5caf545173869c 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2022-2024 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2022-2025 Internet Systems Consortium, Inc. ("ISC")
 //
 // This Source Code Form is subject to the terms of the Mozilla Public
 // License, v. 2.0. If a copy of the MPL was not distributed with this
index 96a0ba7bb7c22af3d960cbfb3246f56cfcc53247..95963191be011208633c780e2f35ddc40f9f6821 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2022 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2022-2025 Internet Systems Consortium, Inc. ("ISC")
 //
 // This Source Code Form is subject to the terms of the Mozilla Public
 // License, v. 2.0. If a copy of the MPL was not distributed with this
index 637261ca829ac18cc7f87f3ff7846a4e82fc4c28..2c680ea5b886f6407892861c2ddc086dd0ff305a 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2022-2023 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2022-2025 Internet Systems Consortium, Inc. ("ISC")
 //
 // This Source Code Form is subject to the terms of the Mozilla Public
 // License, v. 2.0. If a copy of the MPL was not distributed with this
index 7a8ce208795ae2339d15d045488053c923eccf74..d16209849bf9444e34064d1045631470dbd25a62 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2022-2023 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2022-2025 Internet Systems Consortium, Inc. ("ISC")
 //
 // This Source Code Form is subject to the terms of the Mozilla Public
 // License, v. 2.0. If a copy of the MPL was not distributed with this
index 96a0ba7bb7c22af3d960cbfb3246f56cfcc53247..95963191be011208633c780e2f35ddc40f9f6821 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2022 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2022-2025 Internet Systems Consortium, Inc. ("ISC")
 //
 // This Source Code Form is subject to the terms of the Mozilla Public
 // License, v. 2.0. If a copy of the MPL was not distributed with this
index c50a24b0c346979165d9439354b8806f64869ce7..ec60f49ee372c3850e77a89e40dbd1a2d20dcf12 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2022 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2022-2025 Internet Systems Consortium, Inc. ("ISC")
 //
 // This Source Code Form is subject to the terms of the Mozilla Public
 // License, v. 2.0. If a copy of the MPL was not distributed with this
index e4cef2b34ba4119c3feae15bad1a09d06683ef3e..424ee2bb10a8fef24c0fcd1fa7c42a5412081c93 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2017-2024 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2017-2025 Internet Systems Consortium, Inc. ("ISC")
 //
 // This Source Code Form is subject to the terms of the Mozilla Public
 // License, v. 2.0. If a copy of the MPL was not distributed with this
index 0904d4a2c7749803f7f1215cc440deae51e75437..80498f167b8b50f99091ca071a99c5cd46a17709 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2017-2022 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2017-2025 Internet Systems Consortium, Inc. ("ISC")
 //
 // This Source Code Form is subject to the terms of the Mozilla Public
 // License, v. 2.0. If a copy of the MPL was not distributed with this
index 43dbeb6f0e9a482c7abf7e846f873c795c3ee324..fd9d9484ded9a7683ff9b7ea7825f42ed49de76c 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2017-2022 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2017-2025 Internet Systems Consortium, Inc. ("ISC")
 //
 // This Source Code Form is subject to the terms of the Mozilla Public
 // License, v. 2.0. If a copy of the MPL was not distributed with this
index 31040b9e9306ea7d822b098741a340067c416ed4..c30bc1aead697c35eec51529176c89d2f15fe8d2 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2017-2023 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2017-2025 Internet Systems Consortium, Inc. ("ISC")
 //
 // This Source Code Form is subject to the terms of the Mozilla Public
 // License, v. 2.0. If a copy of the MPL was not distributed with this
index cfbfef34f68fc7a0d3f22628dc76306a7a603768..6e6cb1e4fd897fe055722f79dd8837a0abd75f76 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright (C) 2017-2024 Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) 2017-2025 Internet Systems Consortium, Inc. ("ISC")
 #
 # This Source Code Form is subject to the terms of the Mozilla Public
 # License, v. 2.0. If a copy of the MPL was not distributed with this
index 17ba4c5652b2223c2752cac326d894d9a00646e3..6ea9ce350c2c650faa36f2ad479a159feeb2db2e 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2017-2022 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2017-2025 Internet Systems Consortium, Inc. ("ISC")
 //
 // This Source Code Form is subject to the terms of the Mozilla Public
 // License, v. 2.0. If a copy of the MPL was not distributed with this
index 6ce96a8f9fbbf015ebb21576f8c5f4c693c2e9f9..ba34c0ce21675758b43b5317319685449b466d19 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2017-2024 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2017-2025 Internet Systems Consortium, Inc. ("ISC")
 //
 // This Source Code Form is subject to the terms of the Mozilla Public
 // License, v. 2.0. If a copy of the MPL was not distributed with this
index 65257b50b7372af976f04acf223cdfc505f7fe82..1fe1a8c292568e14e5115a2970c49033b3a27fb0 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2017-2024 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2017-2025 Internet Systems Consortium, Inc. ("ISC")
 //
 // This Source Code Form is subject to the terms of the Mozilla Public
 // License, v. 2.0. If a copy of the MPL was not distributed with this
index 01f507afba4f8b5cec36ccb6a45981af1677a32c..af842d8420000c3959c92d0852e29dd563189761 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2017-2023 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2017-2025 Internet Systems Consortium, Inc. ("ISC")
 //
 // This Source Code Form is subject to the terms of the Mozilla Public
 // License, v. 2.0. If a copy of the MPL was not distributed with this
index 245b907e746ae1cec4fdb40f75ad47b603e498ec..7c260a8632c5abfc5ebefb82349ffefb8e9b7be8 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2017-2024 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2017-2025 Internet Systems Consortium, Inc. ("ISC")
 //
 // This Source Code Form is subject to the terms of the Mozilla Public
 // License, v. 2.0. If a copy of the MPL was not distributed with this
index 65257b50b7372af976f04acf223cdfc505f7fe82..1fe1a8c292568e14e5115a2970c49033b3a27fb0 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2017-2024 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2017-2025 Internet Systems Consortium, Inc. ("ISC")
 //
 // This Source Code Form is subject to the terms of the Mozilla Public
 // License, v. 2.0. If a copy of the MPL was not distributed with this
index 08a99b54185d40f17c20ba11ce0fee1d7c41cab7..bcfcd2f0ee5e06c4abd54f49fa41c6f576d8491d 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2017-2022 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2017-2025 Internet Systems Consortium, Inc. ("ISC")
 //
 // This Source Code Form is subject to the terms of the Mozilla Public
 // License, v. 2.0. If a copy of the MPL was not distributed with this
index c7a1cd619cddea1a5ac0d5daf32670831d93d67d..0c83e1cbaa476c353b816f32e7dd1d8b6709c0bf 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright (C) 2019-2024 Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) 2019-2025 Internet Systems Consortium, Inc. ("ISC")
 #
 # This Source Code Form is subject to the terms of the Mozilla Public
 # License, v. 2.0. If a copy of the MPL was not distributed with this
index b19fb47d8805504a81d346342c14303425df22e9..6d99ec2dd4b4dec6c2e120e081e0bbd6cf1ac10e 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2017-2024 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2017-2025 Internet Systems Consortium, Inc. ("ISC")
 //
 // This Source Code Form is subject to the terms of the Mozilla Public
 // License, v. 2.0. If a copy of the MPL was not distributed with this
index 1469594504cf566ff429ef9d4bd849e9ff75594a..eb95232ba79785708bb53d2176e5fdfce8116502 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2016-2024 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2016-2025 Internet Systems Consortium, Inc. ("ISC")
 //
 // This Source Code Form is subject to the terms of the Mozilla Public
 // License, v. 2.0. If a copy of the MPL was not distributed with this
index 6af177a0a264ae833ed0c63f3ec5f8d2a534581a..ba4986e14e1e04cf9a12689d51b1a2223d39a06b 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2016-2024 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2016-2025 Internet Systems Consortium, Inc. ("ISC")
 //
 // This Source Code Form is subject to the terms of the Mozilla Public
 // License, v. 2.0. If a copy of the MPL was not distributed with this
index 032279576733aa6978a557c7e89537fa577e4159..949ecc633d83727db7f2472b03aa1b1bc0fd7eca 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2016-2022 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2016-2025 Internet Systems Consortium, Inc. ("ISC")
 //
 // This Source Code Form is subject to the terms of the Mozilla Public
 // License, v. 2.0. If a copy of the MPL was not distributed with this
index c1788d57d662801fe04dc75240745062f5785bda..8a3ffa2d8202e95c00e847cbcc657c399ecfa25f 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2016-2023 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2016-2025 Internet Systems Consortium, Inc. ("ISC")
 //
 // This Source Code Form is subject to the terms of the Mozilla Public
 // License, v. 2.0. If a copy of the MPL was not distributed with this
index b6ac0f1e4b43eda41b3078b381d893c201ad1f54..764d92123f5340128724a189f348ffa0b6a4b1a1 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright (C) 2016-2024 Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) 2016-2025 Internet Systems Consortium, Inc. ("ISC")
 #
 # This Source Code Form is subject to the terms of the Mozilla Public
 # License, v. 2.0. If a copy of the MPL was not distributed with this
@@ -57,15 +57,15 @@ This is an error message issued when the legal log library experienced an
 error attempting to close a legal store.  This is highly unlikely to occur and
 should not affect the store content or subsequent legal store operations.
 
-% LEGAL_LOG_STORE_OPENED Legal store opened: %1
-This is an informational message issued when the Legal Log library
-has successfully opened the legal store.
-
 % LEGAL_LOG_STORE_OPEN opening Legal Log file: %1
 This informational message is logged when a DHCP server (either V4 or
 V6) is about to open a legal log file. The parameters of
 the backend are logged.
 
+% LEGAL_LOG_STORE_OPENED Legal store opened: %1
+This is an informational message issued when the Legal Log library
+has successfully opened the legal store.
+
 % LEGAL_LOG_UNLOAD_ERROR An error occurred unloading the library: %1
 This is an error message issued when an error occurs while unloading the
 Legal Log library.  This is unlikely to occur and normal operations of the
index 9302089a6be4e76bec3c42647d8319eb4198b3a3..e9744e4973255a015cb092ef9070c3cf8c69275e 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2016-2023 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2016-2025 Internet Systems Consortium, Inc. ("ISC")
 //
 // This Source Code Form is subject to the terms of the Mozilla Public
 // License, v. 2.0. If a copy of the MPL was not distributed with this
index 6cd980c16e0191becf84d8c6d1527fd1fe329721..91c4ed93f4110d804cee0344a009f13566e20725 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2016-2024 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2016-2025 Internet Systems Consortium, Inc. ("ISC")
 //
 // This Source Code Form is subject to the terms of the Mozilla Public
 // License, v. 2.0. If a copy of the MPL was not distributed with this
index f61a4190be22e4b71bc153321f16c9ab1b687103..56f869d22d550ed246efa3d436bce4ded6eee2f2 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2016-2024 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2016-2025 Internet Systems Consortium, Inc. ("ISC")
 //
 // This Source Code Form is subject to the terms of the Mozilla Public
 // License, v. 2.0. If a copy of the MPL was not distributed with this
index 010b52ce0b634e33b83362bf0ed841f61948755a..d4f2315da77537e31481c302d3acc3ba620321a4 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2016-2024 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2016-2025 Internet Systems Consortium, Inc. ("ISC")
 //
 // This Source Code Form is subject to the terms of the Mozilla Public
 // License, v. 2.0. If a copy of the MPL was not distributed with this
index 7dc942c943e9ee92bda0dbe9062519e4411826f3..190de41edd7698f0fba3c6a626aefb461574d2de 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2016-2022 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2016-2025 Internet Systems Consortium, Inc. ("ISC")
 //
 // This Source Code Form is subject to the terms of the Mozilla Public
 // License, v. 2.0. If a copy of the MPL was not distributed with this
index 77f1edeab7d686678366faea62e8119144c22a37..e725a429da141891572ce5e795e50e95b2a5dd52 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2017-2022 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2017-2025 Internet Systems Consortium, Inc. ("ISC")
 //
 // This Source Code Form is subject to the terms of the Mozilla Public
 // License, v. 2.0. If a copy of the MPL was not distributed with this
index b35fc9fc2d4fee029534c136c0b985c6be0775a0..aa958989e168d3ba29a3579a61b07f2242a5cc02 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2017-2023 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2017-2025 Internet Systems Consortium, Inc. ("ISC")
 //
 // This Source Code Form is subject to the terms of the Mozilla Public
 // License, v. 2.0. If a copy of the MPL was not distributed with this
index 1013be4832280d2b1335147d0db274c9704519b4..01069097e9cd967d69e16e75544b7f2f721e67fd 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2016-2024 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2016-2025 Internet Systems Consortium, Inc. ("ISC")
 //
 // This Source Code Form is subject to the terms of the Mozilla Public
 // License, v. 2.0. If a copy of the MPL was not distributed with this
index 306b51da7bee8ca01ea2c24c2c72763d7222b0d8..746181e7ae20882905dc2f2d535375ea012f4d81 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2016-2023 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2016-2025 Internet Systems Consortium, Inc. ("ISC")
 //
 // This Source Code Form is subject to the terms of the Mozilla Public
 // License, v. 2.0. If a copy of the MPL was not distributed with this
index b7d27a5429e47097dbdf8c5849ea0e9a5fc2ae8a..d91768709e2078d12275e3cef963e06b7c504a18 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2016-2022 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2016-2025 Internet Systems Consortium, Inc. ("ISC")
 //
 // This Source Code Form is subject to the terms of the Mozilla Public
 // License, v. 2.0. If a copy of the MPL was not distributed with this
index 0ca03f278927f6e529efe4289f8b803c080e8379..02efd26f5a813bac48f7e71039538e46c553836f 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2016-2022 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2016-2025 Internet Systems Consortium, Inc. ("ISC")
 //
 // This Source Code Form is subject to the terms of the Mozilla Public
 // License, v. 2.0. If a copy of the MPL was not distributed with this
index f61a4190be22e4b71bc153321f16c9ab1b687103..56f869d22d550ed246efa3d436bce4ded6eee2f2 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2016-2024 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2016-2025 Internet Systems Consortium, Inc. ("ISC")
 //
 // This Source Code Form is subject to the terms of the Mozilla Public
 // License, v. 2.0. If a copy of the MPL was not distributed with this
index 61724b5c3b2922c85481301d2cfe3b47ee89110c..cf02344e6a9d5f2dde9a5502788bb39df1e07d5e 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2016-2024 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2016-2025 Internet Systems Consortium, Inc. ("ISC")
 //
 // This Source Code Form is subject to the terms of the Mozilla Public
 // License, v. 2.0. If a copy of the MPL was not distributed with this
index fc3b9fb794fd8ba10ea003fd987ff876f896b58a..3c6bbcfe8d739e673316c88d509d6239eaec9e55 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2016-2022 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2016-2025 Internet Systems Consortium, Inc. ("ISC")
 //
 // This Source Code Form is subject to the terms of the Mozilla Public
 // License, v. 2.0. If a copy of the MPL was not distributed with this
index c3db94aa2cb8ca54134743843657355d11972be1..5e5b48d40ccf7b52bed0445ca5c4d6cd6fb29bfb 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2018-2022 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2018-2025 Internet Systems Consortium, Inc. ("ISC")
 //
 // This Source Code Form is subject to the terms of the Mozilla Public
 // License, v. 2.0. If a copy of the MPL was not distributed with this
index 55478c4b8aed37f18259d1b6eaa4a9a3e9e84bb4..24f8df68753cfd4b9982b2fdd3cbb896fe4a18f4 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2020-2023 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2020-2025 Internet Systems Consortium, Inc. ("ISC")
 //
 // This Source Code Form is subject to the terms of the Mozilla Public
 // License, v. 2.0. If a copy of the MPL was not distributed with this
index 71b9adb4f33b37f7f5ce5dc6b9bbc9f5a660d909..edde0829d7bcf8f9335c6ebfa1ae90f2e4a96354 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2020-2023 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2020-2025 Internet Systems Consortium, Inc. ("ISC")
 //
 // This Source Code Form is subject to the terms of the Mozilla Public
 // License, v. 2.0. If a copy of the MPL was not distributed with this
index c362f9f5cc338e335449092f8e4836c29c05e3b4..3c0c3c0551df1ce4402dc3c45bb29e7b5322b5e4 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2018-2023 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2018-2025 Internet Systems Consortium, Inc. ("ISC")
 //
 // This Source Code Form is subject to the terms of the Mozilla Public
 // License, v. 2.0. If a copy of the MPL was not distributed with this
index f39cd7bf81f67c4ce10193420a9c1dfaa90f7ea1..b941bbab3b0ebe87dfdab63fe4550a8763c02efc 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2018-2023 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2018-2025 Internet Systems Consortium, Inc. ("ISC")
 //
 // This Source Code Form is subject to the terms of the Mozilla Public
 // License, v. 2.0. If a copy of the MPL was not distributed with this
index c82ee25949ae90e056cafcc7ba462cc5d1ed96f9..5782ebd7103685d61a417e1636443d993fe57308 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2018-2023 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2018-2025 Internet Systems Consortium, Inc. ("ISC")
 //
 // This Source Code Form is subject to the terms of the Mozilla Public
 // License, v. 2.0. If a copy of the MPL was not distributed with this
index 6d1df4cb92b97d15239a1175afced0fa4982d0d1..a5e465fa31f7d9480c8a73bf9baf00a6c5457a73 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2020-2023 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2020-2025 Internet Systems Consortium, Inc. ("ISC")
 //
 // This Source Code Form is subject to the terms of the Mozilla Public
 // License, v. 2.0. If a copy of the MPL was not distributed with this
index 922a40085f0918199adbedfef085d47842bac163..8978c819e5588ea9bde2868068b9cd3fbaf6e183 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2018-2023 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2018-2025 Internet Systems Consortium, Inc. ("ISC")
 //
 // This Source Code Form is subject to the terms of the Mozilla Public
 // License, v. 2.0. If a copy of the MPL was not distributed with this
index f7672dfdbe276f5139ad9d6e368590a678c8117b..9b47616897d09a3f33f83d2e05c598950f1f8959 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2018-2022 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2018-2025 Internet Systems Consortium, Inc. ("ISC")
 //
 // This Source Code Form is subject to the terms of the Mozilla Public
 // License, v. 2.0. If a copy of the MPL was not distributed with this
index 74ef189d690ee6e7f1dc18b37f1898e412c3a33d..847d8c45331790b2c75163949b13d20051bd716f 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2018-2023 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2018-2025 Internet Systems Consortium, Inc. ("ISC")
 //
 // This Source Code Form is subject to the terms of the Mozilla Public
 // License, v. 2.0. If a copy of the MPL was not distributed with this
index 3e74c45c3642e4fa2d1e5dbcf87ec764bddf81f1..e31287ff25c773ccaf4c950ddb1c82f69e0a9a4a 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright (C) 2018-2024 Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) 2018-2025 Internet Systems Consortium, Inc. ("ISC")
 #
 # This Source Code Form is subject to the terms of the Mozilla Public
 # License, v. 2.0. If a copy of the MPL was not distributed with this
index 5ced328df3adaa88fdc215bb249723705f4af07b..fea27b27b695d17f84cc0621894c69e0a9c30a67 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2020-2023 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2020-2025 Internet Systems Consortium, Inc. ("ISC")
 //
 // This Source Code Form is subject to the terms of the Mozilla Public
 // License, v. 2.0. If a copy of the MPL was not distributed with this
index 15d5fdd5681a5d9dd89b2798c5042ea5c5dd9978..e1874ea36ed72e61d4c2dedff7ed3da9696221ae 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2020-2023 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2020-2025 Internet Systems Consortium, Inc. ("ISC")
 //
 // This Source Code Form is subject to the terms of the Mozilla Public
 // License, v. 2.0. If a copy of the MPL was not distributed with this
index 27a7be68d79a03282e4413840b569f346527d998..3f3bf62eb3af11a55605089b1491cdceb4c94093 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2020-2023 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2020-2025 Internet Systems Consortium, Inc. ("ISC")
 //
 // This Source Code Form is subject to the terms of the Mozilla Public
 // License, v. 2.0. If a copy of the MPL was not distributed with this
index 70040333952e2455529cf204ec60980e99f16ad5..0d35f3b6bb0c7200f65f9a6a98cbbafa2ba35c25 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2020-2023 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2020-2025 Internet Systems Consortium, Inc. ("ISC")
 //
 // This Source Code Form is subject to the terms of the Mozilla Public
 // License, v. 2.0. If a copy of the MPL was not distributed with this
index 66dc6e6d7845e9f85343d5be58033f43779be86c..85cc84d700a79540616f61341affbd21b0aecd61 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2020-2023 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2020-2025 Internet Systems Consortium, Inc. ("ISC")
 //
 // This Source Code Form is subject to the terms of the Mozilla Public
 // License, v. 2.0. If a copy of the MPL was not distributed with this
index e08c9e0d415a2a7bec41a9ea450e3ffb45715a8e..4de32093af5a6798d2ffd77ad538869090f38b96 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2018-2023 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2018-2025 Internet Systems Consortium, Inc. ("ISC")
 //
 // This Source Code Form is subject to the terms of the Mozilla Public
 // License, v. 2.0. If a copy of the MPL was not distributed with this
index a6e3a4c7b7fa37cc84920336766b4ede12f20f5f..2e824eeb0da12598cdd1cc38bdc0b733e089bae4 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2018-2023 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2018-2025 Internet Systems Consortium, Inc. ("ISC")
 //
 // This Source Code Form is subject to the terms of the Mozilla Public
 // License, v. 2.0. If a copy of the MPL was not distributed with this
index 70040333952e2455529cf204ec60980e99f16ad5..0d35f3b6bb0c7200f65f9a6a98cbbafa2ba35c25 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2020-2023 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2020-2025 Internet Systems Consortium, Inc. ("ISC")
 //
 // This Source Code Form is subject to the terms of the Mozilla Public
 // License, v. 2.0. If a copy of the MPL was not distributed with this
index f4b486972147be4aa46e4f926b7be59b13135b1b..c944a9d291b597f38b2824f77f000bd7ca41f7b9 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2018-2022 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2018-2025 Internet Systems Consortium, Inc. ("ISC")
 //
 // This Source Code Form is subject to the terms of the Mozilla Public
 // License, v. 2.0. If a copy of the MPL was not distributed with this
index 7aeb2258ab80a5a43cade55ad85432a3652bc1e8..92635e3b6128a123a7a7b617b1ed879b8973c60e 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2017-2024 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2017-2025 Internet Systems Consortium, Inc. ("ISC")
 //
 // This Source Code Form is subject to the terms of the Mozilla Public
 // License, v. 2.0. If a copy of the MPL was not distributed with this
index 808869bfe9420baf4cff167de6b020bf0695ed43..64156e9823cbe48474477ba62682f17ba072cf4e 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2017-2023 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2017-2025 Internet Systems Consortium, Inc. ("ISC")
 //
 // This Source Code Form is subject to the terms of the Mozilla Public
 // License, v. 2.0. If a copy of the MPL was not distributed with this
index b91f2bab1adbe56fc55f1de84c128a6471371a45..7e44d6644c6217f8a9e69e126eb7f7f210917683 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2017-2023 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2017-2025 Internet Systems Consortium, Inc. ("ISC")
 //
 // This Source Code Form is subject to the terms of the Mozilla Public
 // License, v. 2.0. If a copy of the MPL was not distributed with this
index 689b47a9d86a0228f24bc7288b443d2a956120b4..4dae4905f14707dcc995522e4a6f9e8f6098e7c4 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2017-2023 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2017-2025 Internet Systems Consortium, Inc. ("ISC")
 //
 // This Source Code Form is subject to the terms of the Mozilla Public
 // License, v. 2.0. If a copy of the MPL was not distributed with this
index a32cdc494c948811aa80db810e3d96da61cdf335..52eaa81e0aad84d9dd3618a89465bbc64b05aa7f 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2017-2022 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2017-2025 Internet Systems Consortium, Inc. ("ISC")
 //
 // This Source Code Form is subject to the terms of the Mozilla Public
 // License, v. 2.0. If a copy of the MPL was not distributed with this
index e292af4a414c93f6b0f13471f11a6c10e8b37e5a..cc01d566d74b21e054cfa84af2df6a68afdea43d 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2017-2022 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2017-2025 Internet Systems Consortium, Inc. ("ISC")
 //
 // This Source Code Form is subject to the terms of the Mozilla Public
 // License, v. 2.0. If a copy of the MPL was not distributed with this
index a994450152d34e9a3bf9b40c126a76922df37556..df2c1206841ad4481d07611531ba07bf14183dee 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright (C) 2017-2024 Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) 2017-2025 Internet Systems Consortium, Inc. ("ISC")
 #
 # This Source Code Form is subject to the terms of the Mozilla Public
 # License, v. 2.0. If a copy of the MPL was not distributed with this
index ffb6098f7a490df040eef31f53d8ecf5e03302fd..45eb453b5f533f28414a59efcf92a81db70e626e 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2017-2024 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2017-2025 Internet Systems Consortium, Inc. ("ISC")
 //
 // This Source Code Form is subject to the terms of the Mozilla Public
 // License, v. 2.0. If a copy of the MPL was not distributed with this
index 9f6e06ac09d1f9092189ebd936088a3964ce9a60..1c6abbfd6e797bd92e36499a105cd7a1ba60bda9 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2022-2024 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2022-2025 Internet Systems Consortium, Inc. ("ISC")
 //
 // This Source Code Form is subject to the terms of the Mozilla Public
 // License, v. 2.0. If a copy of the MPL was not distributed with this
index 73cf2591325a66fa94289c23da12cf3529bf378c..95963191be011208633c780e2f35ddc40f9f6821 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2022-2024 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2022-2025 Internet Systems Consortium, Inc. ("ISC")
 //
 // This Source Code Form is subject to the terms of the Mozilla Public
 // License, v. 2.0. If a copy of the MPL was not distributed with this
index 6b62271aa0c823e4e12c22c5f37d0a36cff6e569..a4d53ea7661352f1e03abf1816dc475125421625 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2017-2024 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2017-2025 Internet Systems Consortium, Inc. ("ISC")
 //
 // This Source Code Form is subject to the terms of the Mozilla Public
 // License, v. 2.0. If a copy of the MPL was not distributed with this
index 5e65fe0d4a95647a45dd59ee94d6f12b921deda0..b2f492f7a7ab9ffa8ec8047d75ca60d2d57a2e18 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2023-2024 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2023-2025 Internet Systems Consortium, Inc. ("ISC")
 //
 // This Source Code Form is subject to the terms of the Mozilla Public
 // License, v. 2.0. If a copy of the MPL was not distributed with this
index 906418008ae72b12742b3812c98d7de59cb36de6..1fe1a8c292568e14e5115a2970c49033b3a27fb0 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2017-2022 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2017-2025 Internet Systems Consortium, Inc. ("ISC")
 //
 // This Source Code Form is subject to the terms of the Mozilla Public
 // License, v. 2.0. If a copy of the MPL was not distributed with this
index 992f6610b29539243e8e9c0248cd5a93de3d689d..35df28aef1123407ad24a901a6dd2bbaa7db1a35 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2017-2022 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2017-2025 Internet Systems Consortium, Inc. ("ISC")
 //
 // This Source Code Form is subject to the terms of the Mozilla Public
 // License, v. 2.0. If a copy of the MPL was not distributed with this
index 8f772981a24c6d07390bcd0723d5e11c3ee2edbb..6c37c3f7f820ff83783b620dbd21c7da97f4e6e7 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2017-2022 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2017-2025 Internet Systems Consortium, Inc. ("ISC")
 //
 // This Source Code Form is subject to the terms of the Mozilla Public
 // License, v. 2.0. If a copy of the MPL was not distributed with this
index 75fbb2a7eda553a81a3349e95b1e925bc1bb7724..20f1704651b8f05a74aa86a15896ebdd9aa87610 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright (C) 2017-2024 Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) 2017-2025 Internet Systems Consortium, Inc. ("ISC")
 #
 # This Source Code Form is subject to the terms of the Mozilla Public
 # License, v. 2.0. If a copy of the MPL was not distributed with this
@@ -100,6 +100,11 @@ unexpected error occurs evaluating the binding-variables for a given
 lease. The arguments provide the lease address, the query details, and
 an error explanation.
 
+% LEASE_CMDS_LOAD_ERROR loading Lease Commands hooks library failed: %1
+This error message indicates an error loading the Lease Commands
+hooks library. The details of the error are provided as argument of
+the log message.
+
 % LEASE_CMDS_RESEND_DDNS4 lease4-resend-ddns command successful: %1
 A request to update DNS for the requested IPv4 lease has been
 successfully queued for transmission to kea-dhcp-ddns.
@@ -167,9 +172,3 @@ The lease6-wipe command is deprecated and it will be removed in the future.
 % LEASE_CMDS_WIPE6_FAILED lease6-wipe command failed (parameters: %1, reason: %2)
 The lease6-wipe command has failed. Both the reason as well as the
 parameters passed are logged.
-
-% LEASE_CMDS_LOAD_ERROR loading Lease Commands hooks library failed: %1
-This error message indicates an error loading the Lease Commands
-hooks library. The details of the error are provided as argument of
-the log message.
-
index 72f94515cc20d3c850be579e85b1d16b24807fc5..af751647fdc9b886fc943c2c3533fc3e1d607850 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2017-2022 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2017-2025 Internet Systems Consortium, Inc. ("ISC")
 //
 // This Source Code Form is subject to the terms of the Mozilla Public
 // License, v. 2.0. If a copy of the MPL was not distributed with this
index 759d1980dfea38643a1b82c20d25a299d5d5273c..12f63d5094745314b6866525207e1dccbfcc5ea3 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2017-2024 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2017-2025 Internet Systems Consortium, Inc. ("ISC")
 //
 // This Source Code Form is subject to the terms of the Mozilla Public
 // License, v. 2.0. If a copy of the MPL was not distributed with this
index 044b2b1c4408e08c5a281897257a6c3d490f7294..e67c04358c70e7f3748827a35cdfdf54405fee4b 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2022-2024 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2022-2025 Internet Systems Consortium, Inc. ("ISC")
 //
 // This Source Code Form is subject to the terms of the Mozilla Public
 // License, v. 2.0. If a copy of the MPL was not distributed with this
index b6ed0b683059b6dfcc2f54b3c6f002543e1bbb08..a78bd9aaef6fdc94f3fb8b0d3672cc7b06ea1489 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2022-2024 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2022-2025 Internet Systems Consortium, Inc. ("ISC")
 //
 // This Source Code Form is subject to the terms of the Mozilla Public
 // License, v. 2.0. If a copy of the MPL was not distributed with this
index d2ef5cbf1e34b6c729bfe63b234e6aa934a99279..fde7a3e61fec73b4efdb0bc95ae3751625268878 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2023 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2023-2025 Internet Systems Consortium, Inc. ("ISC")
 //
 // This Source Code Form is subject to the terms of the Mozilla Public
 // License, v. 2.0. If a copy of the MPL was not distributed with this
index 5ae89d8bfec37de3d15e6bb2d4a6c75be3cde01e..d31fe411a2690e4ff64dc0bcc34ef19a2050999b 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2022 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2022-2025 Internet Systems Consortium, Inc. ("ISC")
 //
 // This Source Code Form is subject to the terms of the Mozilla Public
 // License, v. 2.0. If a copy of the MPL was not distributed with this
index 64f103ac1efb16084c5387d816e277146f08e4d0..fb25e6f76168638656f3d6fe64098aa8bfc178ec 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2022 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2022-2025 Internet Systems Consortium, Inc. ("ISC")
 //
 // This Source Code Form is subject to the terms of the Mozilla Public
 // License, v. 2.0. If a copy of the MPL was not distributed with this
index 8ab3749e0266bd7b16e87bbefa0b11bafd5891e6..92d8a577da227c186d7b06fe7bf5ac37bbeaa964 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2023-2024 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2023-2025 Internet Systems Consortium, Inc. ("ISC")
 //
 // This Source Code Form is subject to the terms of the Mozilla Public
 // License, v. 2.0. If a copy of the MPL was not distributed with this
index 8361b67ceb0658285a18294fe37cfcbff5fc0be2..50a5262316b376a420177baf3b72a215b9c54e6a 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2023 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2023-2025 Internet Systems Consortium, Inc. ("ISC")
 //
 // This Source Code Form is subject to the terms of the Mozilla Public
 // License, v. 2.0. If a copy of the MPL was not distributed with this
index 621afea28582749dc5cd2c4c47bdf057bb1861dd..ab8cd95279bf1b43af82c51a9bb5d6ac4b80ef9c 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2022-2024 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2022-2025 Internet Systems Consortium, Inc. ("ISC")
 //
 // This Source Code Form is subject to the terms of the Mozilla Public
 // License, v. 2.0. If a copy of the MPL was not distributed with this
index aa5c3fdd2ca8ec944a1b10972af1209061d2e610..15d41deaa01c1071c5b436f6c7d2e8fe69bbc610 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2022 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2022-2025 Internet Systems Consortium, Inc. ("ISC")
 //
 // This Source Code Form is subject to the terms of the Mozilla Public
 // License, v. 2.0. If a copy of the MPL was not distributed with this
index 4a468c350f3387db078673f189625371a0748f0b..d420fc95a1024bcef7bb9968ab3eb4edd9899e07 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2020-2023 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2020-2025 Internet Systems Consortium, Inc. ("ISC")
 //
 // This Source Code Form is subject to the terms of the Mozilla Public
 // License, v. 2.0. If a copy of the MPL was not distributed with this
index bf9eb24a83f304bbaf853942eeeb4acbe8675773..573082a7f085b31c981222d92ceda51b3010299f 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2020-2024 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2020-2025 Internet Systems Consortium, Inc. ("ISC")
 //
 // This Source Code Form is subject to the terms of the Mozilla Public
 // License, v. 2.0. If a copy of the MPL was not distributed with this
index c244c3e1251ee25905c16ffe40ac5d802a551d22..f74d3371527ca8e73d09b28a2e3bf10e72a946a0 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2023-2024 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2023-2025 Internet Systems Consortium, Inc. ("ISC")
 //
 // This Source Code Form is subject to the terms of the Mozilla Public
 // License, v. 2.0. If a copy of the MPL was not distributed with this
index be89e6047dd8971bd02211ad81d39fd52a28b641..c88fdba9d9c9e9f903b71c6538460d769e9db62c 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2022-2024 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2022-2025 Internet Systems Consortium, Inc. ("ISC")
 //
 // This Source Code Form is subject to the terms of the Mozilla Public
 // License, v. 2.0. If a copy of the MPL was not distributed with this
index e6764f1790ab33bb10ef9ce29622b4e3f8160bf0..a14fc9a1d7e982bf938155c77da8ad1a320738f8 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2020-2024 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2020-2025 Internet Systems Consortium, Inc. ("ISC")
 //
 // This Source Code Form is subject to the terms of the Mozilla Public
 // License, v. 2.0. If a copy of the MPL was not distributed with this
index d847690c9996a2cc43cde113588ada17b1d40fe5..0fb43c98c735d4ce8e59ee94dd6a8de06f3ac300 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2020-2024 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2020-2025 Internet Systems Consortium, Inc. ("ISC")
 //
 // This Source Code Form is subject to the terms of the Mozilla Public
 // License, v. 2.0. If a copy of the MPL was not distributed with this
index ad5ca387ceb526ae0c67b924130f1537cd33f36a..c901e0ef30f6b989f57e99f1e4a3a5b301f56cdc 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2020-2024 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2020-2025 Internet Systems Consortium, Inc. ("ISC")
 //
 // This Source Code Form is subject to the terms of the Mozilla Public
 // License, v. 2.0. If a copy of the MPL was not distributed with this
index f31ba3f0899ab9fd83903f35080651d8deebbe5a..cd83648427f52e0d1ab8e860fbbc919132bc2559 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2020-2023 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2020-2025 Internet Systems Consortium, Inc. ("ISC")
 //
 // This Source Code Form is subject to the terms of the Mozilla Public
 // License, v. 2.0. If a copy of the MPL was not distributed with this
index 7c0f0bc25c0fac3a928cf6c352056516a9d28f1b..6d72f6e201458d7d10154813a37cd50e91f28437 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2020-2024 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2020-2025 Internet Systems Consortium, Inc. ("ISC")
 //
 // This Source Code Form is subject to the terms of the Mozilla Public
 // License, v. 2.0. If a copy of the MPL was not distributed with this
index 594394bd1f9e1d4f056f9e77f328f9f105d9d37c..393a3cf0c8d2e1cb7520df446b3f5c4a7a54b921 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2020-2023 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2020-2025 Internet Systems Consortium, Inc. ("ISC")
 //
 // This Source Code Form is subject to the terms of the Mozilla Public
 // License, v. 2.0. If a copy of the MPL was not distributed with this
index 91e56af48ae466cfbde49443e0d272b3d066b837..cb76c3a6bce476356d6069fb17d435320a2f4420 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2020-2024 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2020-2025 Internet Systems Consortium, Inc. ("ISC")
 //
 // This Source Code Form is subject to the terms of the Mozilla Public
 // License, v. 2.0. If a copy of the MPL was not distributed with this
index 55a089534c96828e951a4e247fae29446bf79196..0b7dabfa5227dec3a5f5b1548e850ec342595566 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2020-2024 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2020-2025 Internet Systems Consortium, Inc. ("ISC")
 //
 // This Source Code Form is subject to the terms of the Mozilla Public
 // License, v. 2.0. If a copy of the MPL was not distributed with this
index 028c8f3abc3cfd0b3c19bedb5bd89266f27d8028..e174f52e4299e4e040cfdc9547638089ca3f0360 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2022-2024 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2022-2025 Internet Systems Consortium, Inc. ("ISC")
 //
 // This Source Code Form is subject to the terms of the Mozilla Public
 // License, v. 2.0. If a copy of the MPL was not distributed with this
index d7e2466fe07d70701b000e98a5518c3a05162403..a1551dd893151442e8d641fbf149bee3e4d2dc0e 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2020-2022 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2020-2025 Internet Systems Consortium, Inc. ("ISC")
 //
 // This Source Code Form is subject to the terms of the Mozilla Public
 // License, v. 2.0. If a copy of the MPL was not distributed with this
index 73e0e4b57aed0d28f7f347a484266738dc8347bb..d16b48b5dd040e7bbeb74c8f3e7b4d986021ec3d 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2020-2022 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2020-2025 Internet Systems Consortium, Inc. ("ISC")
 //
 // This Source Code Form is subject to the terms of the Mozilla Public
 // License, v. 2.0. If a copy of the MPL was not distributed with this
index 190cc7234dd3cf8e68b11c9cae1cf90ad40b6e05..ad0f41fd0c34dda91c462619147611ebd73e0f68 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright (C) 2020-2024 Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) 2020-2025 Internet Systems Consortium, Inc. ("ISC")
 #
 # This Source Code Form is subject to the terms of the Mozilla Public
 # License, v. 2.0. If a copy of the MPL was not distributed with this
index 99e4af44af9f93d4b64656bd56c249785badb9e4..b9f798814b471898cd85a687644206484b1e613c 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2020-2024 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2020-2025 Internet Systems Consortium, Inc. ("ISC")
 //
 // This Source Code Form is subject to the terms of the Mozilla Public
 // License, v. 2.0. If a copy of the MPL was not distributed with this
index a5c238982b9f8269b12bb63cecd2195ad11e76b4..0d35f3b6bb0c7200f65f9a6a98cbbafa2ba35c25 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2020-2024 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2020-2025 Internet Systems Consortium, Inc. ("ISC")
 //
 // This Source Code Form is subject to the terms of the Mozilla Public
 // License, v. 2.0. If a copy of the MPL was not distributed with this
index 13ee62700ed12c1eadca2b8f766766fb2532d5b7..2f8ffcc36a249d5e6a6e7d776c60068358e26e7d 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2022-2024 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2022-2025 Internet Systems Consortium, Inc. ("ISC")
 //
 // This Source Code Form is subject to the terms of the Mozilla Public
 // License, v. 2.0. If a copy of the MPL was not distributed with this
index 9e4a50c07e85ffa486d2ec9a00f65ca3925a4926..aab6692ce74972e456597b1b04507c155be6ffef 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2022-2024 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2022-2025 Internet Systems Consortium, Inc. ("ISC")
 //
 // This Source Code Form is subject to the terms of the Mozilla Public
 // License, v. 2.0. If a copy of the MPL was not distributed with this
index c62e809879724ba0a91164f2f97a5fbf0a425ec4..ad7ac696dcacdb44956148e4370b6f0a93ad2d93 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2023-2024 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2023-2025 Internet Systems Consortium, Inc. ("ISC")
 //
 // This Source Code Form is subject to the terms of the Mozilla Public
 // License, v. 2.0. If a copy of the MPL was not distributed with this
index 068246e5ebe835c904afc0170ff471a28ae36aba..69ca4b4cfdf4639b500524d4e715f7c80314e794 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2022-2024 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2022-2025 Internet Systems Consortium, Inc. ("ISC")
 //
 // This Source Code Form is subject to the terms of the Mozilla Public
 // License, v. 2.0. If a copy of the MPL was not distributed with this
index 0d13cfbc8567e56c10a71c9e7132a7a72b7bed1e..0e22e80a4c8d5c599b1751ae2566cf5dfe44e44e 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2023 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2023-2025 Internet Systems Consortium, Inc. ("ISC")
 //
 // This Source Code Form is subject to the terms of the Mozilla Public
 // License, v. 2.0. If a copy of the MPL was not distributed with this
index 6cd989f900e586483c91424e9babcc09c696caee..709beb69945746ce4d423b4f4f5b5bcef072dc99 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2022-2024 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2022-2025 Internet Systems Consortium, Inc. ("ISC")
 //
 // This Source Code Form is subject to the terms of the Mozilla Public
 // License, v. 2.0. If a copy of the MPL was not distributed with this
index 691feba52c70fdef935b1b2bb953258ad83bbdb3..81c9b6108b3e42f01fefc506234327f62e4c71ce 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2023-2024 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2023-2025 Internet Systems Consortium, Inc. ("ISC")
 //
 // This Source Code Form is subject to the terms of the Mozilla Public
 // License, v. 2.0. If a copy of the MPL was not distributed with this
index dd93d7f5b9c969b68f2823b0bb9444969f022020..b90694230907c1f17e39129c5c858d90d54229b1 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2022-2024 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2022-2025 Internet Systems Consortium, Inc. ("ISC")
 //
 // This Source Code Form is subject to the terms of the Mozilla Public
 // License, v. 2.0. If a copy of the MPL was not distributed with this
index 6e8043b9eccd7e2c498d9adf655388014133d9ee..e479ca585fbca4e0930e1ae4934e33116a0596df 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2020-2023 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2020-2025 Internet Systems Consortium, Inc. ("ISC")
 //
 // This Source Code Form is subject to the terms of the Mozilla Public
 // License, v. 2.0. If a copy of the MPL was not distributed with this
index cae1efb7fd3908bfd38b663a3f96613b6055fc85..315884a8796e8d2076dc6246a8fcc1e323bb822a 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2020-2022 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2020-2025 Internet Systems Consortium, Inc. ("ISC")
 //
 // This Source Code Form is subject to the terms of the Mozilla Public
 // License, v. 2.0. If a copy of the MPL was not distributed with this
index bb0e2363156a53fccbdf1cf7d95fd4f7418424ab..1141d8b314a79c947de430f481b4a881865554a1 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2022-2024 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2022-2025 Internet Systems Consortium, Inc. ("ISC")
 //
 // This Source Code Form is subject to the terms of the Mozilla Public
 // License, v. 2.0. If a copy of the MPL was not distributed with this
index c11a6bccc19f0268fbf7ac5ada61046ec4b2db39..3c67d878145275eae35a0caf15b01b70fbdfa052 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2020-2024 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2020-2025 Internet Systems Consortium, Inc. ("ISC")
 //
 // This Source Code Form is subject to the terms of the Mozilla Public
 // License, v. 2.0. If a copy of the MPL was not distributed with this
index 9c61c34db1598a4168c363e702c6157ebe0955d9..b78e77a8c546ad698333123a26eb7a5d861e4a5f 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2020-2024 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2020-2025 Internet Systems Consortium, Inc. ("ISC")
 //
 // This Source Code Form is subject to the terms of the Mozilla Public
 // License, v. 2.0. If a copy of the MPL was not distributed with this
index c4672cc551ed985a762cfb0fde6549992fd36c13..9827d655f361c64336f33ba619370c5e051a4cb6 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2023-2024 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2023-2025 Internet Systems Consortium, Inc. ("ISC")
 //
 // This Source Code Form is subject to the terms of the Mozilla Public
 // License, v. 2.0. If a copy of the MPL was not distributed with this
index 79646f61f5e00aa06f62e5efbe1c00848c56a1f0..1707f8ea461cf941b36086faf8ad0311308f7955 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2023-2024 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2023-2025 Internet Systems Consortium, Inc. ("ISC")
 //
 // This Source Code Form is subject to the terms of the Mozilla Public
 // License, v. 2.0. If a copy of the MPL was not distributed with this
index c184cef241b7c64ac5194f52c5cbbae590b86c10..5807540863e699793eefd12508c41cd9f4f5bcb6 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2022-2024 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2022-2025 Internet Systems Consortium, Inc. ("ISC")
 //
 // This Source Code Form is subject to the terms of the Mozilla Public
 // License, v. 2.0. If a copy of the MPL was not distributed with this
index a89480008976d605308c5f4e7c0e45fae61364a0..bb1b3b36d4cfc1531d8f918515bcc5bee6bc2246 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2023-2024 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2023-2025 Internet Systems Consortium, Inc. ("ISC")
 //
 // This Source Code Form is subject to the terms of the Mozilla Public
 // License, v. 2.0. If a copy of the MPL was not distributed with this
index 9378355f2c5d2f9d20bced47048ead309d28ad16..e0bd2c06b5ca2ad96ba9c01a3a65117612a066e9 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2023-2024 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2023-2025 Internet Systems Consortium, Inc. ("ISC")
 //
 // This Source Code Form is subject to the terms of the Mozilla Public
 // License, v. 2.0. If a copy of the MPL was not distributed with this
index 46a923aadaedbc6230cc19798e69503743994964..0d35f3b6bb0c7200f65f9a6a98cbbafa2ba35c25 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2020-2022 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2020-2025 Internet Systems Consortium, Inc. ("ISC")
 //
 // This Source Code Form is subject to the terms of the Mozilla Public
 // License, v. 2.0. If a copy of the MPL was not distributed with this
index cd8a537abd8e7bfe3ec313fb259e7baaa33fb616..3d6ca93914d902ca82895b3a885b3b9f1f30b5cd 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2020-2022 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2020-2025 Internet Systems Consortium, Inc. ("ISC")
 //
 // This Source Code Form is subject to the terms of the Mozilla Public
 // License, v. 2.0. If a copy of the MPL was not distributed with this
index e36e9a37ce640eab8548a5630fac744ccb75f54e..1dc1548eb47de7c6043595cf0ab9314eb8dde8f0 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2022 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2022-2025 Internet Systems Consortium, Inc. ("ISC")
 //
 // This Source Code Form is subject to the terms of the Mozilla Public
 // License, v. 2.0. If a copy of the MPL was not distributed with this
index 51fa3f6c24ee6f1c820f47cc5dac4b2dd5f86e09..37f408dbcf7614ebb12e24ad2657d9ffafb7c55a 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2022 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2022-2025 Internet Systems Consortium, Inc. ("ISC")
 //
 // This Source Code Form is subject to the terms of the Mozilla Public
 // License, v. 2.0. If a copy of the MPL was not distributed with this
index 0b7676614cb8fe0210d1fae764feaf0b760c4991..76751d6ce24466fcbd1b217d899733c3a6654cc4 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2022 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2022-2025 Internet Systems Consortium, Inc. ("ISC")
 //
 // This Source Code Form is subject to the terms of the Mozilla Public
 // License, v. 2.0. If a copy of the MPL was not distributed with this
index 63a23cf48e766ee0261718bfb8ad60eec5b73be1..97f1aaeaf25013d2b8dccd0ce1a1510e2aad5a86 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2022 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2022-2025 Internet Systems Consortium, Inc. ("ISC")
 //
 // This Source Code Form is subject to the terms of the Mozilla Public
 // License, v. 2.0. If a copy of the MPL was not distributed with this
index eff54f72fdb504089902ef94e7a98f971528cb2c..937afb8fca3b32240854b10c5b61ba59ed6fffcb 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2022-2024 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2022-2025 Internet Systems Consortium, Inc. ("ISC")
 //
 // This Source Code Form is subject to the terms of the Mozilla Public
 // License, v. 2.0. If a copy of the MPL was not distributed with this
index 73cf2591325a66fa94289c23da12cf3529bf378c..95963191be011208633c780e2f35ddc40f9f6821 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2022-2024 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2022-2025 Internet Systems Consortium, Inc. ("ISC")
 //
 // This Source Code Form is subject to the terms of the Mozilla Public
 // License, v. 2.0. If a copy of the MPL was not distributed with this
index 58f9b49bfea0d6d464a459b2429a049f21ad137d..43b1c5ba01d1c8e064ce27ba49c7219511a34ab2 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2022 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2022-2025 Internet Systems Consortium, Inc. ("ISC")
 //
 // This Source Code Form is subject to the terms of the Mozilla Public
 // License, v. 2.0. If a copy of the MPL was not distributed with this
index 4924322cbc7e94c0fcfe9fe3a2bbe163fe15e72f..1ebac7083032d771dfe5ca4617d473ea892fe398 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2022 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2022-2025 Internet Systems Consortium, Inc. ("ISC")
 //
 // This Source Code Form is subject to the terms of the Mozilla Public
 // License, v. 2.0. If a copy of the MPL was not distributed with this
index 1657ba2436b00a4415480dfafa0a638b576d609c..aa7d709b7a904025e797f461e4c0080387f2019a 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright (C) 2022-2024 Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) 2022-2025 Internet Systems Consortium, Inc. ("ISC")
 #
 # This Source Code Form is subject to the terms of the Mozilla Public
 # License, v. 2.0. If a copy of the MPL was not distributed with this
index 3f7ef97cb2258686f2110c4327ae070f32ccaa1d..9a3a2f34628243ac15ad395efaa03fef3f09fd64 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2022-2024 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2022-2025 Internet Systems Consortium, Inc. ("ISC")
 //
 // This Source Code Form is subject to the terms of the Mozilla Public
 // License, v. 2.0. If a copy of the MPL was not distributed with this
index 73cf2591325a66fa94289c23da12cf3529bf378c..95963191be011208633c780e2f35ddc40f9f6821 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2022-2024 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2022-2025 Internet Systems Consortium, Inc. ("ISC")
 //
 // This Source Code Form is subject to the terms of the Mozilla Public
 // License, v. 2.0. If a copy of the MPL was not distributed with this
index c75f9271c063832b81dbeb020a88df864034224b..a4b944a4a7241b745c929d61d54b8464e1935d95 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2022-2024 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2022-2025 Internet Systems Consortium, Inc. ("ISC")
 //
 // This Source Code Form is subject to the terms of the Mozilla Public
 // License, v. 2.0. If a copy of the MPL was not distributed with this
index 7534ba8b3b33ec5d038911bb4a773336b7a68d84..cb3d2b8d88027fb8d146180cdfb0a0f744a0db69 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2022 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2022-2025 Internet Systems Consortium, Inc. ("ISC")
 //
 // This Source Code Form is subject to the terms of the Mozilla Public
 // License, v. 2.0. If a copy of the MPL was not distributed with this
index f4ee57502d0b815fc0e001845c64a570ec5f10e6..c6709c128d5596336281493caf9f8ad1755059b6 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2018-2024 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2018-2025 Internet Systems Consortium, Inc. ("ISC")
 //
 // This Source Code Form is subject to the terms of the Mozilla Public
 // License, v. 2.0. If a copy of the MPL was not distributed with this
index 260d56ff0ed7b8420686814ade8bca4e1fb35ea6..3e10f88158db889891b7d2f69e334351eea75233 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright (C) 2018-2024 Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) 2018-2025 Internet Systems Consortium, Inc. ("ISC")
 #
 # This Source Code Form is subject to the terms of the Mozilla Public
 # License, v. 2.0. If a copy of the MPL was not distributed with this
index e4b0aad173414e04e81c40250be3fe652ee531ee..0ea92ef271bf97c5f8c0f277f93ddb3282774458 100644 (file)
@@ -11,12 +11,6 @@ The code has issued a commit call.  All outstanding transactions will be
 committed to the database.  Note that depending on the MySQL settings,
 the committal may not include a write to disk.
 
-% MYSQL_FB_DB opening MySQL log database: %1
-This informational message is logged when a legal log hook library is
-about to open a MySQL log database.  The parameters of the
-connection including database name and username needed to access it
-(but not the password if any) are logged.
-
 % LEGAL_LOG_MYSQL_DB_RECONNECT_ATTEMPT_FAILED database reconnect failed: %1
 An error message issued when an attempt to reconnect has failed.
 
@@ -70,3 +64,9 @@ any of these INSERT statements fail.
 Logged at debug log level 50.
 A debug message issued when a new MySQL connected is created with TLS.
 The TLS cipher name is logged.
+
+% MYSQL_FB_DB opening MySQL log database: %1
+This informational message is logged when a legal log hook library is
+about to open a MySQL log database.  The parameters of the
+connection including database name and username needed to access it
+(but not the password if any) are logged.
index d5be34e27a60e788f6ef14784fb73c86ce9c3094..603161ae9e0deb8674ad80a7dec2fa500ea45300 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2018-2022 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2018-2025 Internet Systems Consortium, Inc. ("ISC")
 //
 // This Source Code Form is subject to the terms of the Mozilla Public
 // License, v. 2.0. If a copy of the MPL was not distributed with this
index dbe39e40bccbb0f412b3f4a3c341341b14a5a0a9..b78fa42e3066e2f4049df99bea7dd219cda8628b 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2020-2023 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2020-2025 Internet Systems Consortium, Inc. ("ISC")
 //
 // This Source Code Form is subject to the terms of the Mozilla Public
 // License, v. 2.0. If a copy of the MPL was not distributed with this
index 969259353a63948e2b42e5602959ea2db7f5cd3a..fe1bf3719109d8bbcc11a1e9c56bccf6e43c4a86 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright (C) 2024 Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) 2024-2025 Internet Systems Consortium, Inc. ("ISC")
 #
 # This Source Code Form is subject to the terms of the Mozilla Public
 # License, v. 2.0. If a copy of the MPL was not distributed with this
index 82b43885dda5a0521b2c2834ac823ebfe6e6dd73..beefdd011a886cc349eab258c1faeead1dc8fa43 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2021-2024 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2021-2025 Internet Systems Consortium, Inc. ("ISC")
 //
 // This Source Code Form is subject to the terms of the Mozilla Public
 // License, v. 2.0. If a copy of the MPL was not distributed with this
index 3ecbe51e1f31dcfe5b8e9ad213758a161df18da7..ac324d746b7f4bdac373ee5c90e12000162c5bd2 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright (C) 2021-2024 Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) 2021-2025 Internet Systems Consortium, Inc. ("ISC")
 #
 # This Source Code Form is subject to the terms of the Mozilla Public
 # License, v. 2.0. If a copy of the MPL was not distributed with this
index 133573b28b25c9878fc2dd4cacdb06bfe79e59fa..b7f5ee8592886a02cccb65300264b7c98f8a8372 100644 (file)
@@ -11,12 +11,6 @@ The code has issued a commit call.  All outstanding transactions will be
 committed to the database.  Note that depending on the PostgreSQL settings,
 the committal may not include a write to disk.
 
-% PGSQL_FB_DB opening PostgreSQL log database: %1
-This informational message is logged when a legal log hook library is
-about to open a PostgreSQL log database.  The parameters of the
-connection including database name and username needed to access it
-(but not the password if any) are logged.
-
 % LEGAL_LOG_PGSQL_DB_RECONNECT_ATTEMPT_FAILED database reconnect failed: %1
 An error message issued when an attempt to reconnect has failed.
 
@@ -79,3 +73,9 @@ This informational message is printed when TLS support was required in
 the Kea configuration: The TLS support in PostgreSQL will be initialized but
 its configuration is fully managed outside the C API.
 The parameters of the connection are logged.
+
+% PGSQL_FB_DB opening PostgreSQL log database: %1
+This informational message is logged when a legal log hook library is
+about to open a PostgreSQL log database.  The parameters of the
+connection including database name and username needed to access it
+(but not the password if any) are logged.
index 8742663d7ebf40ba711445f9607cd5a1704eee0d..7b4369cd6a1679760f7877b3cbc400e8bd70139b 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2018-2022 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2018-2025 Internet Systems Consortium, Inc. ("ISC")
 //
 // This Source Code Form is subject to the terms of the Mozilla Public
 // License, v. 2.0. If a copy of the MPL was not distributed with this
index 95b747eaca7b86a2e52fcfc42e6de2e0badd712c..491940c8b40971c8fa78c719338521a49e180009 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2020-2023 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2020-2025 Internet Systems Consortium, Inc. ("ISC")
 //
 // This Source Code Form is subject to the terms of the Mozilla Public
 // License, v. 2.0. If a copy of the MPL was not distributed with this
index 363425e3c7701529a3a4a5e56b8033638a0c9ad5..9a8f9dd4bbf3bcaceca552c9985e5e086819a14b 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2023 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2023-2025 Internet Systems Consortium, Inc. ("ISC")
 //
 // This Source Code Form is subject to the terms of the Mozilla Public
 // License, v. 2.0. If a copy of the MPL was not distributed with this
index 1368eadca46193f80c434b940301c3d3eb5c717d..b69cf6f124e2934ccbfc919de60841788f7e98b1 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2023 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2023-2025 Internet Systems Consortium, Inc. ("ISC")
 //
 // This Source Code Form is subject to the terms of the Mozilla Public
 // License, v. 2.0. If a copy of the MPL was not distributed with this
index 0b4d5617e8eb9cb2b933e7636711918461eb96d7..5d047d286f8d0b5a5dcb59ad4e6184a0674f69dd 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2023 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2023-2025 Internet Systems Consortium, Inc. ("ISC")
 //
 // This Source Code Form is subject to the terms of the Mozilla Public
 // License, v. 2.0. If a copy of the MPL was not distributed with this
index 5c57a48d588b6c91fb089a2209929b904a2a2c56..3d236820daa1c6e58ea101336640a81815a079a8 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2023-2024 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2023-2025 Internet Systems Consortium, Inc. ("ISC")
 //
 // This Source Code Form is subject to the terms of the Mozilla Public
 // License, v. 2.0. If a copy of the MPL was not distributed with this
index 0ae4d6a8e2c3510d8e2716c1860553f87049e27c..ace322d1ca057363446ee023d7eba6334b519170 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2023 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2023-2025 Internet Systems Consortium, Inc. ("ISC")
 //
 // This Source Code Form is subject to the terms of the Mozilla Public
 // License, v. 2.0. If a copy of the MPL was not distributed with this
index 8359fde519c5dd8ec596fab114519581d4365f6c..091057d749844176384eb61ff3bfcf49b50e2ab0 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2023-2024 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2023-2025 Internet Systems Consortium, Inc. ("ISC")
 //
 // This Source Code Form is subject to the terms of the Mozilla Public
 // License, v. 2.0. If a copy of the MPL was not distributed with this
index 86726fc10dacb0916a5107a944085dc923c3dd57..67275db617832cf399dcf1019f514bc551570f90 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2023-2024 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2023-2025 Internet Systems Consortium, Inc. ("ISC")
 //
 // This Source Code Form is subject to the terms of the Mozilla Public
 // License, v. 2.0. If a copy of the MPL was not distributed with this
index 95d27e1fd005e27c78d862790c0d571444420a9c..d249e2362e7d2b82cb5de1d77e35745934c2ed55 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2023 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2023-2025 Internet Systems Consortium, Inc. ("ISC")
 //
 // This Source Code Form is subject to the terms of the Mozilla Public
 // License, v. 2.0. If a copy of the MPL was not distributed with this
index 558e020d7234ecdd22ffb90fe5f4e5c6ccf815be..6a6a88c0388816ed4dec594e592e39d257af7744 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2023-2024 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2023-2025 Internet Systems Consortium, Inc. ("ISC")
 //
 // This Source Code Form is subject to the terms of the Mozilla Public
 // License, v. 2.0. If a copy of the MPL was not distributed with this
index 0c31b366823d40d5c8ab56164a15baf2ba054acb..ad798188e3e9e4810828677b5c66b0ee077cbaee 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2023-2024 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2023-2025 Internet Systems Consortium, Inc. ("ISC")
 //
 // This Source Code Form is subject to the terms of the Mozilla Public
 // License, v. 2.0. If a copy of the MPL was not distributed with this
index e4dcccc389b533045279cec32c4ccb2ff63e2500..a7fbe839c0f84f62228da7298dca05e9ea9b3a87 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2023 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2023-2025 Internet Systems Consortium, Inc. ("ISC")
 //
 // This Source Code Form is subject to the terms of the Mozilla Public
 // License, v. 2.0. If a copy of the MPL was not distributed with this
index e5ce64b6a7fbbe4176a346164b7a81871265cbca..ae006359be596a29800bc62646262a880a76576a 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2023-2024 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2023-2025 Internet Systems Consortium, Inc. ("ISC")
 //
 // This Source Code Form is subject to the terms of the Mozilla Public
 // License, v. 2.0. If a copy of the MPL was not distributed with this
index a2a5ead8327ba16f8f21a7e062fd1e4088702714..a1c69da61e1eb7cae38819e0e733fbc6ffac36d7 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2023 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2023-2025 Internet Systems Consortium, Inc. ("ISC")
 //
 // This Source Code Form is subject to the terms of the Mozilla Public
 // License, v. 2.0. If a copy of the MPL was not distributed with this
index 581ce778a9fdfd98afaefc9fa03c2015410d50b2..9fd23eba594c449bd302cd2da3762f4633e7027a 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2023 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2023-2025 Internet Systems Consortium, Inc. ("ISC")
 //
 // This Source Code Form is subject to the terms of the Mozilla Public
 // License, v. 2.0. If a copy of the MPL was not distributed with this
index 61f75dda909a867c0168ac8330dedf287553b39c..9e877ff9b5767738cfd8fc8cc546b72bf15d3eb9 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2023 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2023-2025 Internet Systems Consortium, Inc. ("ISC")
 //
 // This Source Code Form is subject to the terms of the Mozilla Public
 // License, v. 2.0. If a copy of the MPL was not distributed with this
index bb81d29e18560ce88430e912494c686f43ad202d..22e0fca95329a0c0dbf05c6238a95987f513455c 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2023 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2023-2025 Internet Systems Consortium, Inc. ("ISC")
 //
 // This Source Code Form is subject to the terms of the Mozilla Public
 // License, v. 2.0. If a copy of the MPL was not distributed with this
index 81d1a4ce0804bb85fb8398a642365e4c1252e622..21d407bedf7a4f10a3623697bd7e78a33b56a269 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright (C) 2023-2024 Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) 2023-2025 Internet Systems Consortium, Inc. ("ISC")
 #
 # This Source Code Form is subject to the terms of the Mozilla Public
 # License, v. 2.0. If a copy of the MPL was not distributed with this
index fb53600516efb5074464c43c4794d31c0c02c9ef..cb4f2ee1dce3921e780c05774391f54a9d337bd4 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2023-2024 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2023-2025 Internet Systems Consortium, Inc. ("ISC")
 //
 // This Source Code Form is subject to the terms of the Mozilla Public
 // License, v. 2.0. If a copy of the MPL was not distributed with this
index 1d4c9baef419b84896c1706047b763054475ac0c..42d11c1b48b9ce0e19c9f59f5922f1a1a2f23552 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2023-2024 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2023-2025 Internet Systems Consortium, Inc. ("ISC")
 //
 // This Source Code Form is subject to the terms of the Mozilla Public
 // License, v. 2.0. If a copy of the MPL was not distributed with this
index 8d296fb624b46b7ba890a35088e288800d296702..45e896f94819ac11ba0685b650651efc199e7512 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2023 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2023-2025 Internet Systems Consortium, Inc. ("ISC")
 //
 // This Source Code Form is subject to the terms of the Mozilla Public
 // License, v. 2.0. If a copy of the MPL was not distributed with this
index c6a77a07b812d1dd8634a10bd6cbc30590a3902f..2c5b704a04a380ec46259ce2931080f21113ebbe 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2023 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2023-2025 Internet Systems Consortium, Inc. ("ISC")
 //
 // This Source Code Form is subject to the terms of the Mozilla Public
 // License, v. 2.0. If a copy of the MPL was not distributed with this
index b6e77eef901a5d43fbef2db895fe7dc0de555a85..35712d5afe76df9634b99e563ffe3fdb4d523df0 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2023-2024 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2023-2025 Internet Systems Consortium, Inc. ("ISC")
 //
 // This Source Code Form is subject to the terms of the Mozilla Public
 // License, v. 2.0. If a copy of the MPL was not distributed with this
index 5fa8e79853faea3aaec7bc06098e76e70dbcd10d..3a7664bfca51958692d5f123a67c22bbc26ecfc8 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2023-2024 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2023-2025 Internet Systems Consortium, Inc. ("ISC")
 //
 // This Source Code Form is subject to the terms of the Mozilla Public
 // License, v. 2.0. If a copy of the MPL was not distributed with this
index fac692aa47e6a56925b961539d70cd587fe7f2d8..f4e48d6591cfde6ea82fb938502c879df212ff67 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2023 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2023-2025 Internet Systems Consortium, Inc. ("ISC")
 //
 // This Source Code Form is subject to the terms of the Mozilla Public
 // License, v. 2.0. If a copy of the MPL was not distributed with this
index a0d49c5140a13152f6ee22d2b9d9620f4d8ef8ca..e9ed8dcb9b32a6d93a698fe1ad6f5520a274f768 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2023 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2023-2025 Internet Systems Consortium, Inc. ("ISC")
 //
 // This Source Code Form is subject to the terms of the Mozilla Public
 // License, v. 2.0. If a copy of the MPL was not distributed with this
index d9a2e3c71d5b35de4de892d1cca4c7531a4cc438..36c7056840b0561c64dcd843f438b0222cc10925 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2023-2024 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2023-2025 Internet Systems Consortium, Inc. ("ISC")
 //
 // This Source Code Form is subject to the terms of the Mozilla Public
 // License, v. 2.0. If a copy of the MPL was not distributed with this
index 5658a235f1d60fa0891a990346c571cd677e859f..2394b360ca0d0b5e0e54b9943086a058ba1b57e9 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2023-2024 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2023-2025 Internet Systems Consortium, Inc. ("ISC")
 //
 // This Source Code Form is subject to the terms of the Mozilla Public
 // License, v. 2.0. If a copy of the MPL was not distributed with this
index 5b47b62adaf8deb6f49e4a6a8ad5d8025d49dbdc..4c57a2e500cfffc5429e83b29ab69f212d369ae3 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2023-2024 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2023-2025 Internet Systems Consortium, Inc. ("ISC")
 //
 // This Source Code Form is subject to the terms of the Mozilla Public
 // License, v. 2.0. If a copy of the MPL was not distributed with this
index cd7f9bd0da9243f86aae47c82082dc13e15d6d68..a831a0efab4db500eddc8c67985ee981160f2929 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2023 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2023-2025 Internet Systems Consortium, Inc. ("ISC")
 //
 // This Source Code Form is subject to the terms of the Mozilla Public
 // License, v. 2.0. If a copy of the MPL was not distributed with this
index 5b2c171e2e4bcdd0c1dd210566813da5acdc6be9..ded13b085cac92f4526c1b0adaa649696b1bc83c 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2023-2024 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2023-2025 Internet Systems Consortium, Inc. ("ISC")
 //
 // This Source Code Form is subject to the terms of the Mozilla Public
 // License, v. 2.0. If a copy of the MPL was not distributed with this
index 8bee4249baafb1ca8baaff9903b02594179a5622..3a8854eb0ed28eeb237075d7e6bd4bcd91f30a1b 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2023-2024 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2023-2025 Internet Systems Consortium, Inc. ("ISC")
 //
 // This Source Code Form is subject to the terms of the Mozilla Public
 // License, v. 2.0. If a copy of the MPL was not distributed with this
index 6debf8e2b67e2590de58923c3400db39b7198f39..4a38277ad67560ad30b64d4377aeb9c4737ec59b 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2023 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2023-2025 Internet Systems Consortium, Inc. ("ISC")
 //
 // This Source Code Form is subject to the terms of the Mozilla Public
 // License, v. 2.0. If a copy of the MPL was not distributed with this
index b0b817c0ec92448888e1346a7cba1d9013438316..df1ede75266fbaf8680ac35e49557590793eec7f 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2023-2024 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2023-2025 Internet Systems Consortium, Inc. ("ISC")
 //
 // This Source Code Form is subject to the terms of the Mozilla Public
 // License, v. 2.0. If a copy of the MPL was not distributed with this
index 95d27e1fd005e27c78d862790c0d571444420a9c..d249e2362e7d2b82cb5de1d77e35745934c2ed55 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2023 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2023-2025 Internet Systems Consortium, Inc. ("ISC")
 //
 // This Source Code Form is subject to the terms of the Mozilla Public
 // License, v. 2.0. If a copy of the MPL was not distributed with this
index 5d038abf17909490755239f1ba76fcba54dcb35b..f2250ab1269db6a4d76f845e6021d5ba5a847faa 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2023 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2023-2025 Internet Systems Consortium, Inc. ("ISC")
 //
 // This Source Code Form is subject to the terms of the Mozilla Public
 // License, v. 2.0. If a copy of the MPL was not distributed with this
index 81fc6b968643f8d6ca8f7780a22f189c6be6db4d..81a855d4621dcf3c756ac84c4d3737b1e00abdaf 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2020-2023 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2020-2025 Internet Systems Consortium, Inc. ("ISC")
 //
 // This Source Code Form is subject to the terms of the Mozilla Public
 // License, v. 2.0. If a copy of the MPL was not distributed with this
index 8dfefaa0f17dcd55866d9b48b3a702127b4f173d..c8dd89c98896e9a9ba5cdb4eba35a06c5dccb2c6 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2020-2023 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2020-2025 Internet Systems Consortium, Inc. ("ISC")
 //
 // This Source Code Form is subject to the terms of the Mozilla Public
 // License, v. 2.0. If a copy of the MPL was not distributed with this
index da2282426546c97aada7abab04be9f1629c798e9..d6acdc8370e39946b7c03f1e87c850b61d75c7e7 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2023 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2023-2025 Internet Systems Consortium, Inc. ("ISC")
 //
 // This Source Code Form is subject to the terms of the Mozilla Public
 // License, v. 2.0. If a copy of the MPL was not distributed with this
index 1b0d6ef0ac190f8c2060a50cf5019d88eb1ff492..403f283d16644091890d046d9561d74147012b3a 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2023-2024 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2023-2025 Internet Systems Consortium, Inc. ("ISC")
 //
 // This Source Code Form is subject to the terms of the Mozilla Public
 // License, v. 2.0. If a copy of the MPL was not distributed with this
index 4de4b4e597511e99449def0bb4d0c10274ceb5f9..5e7d642f23241c6b9db5dd21f6876326f7e3d88b 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2023-2024 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2023-2025 Internet Systems Consortium, Inc. ("ISC")
 //
 // This Source Code Form is subject to the terms of the Mozilla Public
 // License, v. 2.0. If a copy of the MPL was not distributed with this
index f48601d787cfc7a1be250212677794cbf03d5b06..c5c4aab92a974dbfe3fe0b52b212bda8bd4838c2 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2023-2024 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2023-2025 Internet Systems Consortium, Inc. ("ISC")
 //
 // This Source Code Form is subject to the terms of the Mozilla Public
 // License, v. 2.0. If a copy of the MPL was not distributed with this
index 598cbc6c5a892da7abd58765005b477e4755107d..c949cc5dcc370758dbe4ff581cc873464e76b57f 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2023 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2023-2025 Internet Systems Consortium, Inc. ("ISC")
 //
 // This Source Code Form is subject to the terms of the Mozilla Public
 // License, v. 2.0. If a copy of the MPL was not distributed with this
index 90a66d32e3298867367216b84e2fe5a7b7aa8d62..63ce0ec802222ed6b4da3afccc86da92cba691d2 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2023-2024 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2023-2025 Internet Systems Consortium, Inc. ("ISC")
 //
 // This Source Code Form is subject to the terms of the Mozilla Public
 // License, v. 2.0. If a copy of the MPL was not distributed with this
index c8d4f0c070ca92e3271e032180e9840a293b932a..ef901bed93c8e7e1bbb7b88721ed376b0bf52684 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2023-2024 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2023-2025 Internet Systems Consortium, Inc. ("ISC")
 //
 // This Source Code Form is subject to the terms of the Mozilla Public
 // License, v. 2.0. If a copy of the MPL was not distributed with this
index 21ef6ab63dbc2774db26180b133956817a97652e..3e1306987c864f63bc1ce05ab76e8fe3a911e0de 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2023-2024 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2023-2025 Internet Systems Consortium, Inc. ("ISC")
 //
 // This Source Code Form is subject to the terms of the Mozilla Public
 // License, v. 2.0. If a copy of the MPL was not distributed with this
index 15de96f4207158f2e99d76329b8b5d4b89f97a08..09e109381c3162692875641b59f09bf2979b10a1 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2023 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2023-2025 Internet Systems Consortium, Inc. ("ISC")
 //
 // This Source Code Form is subject to the terms of the Mozilla Public
 // License, v. 2.0. If a copy of the MPL was not distributed with this
index 6be25f1f948c6c1eba7737cd66815944c568d790..94f077752d0661ed7705a245da204ceb659c8151 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2023-2024 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2023-2025 Internet Systems Consortium, Inc. ("ISC")
 //
 // This Source Code Form is subject to the terms of the Mozilla Public
 // License, v. 2.0. If a copy of the MPL was not distributed with this
index b0aae651f6eefd047163b00c9a5c422dd2c24104..cf90c00b4b94e94b382111861239ac4a6b228c07 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2023 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2023-2025 Internet Systems Consortium, Inc. ("ISC")
 //
 // This Source Code Form is subject to the terms of the Mozilla Public
 // License, v. 2.0. If a copy of the MPL was not distributed with this
index 70040333952e2455529cf204ec60980e99f16ad5..0d35f3b6bb0c7200f65f9a6a98cbbafa2ba35c25 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2020-2023 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2020-2025 Internet Systems Consortium, Inc. ("ISC")
 //
 // This Source Code Form is subject to the terms of the Mozilla Public
 // License, v. 2.0. If a copy of the MPL was not distributed with this
index a596acb854ee5bfdf3117d32c95a5bda562f47c1..4cad5f98dce17bbc1d7f21e865687c3c8bd795e4 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2020-2023 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2020-2025 Internet Systems Consortium, Inc. ("ISC")
 //
 // This Source Code Form is subject to the terms of the Mozilla Public
 // License, v. 2.0. If a copy of the MPL was not distributed with this
index b8276fc39c3f2cebb210f835df902e5b11b0ba86..a2065f4698c57f28104ad4eec5f0647a418cf331 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2020-2023 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2020-2025 Internet Systems Consortium, Inc. ("ISC")
 //
 // This Source Code Form is subject to the terms of the Mozilla Public
 // License, v. 2.0. If a copy of the MPL was not distributed with this
index 85628c3a9129d22b568d6252b5c28dd6cddf60d5..4f86c1090871615616610151e22731c911fd9ae4 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2020-2023 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2020-2025 Internet Systems Consortium, Inc. ("ISC")
 //
 // This Source Code Form is subject to the terms of the Mozilla Public
 // License, v. 2.0. If a copy of the MPL was not distributed with this
index b461eb55ea1dcff38d5118f2c2e3c2b7407c833a..fc8201388e6c14fc890bd3ac3ed8ff7aba1db847 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2020-2023 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2020-2025 Internet Systems Consortium, Inc. ("ISC")
 //
 // This Source Code Form is subject to the terms of the Mozilla Public
 // License, v. 2.0. If a copy of the MPL was not distributed with this
index c7e1b1baaec7c558224b62e54175654c032981a6..41a89297db8e220efca07404408eafe324a353b9 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2020-2023 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2020-2025 Internet Systems Consortium, Inc. ("ISC")
 //
 // This Source Code Form is subject to the terms of the Mozilla Public
 // License, v. 2.0. If a copy of the MPL was not distributed with this
index 03a95529801acaf01668f2ade037907f3a3d5733..30eb07e167c3aa5deb5009935b46c524f4875094 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2020-2023 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2020-2025 Internet Systems Consortium, Inc. ("ISC")
 //
 // This Source Code Form is subject to the terms of the Mozilla Public
 // License, v. 2.0. If a copy of the MPL was not distributed with this
index 02ea1a91b2d584d88f7dcc1469d2c3ba941faec2..aeb9b973cba13305fce0886b47499b1f6558bde5 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2020-2023 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2020-2025 Internet Systems Consortium, Inc. ("ISC")
 //
 // This Source Code Form is subject to the terms of the Mozilla Public
 // License, v. 2.0. If a copy of the MPL was not distributed with this
index 47d3d5aa6f0402f70a19b3d6546b77e4d8109ecd..2c82b91b5eec9be484565caa9d57a13d560a2427 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2020-2023 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2020-2025 Internet Systems Consortium, Inc. ("ISC")
 //
 // This Source Code Form is subject to the terms of the Mozilla Public
 // License, v. 2.0. If a copy of the MPL was not distributed with this
index 0680fbb2f32c80221a1becb00adf2a6fdbbb5008..b3261b21c475ebc28613a2a1256b9a9a4905883e 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2020-2023 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2020-2025 Internet Systems Consortium, Inc. ("ISC")
 //
 // This Source Code Form is subject to the terms of the Mozilla Public
 // License, v. 2.0. If a copy of the MPL was not distributed with this
index 7bb42b2d13b1167390ed25c7216d79563aec026f..32e6a7a4d7150dcdc922824a20c4a2875dbff6cf 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2020-2023 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2020-2025 Internet Systems Consortium, Inc. ("ISC")
 //
 // This Source Code Form is subject to the terms of the Mozilla Public
 // License, v. 2.0. If a copy of the MPL was not distributed with this
index 726439e5afe46e139d623dd9f0df1827ae3b4faa..794aa267d6602f966ee7dfef07d9c8a5254e698e 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2018-2023 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2018-2025 Internet Systems Consortium, Inc. ("ISC")
 //
 // This Source Code Form is subject to the terms of the Mozilla Public
 // License, v. 2.0. If a copy of the MPL was not distributed with this
index c548a7360d7e6b7954154573f2bc4d2bf6ca43a9..ede2bb40545a60784a285644731a4a7f2a5d7af6 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2018-2023 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2018-2025 Internet Systems Consortium, Inc. ("ISC")
 //
 // This Source Code Form is subject to the terms of the Mozilla Public
 // License, v. 2.0. If a copy of the MPL was not distributed with this
index 8076ae6bc473adf4fa6e73cf54a593cb18e6515d..4296a722d53f498062a0b3d75516eef6ad588429 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright (C) 2018-2024 Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) 2018-2025 Internet Systems Consortium, Inc. ("ISC")
 #
 # This Source Code Form is subject to the terms of the Mozilla Public
 # License, v. 2.0. If a copy of the MPL was not distributed with this
index 6b1a93d22c492c5a345ab2ba307becfdcaa89009..d76d21f6093533961bae043a92912f502b958869 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2020-2023 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2020-2025 Internet Systems Consortium, Inc. ("ISC")
 //
 // This Source Code Form is subject to the terms of the Mozilla Public
 // License, v. 2.0. If a copy of the MPL was not distributed with this
index ac9d7bab04dacdb55ec5859ac8285dead6c4c75a..692c16dad7c5bec71a6927580502e545a6568a89 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2020-2023 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2020-2025 Internet Systems Consortium, Inc. ("ISC")
 //
 // This Source Code Form is subject to the terms of the Mozilla Public
 // License, v. 2.0. If a copy of the MPL was not distributed with this
index 982bc87c43da0d71249ae0410be98cc0e8eae3b8..f96e434affcf426f0b68743061c7f34cc2a87ce3 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2020-2023 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2020-2025 Internet Systems Consortium, Inc. ("ISC")
 //
 // This Source Code Form is subject to the terms of the Mozilla Public
 // License, v. 2.0. If a copy of the MPL was not distributed with this
index 5333916ae80d183696120b28f483f0d3f10fef84..6b1f51ba1134a249c4c7494ff98f7cebce4e4244 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2023-2024 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2023-2025 Internet Systems Consortium, Inc. ("ISC")
 //
 // This Source Code Form is subject to the terms of the Mozilla Public
 // License, v. 2.0. If a copy of the MPL was not distributed with this
index 575c257076079c0418f8b6a89ddd399e7a951b23..20e0ebfe6f9e182ebf0a4e87930a451c9e874db9 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2023-2024 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2023-2025 Internet Systems Consortium, Inc. ("ISC")
 //
 // This Source Code Form is subject to the terms of the Mozilla Public
 // License, v. 2.0. If a copy of the MPL was not distributed with this
index 5b74f31413a873fb095fd8857127102363f3f2e1..76d2c32db2b0afcea0b10108be7ede5f94530910 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2020-2023 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2020-2025 Internet Systems Consortium, Inc. ("ISC")
 //
 // This Source Code Form is subject to the terms of the Mozilla Public
 // License, v. 2.0. If a copy of the MPL was not distributed with this
index bc30ca523ebd709d2b80637eec9904e6a21caf88..a1aae74a9b4fccb103d79672a7f850bbf9fa89d6 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2018-2023 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2018-2025 Internet Systems Consortium, Inc. ("ISC")
 //
 // This Source Code Form is subject to the terms of the Mozilla Public
 // License, v. 2.0. If a copy of the MPL was not distributed with this
index b6ef5c246ff7bd3ef1ad25f40205b08df3621f9a..a42da6cde89f3cb63b69d02fe89eec0c5d512452 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2020-2023 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2020-2025 Internet Systems Consortium, Inc. ("ISC")
 //
 // This Source Code Form is subject to the terms of the Mozilla Public
 // License, v. 2.0. If a copy of the MPL was not distributed with this
index 18304d4265c97a6fa34aa17b498b57ee788497ef..2521a200de97858c12c1580d849ab57442661b5a 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2020-2023 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2020-2025 Internet Systems Consortium, Inc. ("ISC")
 //
 // This Source Code Form is subject to the terms of the Mozilla Public
 // License, v. 2.0. If a copy of the MPL was not distributed with this
index dad9cb6f85a5129d5c59867472b2397c99053238..b650f3102304d606a8fc7fcc3c2f437924ea7b2b 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2018-2023 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2018-2025 Internet Systems Consortium, Inc. ("ISC")
 //
 // This Source Code Form is subject to the terms of the Mozilla Public
 // License, v. 2.0. If a copy of the MPL was not distributed with this
index abc0e95553b371d67bcc75cd153ef33671c5dff3..927e391af467a84009e7e3f6740f655573e6def3 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2023-2024 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2023-2025 Internet Systems Consortium, Inc. ("ISC")
 //
 // This Source Code Form is subject to the terms of the Mozilla Public
 // License, v. 2.0. If a copy of the MPL was not distributed with this
index d9b31dd372ec583abf4365510a4058cd8d7143a3..c75d14a173b5e5a3cad2a4497a214f268ea752e4 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2023 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2023-2025 Internet Systems Consortium, Inc. ("ISC")
 //
 // This Source Code Form is subject to the terms of the Mozilla Public
 // License, v. 2.0. If a copy of the MPL was not distributed with this
index fadb4b9e9f21cd93b1b900e967714faac94b0a19..2d72b05c51491a48f69c38d7e47748ede6362e5c 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2020-2023 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2020-2025 Internet Systems Consortium, Inc. ("ISC")
 //
 // This Source Code Form is subject to the terms of the Mozilla Public
 // License, v. 2.0. If a copy of the MPL was not distributed with this
index ce402c14fe344a7c397348b6e2bea57c9a422602..20ae82fe603bab934d74e50d711c0114d679739f 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2020-2023 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2020-2025 Internet Systems Consortium, Inc. ("ISC")
 //
 // This Source Code Form is subject to the terms of the Mozilla Public
 // License, v. 2.0. If a copy of the MPL was not distributed with this
index 375286bdeb9c77e57b085d98345fac12f66bfc97..addfa28ae247fa5d523ca091e1166cdf5eebd3ba 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2020-2023 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2020-2025 Internet Systems Consortium, Inc. ("ISC")
 //
 // This Source Code Form is subject to the terms of the Mozilla Public
 // License, v. 2.0. If a copy of the MPL was not distributed with this
index dfd622a42e2031d7555e2d4edb0b6c97562b3801..de6f661cf97b4d4c02a5e722a8ffb378a376e2ee 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2023-2024 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2023-2025 Internet Systems Consortium, Inc. ("ISC")
 //
 // This Source Code Form is subject to the terms of the Mozilla Public
 // License, v. 2.0. If a copy of the MPL was not distributed with this
index 898131212dad14d10539d305779231776414ac0e..4ef50f0e52d2b5a3918ebb62d077907a56ae89e2 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2023-2024 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2023-2025 Internet Systems Consortium, Inc. ("ISC")
 //
 // This Source Code Form is subject to the terms of the Mozilla Public
 // License, v. 2.0. If a copy of the MPL was not distributed with this
index 3443ac72f472b92f2ec652fb70d0fe08e01f8c53..05aafd88cb148ee34dda0566eb1c850380f53ac7 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2020-2023 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2020-2025 Internet Systems Consortium, Inc. ("ISC")
 //
 // This Source Code Form is subject to the terms of the Mozilla Public
 // License, v. 2.0. If a copy of the MPL was not distributed with this
index 70040333952e2455529cf204ec60980e99f16ad5..0d35f3b6bb0c7200f65f9a6a98cbbafa2ba35c25 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2020-2023 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2020-2025 Internet Systems Consortium, Inc. ("ISC")
 //
 // This Source Code Form is subject to the terms of the Mozilla Public
 // License, v. 2.0. If a copy of the MPL was not distributed with this
index a268ce7b5076aa2b8583219115234a6e961a8507..bc65d2da26f3f8782cb4f3cb7e4716d6e4dbbdd3 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2023 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2023-2025 Internet Systems Consortium, Inc. ("ISC")
 //
 // This Source Code Form is subject to the terms of the Mozilla Public
 // License, v. 2.0. If a copy of the MPL was not distributed with this
index 4c8e40904b082746a8f95996272a44dd1212714d..81f08d692898e025d39089f6f1f3dd7a2d606b57 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2018-2023 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2018-2025 Internet Systems Consortium, Inc. ("ISC")
 //
 // This Source Code Form is subject to the terms of the Mozilla Public
 // License, v. 2.0. If a copy of the MPL was not distributed with this
index fc79b49dd86876956fd4a17e8623a9d20c296078..9c92dac91bd89523a44199b4fca54a71bef35260 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2018-2023 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2018-2025 Internet Systems Consortium, Inc. ("ISC")
 //
 // This Source Code Form is subject to the terms of the Mozilla Public
 // License, v. 2.0. If a copy of the MPL was not distributed with this
index f36558b1d5010326b6df13e55f88c006302226d0..c944a9d291b597f38b2824f77f000bd7ca41f7b9 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2018-2023 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2018-2025 Internet Systems Consortium, Inc. ("ISC")
 //
 // This Source Code Form is subject to the terms of the Mozilla Public
 // License, v. 2.0. If a copy of the MPL was not distributed with this
index 47e19fc34ce9f50dc7cb5ac1e242fcda8a2da94f..2386d994e3eae357552d56add9609847f86b34ba 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright (C) 2021 Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) 2021-2025 Internet Systems Consortium, Inc. ("ISC")
 #
 # This Source Code Form is subject to the terms of the Mozilla Public
 # License, v. 2.0. If a copy of the MPL was not distributed with this
index 49fbb4093c84e9c9cfcd59dd48cbb316a286c02a..90f1659a7fa11f103abe2209a8ddd8f78cf30a81 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright (C) 2018-2024 Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) 2018-2025 Internet Systems Consortium, Inc. ("ISC")
 #
 # This Source Code Form is subject to the terms of the Mozilla Public
 # License, v. 2.0. If a copy of the MPL was not distributed with this
index 18ada6848c2c2046c84428965cf5d6f60f5bb4bc..fef735a0994ea5299c2b9fc96bde1a6ca28f1d5f 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2022-2024 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2022-2025 Internet Systems Consortium, Inc. ("ISC")
 //
 // This Source Code Form is subject to the terms of the Mozilla Public
 // License, v. 2.0. If a copy of the MPL was not distributed with this
index 73cf2591325a66fa94289c23da12cf3529bf378c..95963191be011208633c780e2f35ddc40f9f6821 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2022-2024 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2022-2025 Internet Systems Consortium, Inc. ("ISC")
 //
 // This Source Code Form is subject to the terms of the Mozilla Public
 // License, v. 2.0. If a copy of the MPL was not distributed with this
index 84169b9fa4844f109e0ff0d3d9dbdb1e47340583..744ba65a1f324d387fbcb08456803b774f7e2906 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2017-2024 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2017-2025 Internet Systems Consortium, Inc. ("ISC")
 //
 // This Source Code Form is subject to the terms of the Mozilla Public
 // License, v. 2.0. If a copy of the MPL was not distributed with this
index 2874b6fc660b0c49cc9f356d9c3597fa2501cb50..9eb27c28eb4b77ffd730a51e8cf11afa8195e0f2 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2017-2022 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2017-2025 Internet Systems Consortium, Inc. ("ISC")
 //
 // This Source Code Form is subject to the terms of the Mozilla Public
 // License, v. 2.0. If a copy of the MPL was not distributed with this
index e11a05365ca283414727cb7e8ec64394b7acfab4..8852475912ccc044697cd115c26fc2341569e38a 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2017-2022 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2017-2025 Internet Systems Consortium, Inc. ("ISC")
 //
 // This Source Code Form is subject to the terms of the Mozilla Public
 // License, v. 2.0. If a copy of the MPL was not distributed with this
index 3a077739af7a739c2182e95c43843d4994b6ee2f..cbcc10398c5845a05b3b29ca941f6a4fc59e5280 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2017-2022 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2017-2025 Internet Systems Consortium, Inc. ("ISC")
 //
 // This Source Code Form is subject to the terms of the Mozilla Public
 // License, v. 2.0. If a copy of the MPL was not distributed with this
index 0a86dac313685d766f56cb7a7124cdc2057fffaf..8e125f944d2258a36c062b3487da7585645ebde1 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2017-2022 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2017-2025 Internet Systems Consortium, Inc. ("ISC")
 //
 // This Source Code Form is subject to the terms of the Mozilla Public
 // License, v. 2.0. If a copy of the MPL was not distributed with this
index 0f010548c41c7cfba42e24a9cd7626f333ca421c..8e19a0451f804ac21ec9e2bfe434684caf89f71b 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2017-2022 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2017-2025 Internet Systems Consortium, Inc. ("ISC")
 //
 // This Source Code Form is subject to the terms of the Mozilla Public
 // License, v. 2.0. If a copy of the MPL was not distributed with this
index 84ea740d76a5ef237b6e42820507c2b78a46b681..40069cc3bd64963ffeca8612e13881b139e87cc0 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright (C) 2017-2023 Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) 2017-2025 Internet Systems Consortium, Inc. ("ISC")
 #
 # This Source Code Form is subject to the terms of the Mozilla Public
 # License, v. 2.0. If a copy of the MPL was not distributed with this
index 906418008ae72b12742b3812c98d7de59cb36de6..1fe1a8c292568e14e5115a2970c49033b3a27fb0 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2017-2022 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2017-2025 Internet Systems Consortium, Inc. ("ISC")
 //
 // This Source Code Form is subject to the terms of the Mozilla Public
 // License, v. 2.0. If a copy of the MPL was not distributed with this
index 0f2e26ea8a9ab5dc8be9274e3d6f1d6af3af2d69..ed66b47944ed2d5faed400613aa0028ed4b3acaf 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2017-2024 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2017-2025 Internet Systems Consortium, Inc. ("ISC")
 //
 // This Source Code Form is subject to the terms of the Mozilla Public
 // License, v. 2.0. If a copy of the MPL was not distributed with this
index 0fdfa06b7841bd2143d67791093501eeb50250d8..4ccdb30ef2e9d482b2e79879b7d9cabfa202820a 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2017-2024 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2017-2025 Internet Systems Consortium, Inc. ("ISC")
 //
 // This Source Code Form is subject to the terms of the Mozilla Public
 // License, v. 2.0. If a copy of the MPL was not distributed with this
index bab4e4fd540577d9e98b4dbeb05960028f5bca10..20725b62af71a06631971e5be27bf43d50fbc9eb 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2017-2022 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2017-2025 Internet Systems Consortium, Inc. ("ISC")
 //
 // This Source Code Form is subject to the terms of the Mozilla Public
 // License, v. 2.0. If a copy of the MPL was not distributed with this
index 7763a953a05308735f92837889eea2d579fa5b5e..8b1f44aa023dcc375128d56b6210787ae93c7171 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2017-2024 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2017-2025 Internet Systems Consortium, Inc. ("ISC")
 //
 // This Source Code Form is subject to the terms of the Mozilla Public
 // License, v. 2.0. If a copy of the MPL was not distributed with this
index 992f6610b29539243e8e9c0248cd5a93de3d689d..35df28aef1123407ad24a901a6dd2bbaa7db1a35 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2017-2022 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2017-2025 Internet Systems Consortium, Inc. ("ISC")
 //
 // This Source Code Form is subject to the terms of the Mozilla Public
 // License, v. 2.0. If a copy of the MPL was not distributed with this
index 6459b052d0815249ec6fc0b39f5f3c649a389e8c..6fcbb78abb01d962c3393eac6827fdc400c199c2 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2010-2024 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2010-2025 Internet Systems Consortium, Inc. ("ISC")
 //
 // This Source Code Form is subject to the terms of the Mozilla Public
 // License, v. 2.0. If a copy of the MPL was not distributed with this
index 1fa24212025107155899b20197da12652d6df8fa..4044887ab64e3a6f3555fe9d3a89c02b6ad88d84 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2021-2024 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2021-2025 Internet Systems Consortium, Inc. ("ISC")
 //
 // This Source Code Form is subject to the terms of the Mozilla Public
 // License, v. 2.0. If a copy of the MPL was not distributed with this
index 4e1fa6a4d9cac4c57c07646289d794796e682b1e..7f2e75756662d1f7429165f80fb7f66ff33a11bb 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2010-2024 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2010-2025 Internet Systems Consortium, Inc. ("ISC")
 //
 // This Source Code Form is subject to the terms of the Mozilla Public
 // License, v. 2.0. If a copy of the MPL was not distributed with this
index c8d2aa0e46b4edefd581e9823e3a82bc882c2444..d354a0a47b37c52eac9a0c151b8999a57acceaaf 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2021-2022 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2021-2025 Internet Systems Consortium, Inc. ("ISC")
 //
 // This Source Code Form is subject to the terms of the Mozilla Public
 // License, v. 2.0. If a copy of the MPL was not distributed with this
index 799b7f5dd3591eceebffa0b4f90fabd4772393ae..1d8a4c9b9792e67a75f16332a4c9a5fb88b8d82b 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2017-2024 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2017-2025 Internet Systems Consortium, Inc. ("ISC")
 //
 // This Source Code Form is subject to the terms of the Mozilla Public
 // License, v. 2.0. If a copy of the MPL was not distributed with this
index 5868068cdd6fdac68623cbf40e3d483fdd4753c8..5c12011a0fc374523436502855ee4c0fdda10d4b 100644 (file)
@@ -163,15 +163,15 @@ This informational message indicates that the server has reused existing
 HTTPS service on the specified address and port. Note that any change in
 the TLS setup has been applied.
 
-% HTTP_COMMAND_MGR_HTTP_SERVICE_UPDATED reused HTTP service bound to address: %1 port: %2
-This informational message indicates that the server has reused existing
-HTTP service on the specified address and port.
-
 % HTTP_COMMAND_MGR_HTTP_SERVICE_REUSE_FAILED failed to reused HTTP service bound to address: %1 port: %2
 This error message indicates that the server has failed reusing existing
 HTTP service on the specified address and port. The server can not swith from
 HTTP to HTTPS sockets using the same address and port.
 
+% HTTP_COMMAND_MGR_HTTP_SERVICE_UPDATED reused HTTP service bound to address: %1 port: %2
+This informational message indicates that the server has reused existing
+HTTP service on the specified address and port.
+
 % HTTP_COMMAND_MGR_SERVICE_STARTED started %1 service bound to address: %2 port: %3
 This informational message indicates that the server has started
 HTTP/HTTPS service on the specified address and port for receiving
index 4dc56bc12da9b2d4586bfa9f94ebceaec293dfd6..3edcdb6ba83a2d1294bd3e4e9475b62ad9000eba 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2018-2024 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2018-2025 Internet Systems Consortium, Inc. ("ISC")
 //
 // This Source Code Form is subject to the terms of the Mozilla Public
 // License, v. 2.0. If a copy of the MPL was not distributed with this
index 93576a35566c88f61b4e709f971154d8ed4b8a47..29c68db2017d5b31333bba4485b2d0ad4253a56b 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright (C) 2012-2024 Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) 2012-2025 Internet Systems Consortium, Inc. ("ISC")
 #
 # This Source Code Form is subject to the terms of the Mozilla Public
 # License, v. 2.0. If a copy of the MPL was not distributed with this
index 1ee7e95c6fb30d167d87e2c4a8e941f8ec672b23..0789186e5f811d82d0e2670be1e55ebc89e3ef28 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2011-2024 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2011-2025 Internet Systems Consortium, Inc. ("ISC")
 //
 // This Source Code Form is subject to the terms of the Mozilla Public
 // License, v. 2.0. If a copy of the MPL was not distributed with this
index ffa72722f4dd25a6d3e67db8d4e5923610c8caae..32ebcec121d1cbdd43084ea6867096e4cf482e25 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2011-2024 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2011-2025 Internet Systems Consortium, Inc. ("ISC")
 //
 // This Source Code Form is subject to the terms of the Mozilla Public
 // License, v. 2.0. If a copy of the MPL was not distributed with this
index af7318fc7d53a7ea837602a94650fad2f4725022..7ede3889ba1b6c2aa3a8c7e9ec234cc04c27421c 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2011-2024 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2011-2025 Internet Systems Consortium, Inc. ("ISC")
 //
 // This Source Code Form is subject to the terms of the Mozilla Public
 // License, v. 2.0. If a copy of the MPL was not distributed with this
index 3642915cc1b0e13558534d5dad87f2ee33d486e2..368075cf74b911fc276e0e5765fee85e172a0990 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2013-2024 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2013-2025 Internet Systems Consortium, Inc. ("ISC")
 //
 // This Source Code Form is subject to the terms of the Mozilla Public
 // License, v. 2.0. If a copy of the MPL was not distributed with this
index 887459e9dea1066cef55c490bdcc338990f0cb14..7b8020207af126e75aebcce3469ffecb308056c6 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2012-2024 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2012-2025 Internet Systems Consortium, Inc. ("ISC")
 //
 // This Source Code Form is subject to the terms of the Mozilla Public
 // License, v. 2.0. If a copy of the MPL was not distributed with this
index a0435b8b8ea7714f9927764b1d3bf409b37929e4..3c543eaca720b2013b80de9d1b57b42cfbfe9650 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2011-2024 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2011-2025 Internet Systems Consortium, Inc. ("ISC")
 //
 // This Source Code Form is subject to the terms of the Mozilla Public
 // License, v. 2.0. If a copy of the MPL was not distributed with this
index c4a9f8f05755e3280f5a26e3e696ce5d7fdfeb49..0c1573c83e9f3f9c9499989f5d1bb1a2c761bbb4 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2011-2024 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2011-2025 Internet Systems Consortium, Inc. ("ISC")
 //
 // This Source Code Form is subject to the terms of the Mozilla Public
 // License, v. 2.0. If a copy of the MPL was not distributed with this
index 1e8b24b9a00648627c74d451e022a48a6a29ebb5..47c7e1503b812f625a1b5d99426642f10f23a9ae 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2014-2024 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2014-2025 Internet Systems Consortium, Inc. ("ISC")
 //
 // This Source Code Form is subject to the terms of the Mozilla Public
 // License, v. 2.0. If a copy of the MPL was not distributed with this
index 4b83222ba3c7ebbd4b96271481b7e1c2017df99c..b867c0520d79572d6244272842107ae951f8691f 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2014-2024 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2014-2025 Internet Systems Consortium, Inc. ("ISC")
 //
 // This Source Code Form is subject to the terms of the Mozilla Public
 // License, v. 2.0. If a copy of the MPL was not distributed with this
index 7826f0f2c8404d9b53895a8800e44c4c78f2f6af..5c3c1958d2001c9afc91e86f6b4183377fd5f168 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2014-2024 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2014-2025 Internet Systems Consortium, Inc. ("ISC")
 //
 // This Source Code Form is subject to the terms of the Mozilla Public
 // License, v. 2.0. If a copy of the MPL was not distributed with this
index e1c61f8623e8e6b1a8b94c55030aaae86ed3e274..e8f82ac1e2beaed53057520ebc715781d06b3f39 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright (C) 2012-2024 Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) 2012-2025 Internet Systems Consortium, Inc. ("ISC")
 #
 # This Source Code Form is subject to the terms of the Mozilla Public
 # License, v. 2.0. If a copy of the MPL was not distributed with this
index 417551fae478e52f483b0e91b1cebefb6ed35596..506502967c6da7da9de9e0fd48ee8cfc1651b939 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2015-2024 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2015-2025 Internet Systems Consortium, Inc. ("ISC")
 //
 // This Source Code Form is subject to the terms of the Mozilla Public
 // License, v. 2.0. If a copy of the MPL was not distributed with this
index bf514d27888b3af54e3487002fbfe38e477f07b3..d4eaa5200c11860eb28c1352d6e6bc3d271dc4a8 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2012-2024 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2012-2025 Internet Systems Consortium, Inc. ("ISC")
 //
 // This Source Code Form is subject to the terms of the Mozilla Public
 // License, v. 2.0. If a copy of the MPL was not distributed with this
index 4b1e28a289e27ad345572cdd41aaf6c5e1f83155..8c8075d9b7a27d8fc61a06e8401aa48f4fa36195 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2018-2022 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2018-2025 Internet Systems Consortium, Inc. ("ISC")
 //
 // This Source Code Form is subject to the terms of the Mozilla Public
 // License, v. 2.0. If a copy of the MPL was not distributed with this
index dad4342c530e0c25dcb8dee1b7e7b7ffc7969acd..489c946f82a61454a159b6054f8a88e59547d744 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2018-2022 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2018-2025 Internet Systems Consortium, Inc. ("ISC")
 //
 // This Source Code Form is subject to the terms of the Mozilla Public
 // License, v. 2.0. If a copy of the MPL was not distributed with this
index 4870202a1ba163e0b4277e6f5639b5c1c68a4c75..70acb1cee551bbabafc0bfefaef653e6f646a32a 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2020-2023 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2020-2025 Internet Systems Consortium, Inc. ("ISC")
 //
 // This Source Code Form is subject to the terms of the Mozilla Public
 // License, v. 2.0. If a copy of the MPL was not distributed with this
index 640260d6c2593ddee5146fd39c691fab91de9c75..311f7fb564b88c327065987ab52612401d6f94e8 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2012-2024 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2012-2025 Internet Systems Consortium, Inc. ("ISC")
 //
 // This Source Code Form is subject to the terms of the Mozilla Public
 // License, v. 2.0. If a copy of the MPL was not distributed with this
index 7b4acf9fad32de9f353c498baff8eff8b7824861..8bdfcc623f7d9936f4cd6aea72d893af6b329280 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2014-2024 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2014-2025 Internet Systems Consortium, Inc. ("ISC")
 //
 // This Source Code Form is subject to the terms of the Mozilla Public
 // License, v. 2.0. If a copy of the MPL was not distributed with this
index fbaa535d6488fc0d91ec466f0354380811a999d2..d5156457b2d4ffc6476789a75e1173435554fb17 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2012-2024 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2012-2025 Internet Systems Consortium, Inc. ("ISC")
 //
 // This Source Code Form is subject to the terms of the Mozilla Public
 // License, v. 2.0. If a copy of the MPL was not distributed with this
index 2a24cb2b0060dd28582677955bd3a82e3b2828a6..23be091ba2d6e28a87f5651cd129883426a2da2e 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2012-2024 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2012-2025 Internet Systems Consortium, Inc. ("ISC")
 //
 // This Source Code Form is subject to the terms of the Mozilla Public
 // License, v. 2.0. If a copy of the MPL was not distributed with this
index df1d8f83675a1ce9dd187b105c13b119bed389e1..d82b1beb27796d02bd3c4492448a478d5c723a89 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2022-2024 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2022-2025 Internet Systems Consortium, Inc. ("ISC")
 //
 // This Source Code Form is subject to the terms of the Mozilla Public
 // License, v. 2.0. If a copy of the MPL was not distributed with this
index 0f1dc89d96a454aa272908deda09b95eac2707ef..4c38ee20f9816aa24c346e8af23d08425953b47d 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2013-2024 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2013-2025 Internet Systems Consortium, Inc. ("ISC")
 //
 // This Source Code Form is subject to the terms of the Mozilla Public
 // License, v. 2.0. If a copy of the MPL was not distributed with this
index 5fd82a60a9f7c267d9001d46bb4298dfe90329c1..666458de72970411fed3e41237280d20ead2f58f 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2013-2023 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2013-2025 Internet Systems Consortium, Inc. ("ISC")
 //
 // This Source Code Form is subject to the terms of the Mozilla Public
 // License, v. 2.0. If a copy of the MPL was not distributed with this
index 3b137c37c53f2b33c4e7c80e7878a1e9eaeba420..ed9e612385f0d23f46318f1229f10671c94874b5 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2017-2024 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2017-2025 Internet Systems Consortium, Inc. ("ISC")
 //
 // This Source Code Form is subject to the terms of the Mozilla Public
 // License, v. 2.0. If a copy of the MPL was not distributed with this
index 0180eb0d9e6977f7ca519a5d7e8fbffe126a247f..2bbc20886dba9e4605b276384724c86201fa23a1 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2017-2024 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2017-2025 Internet Systems Consortium, Inc. ("ISC")
 //
 // This Source Code Form is subject to the terms of the Mozilla Public
 // License, v. 2.0. If a copy of the MPL was not distributed with this
index 58754cb34993ab3ac170e7795c7cb4bd252941cf..00626023bdb99fa393da078b95eb0be647bb45ff 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2019-2024 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2019-2025 Internet Systems Consortium, Inc. ("ISC")
 //
 // This Source Code Form is subject to the terms of the Mozilla Public
 // License, v. 2.0. If a copy of the MPL was not distributed with this
index 6ae863b109aa7edc4171fda2585af00440fa55e6..5d1d5d09f06bdb6d5875e5f0f319202c84210b4a 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2019-2024 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2019-2025 Internet Systems Consortium, Inc. ("ISC")
 //
 // This Source Code Form is subject to the terms of the Mozilla Public
 // License, v. 2.0. If a copy of the MPL was not distributed with this
index ebda258fe9df3c8fc4043538308633ec590fc8e3..bb787bbec737039eba82aae146a6fec18a98fa1f 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2018-2024 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2018-2025 Internet Systems Consortium, Inc. ("ISC")
 //
 // This Source Code Form is subject to the terms of the Mozilla Public
 // License, v. 2.0. If a copy of the MPL was not distributed with this
index 918bd42814eeb821442bf6076023312011541dc3..c980aba150524ec5ea0c4a9dea95394f89b4bdeb 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2015-2024 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2015-2025 Internet Systems Consortium, Inc. ("ISC")
 //
 // This Source Code Form is subject to the terms of the Mozilla Public
 // License, v. 2.0. If a copy of the MPL was not distributed with this
index 1faaff4c48638ee6a0c4db7c5b2f0fb3297cece3..74daa839f9211457d387fdb33a33ff7928d81b1b 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2015-2024 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2015-2025 Internet Systems Consortium, Inc. ("ISC")
 //
 // This Source Code Form is subject to the terms of the Mozilla Public
 // License, v. 2.0. If a copy of the MPL was not distributed with this
index fecfc6e208c7f2e592579d205371ada469f0b1e8..b36f9ebcc8078f73ce8775c4dba9ba81c8347694 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2013-2020 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2013-2025 Internet Systems Consortium, Inc. ("ISC")
 //
 // This Source Code Form is subject to the terms of the Mozilla Public
 // License, v. 2.0. If a copy of the MPL was not distributed with this
index 51b2517cd74fefe227e2440eb4d1160586f5eb1c..3d6b741e8055ec24df850d2624d7a22f2f1a108d 100755 (executable)
@@ -1,6 +1,6 @@
 #!/bin/sh
 
-# Copyright (C) 2024 Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) 2024-2025 Internet Systems Consortium, Inc. ("ISC")
 #
 # This Source Code Form is subject to the terms of the Mozilla Public
 # License, v. 2.0. If a copy of the MPL was not distributed with this