]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[#2955] release changes
authorMarcin Godzina <mgodzina@isc.org>
Thu, 29 Jun 2023 21:25:29 +0000 (23:25 +0200)
committerMarcin Godzina <mgodzina@isc.org>
Thu, 29 Jun 2023 21:25:29 +0000 (23:25 +0200)
55 files changed:
ChangeLog
configure.ac
doc/sphinx/grammar/grammar-dhcp4-parser.rst
doc/sphinx/grammar/grammar-dhcp6-parser.rst
src/bin/admin/kea-admin.in
src/bin/admin/tests/admin_tests.sh.in
src/bin/agent/tests/ca_controller_unittests.cc
src/bin/dhcp4/dhcp4_lexer.cc
src/bin/dhcp4/tests/d2_unittest.cc
src/bin/dhcp4/tests/get_config_unittest.cc
src/bin/dhcp4/tests/inform_unittest.cc
src/bin/dhcp4/tests/out_of_range_unittest.cc
src/bin/dhcp6/client_handler.cc
src/bin/dhcp6/dhcp6.dox
src/bin/dhcp6/dhcp6_lexer.cc
src/bin/dhcp6/tests/confirm_unittest.cc
src/bin/dhcp6/tests/d2_unittest.cc
src/bin/dhcp6/tests/get_config_unittest.cc
src/bin/dhcp6/tests/infrequest_unittest.cc
src/bin/dhcp6/tests/tee_times_unittest.cc
src/bin/netconf/netconf_messages.mes
src/bin/shell/kea-shell.in
src/bin/shell/tests/basic_auth_tests.sh.in
src/bin/shell/tests/shell_process_tests.sh.in
src/bin/shell/tests/tls_ca_process_tests.sh.in
src/hooks/dhcp/lease_cmds/tests/lease_cmds_unittest.h
src/hooks/dhcp/stat_cmds/stat_cmds.dox
src/hooks/dhcp/stat_cmds/tests/stat_cmds_unittest.cc
src/lib/cc/command_interpreter.h
src/lib/config_backend/tests/config_backend_mgr_unittest.cc
src/lib/d2srv/d2_cfg_mgr.cc
src/lib/d2srv/tests/dns_client_unittests.cc
src/lib/dhcp/pkt4.h
src/lib/dhcp/tests/protocol_util_unittest.cc
src/lib/dhcpsrv/dhcpsrv_messages.mes
src/lib/dhcpsrv/host.h
src/lib/dhcpsrv/parsers/host_reservation_parser.h
src/lib/dhcpsrv/parsers/shared_network_parser.h
src/lib/dhcpsrv/tests/alloc_engine_expiration_unittest.cc
src/lib/dhcpsrv/testutils/host_data_source_utils.cc
src/lib/dhcpsrv/testutils/test_utils.cc
src/lib/dns/message.cc
src/lib/dns/message.h
src/lib/dns/nsec3hash.cc
src/lib/dns/tests/rdata_tsig_unittest.cc
src/lib/dns/tests/tsig_unittest.cc
src/lib/dns/tests/tsigrecord_unittest.cc
src/lib/eval/tests/token_unittest.cc
src/lib/eval/token.cc
src/lib/eval/token.h
src/lib/http/response_parser.h
src/lib/process/tests/log_parser_unittests.cc
src/lib/tcp/tcp_stream_msg.cc
src/lib/util/io_utilities.h
src/lib/yang/translator_pool.cc

index d85c129ab0ca293b7ae38db7ae5b9913a1ff3af9..29f54034bc232e335b5d1b44ecb9ca8ca7268136 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,5 @@
+Kea 2.4.0 (stable) released on July 05, 2024
+
 2166.  [build]         mgodzina
        The library version numbers have been bumped up for the Kea 2.4.0
        stable release.
index 2a5c9fbd40b84517314183233531492bc95de571..9ab9dad0f20acdae0b4c5f3a4b610fb97ebbb562 100644 (file)
@@ -6,7 +6,7 @@ AC_PREREQ([2.69])
 # For released versions, this is in x.y.z format.
 # For GIT versions, this is x.y.z-git, where x.y.z denotes the next development
 # version that is worked on and that is to be released.
-AC_INIT(kea, 2.3.9-git, kea-dev@lists.isc.org)
+AC_INIT(kea, 2.4.0-git, kea-dev@lists.isc.org)
 AC_CONFIG_SRCDIR(README)
 
 # serial-tests is not available in automake version before 1.13, so
index 234c400f0db41a6d7049c80fb0539c2b07c3100b..d4b7fb46f782b125c987aabeb1972d0e492504b5 100644 (file)
@@ -734,6 +734,7 @@ This grammar is generated from ``dhcp4_parser.yy``. See :ref:`dhcp4` for more de
                 | pool_params ","
 
      pool_param ::= pool_entry
+               | pool_id
                | option_data_list
                | client_class
                | require_client_classes
@@ -743,6 +744,8 @@ This grammar is generated from ``dhcp4_parser.yy``. See :ref:`dhcp4` for more de
 
      pool_entry ::= "pool" ":" STRING
 
+     pool_id ::= "pool-id" ":" INTEGER
+
      user_context ::= "user-context" ":" map_value
 
      comment ::= "comment" ":" STRING
index dc1f4a64c35b44d29a81267aec30900f93437af7..77b2e018b3e3ee503fb80191d22cf5adf6a96ad1 100644 (file)
@@ -730,6 +730,7 @@ This grammar is generated from ``dhcp6_parser.yy``. See :ref:`dhcp6` for more de
                 | pool_params ","
 
      pool_param ::= pool_entry
+               | pool_id
                | option_data_list
                | client_class
                | require_client_classes
@@ -739,6 +740,8 @@ This grammar is generated from ``dhcp6_parser.yy``. See :ref:`dhcp6` for more de
 
      pool_entry ::= "pool" ":" STRING
 
+     pool_id ::= "pool-id" ":" INTEGER
+
      user_context ::= "user-context" ":" map_value
 
      comment ::= "comment" ":" STRING
index 2de91bbfde9d760dee326ecdbe4d28061de6bbd0..034a0eea19f0c02295d2b81255ea864bfa8e5187 100644 (file)
@@ -1,6 +1,6 @@
 #!/bin/sh
 
-# Copyright (C) 2014-2022 Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) 2014-2023 Internet Systems Consortium, Inc. ("ISC")
 #
 # This Source Code Form is subject to the terms of the Mozilla Public
 # License, v. 2.0. If a copy of the MPL was not distributed with this
index a5e3c9b1898c55938449d3a6454cdebd1bc00214..c6b8a26c93208bb70586f1cff0b15a6656b6b74b 100644 (file)
@@ -1,6 +1,6 @@
 #!/bin/sh
 
-# Copyright (C) 2021-2022 Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) 2021-2023 Internet Systems Consortium, Inc. ("ISC")
 #
 # This Source Code Form is subject to the terms of the Mozilla Public
 # License, v. 2.0. If a copy of the MPL was not distributed with this
index 2513d2dc617c6e1fd33f01a6c1c22b1178795c1f..f7b2c8bbe6b380ec412c41e56f29ef948abb0780 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2016-2021 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2016-2023 Internet Systems Consortium, Inc. ("ISC")
 //
 // This Source Code Form is subject to the terms of the Mozilla Public
 // License, v. 2.0. If a copy of the MPL was not distributed with this
index 4163ca92d98e44c3a7b5966137c84d54970026b4..769f61a5883426b162221516f9b7b7e1a9df22dd 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
 
@@ -2187,7 +2187,7 @@ using namespace isc::dhcp;
 
 /* To avoid the call to exit... oops! */
 #define YY_FATAL_ERROR(msg) isc::dhcp::Parser4Context::fatal(msg)
-#line 2191 "dhcp4_lexer.cc"
+#line 2190 "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
@@ -2213,8 +2213,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 2216 "dhcp4_lexer.cc"
 #line 2217 "dhcp4_lexer.cc"
-#line 2218 "dhcp4_lexer.cc"
 
 #define INITIAL 0
 #define COMMENT 1
@@ -2542,7 +2542,7 @@ YY_DECL
     }
 
 
-#line 2546 "dhcp4_lexer.cc"
+#line 2545 "dhcp4_lexer.cc"
 
        while ( /*CONSTCOND*/1 )                /* loops until end-of-file is reached */
                {
@@ -5578,7 +5578,7 @@ YY_RULE_SETUP
 #line 2405 "dhcp4_lexer.ll"
 ECHO;
        YY_BREAK
-#line 5582 "dhcp4_lexer.cc"
+#line 5581 "dhcp4_lexer.cc"
 
        case YY_END_OF_BUFFER:
                {
index a5114d8392c1f7383a0d35bf33ccec0af8663239..ba82087c2f88d47c6feb4f279b5cedd2008a3cba 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2014-2020 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2014-2023 Internet Systems Consortium, Inc. ("ISC")
 //
 // This Source Code Form is subject to the terms of the Mozilla Public
 // License, v. 2.0. If a copy of the MPL was not distributed with this
index 06852023df517cf74ce0f2117756584bbbee6bd9..9ae42adb7d28ff5458f44db34f83498702b53909 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2017-2022 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2017-2023 Internet Systems Consortium, Inc. ("ISC")
 //
 // This Source Code Form is subject to the terms of the Mozilla Public
 // License, v. 2.0. If a copy of the MPL was not distributed with this
index 2482110f72807e306c8f5e09ba208912b9140f3f..ed3114f0c5c733c7f4ae2aa9db57506ba527ab16 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2014-2022 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2014-2023 Internet Systems Consortium, Inc. ("ISC")
 //
 // This Source Code Form is subject to the terms of the Mozilla Public
 // License, v. 2.0. If a copy of the MPL was not distributed with this
index c4758742e969fc6d579f5b0bef130566bdfcfeda..b0dba8d44e1f773636bf0be23e9edc61449eb50a 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2015-2022 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2015-2023 Internet Systems Consortium, Inc. ("ISC")
 //
 // This Source Code Form is subject to the terms of the Mozilla Public
 // License, v. 2.0. If a copy of the MPL was not distributed with this
index 8349047c0b7de37919253700159b4fa0bdc8167b..54fc9d8de0f7f255549da9a09cf11d6e6da8bec8 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2020-2021 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2020-2023 Internet Systems Consortium, Inc. ("ISC")
 //
 // This Source Code Form is subject to the terms of the Mozilla Public
 // License, v. 2.0. If a copy of the MPL was not distributed with this
index 45bf96577d04140455f8124e21da733a1a8bfd7a..d5752289e369d308850e174a3f0126faef3890a9 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2012-2022 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2012-2023 Internet Systems Consortium, Inc. ("ISC")
 //
 // This Source Code Form is subject to the terms of the Mozilla Public
 // License, v. 2.0. If a copy of the MPL was not distributed with this
index a43c0b7c5b7640c156b569684c5eb065e155b5a3..de80673f3c831de573213a0f168ad677e42576b5 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
 
@@ -2167,7 +2167,7 @@ using namespace isc::dhcp;
 
 /* To avoid the call to exit... oops! */
 #define YY_FATAL_ERROR(msg) isc::dhcp::Parser6Context::fatal(msg)
-#line 2171 "dhcp6_lexer.cc"
+#line 2170 "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
@@ -2193,8 +2193,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 2196 "dhcp6_lexer.cc"
 #line 2197 "dhcp6_lexer.cc"
-#line 2198 "dhcp6_lexer.cc"
 
 #define INITIAL 0
 #define COMMENT 1
@@ -2524,7 +2524,7 @@ YY_DECL
     }
 
 
-#line 2528 "dhcp6_lexer.cc"
+#line 2527 "dhcp6_lexer.cc"
 
        while ( /*CONSTCOND*/1 )                /* loops until end-of-file is reached */
                {
@@ -5608,7 +5608,7 @@ YY_RULE_SETUP
 #line 2441 "dhcp6_lexer.ll"
 ECHO;
        YY_BREAK
-#line 5612 "dhcp6_lexer.cc"
+#line 5611 "dhcp6_lexer.cc"
 
        case YY_END_OF_BUFFER:
                {
index 7aefeea48da48dc2bf8f86b54ea3b09a59ea7a4a..f100c2ba62bb86210292cda26c7ef9cb08f01b1f 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2014-2018 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2014-2023 Internet Systems Consortium, Inc. ("ISC")
 //
 // This Source Code Form is subject to the terms of the Mozilla Public
 // License, v. 2.0. If a copy of the MPL was not distributed with this
index 98157d275fe8e9bc0705ca7372754805d932540c..da9d6eed55cbf2800a4e576e799d03639cbbf25a 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2014-2020 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2014-2023 Internet Systems Consortium, Inc. ("ISC")
 //
 // This Source Code Form is subject to the terms of the Mozilla Public
 // License, v. 2.0. If a copy of the MPL was not distributed with this
index fada83ab99c8277d5e7214d7bec5387c4d2bf5f1..c22f4a7adfcf292e27baeecbe2fa3da5803be4ee 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2017-2022 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2017-2023 Internet Systems Consortium, Inc. ("ISC")
 //
 // This Source Code Form is subject to the terms of the Mozilla Public
 // License, v. 2.0. If a copy of the MPL was not distributed with this
index 154af2bf25d5884d573da62c6a1ef83d8d8b2900..df3ac76c69183777114b44aa1517f9a573b0e675 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2015-2019 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2015-2023 Internet Systems Consortium, Inc. ("ISC")
 //
 // This Source Code Form is subject to the terms of the Mozilla Public
 // License, v. 2.0. If a copy of the MPL was not distributed with this
index 530f04fc7c342c28c167d3a0c96fc87435b59fe9..1caec5a7b2f8e8393c3fadc37f4f5f920a522da7 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2019,2021 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2019-2023 Internet Systems Consortium, Inc. ("ISC")
 //
 // This Source Code Form is subject to the terms of the Mozilla Public
 // License, v. 2.0. If a copy of the MPL was not distributed with this
index 24641861af8b3f8c32a86ac8b59eef28ccefeea9..43c17e34536398c317688d50de44bb9effe053ab 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright (C) 2012-2022 Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) 2012-2023 Internet Systems Consortium, Inc. ("ISC")
 #
 # This Source Code Form is subject to the terms of the Mozilla Public
 # License, v. 2.0. If a copy of the MPL was not distributed with this
index d6e448b3d5f5bedeef011c80586c98d20ef7126f..30988619d79f4cf9307202a4d7954c99acb39870 100644 (file)
@@ -1,6 +1,6 @@
 #!@PYTHON@
 
-# Copyright (C) 2017-2021 Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) 2017-2023 Internet Systems Consortium, Inc. ("ISC")
 #
 # This Source Code Form is subject to the terms of the Mozilla Public
 # License, v. 2.0. If a copy of the MPL was not distributed with this
index 590c6661164a3b3695571df45faa34c055d084cd..36ea16c2fcb2e7b7968a72516626a58fe917a06f 100644 (file)
@@ -1,6 +1,6 @@
 #!/bin/sh
 
-# Copyright (C) 2020-2021 Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) 2020-2023 Internet Systems Consortium, Inc. ("ISC")
 #
 # This Source Code Form is subject to the terms of the Mozilla Public
 # License, v. 2.0. If a copy of the MPL was not distributed with this
index c7451f16698564da485d9ba468d6d7562a4f21a2..5f2e00a14963523bff3535f7b7da50a0a2e82bba 100644 (file)
@@ -1,6 +1,6 @@
 #!/bin/sh
 
-# Copyright (C) 2017-2021 Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) 2017-2023 Internet Systems Consortium, Inc. ("ISC")
 #
 # This Source Code Form is subject to the terms of the Mozilla Public
 # License, v. 2.0. If a copy of the MPL was not distributed with this
index c1ae93bc5c263bd59d8537a991915fa4a1dd20f6..2c23188c081623b4174c8f82cb302843d430bddb 100644 (file)
@@ -1,6 +1,6 @@
 #!/bin/sh
 
-# Copyright (C) 2016-2021 Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) 2016-2023 Internet Systems Consortium, Inc. ("ISC")
 #
 # This Source Code Form is subject to the terms of the Mozilla Public
 # License, v. 2.0. If a copy of the MPL was not distributed with this
index 6332ef7dc32fef0df8421d9a29f74f75337a1f39..57720f4665f2771517d33fe0bd2343ed41be2bf8 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2017-2022 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2017-2023 Internet Systems Consortium, Inc. ("ISC")
 //
 // This Source Code Form is subject to the terms of the Mozilla Public
 // License, v. 2.0. If a copy of the MPL was not distributed with this
index 213604654413b4110e0e39de63bda6fc0c2f8d84..0dc0838abb558b9b5b83d0964534b34084c77930 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2018-2022 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2018-2023 Internet Systems Consortium, Inc. ("ISC")
 //
 // This Source Code Form is subject to the terms of the Mozilla Public
 // License, v. 2.0. If a copy of the MPL was not distributed with this
index 397479a41242d0825ec239c00d2aa5cc83351adb..8037209726f8453826c2977068f59f38f1bece59 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2018-2022 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2018-2023 Internet Systems Consortium, Inc. ("ISC")
 //
 // This Source Code Form is subject to the terms of the Mozilla Public
 // License, v. 2.0. If a copy of the MPL was not distributed with this
index aea0552f43e1cc35eb4eadf59b3c653778b8ee15..f834f344d560cf51db40584b4deb23a4e30ac794 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2009-2022 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2009-2023 Internet Systems Consortium, Inc. ("ISC")
 //
 // This Source Code Form is subject to the terms of the Mozilla Public
 // License, v. 2.0. If a copy of the MPL was not distributed with this
index 8276f34fa9742b087ab305f79804f1073d3e7c12..09645e3e5c8a0abd798ca27ca5c827258d8bd6d6 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2018-2022 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2018-2023 Internet Systems Consortium, Inc. ("ISC")
 //
 // This Source Code Form is subject to the terms of the Mozilla Public
 // License, v. 2.0. If a copy of the MPL was not distributed with this
index b928b515a7e3743673658b642144f9743d619de5..17ac59b2317a17c09aa8bb3211c322646f3a9bac 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2014-2021 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2014-2023 Internet Systems Consortium, Inc. ("ISC")
 //
 // This Source Code Form is subject to the terms of the Mozilla Public
 // License, v. 2.0. If a copy of the MPL was not distributed with this
index 601394ef14bc82b5537ffb63b44fc874a7e5bb20..34115fa07261a8b2577db6cde78b9bea0154d2ae 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2013-2021 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2013-2023 Internet Systems Consortium, Inc. ("ISC")
 //
 // This Source Code Form is subject to the terms of the Mozilla Public
 // License, v. 2.0. If a copy of the MPL was not distributed with this
index 83282155ad352f5ef559a2eeb99e3b2a58e26f8f..cdf3d13fcdd2d7ac1ceda5c8d0a36378dae2ddae 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2011-2022 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2011-2023 Internet Systems Consortium, Inc. ("ISC")
 //
 // This Source Code Form is subject to the terms of the Mozilla Public
 // License, v. 2.0. If a copy of the MPL was not distributed with this
index e413b6ea5989fbc512dcb4dd1ed51dd7da2563af..55a222113f17a494d6894a487489328865cc25b5 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2013-2022 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2013-2023 Internet Systems Consortium, Inc. ("ISC")
 //
 // This Source Code Form is subject to the terms of the Mozilla Public
 // License, v. 2.0. If a copy of the MPL was not distributed with this
index 4c58a5eb1fe4f045ff070c2186a73debc76d2247..f82f8cc7bded4c7f4189fc5324c6423ee5f56058 100644 (file)
@@ -1399,4 +1399,3 @@ indicate an error in the source code, please submit a bug report.
 % DHCPSRV_UNKNOWN_DB unknown database type: %1
 The database access string specified a database type (given in the
 message) that is unknown to the software. This is a configuration error.
-
index 7ed01d8feba966868f864d0616940ca1a1fc3a3b..fd9eb7541fa202b36e07ce471124166b4c977022 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2014-2022 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2014-2023 Internet Systems Consortium, Inc. ("ISC")
 //
 // This Source Code Form is subject to the terms of the Mozilla Public
 // License, v. 2.0. If a copy of the MPL was not distributed with this
index e4d4fd65f5507684edf9568a96b124f3c40451bc..2c2f260e5d671142ddb81b5640142689fb5c7a79 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2014-2017 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2014-2023 Internet Systems Consortium, Inc. ("ISC")
 //
 // This Source Code Form is subject to the terms of the Mozilla Public
 // License, v. 2.0. If a copy of the MPL was not distributed with this
index 63e2e548767f7f1e378d39ac07895a0d46c3ebe0..b7c78fa63c1bd94d5bd523ce7051a714e8408041 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2017-2021 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2017-2023 Internet Systems Consortium, Inc. ("ISC")
 //
 // This Source Code Form is subject to the terms of the Mozilla Public
 // License, v. 2.0. If a copy of the MPL was not distributed with this
index 6e913473cd75237b2594a2e513eac805b1cfafab..6e3a7cb010ea7b45f6584c61c798ef672bfc3b81 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2015-2022 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2015-2023 Internet Systems Consortium, Inc. ("ISC")
 //
 // This Source Code Form is subject to the terms of the Mozilla Public
 // License, v. 2.0. If a copy of the MPL was not distributed with this
index ecd5c28471e8fc2751d6dc51733ce48ae269a484..8d378d0e3109e345fec6df5a3d2cb03ddaebe47a 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2018-2020 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2018-2023 Internet Systems Consortium, Inc. ("ISC")
 //
 // This Source Code Form is subject to the terms of the Mozilla Public
 // License, v. 2.0. If a copy of the MPL was not distributed with this
index 14edc7dd9bab693089ecca1b41f0b5664e26f067..2608698de0a975f7cb820b1837191aeab44e007d 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2012-2020 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2012-2023 Internet Systems Consortium, Inc. ("ISC")
 //
 // This Source Code Form is subject to the terms of the Mozilla Public
 // License, v. 2.0. If a copy of the MPL was not distributed with this
index c0395a83d900b5bd801e2dd626f145723dffcfe7..fe05a3e588ca6cb61f4a5794f1465cdd2346041e 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2009-2022 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2009-2023 Internet Systems Consortium, Inc. ("ISC")
 //
 // This Source Code Form is subject to the terms of the Mozilla Public
 // License, v. 2.0. If a copy of the MPL was not distributed with this
index e2123d0c8bc46f03289aa66eb5bafa63c01ec47a..df5ba62674f0801f796b6d78ee6de6f86c367328 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2009-2022 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2009-2023 Internet Systems Consortium, Inc. ("ISC")
 //
 // This Source Code Form is subject to the terms of the Mozilla Public
 // License, v. 2.0. If a copy of the MPL was not distributed with this
index c5fbd81f58c5fe4d99b673bdfc66cda08da06b3e..a0049152e508d04ccb9bf47cf150c38c123e1e7a 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2012-2015 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2012-2023 Internet Systems Consortium, Inc. ("ISC")
 //
 // This Source Code Form is subject to the terms of the Mozilla Public
 // License, v. 2.0. If a copy of the MPL was not distributed with this
index e98b11b00d818eb67a4af27c1585e2cd5ae6234a..9d3bd89662de7cef9eddf5984a4c6852ed6f1b6d 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2010-2019 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2010-2023 Internet Systems Consortium, Inc. ("ISC")
 //
 // This Source Code Form is subject to the terms of the Mozilla Public
 // License, v. 2.0. If a copy of the MPL was not distributed with this
index e1a537c32829c8f1502b3e2019fe17dffce2da7e..fde67bc1e0fcf3affab45236f0573d80fc30c66c 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2011-2015 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2011-2023 Internet Systems Consortium, Inc. ("ISC")
 //
 // This Source Code Form is subject to the terms of the Mozilla Public
 // License, v. 2.0. If a copy of the MPL was not distributed with this
index 69b330b34902ee23506288775093b1139db48858..624f03b85e764008d3c94ad5a9290c4c13782974 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2011-2015 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2011-2023 Internet Systems Consortium, Inc. ("ISC")
 //
 // This Source Code Form is subject to the terms of the Mozilla Public
 // License, v. 2.0. If a copy of the MPL was not distributed with this
index db46469fc3f9ef9b45959c7a664979d7dcbfab2b..bc709275acf804534e0f4052e7d1ea81d4d49f10 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2015-2022 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2015-2023 Internet Systems Consortium, Inc. ("ISC")
 //
 // This Source Code Form is subject to the terms of the Mozilla Public
 // License, v. 2.0. If a copy of the MPL was not distributed with this
index d9212b2af2fcabaec7a4e8d87d8d01dc1ecfd0e2..017f22dd4b7a8eef98352af4a2e341cda25716e2 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2015-2022 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2015-2023 Internet Systems Consortium, Inc. ("ISC")
 //
 // This Source Code Form is subject to the terms of the Mozilla Public
 // License, v. 2.0. If a copy of the MPL was not distributed with this
index 599b0ffabbb8e9c7483140a5adb083bf9f38c979..83833af5cb3b94bda078404f48fb924c0c41c178 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2015-2022 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2015-2023 Internet Systems Consortium, Inc. ("ISC")
 //
 // This Source Code Form is subject to the terms of the Mozilla Public
 // License, v. 2.0. If a copy of the MPL was not distributed with this
index 7c328fdb94b5ff48e06472bf2407bfca441342a6..fb83b13a28ca8fa01d2a4fb8c1bb467ac52d7d5e 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2017-2018,2021 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2017-2023 Internet Systems Consortium, Inc. ("ISC")
 //
 // This Source Code Form is subject to the terms of the Mozilla Public
 // License, v. 2.0. If a copy of the MPL was not distributed with this
index 4c0115133e36b31afbfe14c85ef893800be789ea..0341dd7b2bb0d23243727900e5b1c78684ef7fc2 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2014-2022 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2014-2023 Internet Systems Consortium, Inc. ("ISC")
 //
 // This Source Code Form is subject to the terms of the Mozilla Public
 // License, v. 2.0. If a copy of the MPL was not distributed with this
index 23f2bc99aebfc8a987e2f1305bfc975c8a626d6a..89fd5e82471d1c9a73bde5c80d9e4b7377505aef 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2022 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2022-2023 Internet Systems Consortium, Inc. ("ISC")
 //
 // This Source Code Form is subject to the terms of the Mozilla Public
 // License, v. 2.0. If a copy of the MPL was not distributed with this
index 4d06a810065d9cb81b41a92e0bee50647f09ba77..bb32819a5de3258b6926b79870ee9c2bfc2faffd 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2011-2018 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2011-2023 Internet Systems Consortium, Inc. ("ISC")
 //
 // This Source Code Form is subject to the terms of the Mozilla Public
 // License, v. 2.0. If a copy of the MPL was not distributed with this
index 58ff061a35f1b8efa7463d357b603e2b184ef819..f1bb8a3fc15cbca484a859524db8cfe564b1a51d 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2018-2022 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2018-2023 Internet Systems Consortium, Inc. ("ISC")
 //
 // This Source Code Form is subject to the terms of the Mozilla Public
 // License, v. 2.0. If a copy of the MPL was not distributed with this