]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
updated versions, updated copyright dates, sorted messages doc-release-updates
authorMichal Nowikowski <godfryd@isc.org>
Tue, 28 May 2019 06:52:24 +0000 (08:52 +0200)
committerMichal Nowikowski <godfryd@isc.org>
Tue, 28 May 2019 08:53:08 +0000 (10:53 +0200)
130 files changed:
ChangeLog
configure.ac
doc/devel/contribute.dox
doc/devel/unit-tests.dox
doc/guide/classify.xml
doc/guide/congestion-handling.xml
doc/guide/hooks-class-cmds.xml
doc/guide/hooks-ha.xml
doc/guide/hooks-lease-cmds.xml
doc/guide/intro.xml
doc/guide/kea-guide.xml
doc/guide/keactrl.xml
doc/guide/lease-expiration.xml
doc/guide/lfc.xml
doc/guide/quickstart.xml
doc/guide/shell.xml
doc/guide/stats.xml
src/bin/admin/kea-admin.xml
src/bin/admin/tests/cql_tests.sh.in
src/bin/agent/kea-ctrl-agent.xml
src/bin/agent/simple_parser.cc
src/bin/agent/tests/ca_command_mgr_unittests.cc
src/bin/agent/tests/ca_process_unittests.cc
src/bin/d2/d2_cfg_mgr.h
src/bin/d2/d2_config.h
src/bin/d2/d2_controller.h
src/bin/d2/d2_process.cc
src/bin/d2/d2_process.h
src/bin/d2/d2_simple_parser.cc
src/bin/d2/kea-dhcp-ddns.xml
src/bin/d2/parser_context.cc
src/bin/d2/tests/d2_cfg_mgr_unittests.cc
src/bin/d2/tests/parser_unittest.cc
src/bin/dhcp4/kea-dhcp4.xml
src/bin/dhcp4/main.cc
src/bin/dhcp4/tests/ctrl_dhcp4_srv_unittest.cc
src/bin/dhcp4/tests/dhcp4_test_utils.cc
src/bin/dhcp4/tests/dhcp4_test_utils.h
src/bin/dhcp4/tests/fqdn_unittest.cc
src/bin/dhcp4/tests/shared_network_unittest.cc
src/bin/dhcp6/dhcp6_log.h
src/bin/dhcp6/dhcp6_messages.mes
src/bin/dhcp6/dhcp6to4_ipc.cc
src/bin/dhcp6/dhcp6to4_ipc.h
src/bin/dhcp6/kea-dhcp6.xml
src/bin/dhcp6/main.cc
src/bin/dhcp6/tests/ctrl_dhcp6_srv_unittest.cc
src/bin/dhcp6/tests/dhcp6_test_utils.h
src/bin/dhcp6/tests/dhcp6to4_ipc_unittest.cc
src/bin/dhcp6/tests/simple_parser6_unittest.cc
src/bin/keactrl/keactrl.xml
src/bin/lfc/kea-lfc.xml
src/bin/netconf/kea-netconf.xml
src/bin/netconf/tests/control_socket_unittests.cc
src/bin/netconf/tests/netconf_unittests.cc
src/bin/perfdhcp/command_options.cc
src/bin/perfdhcp/command_options.h
src/bin/perfdhcp/main.cc
src/bin/perfdhcp/perf_pkt4.cc
src/bin/perfdhcp/perf_pkt4.h
src/bin/perfdhcp/perf_pkt6.cc
src/bin/perfdhcp/perf_pkt6.h
src/bin/perfdhcp/perf_socket.cc
src/bin/perfdhcp/perfdhcp.xml
src/bin/perfdhcp/pkt_transform.cc
src/bin/perfdhcp/pkt_transform.h
src/bin/perfdhcp/rate_control.cc
src/bin/perfdhcp/rate_control.h
src/bin/perfdhcp/receiver.cc
src/bin/perfdhcp/receiver.h
src/bin/perfdhcp/stats_mgr.h
src/bin/perfdhcp/test_control.cc
src/bin/perfdhcp/test_control.h
src/bin/perfdhcp/tests/command_options_helper.h
src/bin/perfdhcp/tests/command_options_unittest.cc
src/bin/perfdhcp/tests/rate_control_unittest.cc
src/bin/perfdhcp/tests/receiver_unittest.cc
src/bin/perfdhcp/tests/stats_mgr_unittest.cc
src/bin/perfdhcp/tests/test_control_unittest.cc
src/bin/shell/kea-shell.xml
src/bin/sockcreator/kea-sockcreator.xml
src/hooks/dhcp/high_availability/ha_service.cc
src/hooks/dhcp/high_availability/tests/ha_service_unittest.cc
src/hooks/dhcp/mysql_cb/mysql_cb_messages.mes
src/lib/asiolink/tests/unix_domain_socket_unittest.cc
src/lib/config/tests/client_connection_unittests.cc
src/lib/config/tests/command_mgr_unittests.cc
src/lib/cql/cql_connection.cc
src/lib/cql/cql_connection.h
src/lib/cql/cql_exchange.cc
src/lib/cql/tests/cql_connection_unittest.cc
src/lib/database/database_connection.cc
src/lib/database/database_connection.h
src/lib/database/db_log.cc
src/lib/database/dbaccess_parser.h
src/lib/database/tests/database_connection_unittest.cc
src/lib/database/testutils/schema.cc
src/lib/dhcp/libdhcp++.cc
src/lib/dhcp/pkt_filter_inet6.cc
src/lib/dhcp/pkt_filter_inet6.h
src/lib/dhcp/tests/option_definition_unittest.cc
src/lib/dhcp/tests/option_unittest.cc
src/lib/dhcpsrv/benchmarks/benchmarks.dox
src/lib/dhcpsrv/benchmarks/parameters.h
src/lib/dhcpsrv/cfg_4o6.cc
src/lib/dhcpsrv/cql_lease_mgr.cc
src/lib/dhcpsrv/cql_lease_mgr.h
src/lib/dhcpsrv/dhcpsrv_messages.mes
src/lib/dhcpsrv/hosts_messages.mes
src/lib/dhcpsrv/memfile_lease_mgr.cc
src/lib/dhcpsrv/mysql_lease_mgr.cc
src/lib/dhcpsrv/tests/alloc_engine_utils.cc
src/lib/dhcpsrv/tests/alloc_engine_utils.h
src/lib/dhcpsrv/tests/cfg_iface_unittest.cc
src/lib/dhcpsrv/tests/cql_lease_mgr_unittest.cc
src/lib/dhcpsrv/tests/generic_lease_mgr_unittest.h
src/lib/dhcpsrv/tests/test_utils.h
src/lib/dhcpsrv/testutils/host_data_source_utils.cc
src/lib/dns/name.h
src/lib/http/http_messages.mes
src/lib/mysql/mysql_connection.cc
src/lib/process/process_messages.mes
src/lib/process/tests/config_ctl_info_unittests.cc
src/lib/util/io/fd_share.cc
src/lib/util/tests/socketsession_unittest.cc
src/lib/yang/translator.cc
src/lib/yang/translator_database.cc
src/lib/yang/translator_database.h
src/share/database/scripts/cql/dhcpdb_create.cql
src/share/database/scripts/cql/dhcpdb_drop.cql

index aef9b85251ae1c7945b19691f2d57bcb4b9e6632..b87d0542296d4e9ae4fad199cbb69d7673c2bf89 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,5 @@
+Kea 1.6.0-beta released on May 29, 2019
+
 1586.  [build]         razvan, marcin
        Bumped up libraries version numbers for Kea 1.6.0 beta release.
        (Gitlab #617,!340, git c0434bf882b6ec483120e39f6b70b5a40fe7c711)
index 7788322baf5c29ae2c90b27fec89be083ae270af..6cf2bfc3475c8a893ccb8f5de9ca35a1f4045c97 100644 (file)
@@ -7,7 +7,7 @@ AC_PREREQ([2.69])
 # For GIT versions, this is x.y.z-git, where x.y.z denotes the software
 # version that was used as a base + changes that were made later, but
 # are not released yet.
-AC_INIT(kea,1.5.0-git, kea-dev@lists.isc.org)
+AC_INIT(kea,1.6.0-beta-git, kea-dev@lists.isc.org)
 AC_CONFIG_SRCDIR(README)
 
 # serial-tests is not available in automake version before 1.13, so
index 2e249971d708f1c455731b673a0aeca499258db4..1618d7d3b2f2455b723c1b34c94530a1e1d86ab5 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2013-2018 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2013-2019 Internet Systems Consortium, Inc. ("ISC")
 //
 // This Source Code Form is subject to the terms of the Mozilla Public
 // License, v. 2.0. If a copy of the MPL was not distributed with this
index 730c935d526b8da9dc19051ef613a66cad2869ef..853dc00e5cf10f16db26d602b82706a61b393f72 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2015-2018 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2015-2019 Internet Systems Consortium, Inc. ("ISC")
 //
 // This Source Code Form is subject to the terms of the Mozilla Public
 // License, v. 2.0. If a copy of the MPL was not distributed with this
index 55412d8910252d46b7669981c4f8dd0bd6fee796..c677ffdd11a2cc65b99c4576bd620b48b74cff16 100644 (file)
@@ -1,5 +1,5 @@
 <!--
- - Copyright (C) 2015-2018 Internet Systems Consortium, Inc. ("ISC")
+ - Copyright (C) 2015-2019 Internet Systems Consortium, Inc. ("ISC")
  -
  - This Source Code Form is subject to the terms of the Mozilla Public
  - License, v. 2.0. If a copy of the MPL was not distributed with this
index 74b8b75fba06df6c7a6d582a44ac85c6fb6d128a..5ab87b8d68e3f25ea571d2feb99fa8ece202d754 100644 (file)
@@ -1,5 +1,5 @@
 <!--
- - Copyright (C) 2018 Internet Systems Consortium, Inc. ("ISC")
+ - Copyright (C) 2018-2019 Internet Systems Consortium, Inc. ("ISC")
  -
  - This Source Code Form is subject to the terms of the Mozilla Public
  - License, v. 2.0. If a copy of the MPL was not distributed with this
index c6324bb6357c7602f6529af50f7a6bbdd31d044f..e7946b2a63215fdec5ecbc6c3354375c52fd352f 100644 (file)
@@ -1,5 +1,5 @@
 <!--
- - Copyright (C) 2018 Internet Systems Consortium, Inc. ("ISC")
+ - Copyright (C) 2018-2019 Internet Systems Consortium, Inc. ("ISC")
  -
  - This Source Code Form is subject to the terms of the Mozilla Public
  - License, v. 2.0. If a copy of the MPL was not distributed with this
index aba48f01b510da2bc73ad6522e560bba10e7205f..5946353b1859d0e1b9ea5f9a59a16169f836a447 100644 (file)
@@ -1,5 +1,5 @@
 <!--
- - Copyright (C) 2018 Internet Systems Consortium, Inc. ("ISC")
+ - Copyright (C) 2018-2019 Internet Systems Consortium, Inc. ("ISC")
  -
  - This Source Code Form is subject to the terms of the Mozilla Public
  - License, v. 2.0. If a copy of the MPL was not distributed with this
index 6beac6656ac7fca3110268e9743521bcfd820c55..7b7d6c8133fb5e6d0fcb0998089f51306c5f3672 100644 (file)
@@ -1,5 +1,5 @@
 <!--
- - Copyright (C) 2018 Internet Systems Consortium, Inc. ("ISC")
+ - Copyright (C) 2018-2019 Internet Systems Consortium, Inc. ("ISC")
  -
  - This Source Code Form is subject to the terms of the Mozilla Public
  - License, v. 2.0. If a copy of the MPL was not distributed with this
index 2b273c6025fe84cfcd2afbda7d3e8a9e6f40816e..ef4be8d07c87bfde6ee653f8ba90c53911be7a1d 100644 (file)
@@ -1,5 +1,5 @@
 <!--
- - Copyright (C) 2014-2018 Internet Systems Consortium, Inc. ("ISC")
+ - Copyright (C) 2014-2019 Internet Systems Consortium, Inc. ("ISC")
  -
  - This Source Code Form is subject to the terms of the Mozilla Public
  - License, v. 2.0. If a copy of the MPL was not distributed with this
index 73e689fc657917a532cc03272d728e7cbcddcf82..40ce27fdb947e4a2d54ea6601d1671e0055ea7fe 100644 (file)
@@ -1,6 +1,6 @@
 <?xml version="1.0"?>
 <!--
- - Copyright (C) 2014-2018 Internet Systems Consortium, Inc. ("ISC")
+ - Copyright (C) 2014-2019 Internet Systems Consortium, Inc. ("ISC")
  -
  - This Source Code Form is subject to the terms of the Mozilla Public
  - License, v. 2.0. If a copy of the MPL was not distributed with this
index a6009dd2c4647cc1138bc90022aef2c871265081..c236ac73acc735c3070f48ac9ae40c3419d618d6 100644 (file)
@@ -1,5 +1,5 @@
 <!--
- - Copyright (C) 2014-2018 Internet Systems Consortium, Inc. ("ISC")
+ - Copyright (C) 2014-2019 Internet Systems Consortium, Inc. ("ISC")
  -
  - This Source Code Form is subject to the terms of the Mozilla Public
  - License, v. 2.0. If a copy of the MPL was not distributed with this
index 3fd2ef1b646d3945c840d4765c3dc61dc3893b00..a970ef68bb719f5713bc90a8b5c6e57f7c161e26 100644 (file)
@@ -1,5 +1,5 @@
 <!--
- - Copyright (C) 2015-2018 Internet Systems Consortium, Inc. ("ISC")
+ - Copyright (C) 2015-2019 Internet Systems Consortium, Inc. ("ISC")
  -
  - This Source Code Form is subject to the terms of the Mozilla Public
  - License, v. 2.0. If a copy of the MPL was not distributed with this
index a894c9391af38738dae57912e65fdd1217b1e330..47aca8a2410d1f2fc6a3a68063270b4f80785352 100644 (file)
@@ -1,5 +1,5 @@
 <!--
- - Copyright (C) 2015-2018 Internet Systems Consortium, Inc. ("ISC")
+ - Copyright (C) 2015-2019 Internet Systems Consortium, Inc. ("ISC")
  -
  - This Source Code Form is subject to the terms of the Mozilla Public
  - License, v. 2.0. If a copy of the MPL was not distributed with this
index b5a29a4c5662ee111d83d341e9a7027eb3a92376..ca68b8d50a5e2e991e1c7de8f388e972ff53cb79 100644 (file)
@@ -1,5 +1,5 @@
 <!--
- - Copyright (C) 2014-2018 Internet Systems Consortium, Inc. ("ISC")
+ - Copyright (C) 2014-2019 Internet Systems Consortium, Inc. ("ISC")
  -
  - This Source Code Form is subject to the terms of the Mozilla Public
  - License, v. 2.0. If a copy of the MPL was not distributed with this
index 689dbdd198667dc52761db3b9db2edd622dcdfd1..45e76e17a99d790d17e4c69f58a7bbcaacd25b1c 100644 (file)
@@ -1,5 +1,5 @@
 <!--
- - Copyright (C) 2017-2018 Internet Systems Consortium, Inc. ("ISC")
+ - Copyright (C) 2017-2019 Internet Systems Consortium, Inc. ("ISC")
  -
  - This Source Code Form is subject to the terms of the Mozilla Public
  - License, v. 2.0. If a copy of the MPL was not distributed with this
index 8e2c5f4021c043845ca339c7d18db1e736055f6a..c5004231ffdb9c0d7a405df537b4c08504d129f7 100644 (file)
@@ -1,5 +1,5 @@
 <!--
- - Copyright (C) 2015-2018 Internet Systems Consortium, Inc. ("ISC")
+ - Copyright (C) 2015-2019 Internet Systems Consortium, Inc. ("ISC")
  -
  - This Source Code Form is subject to the terms of the Mozilla Public
  - License, v. 2.0. If a copy of the MPL was not distributed with this
index 8192c0f7d7f98bc65f0dd2f72d5e046261742ce2..b8c5f3780c87668d90d164dfcecf02212113df0c 100644 (file)
@@ -10,8 +10,8 @@
 <refentry>
   <info>
     <productname>ISC Kea</productname>
-    <date>Dec 14, 2018</date>
-    <edition>1.5.0</edition>
+    <date>May 29, 2019</date>
+    <edition>1.6.0-beta</edition>
     <author><personname/><contrib>The Kea software has been written by a number of
         engineers working for ISC: Tomek Mrugalski, Stephen Morris, Marcin
         Siodelski, Thomas Markwalder, Francis Dupont, Jeremy C. Reed,
index 2d1cb945e8a0cc5aa607d262705b25912a63afe4..7fa681028aa7e125e03377f6746f4a237367976e 100644 (file)
@@ -1,6 +1,6 @@
 #!/bin/sh
 
-# Copyright (C) 2014-2018 Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) 2014-2019 Internet Systems Consortium, Inc. ("ISC")
 #
 # This Source Code Form is subject to the terms of the Mozilla Public
 # License, v. 2.0. If a copy of the MPL was not distributed with this
index 2e3e64c58c569f8573efe8d3c5accd0890dc2b14..16532f2204161c1daa4a5e036c0c14e8a4cb9e0d 100644 (file)
@@ -11,8 +11,8 @@
 
   <info>
     <productname>ISC Kea</productname>
-    <date>Dec 14, 2018</date>
-    <edition>1.5.0</edition>
+    <date>May 29, 2019</date>
+    <edition>1.6.0-beta</edition>
     <author>
       <contrib>The Kea software has been written by a number of
         engineers working for ISC: Tomek Mrugalski, Stephen Morris, Marcin
index 9f8718c7ba1be6194ff990052dab7754b3267e41..c5eeababc45a307808f8cc99260819369cf209f9 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2017-2018 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2017-2019 Internet Systems Consortium, Inc. ("ISC")
 //
 // This Source Code Form is subject to the terms of the Mozilla Public
 // License, v. 2.0. If a copy of the MPL was not distributed with this
index bf50f61148c5e88cc04bf18cd8a5746045f1ab3d..f464c935b4683fbca318246c4e0d12d9c1ca1892 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2017-2018 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2017-2019 Internet Systems Consortium, Inc. ("ISC")
 //
 // This Source Code Form is subject to the terms of the Mozilla Public
 // License, v. 2.0. If a copy of the MPL was not distributed with this
index 3f49dfcbdc2d464b91a571ec8501952f5d17334a..c1ebaf65c793baae8766f625a5e5e849b96f82b4 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2016-2018 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2016-2019 Internet Systems Consortium, Inc. ("ISC")
 //
 // This Source Code Form is subject to the terms of the Mozilla Public
 // License, v. 2.0. If a copy of the MPL was not distributed with this
index a3e1ec3ee81729d7e22b2f03666849684e7c99b7..a316d77a12c492ba0ce334d258fd9eb68d48c056 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2014-2018 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2014-2019 Internet Systems Consortium, Inc. ("ISC")
 //
 // This Source Code Form is subject to the terms of the Mozilla Public
 // License, v. 2.0. If a copy of the MPL was not distributed with this
index 713c37496eec08e000bfd4f73762576f2a4afa71..bb8f2f1540a9cc0f128c8a0d76ede28af571d5af 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2013-2018 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2013-2019 Internet Systems Consortium, Inc. ("ISC")
 //
 // This Source Code Form is subject to the terms of the Mozilla Public
 // License, v. 2.0. If a copy of the MPL was not distributed with this
index 2e98d35efa1f94fc8ef1abe719c147208459f5f7..6f61735828a53fc93cebc916b5840fdc9bcaefad 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2013-2018 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2013-2019 Internet Systems Consortium, Inc. ("ISC")
 //
 // This Source Code Form is subject to the terms of the Mozilla Public
 // License, v. 2.0. If a copy of the MPL was not distributed with this
index 7baaffe8f4f3ff9818ebe7f5b8900b08e0aba85a..bee7c7f0f4a7bc0fbf46abde2addf907b0532938 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2013-2018 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2013-2019 Internet Systems Consortium, Inc. ("ISC")
 //
 // This Source Code Form is subject to the terms of the Mozilla Public
 // License, v. 2.0. If a copy of the MPL was not distributed with this
index d4536651954c97d91a715955bcf21a576d95c43d..5ca34222d3616a0166532c5acf6c6f80b510f268 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2013-2018 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2013-2019 Internet Systems Consortium, Inc. ("ISC")
 //
 // This Source Code Form is subject to the terms of the Mozilla Public
 // License, v. 2.0. If a copy of the MPL was not distributed with this
index 2344680b7e81047a42b433fe213bc521ce90b9d8..09186d3f0d7bed1e11e43f73b3b177c3bc5245af 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2017-2018 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2017-2019 Internet Systems Consortium, Inc. ("ISC")
 //
 // This Source Code Form is subject to the terms of the Mozilla Public
 // License, v. 2.0. If a copy of the MPL was not distributed with this
index 2f62e017eb837998163c6184c5480b8af66c5079..061090643428c97a8eeb0106b63eb00919baa7b4 100644 (file)
@@ -10,8 +10,8 @@
 
   <info>
     <productname>ISC Kea</productname>
-    <date>Dec 14, 2018</date>
-    <edition>1.5.0</edition>
+    <date>May 29, 2019</date>
+    <edition>1.6.0-beta</edition>
     <author>
       <contrib>The Kea software has been written by a number of
         engineers working for ISC: Tomek Mrugalski, Stephen Morris, Marcin
index 16caa286e47fc3ab250deb3ffc2b32b8688ea3f0..7532d64a3a6ed88bc2bc7092c65d7c7fad2fdbe6 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2017-2018 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2017-2019 Internet Systems Consortium, Inc. ("ISC")
 //
 // This Source Code Form is subject to the terms of the Mozilla Public
 // License, v. 2.0. If a copy of the MPL was not distributed with this
index f663b5696fa5d5248639e4fd6b5ad107fb44293d..1ef388ea4a03912b95047eebe8ebaaf238446274 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2013-2018 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2013-2019 Internet Systems Consortium, Inc. ("ISC")
 //
 // This Source Code Form is subject to the terms of the Mozilla Public
 // License, v. 2.0. If a copy of the MPL was not distributed with this
index 37c454bf4ef5b8ed9277f9fa9b4c617ef28c46b5..88d1f1dd6953ce1d559ad0bb875a06ad1d28aa4e 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2017-2018 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2017-2019 Internet Systems Consortium, Inc. ("ISC")
 //
 // This Source Code Form is subject to the terms of the Mozilla Public
 // License, v. 2.0. If a copy of the MPL was not distributed with this
index 720ae47bd138223758f57340a938956652cf13ef..39170cd62942101ca66dac7d7cbc7f0de236a8ab 100644 (file)
@@ -1,5 +1,5 @@
 <!--
- - Copyright (C) 2011-2018 Internet Systems Consortium, Inc. ("ISC")
+ - Copyright (C) 2011-2019 Internet Systems Consortium, Inc. ("ISC")
  -
  - This Source Code Form is subject to the terms of the Mozilla Public
  - License, v. 2.0. If a copy of the MPL was not distributed with this
@@ -10,8 +10,8 @@
 
   <info>
     <productname>ISC Kea</productname>
-    <date>Dec 14, 2018</date>
-    <edition>1.5.0</edition>
+    <date>May 29, 2019</date>
+    <edition>1.6.0-beta</edition>
     <author>
       <contrib>The Kea software has been written by a number of
         engineers working for ISC: Tomek Mrugalski, Stephen Morris, Marcin
index 7e138ac00db62e65069c29cfbf31c0a91ac54291..a6b70ef803ed668772918280663e8c83cadda0d9 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2011-2018 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2011-2019 Internet Systems Consortium, Inc. ("ISC")
 //
 // This Source Code Form is subject to the terms of the Mozilla Public
 // License, v. 2.0. If a copy of the MPL was not distributed with this
index 4803e7d9123312768c2e2350e128035b3864d637..fb19c8805aa42d16e5794f9dab9cef979b7e159e 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2012-2018 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2012-2019 Internet Systems Consortium, Inc. ("ISC")
 //
 // This Source Code Form is subject to the terms of the Mozilla Public
 // License, v. 2.0. If a copy of the MPL was not distributed with this
index 0f952eb98d2d33d129d8c6b1c0b17bea953b2e6b..e9147dfc2b4833da0c24a82e9d7b0c7948d88f53 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2013-2018 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2013-2019 Internet Systems Consortium, Inc. ("ISC")
 //
 // This Source Code Form is subject to the terms of the Mozilla Public
 // License, v. 2.0. If a copy of the MPL was not distributed with this
index c286d97b5689d66b222848a2fa2dc07501a93756..2bc5cf5d7014efc1101458da6f94ae39459306ba 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2013-2018 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2013-2019 Internet Systems Consortium, Inc. ("ISC")
 //
 // This Source Code Form is subject to the terms of the Mozilla Public
 // License, v. 2.0. If a copy of the MPL was not distributed with this
index a787e4df77850300e4962a340dab9f5bba906010..6f3ae43530cedd555250d11942e71b59f6f28846 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2013-2018 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2013-2019 Internet Systems Consortium, Inc. ("ISC")
 //
 // This Source Code Form is subject to the terms of the Mozilla Public
 // License, v. 2.0. If a copy of the MPL was not distributed with this
index 019e9e4f707da8fe0564bc0355e993e3eb0a8f19..247b13ceadceddedd3852425a9d087ffbfabb6d3 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2017-2018 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2017-2019 Internet Systems Consortium, Inc. ("ISC")
 //
 // This Source Code Form is subject to the terms of the Mozilla Public
 // License, v. 2.0. If a copy of the MPL was not distributed with this
index 377b582d6ebd51a7a47dd10b5f5a6c5d4c1a557f..cbc654404a7769c8bc78557ca8a2fb85cf589c2e 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2012-2018 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2012-2019 Internet Systems Consortium, Inc. ("ISC")
 //
 // This Source Code Form is subject to the terms of the Mozilla Public
 // License, v. 2.0. If a copy of the MPL was not distributed with this
index d2c202b78795565473e4d3dbdba966aaaa2246e8..b758eebab7bbe5273d47b417e586ff198d730b3f 100644 (file)
@@ -53,6 +53,20 @@ by the process. The signal will be handled before the server starts
 waiting for next packets. The argument specifies the next signal to
 be handled by the server.
 
+% DHCP6_CB_FETCH_UPDATES_FAIL error on attempt to fetch configuration updates from the configuration backend(s): %1
+This error message is issued when the server attempted to fetch
+configuration updates from the database and this attempt failed.
+The server will re-try according to the configured value of the
+config-fetch-wait-time parameter. The sole argument contains the
+reason for failure.
+
+% DHCP6_CB_FETCH_UPDATES_RETRIES_EXHAUSTED maximum number of configuration fetch attempts: 10, has been exhausted without success
+This error indicates that the server has made a number of unsuccessful
+attempts to fetch configuration updates from a configuration backend.
+The server will continue to operate but won't make any further attempts
+to fetch configuration updates. The administrator must fix the configuration
+in the database and reload (or restart) the server.
+
 % DHCP6_CLASS_ASSIGNED %1: client packet has been assigned to the following class(es): %2
 This debug message informs that incoming packet has been assigned to specified
 class or classes. This is a normal behavior and indicates successful operation.
@@ -74,20 +88,6 @@ has no definition.
 This debug message informs that a class was listed for required evaluation but
 its definition does not include a test expression to evaluate.
 
-% DHCP6_CB_FETCH_UPDATES_FAIL error on attempt to fetch configuration updates from the configuration backend(s): %1
-This error message is issued when the server attempted to fetch
-configuration updates from the database and this attempt failed.
-The server will re-try according to the configured value of the
-config-fetch-wait-time parameter. The sole argument contains the
-reason for failure.
-
-% DHCP6_CB_FETCH_UPDATES_RETRIES_EXHAUSTED maximum number of configuration fetch attempts: 10, has been exhausted without success
-This error indicates that the server has made a number of unsuccessful
-attempts to fetch configuration updates from a configuration backend.
-The server will continue to operate but won't make any further attempts
-to fetch configuration updates. The administrator must fix the configuration
-in the database and reload (or restart) the server.
-
 % DHCP6_COMMAND_RECEIVED received command %1, arguments: %2
 A debug message listing the command (and possible arguments) received
 from the Kea control system by the IPv6 DHCP server.
@@ -184,6 +184,12 @@ This debug message is issued when the server did not receive a FQDN option
 from the client and client name replacement is enabled.  This provides a means
 to create DNS entries for unsophisticated clients.
 
+% DHCP6_DDNS_RECEIVE_FQDN %1: received DHCPv6 Client FQDN option: %2
+This debug message is logged when server has found the DHCPv6 Client FQDN Option
+sent by a client and started processing it. The first argument includes the
+client and transaction identification information. The second argument
+includes the received FQDN.
+
 % DHCP6_DDNS_REMOVE_OLD_LEASE_FQDN %1: FQDN for a lease: %2 has changed. New values: hostname = %3, reverse mapping = %4, forward mapping = %5
 This debug message is logged during lease renewal when an old lease that is
 no longer being offered has a different FQDN than the renewing lesae. Thus
@@ -193,12 +199,6 @@ details about the lease for which the FQDN information and/or mappings have
 changed. The remaining arguments hold the new FQDN information and flags for
 mappings.
 
-% DHCP6_DDNS_RECEIVE_FQDN %1: received DHCPv6 Client FQDN option: %2
-This debug message is logged when server has found the DHCPv6 Client FQDN Option
-sent by a client and started processing it. The first argument includes the
-client and transaction identification information. The second argument
-includes the received FQDN.
-
 % DHCP6_DDNS_REQUEST_SEND_FAILED failed sending a request to kea-dhcp-ddns, error: %1,  ncr: %2
 This error message indicates that IPv6 DHCP server failed to send a DDNS
 update request to the DHCP-DDNS server. This is most likely a configuration or
index a9dbfd6ad05ecc83d72c66143bdfe1af1a9f3951..02e275db802fff31c717c1c592547742d99b6894 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2015-2018 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2015-2019 Internet Systems Consortium, Inc. ("ISC")
 //
 // This Source Code Form is subject to the terms of the Mozilla Public
 // License, v. 2.0. If a copy of the MPL was not distributed with this
index fc025ceaeabf9ad88a2e4e3c3acdcc082fe99ca4..d039e8f1b45287fe3d6b1061b570d8596355b00b 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2015-2016 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2015-2019 Internet Systems Consortium, Inc. ("ISC")
 //
 // This Source Code Form is subject to the terms of the Mozilla Public
 // License, v. 2.0. If a copy of the MPL was not distributed with this
index 288ea87a5b7ec80c0623b2a54c46a2c09dc74748..aca15dfde6f493d838ab16897d529bc971a03729 100644 (file)
@@ -1,5 +1,5 @@
 <!--
- - Copyright (C) 2011-2018 Internet Systems Consortium, Inc. ("ISC")
+ - Copyright (C) 2011-2019 Internet Systems Consortium, Inc. ("ISC")
  -
  - This Source Code Form is subject to the terms of the Mozilla Public
  - License, v. 2.0. If a copy of the MPL was not distributed with this
@@ -9,8 +9,8 @@
 
   <info>
     <productname>ISC Kea</productname>
-    <date>Dec 14, 2018</date>
-    <edition>1.5.0</edition>
+    <date>May 29, 2019</date>
+    <edition>1.6.0-beta</edition>
     <author>
       <contrib>The Kea software has been written by a number of
         engineers working for ISC: Tomek Mrugalski, Stephen Morris, Marcin
index 6f44221f5e8946308f13f06265b54e3d8cfa0daa..42946db9c63e03a5676f7797a38aa3e9665d04bb 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2011-2018 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2011-2019 Internet Systems Consortium, Inc. ("ISC")
 //
 // This Source Code Form is subject to the terms of the Mozilla Public
 // License, v. 2.0. If a copy of the MPL was not distributed with this
index 9a9990fd51a0679f9bffd8076868ecb2672fad9f..e4dfcca91a8484268e07b979143fff0826f1dd95 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2012-2018 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2012-2019 Internet Systems Consortium, Inc. ("ISC")
 //
 // This Source Code Form is subject to the terms of the Mozilla Public
 // License, v. 2.0. If a copy of the MPL was not distributed with this
index a0ba34a96558e2884247a8eeba9daaa57f401caf..d0a6bab121054ba95b1e87860e0cbbe748f79093 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2013-2018 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2013-2019 Internet Systems Consortium, Inc. ("ISC")
 //
 // This Source Code Form is subject to the terms of the Mozilla Public
 // License, v. 2.0. If a copy of the MPL was not distributed with this
index 93f97f092dc63b02af9e256ead767b6868777757..307f56e53721ee68b33b5d065d11bdd65e25e4da 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2015-2016 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2015-2019 Internet Systems Consortium, Inc. ("ISC")
 //
 // This Source Code Form is subject to the terms of the Mozilla Public
 // License, v. 2.0. If a copy of the MPL was not distributed with this
index 2703e7be1bf70a5804506cb823f8a0c968bb368e..a2fe240dc7c6dee1c13d6ae0303cd8d4b2d9f30b 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2016-2017 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2016-2019 Internet Systems Consortium, Inc. ("ISC")
 //
 // This Source Code Form is subject to the terms of the Mozilla Public
 // License, v. 2.0. If a copy of the MPL was not distributed with this
index 6c9e86e076ae42dc97a68bd69c758ee07c8e9af3..03a13540868ef6b0964b2203a4fb0351cb6b02ff 100644 (file)
@@ -9,8 +9,8 @@
 <refentry>
   <info>
     <productname>ISC Kea</productname>
-    <date>Dec 14, 2018</date>
-    <edition>1.5.0</edition>
+    <date>May 29, 2019</date>
+    <edition>1.6.0-beta</edition>
     <author>
       <personname/>
       <contrib>The Kea software has been written by a number of
index 049b8263525eaff3fafddf6d2233e2b5a402de5e..83fc990731714f3298ea4ad403fb13b0b1ad0b15 100644 (file)
@@ -11,8 +11,8 @@
 
   <info>
     <productname>ISC Kea</productname>
-    <date>Dec 14, 2018</date>
-    <edition>1.5.0</edition>
+    <date>May 29, 2019</date>
+    <edition>1.6.0-beta</edition>
     <author><personname/><contrib>The Kea software has been written by a number of
         engineers working for ISC: Tomek Mrugalski, Stephen Morris, Marcin
         Siodelski, Thomas Markwalder, Francis Dupont, Jeremy C. Reed,
index 02f3fae1cd8993cf92165dd4c6660b5365d0ac36..e9bdcd1801f0c9ed9e27f5bf702951e39353f431 100644 (file)
@@ -10,8 +10,8 @@
 
   <info>
     <productname>ISC Kea</productname>
-    <date>Dec 14, 2018</date>
-    <edition>1.5.0</edition>
+    <date>May 29, 2019</date>
+    <edition>1.6.0-beta</edition>
     <author>
       <contrib>The Kea software has been written by a number of
         engineers working for ISC: Tomek Mrugalski, Stephen Morris, Marcin
index 0d55e25be5d325b20e7d6b42eb36147b51ce1738..b3c0fca5b73e3be50a2d9a6ece813fe607da925a 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2018 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2018-2019 Internet Systems Consortium, Inc. ("ISC")
 //
 // This Source Code Form is subject to the terms of the Mozilla Public
 // License, v. 2.0. If a copy of the MPL was not distributed with this
index b85a4589eea280472a0cac10597acabbe7af1030..289d58109cd84ed210af160464508a747b8beaa0 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2018 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2018-2019 Internet Systems Consortium, Inc. ("ISC")
 //
 // This Source Code Form is subject to the terms of the Mozilla Public
 // License, v. 2.0. If a copy of the MPL was not distributed with this
index f15b72d41d94766d15fb1e173015cf86db1de377..c3f4dbaeca25fca96e4d8ee3e848fcdc6baa1fc2 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2012-2018 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2012-2019 Internet Systems Consortium, Inc. ("ISC")
 //
 // This Source Code Form is subject to the terms of the Mozilla Public
 // License, v. 2.0. If a copy of the MPL was not distributed with this
index bf18ca12efc6fa13e3d9f685bcf59005e89f32ef..8fdb83cf479c7dcd599e5643a466f9f831391b1f 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2012-2018 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2012-2019 Internet Systems Consortium, Inc. ("ISC")
 //
 // This Source Code Form is subject to the terms of the Mozilla Public
 // License, v. 2.0. If a copy of the MPL was not distributed with this
index aa002d78ab4de1ceeb37766da3c70184df974552..d5e8e6f11ce48b5adea590a2b135076b68036e09 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2012-2016 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2012-2019 Internet Systems Consortium, Inc. ("ISC")
 //
 // This Source Code Form is subject to the terms of the Mozilla Public
 // License, v. 2.0. If a copy of the MPL was not distributed with this
index 784f96daccf8f1c47633877781786d793bf61c1a..0bceb82ba927b8ca26ec30edb3722e4b505d792d 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2012-2015 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2012-2019 Internet Systems Consortium, Inc. ("ISC")
 //
 // This Source Code Form is subject to the terms of the Mozilla Public
 // License, v. 2.0. If a copy of the MPL was not distributed with this
index a74ed431439e28d49abd5434251cbf63274eab90..d00a2b121c92f813225dad32de301761c9aee16c 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2012-2015 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2012-2019 Internet Systems Consortium, Inc. ("ISC")
 //
 // This Source Code Form is subject to the terms of the Mozilla Public
 // License, v. 2.0. If a copy of the MPL was not distributed with this
index 72724148ad704843d321f3f4a036bbff218e0ed9..066d8ba516143ce6a5dca33a3e947c3cb9f3d68a 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2011-2015 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2011-2019 Internet Systems Consortium, Inc. ("ISC")
 //
 // This Source Code Form is subject to the terms of the Mozilla Public
 // License, v. 2.0. If a copy of the MPL was not distributed with this
index 8465c396ebf7235b9f9160cfac73247636320d90..9181cebc72623b7609d82b5cdc2f0909678bcec1 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2012-2015,2017 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2012-2019 Internet Systems Consortium, Inc. ("ISC")
 //
 // This Source Code Form is subject to the terms of the Mozilla Public
 // License, v. 2.0. If a copy of the MPL was not distributed with this
index a27296682a1cf040b14521c3ec0b3bd564cf50f1..2beb7a7713d545a3c799f14de302eb40e864a268 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2012-2018 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2012-2019 Internet Systems Consortium, Inc. ("ISC")
 //
 // This Source Code Form is subject to the terms of the Mozilla Public
 // License, v. 2.0. If a copy of the MPL was not distributed with this
index 2fe4ac5d6ce62e45694a608e406aeb7b28751305..6c9e7cc610c0d405d7ea824041a9b07b0402794c 100644 (file)
@@ -1,5 +1,5 @@
 <!--
- - Copyright (C) 2014-2018 Internet Systems Consortium, Inc. ("ISC")
+ - Copyright (C) 2014-2019 Internet Systems Consortium, Inc. ("ISC")
  -
  - This Source Code Form is subject to the terms of the Mozilla Public
  - License, v. 2.0. If a copy of the MPL was not distributed with this
@@ -10,8 +10,8 @@
 
     <info>
       <productname>ISC Kea</productname>
-      <date>Dec 14, 2018</date>
-      <edition>1.5.0</edition>
+      <date>May 29, 2019</date>
+      <edition>1.6.0-beta</edition>
       <author>
         <personname/>
         <contrib>The Kea software has been written by a number of
index fad8d1cbd12c7710a25298f0a4b21d1e93c9af59..dd1a63443678adb244a153f562c1e0e0fd7c548a 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2012-2015 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2012-2019 Internet Systems Consortium, Inc. ("ISC")
 //
 // This Source Code Form is subject to the terms of the Mozilla Public
 // License, v. 2.0. If a copy of the MPL was not distributed with this
index d1272f1777d1242b046b97190af188c1680f09eb..99cdb19d1850537a7f2ce7cb73011519a925f8e6 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2012-2017 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2012-2019 Internet Systems Consortium, Inc. ("ISC")
 //
 // This Source Code Form is subject to the terms of the Mozilla Public
 // License, v. 2.0. If a copy of the MPL was not distributed with this
index 8d5ac2453a6ce7363472fc049d05b13f4ab4b0b6..6c2810ffee67a53ac8991baf179dfe4a3caf7cb9 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2013-2015 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2013-2019 Internet Systems Consortium, Inc. ("ISC")
 //
 // This Source Code Form is subject to the terms of the Mozilla Public
 // License, v. 2.0. If a copy of the MPL was not distributed with this
index bbd9f9ea4a3f5b2c9c6ccba6865d710716f62c4c..e85b8ba9e1a7c77ec5be34b763f063775e17d046 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2013-2015 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2013-2019 Internet Systems Consortium, Inc. ("ISC")
 //
 // This Source Code Form is subject to the terms of the Mozilla Public
 // License, v. 2.0. If a copy of the MPL was not distributed with this
index d55830220cad3410ef1076fc30d5b5fc040e7c5c..3f42d816f0bba630aed49e7cd587256535df7a96 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2018 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2018-2019 Internet Systems Consortium, Inc. ("ISC")
 //
 // This Source Code Form is subject to the terms of the Mozilla Public
 // License, v. 2.0. If a copy of the MPL was not distributed with this
index e51e4f4076c79ee4e3d2ef8ffd6116875ead9415..2b7f2827f928ee185751558fe69a9bb573f47893 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2018 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2018-2019 Internet Systems Consortium, Inc. ("ISC")
 //
 // This Source Code Form is subject to the terms of the Mozilla Public
 // License, v. 2.0. If a copy of the MPL was not distributed with this
index 3a6a6d036a5760a59b47b733ba4717dc5bb204e9..deff500a047d82a9063c37c5da7608e19447f519 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2012-2016 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2012-2019 Internet Systems Consortium, Inc. ("ISC")
 //
 // This Source Code Form is subject to the terms of the Mozilla Public
 // License, v. 2.0. If a copy of the MPL was not distributed with this
index d63958586779e1ad288ccc70af4c890c3d6ef143..19ed5cbeab048cf10cec1ef7d3db8fd2c6dc7d84 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2012-2018 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2012-2019 Internet Systems Consortium, Inc. ("ISC")
 //
 // This Source Code Form is subject to the terms of the Mozilla Public
 // License, v. 2.0. If a copy of the MPL was not distributed with this
index bab51ec06e918e4e5bf0057448988ffff53f0f0b..0f75f72aacdc984aacada78bf85d454d97f7c3ce 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2012-2018 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2012-2019 Internet Systems Consortium, Inc. ("ISC")
 //
 // This Source Code Form is subject to the terms of the Mozilla Public
 // License, v. 2.0. If a copy of the MPL was not distributed with this
index 2184240b9c000ac0186b8ae35a8beebe67583ae8..dd8e5127b5bd7351c74fe128f042d1964a07c8dd 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2012-2017 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2012-2019 Internet Systems Consortium, Inc. ("ISC")
 //
 // This Source Code Form is subject to the terms of the Mozilla Public
 // License, v. 2.0. If a copy of the MPL was not distributed with this
index ef54afdaf75db4f0058850feb3b39306cdf9eea6..31afddf289d5b7ac511310ba5fdb54d474ba17de 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2012-2018 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2012-2019 Internet Systems Consortium, Inc. ("ISC")
 //
 // This Source Code Form is subject to the terms of the Mozilla Public
 // License, v. 2.0. If a copy of the MPL was not distributed with this
index 69e6db50995e4a54ccad8b8ccfd04122f5905997..5619fd31c9b0be3cc12b47fa17ed692c6d35b41d 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2013-2017 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2013-2019 Internet Systems Consortium, Inc. ("ISC")
 //
 // This Source Code Form is subject to the terms of the Mozilla Public
 // License, v. 2.0. If a copy of the MPL was not distributed with this
index 95fc31e367ceab628b5825cc7146ae4a9e5d2fa8..1a1cb688a6c0f7ef994ec9e1ae089e8547b2a259 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2018 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2018-2019 Internet Systems Consortium, Inc. ("ISC")
 //
 // This Source Code Form is subject to the terms of the Mozilla Public
 // License, v. 2.0. If a copy of the MPL was not distributed with this
index 2759a2e129ff7c6f44f6dd57ffd2eccde88c76d1..e64cb6e79a72c0f3b566c6a8524550bc4c413b31 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2012-2017 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2012-2019 Internet Systems Consortium, Inc. ("ISC")
 //
 // This Source Code Form is subject to the terms of the Mozilla Public
 // License, v. 2.0. If a copy of the MPL was not distributed with this
index 87452f3dc59b06847f3e7d388ff2b28fc71ed95b..aef88599c8287c602c1f4082b9ca5c74f354453d 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2012-2018 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2012-2019 Internet Systems Consortium, Inc. ("ISC")
 //
 // This Source Code Form is subject to the terms of the Mozilla Public
 // License, v. 2.0. If a copy of the MPL was not distributed with this
index a549337aadad5161d2e5246aaef8eae021705697..87573903a5c166ef1ff97bf10875b232167ade6a 100644 (file)
@@ -10,8 +10,8 @@
 
   <info>
     <productname>ISC Kea</productname>
-    <date>Dec 14, 2018</date>
-    <edition>1.5.0</edition>
+    <date>May 29, 2019</date>
+    <edition>1.6.0-beta</edition>
     <author>
       <contrib>The Kea software has been written by a number of
         engineers working for ISC: Tomek Mrugalski, Stephen Morris, Marcin
index ce460f4b680969096d588aa168641382473ff25c..469144875ab61f9a9abd51f83d20bb767abf2223 100644 (file)
@@ -10,8 +10,8 @@
 
   <refentryinfo>
     <productname>ISC Kea</productname>
-    <date>Dec 14, 2018</date>
-    <edition>1.5.0</edition>
+    <date>May 29, 2019</date>
+    <edition>1.6.0-beta</edition>
     <author>
       <contrib>The Kea software has been written by a number of
         engineers working for ISC: Tomek Mrugalski, Stephen Morris, Marcin
index 005cae4f06047ef3c6b9527f7363261e57276f64..aed0d3403bece24725a1fd1be64b959beece1584 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2018 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2018-2019 Internet Systems Consortium, Inc. ("ISC")
 //
 // This Source Code Form is subject to the terms of the Mozilla Public
 // License, v. 2.0. If a copy of the MPL was not distributed with this
index 36f597d5059132dc802b705579e9dc00548e9a20..2feacd6aa1f5a88ad56faeafc15e3e8aa5508c37 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2018 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2018-2019 Internet Systems Consortium, Inc. ("ISC")
 //
 // This Source Code Form is subject to the terms of the Mozilla Public
 // License, v. 2.0. If a copy of the MPL was not distributed with this
index 1009a7ac1566e17bdd3fe94d14b6e0d73e0de6eb..522f81f95fb903cf7e4d0dfdda0be19f452b112e 100644 (file)
 
 $NAMESPACE isc::cb
 
-% MYSQL_CB_INIT_OK loading MYSQL CB hooks library successful
-This informational message indicates that the MySQL Configuration Backend hooks
-library has been loaded successfully.
+% MYSQL_CB_CREATE_UPDATE_BY_POOL_OPTION4 create or update option pool start: %1 pool end: %2
+Debug message issued when triggered an action to create or update option by pool
 
-% MYSQL_CB_DEINIT_OK unloading MYSQAL CB hooks library successful
-This informational message indicates that the MySQL Configuration Backend hooks
-library has been unloaded successfully.
+% MYSQL_CB_CREATE_UPDATE_BY_POOL_OPTION6 create or update option pool start: %1 pool end: %2
+Debug message issued when triggered an action to create or update option by pool
 
-% MYSQL_CB_GET_SUBNET4_BY_PREFIX retrieving subnet by prefix: %1
-Debug message issued when triggered an action to retrieve subnet by prefix
+% MYSQL_CB_CREATE_UPDATE_BY_PREFIX_OPTION6 create or update option prefix: %1 prefix len: %2
+Debug message issued when triggered an action to create or update option by prefix
 
-% MYSQL_CB_GET_SUBNET4_BY_SUBNET_ID retrieving subnet by subnet id: %1
-Debug message issued when triggered an action to retrieve subnet by subnet id
+% MYSQL_CB_CREATE_UPDATE_BY_SUBNET_ID_OPTION4 create or update option by subnet id: %1
+Debug message issued when triggered an action to create or update option by subnet id
 
-% MYSQL_CB_GET_ALL_SUBNETS4 retrieving all subnets
-Debug message issued when triggered an action to retrieve all subnets
+% MYSQL_CB_CREATE_UPDATE_BY_SUBNET_ID_OPTION6 create or update option by subnet id: %1
+Debug message issued when triggered an action to create or update option by subnet id
 
-% MYSQL_CB_GET_ALL_SUBNETS4_RESULT retrieving: %1 elements
-Debug message indicating the result of an action to retrieve all subnets
+% MYSQL_CB_CREATE_UPDATE_GLOBAL_PARAMETER4 create or update global parameter: %1
+Debug message issued when triggered an action to create or update global parameter
 
-% MYSQL_CB_GET_MODIFIED_SUBNETS4 retrieving modified subnets from: %1
-Debug message issued when triggered an action to retrieve modified subnets from specified time
+% MYSQL_CB_CREATE_UPDATE_GLOBAL_PARAMETER6 create or update global parameter: %1
+Debug message issued when triggered an action to create or update global parameter
 
-% MYSQL_CB_GET_MODIFIED_SUBNETS4_RESULT retrieving: %1 elements
-Debug message indicating the result of an action to retrieve modified subnets from specified time
+% MYSQL_CB_CREATE_UPDATE_OPTION4 create or update option
+Debug message issued when triggered an action to create or update option
 
-% MYSQL_CB_GET_SHARED_NETWORK_SUBNETS4 retrieving shared network: %1 subnets
-Debug message issued when triggered an action to retrieve shared network subnets
+% MYSQL_CB_CREATE_UPDATE_OPTION6 create or update option
+Debug message issued when triggered an action to create or update option
 
-% MYSQL_CB_GET_SHARED_NETWORK_SUBNETS4_RESULT retrieving: %1 elements
-Debug message indicating the result of an action to retrieve shared network subnets
+% MYSQL_CB_CREATE_UPDATE_OPTION_DEF4 create or update option definition: %1 code: %2
+Debug message issued when triggered an action to create or update option definition
 
-% MYSQL_CB_GET_SHARED_NETWORK4 retrieving shared network: %1
-Debug message issued when triggered an action to retrieve shared network
+% MYSQL_CB_CREATE_UPDATE_OPTION_DEF6 create or update option definition: %1 code: %2
+Debug message issued when triggered an action to create or update option definition
 
-% MYSQL_CB_GET_ALL_SHARED_NETWORKS4 retrieving all shared networks
-Debug message issued when triggered an action to retrieve all shared networks
+% MYSQL_CB_CREATE_UPDATE_SHARED_NETWORK4 create or update shared network: %1
+Debug message issued when triggered an action to create or update shared network
 
-% MYSQL_CB_GET_ALL_SHARED_NETWORKS4_RESULT retrieving: %1 elements
-Debug message indicating the result of an action to retrieve all shared networks
+% MYSQL_CB_CREATE_UPDATE_SHARED_NETWORK6 create or update shared network: %1
+Debug message issued when triggered an action to create or update shared network
 
-% MYSQL_CB_GET_MODIFIED_SHARED_NETWORKS4 retrieving modified shared networks from: %1
-Debug message issued when triggered an action to retrieve modified shared networks from specified time
+% MYSQL_CB_CREATE_UPDATE_SHARED_NETWORK_OPTION4 create or update shared network: %1 option
+Debug message issued when triggered an action to create or update shared network option
 
-% MYSQL_CB_GET_MODIFIED_SHARED_NETWORKS4_RESULT retrieving: %1 elements
-Debug message indicating the result of an action to retrieve modified shared networks from specified time
+% MYSQL_CB_CREATE_UPDATE_SHARED_NETWORK_OPTION6 create or update shared network: %1 option
+Debug message issued when triggered an action to create or update shared network option
 
-% MYSQL_CB_GET_OPTION_DEF4 retrieving option definition code: %1 space: %2
-Debug message issued when triggered an action to retrieve option definition
+% MYSQL_CB_CREATE_UPDATE_SUBNET4 create or update subnet: %1
+Debug message issued when triggered an action to create or update subnet
 
-% MYSQL_CB_GET_ALL_OPTION_DEFS4 retrieving all option definitions
-Debug message issued when triggered an action to retrieve all option definitions
+% MYSQL_CB_CREATE_UPDATE_SUBNET6 create or update subnet: %1
+Debug message issued when triggered an action to create or update subnet
 
-% MYSQL_CB_GET_ALL_OPTION_DEFS4_RESULT retrieving: %1 elements
-Debug message indicating the result of an action to retrieve all option definitions
+% MYSQL_CB_DEINIT_OK unloading MYSQAL CB hooks library successful
+This informational message indicates that the MySQL Configuration Backend hooks
+library has been unloaded successfully.
 
-% MYSQL_CB_GET_MODIFIED_OPTION_DEFS4 retrieving modified option definitions from: %1
-Debug message issued when triggered an action to retrieve modified option definitions from specified time
+% MYSQL_CB_DELETE_ALL_GLOBAL_PARAMETERS4 delete all global parameters
+Debug message issued when triggered an action to delete all global parameters
 
-% MYSQL_CB_GET_MODIFIED_OPTION_DEFS4_RESULT retrieving: %1 elements
-Debug message indicating the result of an action to retrieve modified option definitions from specified time
+% MYSQL_CB_DELETE_ALL_GLOBAL_PARAMETERS4_RESULT deleted: %1 entries
+Debug message indicating the result of an action to delete all global parameters
 
-% MYSQL_CB_GET_OPTION4 retrieving option code: %1 space: %2
-Debug message issued when triggered an action to retrieve option
+% MYSQL_CB_DELETE_ALL_GLOBAL_PARAMETERS6 delete all global parameters
+Debug message issued when triggered an action to delete all global parameters
 
-% MYSQL_CB_GET_ALL_OPTIONS4 retrieving all options
-Debug message issued when triggered an action to retrieve all options
+% MYSQL_CB_DELETE_ALL_GLOBAL_PARAMETERS6_RESULT deleted: %1 entries
+Debug message indicating the result of an action to delete all global parameters
 
-% MYSQL_CB_GET_ALL_OPTIONS4_RESULT retrieving: %1 elements
-Debug message indicating the result of an action to retrieve all options
+% MYSQL_CB_DELETE_ALL_OPTION_DEFS4 delete all option definitions
+Debug message issued when triggered an action to delete all option definitions
 
-% MYSQL_CB_GET_MODIFIED_OPTIONS4 retrieving modified options from: %1
-Debug message issued when triggered an action to retrieve modified options from specified time
+% MYSQL_CB_DELETE_ALL_OPTION_DEFS4_RESULT deleted: %1 entries
+Debug message indicating the result of an action to delete all option definitions
 
-% MYSQL_CB_GET_MODIFIED_OPTIONS4_RESULT retrieving: %1 elements
-Debug message indicating the result of an action to retrieve modified options from specified time
+% MYSQL_CB_DELETE_ALL_OPTION_DEFS6 delete all option definitions
+Debug message issued when triggered an action to delete all option definitions
 
-% MYSQL_CB_GET_GLOBAL_PARAMETER4 retrieving global parameter: %1
-Debug message issued when triggered an action to retrieve global parameter
+% MYSQL_CB_DELETE_ALL_OPTION_DEFS6_RESULT deleted: %1 entries
+Debug message indicating the result of an action to delete all option definitions
 
-% MYSQL_CB_GET_ALL_GLOBAL_PARAMETERS4 retrieving all global parameters
-Debug message issued when triggered an action to retrieve all global parameters
+% MYSQL_CB_DELETE_ALL_SHARED_NETWORKS4 delete all shared networks
+Debug message issued when triggered an action to delete all shared networks
 
-% MYSQL_CB_GET_ALL_GLOBAL_PARAMETERS4_RESULT retrieving: %1 elements
-Debug message indicating the result of an action to retrieve all global parameters
+% MYSQL_CB_DELETE_ALL_SHARED_NETWORKS4_RESULT deleted: %1 entries
+Debug message indicating the result of an action to delete all shared networks
 
-% MYSQL_CB_GET_MODIFIED_GLOBAL_PARAMETERS4 retrieving modified global parameters from: %1
-Debug message issued when triggered an action to retrieve modified global parameters from specified time
+% MYSQL_CB_DELETE_ALL_SHARED_NETWORKS6 delete all shared networks
+Debug message issued when triggered an action to delete all shared networks
 
-% MYSQL_CB_GET_MODIFIED_GLOBAL_PARAMETERS4_RESULT retrieving: %1 elements
-Debug message indicating the result of an action to retrieve modified global parameters from specified time
+% MYSQL_CB_DELETE_ALL_SHARED_NETWORKS6_RESULT deleted: %1 entries
+Debug message indicating the result of an action to delete all shared networks
 
-% MYSQL_CB_GET_RECENT_AUDIT_ENTRIES4 retrieving audit entries from: %1
-Debug message issued when triggered an action to retrieve audit entries from specified time
+% MYSQL_CB_DELETE_ALL_SUBNETS4 delete all subnets
+Debug message issued when triggered an action to delete all subnets
 
-% MYSQL_CB_GET_RECENT_AUDIT_ENTRIES4_RESULT retrieving: %1 elements
-Debug message indicating the result of an action to retrieve audit entries from specified time
+% MYSQL_CB_DELETE_ALL_SUBNETS4_RESULT deleted: %1 entries
+Debug message indicating the result of an action to delete all subnets
 
-% MYSQL_CB_CREATE_UPDATE_SUBNET4 create or update subnet: %1
-Debug message issued when triggered an action to create or update subnet
+% MYSQL_CB_DELETE_ALL_SUBNETS6 delete all subnets
+Debug message issued when triggered an action to delete all subnets
 
-% MYSQL_CB_CREATE_UPDATE_SHARED_NETWORK4 create or update shared network: %1
-Debug message issued when triggered an action to create or update shared network
+% MYSQL_CB_DELETE_ALL_SUBNETS6_RESULT deleted: %1 entries
+Debug message indicating the result of an action to delete all subnets
 
-% MYSQL_CB_CREATE_UPDATE_OPTION_DEF4 create or update option definition: %1 code: %2
-Debug message issued when triggered an action to create or update option definition
+% MYSQL_CB_DELETE_BY_POOL_OPTION4 delete pool start: %1 pool end: %2 option code: %3 space: %4
+Debug message issued when triggered an action to delete option by pool
 
-% MYSQL_CB_CREATE_UPDATE_OPTION4 create or update option
-Debug message issued when triggered an action to create or update option
+% MYSQL_CB_DELETE_BY_POOL_OPTION4_RESULT deleted: %1 entries
+Debug message indicating the result of an action to delete option by pool
 
-% MYSQL_CB_CREATE_UPDATE_SHARED_NETWORK_OPTION4 create or update shared network: %1 option
-Debug message issued when triggered an action to create or update shared network option
+% MYSQL_CB_DELETE_BY_POOL_OPTION6 delete pool start: %1 pool end: %2 option code: %3 space: %4
+Debug message issued when triggered an action to delete option by pool
 
-% MYSQL_CB_CREATE_UPDATE_BY_SUBNET_ID_OPTION4 create or update option by subnet id: %1
-Debug message issued when triggered an action to create or update option by subnet id
+% MYSQL_CB_DELETE_BY_POOL_OPTION6_RESULT deleted: %1 entries
+Debug message indicating the result of an action to delete option by pool
 
-% MYSQL_CB_CREATE_UPDATE_BY_POOL_OPTION4 create or update option pool start: %1 pool end: %2
-Debug message issued when triggered an action to create or update option by pool
+% MYSQL_CB_DELETE_BY_POOL_PREFIX_OPTION6 delete prefix: %1 prefix len: %2 option code: %3 space: %4
+Debug message issued when triggered an action to delete option by prefix
 
-% MYSQL_CB_CREATE_UPDATE_GLOBAL_PARAMETER4 create or update global parameter: %1
-Debug message issued when triggered an action to create or update global parameter
+% MYSQL_CB_DELETE_BY_POOL_PREFIX_OPTION6_RESULT deleted: %1 entries
+Debug message indicating the result of an action to delete option by prefix
 
 % MYSQL_CB_DELETE_BY_PREFIX_SUBNET4 delete subnet by prefix: %1
 Debug message issued when triggered an action to delete subnet by prefix
@@ -130,35 +129,59 @@ Debug message issued when triggered an action to delete subnet by prefix
 % MYSQL_CB_DELETE_BY_PREFIX_SUBNET4_RESULT deleted: %1 entries
 Debug message indicating the result of an action to delete subnet by prefix
 
+% MYSQL_CB_DELETE_BY_PREFIX_SUBNET6 delete subnet by prefix: %1
+Debug message issued when triggered an action to delete subnet by prefix
+
+% MYSQL_CB_DELETE_BY_PREFIX_SUBNET6_RESULT deleted: %1 entries
+Debug message indicating the result of an action to delete subnet by prefix
+
+% MYSQL_CB_DELETE_BY_SUBNET_ID_OPTION4 delete by subnet id: %1 option code: %2 space: %3
+Debug message issued when triggered an action to delete option by subnet id
+
+% MYSQL_CB_DELETE_BY_SUBNET_ID_OPTION4_RESULT deleted: %1 entries
+Debug message indicating the result of an action to delete option by subnet id
+
+% MYSQL_CB_DELETE_BY_SUBNET_ID_OPTION6 delete by subnet id: %1 option code: %2 space: %3
+Debug message issued when triggered an action to delete option by subnet id
+
+% MYSQL_CB_DELETE_BY_SUBNET_ID_OPTION6_RESULT deleted: %1 entries
+Debug message indicating the result of an action to delete option by subnet id
+
 % MYSQL_CB_DELETE_BY_SUBNET_ID_SUBNET4 delete subnet by subnet id: %1
 Debug message issued when triggered an action to delete subnet by subnet id
 
 % MYSQL_CB_DELETE_BY_SUBNET_ID_SUBNET4_RESULT deleted: %1 entries
 Debug message indicating the result of an action to delete subnet by subnet id
 
-% MYSQL_CB_DELETE_ALL_SUBNETS4 delete all subnets
-Debug message issued when triggered an action to delete all subnets
+% MYSQL_CB_DELETE_BY_SUBNET_ID_SUBNET6 delete subnet by subnet id: %1
+Debug message issued when triggered an action to delete subnet by subnet id
 
-% MYSQL_CB_DELETE_ALL_SUBNETS4_RESULT deleted: %1 entries
-Debug message indicating the result of an action to delete all subnets
+% MYSQL_CB_DELETE_BY_SUBNET_ID_SUBNET6_RESULT deleted: %1 entries
+Debug message indicating the result of an action to delete subnet by subnet id
 
-% MYSQL_CB_DELETE_SHARED_NETWORK_SUBNETS4 delete shared network: %1 subnets
-Debug message issued when triggered an action to delete shared network subnets
+% MYSQL_CB_DELETE_GLOBAL_PARAMETER4 delete global parameter: %1
+Debug message issued when triggered an action to delete global parameter
 
-% MYSQL_CB_DELETE_SHARED_NETWORK_SUBNETS4_RESULT deleted: %1 entries
-Debug message indicating the result of an action to delete shared network subnets
+% MYSQL_CB_DELETE_GLOBAL_PARAMETER4_RESULT deleted: %1 entries
+Debug message indicating the result of an action to delete global parameter
 
-% MYSQL_CB_DELETE_SHARED_NETWORK4 delete shared network: %1
-Debug message issued when triggered an action to delete shared network
+% MYSQL_CB_DELETE_GLOBAL_PARAMETER6 delete global parameter: %1
+Debug message issued when triggered an action to delete global parameter
 
-% MYSQL_CB_DELETE_SHARED_NETWORK4_RESULT deleted: %1 entries
-Debug message indicating the result of an action to delete shared network
+% MYSQL_CB_DELETE_GLOBAL_PARAMETER6_RESULT deleted: %1 entries
+Debug message indicating the result of an action to delete global parameter
 
-% MYSQL_CB_DELETE_ALL_SHARED_NETWORKS4 delete all shared networks
-Debug message issued when triggered an action to delete all shared networks
+% MYSQL_CB_DELETE_OPTION4 delete option code: %1 space: %2
+Debug message issued when triggered an action to delete option
 
-% MYSQL_CB_DELETE_ALL_SHARED_NETWORKS4_RESULT deleted: %1 entries
-Debug message indicating the result of an action to delete all shared networks
+% MYSQL_CB_DELETE_OPTION4_RESULT deleted: %1 entries
+Debug message indicating the result of an action to delete option
+
+% MYSQL_CB_DELETE_OPTION6 delete option code: %1 space: %2
+Debug message issued when triggered an action to delete option
+
+% MYSQL_CB_DELETE_OPTION6_RESULT deleted: %1 entries
+Debug message indicating the result of an action to delete option
 
 % MYSQL_CB_DELETE_OPTION_DEF4 delete option definition code: %1 space: %2
 Debug message issued when triggered an action to delete option definition
@@ -166,17 +189,23 @@ Debug message issued when triggered an action to delete option definition
 % MYSQL_CB_DELETE_OPTION_DEF4_RESULT deleted: %1 entries
 Debug message indicating the result of an action to delete option definition
 
-% MYSQL_CB_DELETE_ALL_OPTION_DEFS4 delete all option definitions
-Debug message issued when triggered an action to delete all option definitions
+% MYSQL_CB_DELETE_OPTION_DEF6 delete option definition code: %1 space: %2
+Debug message issued when triggered an action to delete option definition
 
-% MYSQL_CB_DELETE_ALL_OPTION_DEFS4_RESULT deleted: %1 entries
-Debug message indicating the result of an action to delete all option definitions
+% MYSQL_CB_DELETE_OPTION_DEF6_RESULT deleted: %1 entries
+Debug message indicating the result of an action to delete option definition
 
-% MYSQL_CB_DELETE_OPTION4 delete option code: %1 space: %2
-Debug message issued when triggered an action to delete option
+% MYSQL_CB_DELETE_SHARED_NETWORK4 delete shared network: %1
+Debug message issued when triggered an action to delete shared network
 
-% MYSQL_CB_DELETE_OPTION4_RESULT deleted: %1 entries
-Debug message indicating the result of an action to delete option
+% MYSQL_CB_DELETE_SHARED_NETWORK4_RESULT deleted: %1 entries
+Debug message indicating the result of an action to delete shared network
+
+% MYSQL_CB_DELETE_SHARED_NETWORK6 delete shared network: %1
+Debug message issued when triggered an action to delete shared network
+
+% MYSQL_CB_DELETE_SHARED_NETWORK6_RESULT deleted: %1 entries
+Debug message indicating the result of an action to delete shared network
 
 % MYSQL_CB_DELETE_SHARED_NETWORK_OPTION4 delete shared network: %1 option code: %2 space: %3
 Debug message issued when triggered an action to delete shared network option
@@ -184,71 +213,65 @@ Debug message issued when triggered an action to delete shared network option
 % MYSQL_CB_DELETE_SHARED_NETWORK_OPTION4_RESULT deleted: %1 entries
 Debug message indicating the result of an action to delete shared network option
 
-% MYSQL_CB_DELETE_BY_SUBNET_ID_OPTION4 delete by subnet id: %1 option code: %2 space: %3
-Debug message issued when triggered an action to delete option by subnet id
-
-% MYSQL_CB_DELETE_BY_SUBNET_ID_OPTION4_RESULT deleted: %1 entries
-Debug message indicating the result of an action to delete option by subnet id
+% MYSQL_CB_DELETE_SHARED_NETWORK_OPTION6 delete shared network: %1 option code: %2 space: %3
+Debug message issued when triggered an action to delete shared network option
 
-% MYSQL_CB_DELETE_BY_POOL_OPTION4 delete pool start: %1 pool end: %2 option code: %3 space: %4
-Debug message issued when triggered an action to delete option by pool
+% MYSQL_CB_DELETE_SHARED_NETWORK_OPTION6_RESULT deleted: %1 entries
+Debug message indicating the result of an action to delete shared network option
 
-% MYSQL_CB_DELETE_BY_POOL_OPTION4_RESULT deleted: %1 entries
-Debug message indicating the result of an action to delete option by pool
+% MYSQL_CB_DELETE_SHARED_NETWORK_SUBNETS4 delete shared network: %1 subnets
+Debug message issued when triggered an action to delete shared network subnets
 
-% MYSQL_CB_DELETE_GLOBAL_PARAMETER4 delete global parameter: %1
-Debug message issued when triggered an action to delete global parameter
-
-% MYSQL_CB_DELETE_GLOBAL_PARAMETER4_RESULT deleted: %1 entries
-Debug message indicating the result of an action to delete global parameter
+% MYSQL_CB_DELETE_SHARED_NETWORK_SUBNETS4_RESULT deleted: %1 entries
+Debug message indicating the result of an action to delete shared network subnets
 
-% MYSQL_CB_DELETE_ALL_GLOBAL_PARAMETERS4 delete all global parameters
-Debug message issued when triggered an action to delete all global parameters
+% MYSQL_CB_DELETE_SHARED_NETWORK_SUBNETS6 delete shared network: %1 subnets
+Debug message issued when triggered an action to delete shared network subnets
 
-% MYSQL_CB_DELETE_ALL_GLOBAL_PARAMETERS4_RESULT deleted: %1 entries
-Debug message indicating the result of an action to delete all global parameters
+% MYSQL_CB_DELETE_SHARED_NETWORK_SUBNETS6_RESULT deleted: %1 entries
+Debug message indicating the result of an action to delete shared network subnets
 
-% MYSQL_CB_GET_TYPE4 get type
-Debug message issued when triggered an action to retrieve type
+% MYSQL_CB_GET_ALL_GLOBAL_PARAMETERS4 retrieving all global parameters
+Debug message issued when triggered an action to retrieve all global parameters
 
-% MYSQL_CB_GET_HOST4 get host
-Debug message issued when triggered an action to retrieve host
+% MYSQL_CB_GET_ALL_GLOBAL_PARAMETERS4_RESULT retrieving: %1 elements
+Debug message indicating the result of an action to retrieve all global parameters
 
-% MYSQL_CB_GET_PORT4 get port
-Debug message issued when triggered an action to retrieve port
+% MYSQL_CB_GET_ALL_GLOBAL_PARAMETERS6 retrieving all global parameters
+Debug message issued when triggered an action to retrieve all global parameters
 
-% MYSQL_CB_REGISTER_BACKEND_TYPE4 register backend
-Debug message issued when triggered an action to register backend
+% MYSQL_CB_GET_ALL_GLOBAL_PARAMETERS6_RESULT retrieving: %1 elements
+Debug message indicating the result of an action to retrieve all global parameters
 
-% MYSQL_CB_UNREGISTER_BACKEND_TYPE4 unregister backend
-Debug message issued when triggered an action to unregister backend
+% MYSQL_CB_GET_ALL_OPTIONS4 retrieving all options
+Debug message issued when triggered an action to retrieve all options
 
-% MYSQL_CB_GET_SUBNET6_BY_PREFIX retrieving subnet by prefix: %1
-Debug message issued when triggered an action to retrieve subnet by prefix
+% MYSQL_CB_GET_ALL_OPTIONS4_RESULT retrieving: %1 elements
+Debug message indicating the result of an action to retrieve all options
 
-% MYSQL_CB_GET_SUBNET6_BY_SUBNET_ID retrieving subnet by subnet id: %1
-Debug message issued when triggered an action to retrieve subnet by subnet id
+% MYSQL_CB_GET_ALL_OPTIONS6 retrieving all options
+Debug message issued when triggered an action to retrieve all options
 
-% MYSQL_CB_GET_ALL_SUBNETS6 retrieving all subnets
-Debug message issued when triggered an action to retrieve all subnets
+% MYSQL_CB_GET_ALL_OPTIONS6_RESULT retrieving: %1 elements
+Debug message indicating the result of an action to retrieve all options
 
-% MYSQL_CB_GET_ALL_SUBNETS6_RESULT retrieving: %1 elements
-Debug message indicating the result of an action to retrieve all subnets
+% MYSQL_CB_GET_ALL_OPTION_DEFS4 retrieving all option definitions
+Debug message issued when triggered an action to retrieve all option definitions
 
-% MYSQL_CB_GET_MODIFIED_SUBNETS6 retrieving modified subnets from: %1
-Debug message issued when triggered an action to retrieve modified subnets from specified time
+% MYSQL_CB_GET_ALL_OPTION_DEFS4_RESULT retrieving: %1 elements
+Debug message indicating the result of an action to retrieve all option definitions
 
-% MYSQL_CB_GET_MODIFIED_SUBNETS6_RESULT retrieving: %1 elements
-Debug message indicating the result of an action to retrieve modified subnets from specified time
+% MYSQL_CB_GET_ALL_OPTION_DEFS6 retrieving all option definitions
+Debug message issued when triggered an action to retrieve all option definitions
 
-% MYSQL_CB_GET_SHARED_NETWORK_SUBNETS6 retrieving shared network: %1 subnets
-Debug message issued when triggered an action to retrieve shared network subnets
+% MYSQL_CB_GET_ALL_OPTION_DEFS6_RESULT retrieving: %1 elements
+Debug message indicating the result of an action to retrieve all option definitions
 
-% MYSQL_CB_GET_SHARED_NETWORK_SUBNETS6_RESULT retrieving: %1 elements
-Debug message indicating the result of an action to retrieve shared network subnets
+% MYSQL_CB_GET_ALL_SHARED_NETWORKS4 retrieving all shared networks
+Debug message issued when triggered an action to retrieve all shared networks
 
-% MYSQL_CB_GET_SHARED_NETWORK6 retrieving shared network: %1
-Debug message issued when triggered an action to retrieve shared network
+% MYSQL_CB_GET_ALL_SHARED_NETWORKS4_RESULT retrieving: %1 elements
+Debug message indicating the result of an action to retrieve all shared networks
 
 % MYSQL_CB_GET_ALL_SHARED_NETWORKS6 retrieving all shared networks
 Debug message issued when triggered an action to retrieve all shared networks
@@ -256,191 +279,168 @@ Debug message issued when triggered an action to retrieve all shared networks
 % MYSQL_CB_GET_ALL_SHARED_NETWORKS6_RESULT retrieving: %1 elements
 Debug message indicating the result of an action to retrieve all shared networks
 
-% MYSQL_CB_GET_MODIFIED_SHARED_NETWORKS6 retrieving modified shared networks from: %1
-Debug message issued when triggered an action to retrieve modified shared networks from specified time
-
-% MYSQL_CB_GET_MODIFIED_SHARED_NETWORKS6_RESULT retrieving: %1 elements
-Debug message indicating the result of an action to retrieve modified shared networks from specified time
-
-% MYSQL_CB_GET_OPTION_DEF6 retrieving option definition code: %1 space: %2
-Debug message issued when triggered an action to retrieve option definition
-
-% MYSQL_CB_GET_ALL_OPTION_DEFS6 retrieving all option definitions
-Debug message issued when triggered an action to retrieve all option definitions
-
-% MYSQL_CB_GET_ALL_OPTION_DEFS6_RESULT retrieving: %1 elements
-Debug message indicating the result of an action to retrieve all option definitions
-
-% MYSQL_CB_GET_MODIFIED_OPTION_DEFS6 retrieving modified option definitions from: %1
-Debug message issued when triggered an action to retrieve modified option definitions from specified time
-
-% MYSQL_CB_GET_MODIFIED_OPTION_DEFS6_RESULT retrieving: %1 elements
-Debug message indicating the result of an action to retrieve modified option definitions from specified time
-
-% MYSQL_CB_GET_OPTION6 retrieving option code: %1 space: %2
-Debug message issued when triggered an action to retrieve option
+% MYSQL_CB_GET_ALL_SUBNETS4 retrieving all subnets
+Debug message issued when triggered an action to retrieve all subnets
 
-% MYSQL_CB_GET_ALL_OPTIONS6 retrieving all options
-Debug message issued when triggered an action to retrieve all options
+% MYSQL_CB_GET_ALL_SUBNETS4_RESULT retrieving: %1 elements
+Debug message indicating the result of an action to retrieve all subnets
 
-% MYSQL_CB_GET_ALL_OPTIONS6_RESULT retrieving: %1 elements
-Debug message indicating the result of an action to retrieve all options
+% MYSQL_CB_GET_ALL_SUBNETS6 retrieving all subnets
+Debug message issued when triggered an action to retrieve all subnets
 
-% MYSQL_CB_GET_MODIFIED_OPTIONS6 retrieving modified options from: %1
-Debug message issued when triggered an action to retrieve modified options from specified time
+% MYSQL_CB_GET_ALL_SUBNETS6_RESULT retrieving: %1 elements
+Debug message indicating the result of an action to retrieve all subnets
 
-% MYSQL_CB_GET_MODIFIED_OPTIONS6_RESULT retrieving: %1 elements
-Debug message indicating the result of an action to retrieve modified options from specified time
+% MYSQL_CB_GET_GLOBAL_PARAMETER4 retrieving global parameter: %1
+Debug message issued when triggered an action to retrieve global parameter
 
 % MYSQL_CB_GET_GLOBAL_PARAMETER6 retrieving global parameter: %1
 Debug message issued when triggered an action to retrieve global parameter
 
-% MYSQL_CB_GET_ALL_GLOBAL_PARAMETERS6 retrieving all global parameters
-Debug message issued when triggered an action to retrieve all global parameters
+% MYSQL_CB_GET_HOST4 get host
+Debug message issued when triggered an action to retrieve host
 
-% MYSQL_CB_GET_ALL_GLOBAL_PARAMETERS6_RESULT retrieving: %1 elements
-Debug message indicating the result of an action to retrieve all global parameters
+% MYSQL_CB_GET_HOST6 get host
+Debug message issued when triggered an action to retrieve host
 
-% MYSQL_CB_GET_MODIFIED_GLOBAL_PARAMETERS6 retrieving modified global parameters from: %1
+% MYSQL_CB_GET_MODIFIED_GLOBAL_PARAMETERS4 retrieving modified global parameters from: %1
 Debug message issued when triggered an action to retrieve modified global parameters from specified time
 
-% MYSQL_CB_GET_MODIFIED_GLOBAL_PARAMETERS6_RESULT retrieving: %1 elements
+% MYSQL_CB_GET_MODIFIED_GLOBAL_PARAMETERS4_RESULT retrieving: %1 elements
 Debug message indicating the result of an action to retrieve modified global parameters from specified time
 
-% MYSQL_CB_GET_RECENT_AUDIT_ENTRIES6 retrieving audit entries from: %1
-Debug message issued when triggered an action to retrieve audit entries from specified time
-
-% MYSQL_CB_GET_RECENT_AUDIT_ENTRIES6_RESULT retrieving: %1 elements
-Debug message indicating the result of an action to retrieve audit entries from specified time
-
-% MYSQL_CB_CREATE_UPDATE_SUBNET6 create or update subnet: %1
-Debug message issued when triggered an action to create or update subnet
+% MYSQL_CB_GET_MODIFIED_GLOBAL_PARAMETERS6 retrieving modified global parameters from: %1
+Debug message issued when triggered an action to retrieve modified global parameters from specified time
 
-% MYSQL_CB_CREATE_UPDATE_SHARED_NETWORK6 create or update shared network: %1
-Debug message issued when triggered an action to create or update shared network
+% MYSQL_CB_GET_MODIFIED_GLOBAL_PARAMETERS6_RESULT retrieving: %1 elements
+Debug message indicating the result of an action to retrieve modified global parameters from specified time
 
-% MYSQL_CB_CREATE_UPDATE_OPTION_DEF6 create or update option definition: %1 code: %2
-Debug message issued when triggered an action to create or update option definition
+% MYSQL_CB_GET_MODIFIED_OPTIONS4 retrieving modified options from: %1
+Debug message issued when triggered an action to retrieve modified options from specified time
 
-% MYSQL_CB_CREATE_UPDATE_OPTION6 create or update option
-Debug message issued when triggered an action to create or update option
+% MYSQL_CB_GET_MODIFIED_OPTIONS4_RESULT retrieving: %1 elements
+Debug message indicating the result of an action to retrieve modified options from specified time
 
-% MYSQL_CB_CREATE_UPDATE_SHARED_NETWORK_OPTION6 create or update shared network: %1 option
-Debug message issued when triggered an action to create or update shared network option
+% MYSQL_CB_GET_MODIFIED_OPTIONS6 retrieving modified options from: %1
+Debug message issued when triggered an action to retrieve modified options from specified time
 
-% MYSQL_CB_CREATE_UPDATE_BY_SUBNET_ID_OPTION6 create or update option by subnet id: %1
-Debug message issued when triggered an action to create or update option by subnet id
+% MYSQL_CB_GET_MODIFIED_OPTIONS6_RESULT retrieving: %1 elements
+Debug message indicating the result of an action to retrieve modified options from specified time
 
-% MYSQL_CB_CREATE_UPDATE_BY_POOL_OPTION6 create or update option pool start: %1 pool end: %2
-Debug message issued when triggered an action to create or update option by pool
+% MYSQL_CB_GET_MODIFIED_OPTION_DEFS4 retrieving modified option definitions from: %1
+Debug message issued when triggered an action to retrieve modified option definitions from specified time
 
-% MYSQL_CB_CREATE_UPDATE_BY_PREFIX_OPTION6 create or update option prefix: %1 prefix len: %2
-Debug message issued when triggered an action to create or update option by prefix
+% MYSQL_CB_GET_MODIFIED_OPTION_DEFS4_RESULT retrieving: %1 elements
+Debug message indicating the result of an action to retrieve modified option definitions from specified time
 
-% MYSQL_CB_CREATE_UPDATE_GLOBAL_PARAMETER6 create or update global parameter: %1
-Debug message issued when triggered an action to create or update global parameter
+% MYSQL_CB_GET_MODIFIED_OPTION_DEFS6 retrieving modified option definitions from: %1
+Debug message issued when triggered an action to retrieve modified option definitions from specified time
 
-% MYSQL_CB_DELETE_BY_PREFIX_SUBNET6 delete subnet by prefix: %1
-Debug message issued when triggered an action to delete subnet by prefix
+% MYSQL_CB_GET_MODIFIED_OPTION_DEFS6_RESULT retrieving: %1 elements
+Debug message indicating the result of an action to retrieve modified option definitions from specified time
 
-% MYSQL_CB_DELETE_BY_PREFIX_SUBNET6_RESULT deleted: %1 entries
-Debug message indicating the result of an action to delete subnet by prefix
+% MYSQL_CB_GET_MODIFIED_SHARED_NETWORKS4 retrieving modified shared networks from: %1
+Debug message issued when triggered an action to retrieve modified shared networks from specified time
 
-% MYSQL_CB_DELETE_BY_SUBNET_ID_SUBNET6 delete subnet by subnet id: %1
-Debug message issued when triggered an action to delete subnet by subnet id
+% MYSQL_CB_GET_MODIFIED_SHARED_NETWORKS4_RESULT retrieving: %1 elements
+Debug message indicating the result of an action to retrieve modified shared networks from specified time
 
-% MYSQL_CB_DELETE_BY_SUBNET_ID_SUBNET6_RESULT deleted: %1 entries
-Debug message indicating the result of an action to delete subnet by subnet id
+% MYSQL_CB_GET_MODIFIED_SHARED_NETWORKS6 retrieving modified shared networks from: %1
+Debug message issued when triggered an action to retrieve modified shared networks from specified time
 
-% MYSQL_CB_DELETE_ALL_SUBNETS6 delete all subnets
-Debug message issued when triggered an action to delete all subnets
+% MYSQL_CB_GET_MODIFIED_SHARED_NETWORKS6_RESULT retrieving: %1 elements
+Debug message indicating the result of an action to retrieve modified shared networks from specified time
 
-% MYSQL_CB_DELETE_ALL_SUBNETS6_RESULT deleted: %1 entries
-Debug message indicating the result of an action to delete all subnets
+% MYSQL_CB_GET_MODIFIED_SUBNETS4 retrieving modified subnets from: %1
+Debug message issued when triggered an action to retrieve modified subnets from specified time
 
-% MYSQL_CB_DELETE_SHARED_NETWORK_SUBNETS6 delete shared network: %1 subnets
-Debug message issued when triggered an action to delete shared network subnets
+% MYSQL_CB_GET_MODIFIED_SUBNETS4_RESULT retrieving: %1 elements
+Debug message indicating the result of an action to retrieve modified subnets from specified time
 
-% MYSQL_CB_DELETE_SHARED_NETWORK_SUBNETS6_RESULT deleted: %1 entries
-Debug message indicating the result of an action to delete shared network subnets
+% MYSQL_CB_GET_MODIFIED_SUBNETS6 retrieving modified subnets from: %1
+Debug message issued when triggered an action to retrieve modified subnets from specified time
 
-% MYSQL_CB_DELETE_SHARED_NETWORK6 delete shared network: %1
-Debug message issued when triggered an action to delete shared network
+% MYSQL_CB_GET_MODIFIED_SUBNETS6_RESULT retrieving: %1 elements
+Debug message indicating the result of an action to retrieve modified subnets from specified time
 
-% MYSQL_CB_DELETE_SHARED_NETWORK6_RESULT deleted: %1 entries
-Debug message indicating the result of an action to delete shared network
+% MYSQL_CB_GET_OPTION4 retrieving option code: %1 space: %2
+Debug message issued when triggered an action to retrieve option
 
-% MYSQL_CB_DELETE_ALL_SHARED_NETWORKS6 delete all shared networks
-Debug message issued when triggered an action to delete all shared networks
+% MYSQL_CB_GET_OPTION6 retrieving option code: %1 space: %2
+Debug message issued when triggered an action to retrieve option
 
-% MYSQL_CB_DELETE_ALL_SHARED_NETWORKS6_RESULT deleted: %1 entries
-Debug message indicating the result of an action to delete all shared networks
+% MYSQL_CB_GET_OPTION_DEF4 retrieving option definition code: %1 space: %2
+Debug message issued when triggered an action to retrieve option definition
 
-% MYSQL_CB_DELETE_OPTION_DEF6 delete option definition code: %1 space: %2
-Debug message issued when triggered an action to delete option definition
+% MYSQL_CB_GET_OPTION_DEF6 retrieving option definition code: %1 space: %2
+Debug message issued when triggered an action to retrieve option definition
 
-% MYSQL_CB_DELETE_OPTION_DEF6_RESULT deleted: %1 entries
-Debug message indicating the result of an action to delete option definition
+% MYSQL_CB_GET_PORT4 get port
+Debug message issued when triggered an action to retrieve port
 
-% MYSQL_CB_DELETE_ALL_OPTION_DEFS6 delete all option definitions
-Debug message issued when triggered an action to delete all option definitions
+% MYSQL_CB_GET_PORT6 get port
+Debug message issued when triggered an action to retrieve port
 
-% MYSQL_CB_DELETE_ALL_OPTION_DEFS6_RESULT deleted: %1 entries
-Debug message indicating the result of an action to delete all option definitions
+% MYSQL_CB_GET_RECENT_AUDIT_ENTRIES4 retrieving audit entries from: %1
+Debug message issued when triggered an action to retrieve audit entries from specified time
 
-% MYSQL_CB_DELETE_OPTION6 delete option code: %1 space: %2
-Debug message issued when triggered an action to delete option
+% MYSQL_CB_GET_RECENT_AUDIT_ENTRIES4_RESULT retrieving: %1 elements
+Debug message indicating the result of an action to retrieve audit entries from specified time
 
-% MYSQL_CB_DELETE_OPTION6_RESULT deleted: %1 entries
-Debug message indicating the result of an action to delete option
+% MYSQL_CB_GET_RECENT_AUDIT_ENTRIES6 retrieving audit entries from: %1
+Debug message issued when triggered an action to retrieve audit entries from specified time
 
-% MYSQL_CB_DELETE_SHARED_NETWORK_OPTION6 delete shared network: %1 option code: %2 space: %3
-Debug message issued when triggered an action to delete shared network option
+% MYSQL_CB_GET_RECENT_AUDIT_ENTRIES6_RESULT retrieving: %1 elements
+Debug message indicating the result of an action to retrieve audit entries from specified time
 
-% MYSQL_CB_DELETE_SHARED_NETWORK_OPTION6_RESULT deleted: %1 entries
-Debug message indicating the result of an action to delete shared network option
+% MYSQL_CB_GET_SHARED_NETWORK4 retrieving shared network: %1
+Debug message issued when triggered an action to retrieve shared network
 
-% MYSQL_CB_DELETE_BY_SUBNET_ID_OPTION6 delete by subnet id: %1 option code: %2 space: %3
-Debug message issued when triggered an action to delete option by subnet id
+% MYSQL_CB_GET_SHARED_NETWORK6 retrieving shared network: %1
+Debug message issued when triggered an action to retrieve shared network
 
-% MYSQL_CB_DELETE_BY_SUBNET_ID_OPTION6_RESULT deleted: %1 entries
-Debug message indicating the result of an action to delete option by subnet id
+% MYSQL_CB_GET_SHARED_NETWORK_SUBNETS4 retrieving shared network: %1 subnets
+Debug message issued when triggered an action to retrieve shared network subnets
 
-% MYSQL_CB_DELETE_BY_POOL_OPTION6 delete pool start: %1 pool end: %2 option code: %3 space: %4
-Debug message issued when triggered an action to delete option by pool
+% MYSQL_CB_GET_SHARED_NETWORK_SUBNETS4_RESULT retrieving: %1 elements
+Debug message indicating the result of an action to retrieve shared network subnets
 
-% MYSQL_CB_DELETE_BY_POOL_OPTION6_RESULT deleted: %1 entries
-Debug message indicating the result of an action to delete option by pool
+% MYSQL_CB_GET_SHARED_NETWORK_SUBNETS6 retrieving shared network: %1 subnets
+Debug message issued when triggered an action to retrieve shared network subnets
 
-% MYSQL_CB_DELETE_BY_POOL_PREFIX_OPTION6 delete prefix: %1 prefix len: %2 option code: %3 space: %4
-Debug message issued when triggered an action to delete option by prefix
+% MYSQL_CB_GET_SHARED_NETWORK_SUBNETS6_RESULT retrieving: %1 elements
+Debug message indicating the result of an action to retrieve shared network subnets
 
-% MYSQL_CB_DELETE_BY_POOL_PREFIX_OPTION6_RESULT deleted: %1 entries
-Debug message indicating the result of an action to delete option by prefix
+% MYSQL_CB_GET_SUBNET4_BY_PREFIX retrieving subnet by prefix: %1
+Debug message issued when triggered an action to retrieve subnet by prefix
 
-% MYSQL_CB_DELETE_GLOBAL_PARAMETER6 delete global parameter: %1
-Debug message issued when triggered an action to delete global parameter
+% MYSQL_CB_GET_SUBNET4_BY_SUBNET_ID retrieving subnet by subnet id: %1
+Debug message issued when triggered an action to retrieve subnet by subnet id
 
-% MYSQL_CB_DELETE_GLOBAL_PARAMETER6_RESULT deleted: %1 entries
-Debug message indicating the result of an action to delete global parameter
+% MYSQL_CB_GET_SUBNET6_BY_PREFIX retrieving subnet by prefix: %1
+Debug message issued when triggered an action to retrieve subnet by prefix
 
-% MYSQL_CB_DELETE_ALL_GLOBAL_PARAMETERS6 delete all global parameters
-Debug message issued when triggered an action to delete all global parameters
+% MYSQL_CB_GET_SUBNET6_BY_SUBNET_ID retrieving subnet by subnet id: %1
+Debug message issued when triggered an action to retrieve subnet by subnet id
 
-% MYSQL_CB_DELETE_ALL_GLOBAL_PARAMETERS6_RESULT deleted: %1 entries
-Debug message indicating the result of an action to delete all global parameters
+% MYSQL_CB_GET_TYPE4 get type
+Debug message issued when triggered an action to retrieve type
 
 % MYSQL_CB_GET_TYPE6 get type
 Debug message issued when triggered an action to retrieve type
 
-% MYSQL_CB_GET_HOST6 get host
-Debug message issued when triggered an action to retrieve host
+% MYSQL_CB_INIT_OK loading MYSQL CB hooks library successful
+This informational message indicates that the MySQL Configuration Backend hooks
+library has been loaded successfully.
 
-% MYSQL_CB_GET_PORT6 get port
-Debug message issued when triggered an action to retrieve port
+% MYSQL_CB_REGISTER_BACKEND_TYPE4 register backend
+Debug message issued when triggered an action to register backend
 
 % MYSQL_CB_REGISTER_BACKEND_TYPE6 register backend
 Debug message issued when triggered an action to register backend
 
+% MYSQL_CB_UNREGISTER_BACKEND_TYPE4 unregister backend
+Debug message issued when triggered an action to unregister backend
+
 % MYSQL_CB_UNREGISTER_BACKEND_TYPE6 unregister backend
 Debug message issued when triggered an action to unregister backend
index 544948a582752913bf0aca41d7d382f7d04ceeeb..a147e3bb8c8419808de606da0bfd91ed2f1dc9df 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2017-2018 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2017-2019 Internet Systems Consortium, Inc. ("ISC")
 //
 // This Source Code Form is subject to the terms of the Mozilla Public
 // License, v. 2.0. If a copy of the MPL was not distributed with this
index c741b6cae7bf97640efde2ecb51d39c9970d35de..3ecca820719ee1743ba5b90002a71633a27761e0 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2017-2018 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2017-2019 Internet Systems Consortium, Inc. ("ISC")
 //
 // This Source Code Form is subject to the terms of the Mozilla Public
 // License, v. 2.0. If a copy of the MPL was not distributed with this
index a2101c11c608e27df40addc8007c32631b8838f4..63fcaf0fcbd94ca5800d4745be3f07ebd9722358 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2015-2017 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2015-2019 Internet Systems Consortium, Inc. ("ISC")
 //
 // This Source Code Form is subject to the terms of the Mozilla Public
 // License, v. 2.0. If a copy of the MPL was not distributed with this
index ae3ea48767ee71dea5656745567f834b53b6fe1f..481c6e9f4cba6bd9e957a30ff564989ea54d467a 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2018 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2018-2019 Internet Systems Consortium, Inc. ("ISC")
 // Copyright (C) 2015-2018 Deutsche Telekom AG.
 //
 // Authors: Razvan Becheriu <razvan.becheriu@qualitance.com>
index 0a6bdc67ce7bafc25881134cd6f6f5fad9054342..dde9ee9ae30eb1508d14d3cc7c6a615bdd3bae64 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2018 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2018-2019 Internet Systems Consortium, Inc. ("ISC")
 // Copyright (C) 2015-2017 Deutsche Telekom AG.
 //
 // Authors: Razvan Becheriu <razvan.becheriu@qualitance.com>
index 59fd38bbb4165c5db78c92a110b1da32d0e80213..61d0bb707ad8d3a1d191514a0f6f9700603438f2 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2018 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2018-2019 Internet Systems Consortium, Inc. ("ISC")
 // Copyright (C) 2016-2017 Deutsche Telekom AG.
 //
 // Authors: Razvan Becheriu <razvan.becheriu@qualitance.com>
index 6fe2b7b9bc6f83dcded2bb37ba5a701490579a93..4d7a323c30ef9d2cea1efb20edca0d216c9d5f0d 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2018 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2018-2019 Internet Systems Consortium, Inc. ("ISC")
 // Copyright (C) 2017 Deutsche Telekom AG.
 //
 // This Source Code Form is subject to the terms of the Mozilla Public
index c13484d193ccb865ea589cd8dc03163065bc5fc4..de5b5fac8a3028dfe0d191402673f77854aaefeb 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2015-2018 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2015-2019 Internet Systems Consortium, Inc. ("ISC")
 //
 // This Source Code Form is subject to the terms of the Mozilla Public
 // License, v. 2.0. If a copy of the MPL was not distributed with this
index c673111f506e95c9268ff4c4ed782349c84cb5d6..22336b66bd6f2b16554af16fc35391e69d4d6a04 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2015-2018 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2015-2019 Internet Systems Consortium, Inc. ("ISC")
 //
 // This Source Code Form is subject to the terms of the Mozilla Public
 // License, v. 2.0. If a copy of the MPL was not distributed with this
index b86ac9339a0a1585c65d70a4cd572ac94dc0ca21..58f602f8144f0d7576ddeba46208723d7c75bc64 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2018 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2018-2019 Internet Systems Consortium, Inc. ("ISC")
 //
 // This Source Code Form is subject to the terms of the Mozilla Public
 // License, v. 2.0. If a copy of the MPL was not distributed with this
index a6f9d4fcb23c5b38e78a856c8cf77edcef7773dd..2e55d20ea6de5eb02bee6b00c3b573409f489dbf 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2012-2018 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2012-2019 Internet Systems Consortium, Inc. ("ISC")
 //
 // This Source Code Form is subject to the terms of the Mozilla Public
 // License, v. 2.0. If a copy of the MPL was not distributed with this
index ada22324791baaf230032c66c352c99e91aed9fe..c644e7e139fd6fc59146add67cf57b118399da58 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2015-2018 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2015-2019 Internet Systems Consortium, Inc. ("ISC")
 //
 // This Source Code Form is subject to the terms of the Mozilla Public
 // License, v. 2.0. If a copy of the MPL was not distributed with this
index 7e95545ba5d63ddb571c44caf1be75e86d24b2fe..f3db8ba64b9afaa730a083e425f7f0a5c5ff9905 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2016-2018 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2016-2019 Internet Systems Consortium, Inc. ("ISC")
 //
 // This Source Code Form is subject to the terms of the Mozilla Public
 // License, v. 2.0. If a copy of the MPL was not distributed with this
index 81abee5303558d57506473d2c5016c17da497f5a..7eabbaa76c468f697603eac20b2d1d73fa360581 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2011-2018 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2011-2019 Internet Systems Consortium, Inc. ("ISC")
 //
 // This Source Code Form is subject to the terms of the Mozilla Public
 // License, v. 2.0. If a copy of the MPL was not distributed with this
index 939be3c819eea4fd00b46500e5f5288ef3b1e303..bfa395d2f2ac722c30cb94908c78db9015a9fd63 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2013-2018 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2013-2019 Internet Systems Consortium, Inc. ("ISC")
 //
 // This Source Code Form is subject to the terms of the Mozilla Public
 // License, v. 2.0. If a copy of the MPL was not distributed with this
index 39a059d73d7a79a8c0627d72bd6ed39b91e6c372..55b9285441d9a9d7af309175c66ce9856f5d5d35 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2013-2018 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2013-2019 Internet Systems Consortium, Inc. ("ISC")
 //
 // This Source Code Form is subject to the terms of the Mozilla Public
 // License, v. 2.0. If a copy of the MPL was not distributed with this
index 778fd38f875551dc517dd089d431b2424048c122..c31cbb9fe7fa426c575c7b2eae488a89f70a7ded 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2012-2017 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2012-2019 Internet Systems Consortium, Inc. ("ISC")
 //
 // This Source Code Form is subject to the terms of the Mozilla Public
 // License, v. 2.0. If a copy of the MPL was not distributed with this
index adc08f18154ea054bb12a0ee230feab52ef6ccb6..9fbbc4f9f9a75fb80eae88e86105a5d2fdaa44da 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2011-2017 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2011-2019 Internet Systems Consortium, Inc. ("ISC")
 //
 // This Source Code Form is subject to the terms of the Mozilla Public
 // License, v. 2.0. If a copy of the MPL was not distributed with this
index 09f69dbb6c3d3807ed322c754fada19ef294d5e5..0cd444452fc51abf82ed50a8e63bca4234ff43b7 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2018 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2018-2019 Internet Systems Consortium, Inc. ("ISC")
 //
 // This Source Code Form is subject to the terms of the Mozilla Public
 // License, v. 2.0. If a copy of the MPL was not distributed with this
index 2f54c28351228672f3151067269d52603e57504f..c8f93524baf04239d9340e87ca70be48120ea703 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2018 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2018-2019 Internet Systems Consortium, Inc. ("ISC")
 //
 // This Source Code Form is subject to the terms of the Mozilla Public
 // License, v. 2.0. If a copy of the MPL was not distributed with this
index c37d7734790674d5f6d1a2d9f2d281b421d8b40f..3f69d3b9363df5348f4aec27fb55ace0112d09d2 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2017-2018 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2017-2019 Internet Systems Consortium, Inc. ("ISC")
 //
 // This Source Code Form is subject to the terms of the Mozilla Public
 // License, v. 2.0. If a copy of the MPL was not distributed with this
index 46a00877d713c3975686dafa1642ce389b6c1140..a80d3f2deee9f6ced10aa3d5d324f6eedfb29036 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2016-2018 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2016-2019 Internet Systems Consortium, Inc. ("ISC")
 // Copyright (C) 2015-2018 Deutsche Telekom AG.
 //
 // Authors: Razvan Becheriu <razvan.becheriu@qualitance.com>
index f8b8450a9022739e87b9734e28faee89f732d595..ae042b3c46d2588658c3a7ab7829a0a0e74c3ed1 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2018 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2018-2019 Internet Systems Consortium, Inc. ("ISC")
 // Copyright (C) 2015-2018 Deutsche Telekom AG.
 //
 // Authors: Razvan Becheriu <razvan.becheriu@qualitance.com>
index 845f6be5bc46c5b4a600ca4ea2ba645f8965ce99..6ad1ef292a517292fab62dab51c786c447da046e 100644 (file)
@@ -100,16 +100,6 @@ contains "ip-address" rather than its replacement, "ip-addresses".
 The server will still honor the value but users are encouraged to
 move to the new list parameter.
 
-% DHCPSRV_CFGMGR_UPDATE_SUBNET4 updating subnet %1 (result %2)
-A debug message reported when the DHCP configuration manager is updating the
-specified IPv4 subnet in its current configuration. Subnet ID and result
-(expected to be true) are displayed.
-
-% DHCPSRV_CFGMGR_UPDATE_SUBNET6 updating subnet %1 (result %2)
-A debug message reported when the DHCP configuration manager is replacing the
-specified IPv6 subnet in its current configuration.  Subnet ID and result
-(expected to be true) are displayed.
-
 % DHCPSRV_CFGMGR_SOCKET_RAW_UNSUPPORTED use of raw sockets is unsupported on this OS, UDP sockets will be used
 This warning message is logged when the user specified that the
 DHCPv4 server should use the raw sockets to receive the DHCP
@@ -188,6 +178,16 @@ This warning message is logged when user specified a link-local address to
 receive unicast traffic. The warning message is issued because it is an
 uncommon use.
 
+% DHCPSRV_CFGMGR_UPDATE_SUBNET4 updating subnet %1 (result %2)
+A debug message reported when the DHCP configuration manager is updating the
+specified IPv4 subnet in its current configuration. Subnet ID and result
+(expected to be true) are displayed.
+
+% DHCPSRV_CFGMGR_UPDATE_SUBNET6 updating subnet %1 (result %2)
+A debug message reported when the DHCP configuration manager is replacing the
+specified IPv6 subnet in its current configuration.  Subnet ID and result
+(expected to be true) are displayed.
+
 % DHCPSRV_CFGMGR_USE_ADDRESS listening on address %1, on interface %2
 A message issued when the server is configured to listen on the explicitly specified
 IP address on the given interface.
index 1be847bb161b17c587156a0431e4f83fe9dc261d..d6dc7542aae375ae535ada4a05d39095987fe477 100644 (file)
@@ -92,10 +92,28 @@ description of the host found.
 This debug message is issued when starting to retrieve all hosts connected to
 the specific DHCPv4 subnet. The argument specifies subnet id.
 
+% HOSTS_CFG_GET_ALL_SUBNET_ID4_COUNT using IPv4 subnet %1, found %2 host(s)
+This debug message include the details of the host found using the DHCPv4
+subnet id. The arguments specify subnet id and the number of hosts found
+respectively.
+
+% HOSTS_CFG_GET_ALL_SUBNET_ID4_HOST using IPv4 subnet %1, found host: %2
+This debug message includes the details of the host found using the DHCPv4
+subnet id. The arguments specify subnet id and found host details respectively.
+
 % HOSTS_CFG_GET_ALL_SUBNET_ID6 get all hosts with reservations for IPv6 subnet %1
 This debug message is issued when starting to retrieve all hosts connected to
 the specific DHCPv6 subnet. The argument specifies subnet id.
 
+% HOSTS_CFG_GET_ALL_SUBNET_ID6_COUNT using IPv6 subnet %1, found %2 host(s)
+This debug message include the details of the host found using the DHCPv6
+subnet id. The arguments specify subnet id and the number of hosts found
+respectively.
+
+% HOSTS_CFG_GET_ALL_SUBNET_ID6_HOST using IPv6 subnet %1, found host: %2
+This debug message includes the details of the host found using the DHCPv6
+subnet id. The arguments specify subnet id and found host details respectively.
+
 % HOSTS_CFG_GET_ALL_SUBNET_ID_ADDRESS6 get all hosts with reservations for subnet id %1 and IPv6 address %2
 This debug message is issued when starting to retrieve all hosts connected to
 the specific subnet and having the specific IPv6 address reserved.
@@ -112,24 +130,6 @@ subnet id and address. The arguments specify subnet id, address and
 the number of hosts found respectively.
 found host details respectively.
 
-% HOSTS_CFG_GET_ALL_SUBNET_ID4_COUNT using IPv4 subnet %1, found %2 host(s)
-This debug message include the details of the host found using the DHCPv4
-subnet id. The arguments specify subnet id and the number of hosts found
-respectively.
-
-% HOSTS_CFG_GET_ALL_SUBNET_ID6_COUNT using IPv6 subnet %1, found %2 host(s)
-This debug message include the details of the host found using the DHCPv6
-subnet id. The arguments specify subnet id and the number of hosts found
-respectively.
-
-% HOSTS_CFG_GET_ALL_SUBNET_ID4_HOST using IPv4 subnet %1, found host: %2
-This debug message includes the details of the host found using the DHCPv4
-subnet id. The arguments specify subnet id and found host details respectively.
-
-% HOSTS_CFG_GET_ALL_SUBNET_ID6_HOST using IPv6 subnet %1, found host: %2
-This debug message includes the details of the host found using the DHCPv6
-subnet id. The arguments specify subnet id and found host details respectively.
-
 % HOSTS_CFG_GET_ONE_PREFIX get one host with reservation for prefix %1/%2
 This debug message is issued when starting to retrieve a host having a
 reservation for a specified prefix. The arguments specify a prefix and
index d060e220574083994f3563c49d962eaf9c020468..e632ada8e556b8950411e17dca6fe7d8f74cb5e2 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2012-2018 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2012-2019 Internet Systems Consortium, Inc. ("ISC")
 //
 // This Source Code Form is subject to the terms of the Mozilla Public
 // License, v. 2.0. If a copy of the MPL was not distributed with this
index ef41e92e04c80aa7eb8bba85e0cd5efd67fc8b06..8d73ea643b4ea831368b5ca6da05e53484050188 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2012-2018 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2012-2019 Internet Systems Consortium, Inc. ("ISC")
 //
 // This Source Code Form is subject to the terms of the Mozilla Public
 // License, v. 2.0. If a copy of the MPL was not distributed with this
index 8cf14e0a8918a6f2e8fa33999675ed319310a6a9..a85b42d76a4f39e271c99dcf7b550185f8a76495 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2012-2018 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2012-2019 Internet Systems Consortium, Inc. ("ISC")
 //
 // This Source Code Form is subject to the terms of the Mozilla Public
 // License, v. 2.0. If a copy of the MPL was not distributed with this
index 8ec38afe154633661dcc690d6fff7004f71470af..cd23b1c06a486eb7d0fc78a25e53fe0e2e7a65db 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2015-2018 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2015-2019 Internet Systems Consortium, Inc. ("ISC")
 //
 // This Source Code Form is subject to the terms of the Mozilla Public
 // License, v. 2.0. If a copy of the MPL was not distributed with this
index abaceed33fc35958bc7aeb087e6a9badb6e1eb48..a6aa610f19b1f8af0b9dabfadff6f446407526f4 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2014-2018 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2014-2019 Internet Systems Consortium, Inc. ("ISC")
 //
 // This Source Code Form is subject to the terms of the Mozilla Public
 // License, v. 2.0. If a copy of the MPL was not distributed with this
index 25c2f49825cc85b3fec6567c11fc18fb402dab9c..0c5e946eac7f36ad370982c56fef3d0d3344f70c 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2016-2018 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2016-2019 Internet Systems Consortium, Inc. ("ISC")
 // Copyright (C) 2015-2017 Deutsche Telekom AG.
 //
 // Authors: Razvan Becheriu <razvan.becheriu@qualitance.com>
index dfc92e7ccc5c0952343d36f9264590f7f7cd406d..b60691fb39963126b6d247c327ec14a5f40c1d3c 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2014-2018 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2014-2019 Internet Systems Consortium, Inc. ("ISC")
 //
 // This Source Code Form is subject to the terms of the Mozilla Public
 // License, v. 2.0. If a copy of the MPL was not distributed with this
index 1a04964870f35406b4bf01233feddc8053894563..8dd67cde01628eb49f2ef6d66ecb25592fd5084b 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2012-2018 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2012-2019 Internet Systems Consortium, Inc. ("ISC")
 //
 // This Source Code Form is subject to the terms of the Mozilla Public
 // License, v. 2.0. If a copy of the MPL was not distributed with this
index 09395a79d0bf5401d25a719f2f42d299a68ca1f3..e69dea083c68446c1891d9e69a5c978cbf33e8ac 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2018 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2018-2019 Internet Systems Consortium, Inc. ("ISC")
 //
 // This Source Code Form is subject to the terms of the Mozilla Public
 // License, v. 2.0. If a copy of the MPL was not distributed with this
index 8871cd988935dad8bf914a1c6c69989b372a21e9..07206840977bf9f1086a6b833bcd9de516c99004 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2009-2018 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2009-2019 Internet Systems Consortium, Inc. ("ISC")
 //
 // This Source Code Form is subject to the terms of the Mozilla Public
 // License, v. 2.0. If a copy of the MPL was not distributed with this
index 5ba461477705635f11f7bbfe6b01f6cc930055c1..de00e539096cbfde7e6968dd0e6902f53d548a22 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright (C) 2016-2018 Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) 2016-2019 Internet Systems Consortium, Inc. ("ISC")
 #
 # This Source Code Form is subject to the terms of the Mozilla Public
 # License, v. 2.0. If a copy of the MPL was not distributed with this
index 0e9f001d5b6d7c90827abbafd3a05bc963d7b210..8efc9a06ca13792ff7279b0f02a56803d54cc764 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2012-2018 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2012-2019 Internet Systems Consortium, Inc. ("ISC")
 //
 // This Source Code Form is subject to the terms of the Mozilla Public
 // License, v. 2.0. If a copy of the MPL was not distributed with this
index fe39c53bb3b828d46e31ec5df96e7d8a0ab520f2..e130e7d53c56695c6e22182df5ee90160fac862d 100644 (file)
@@ -49,14 +49,14 @@ new configuration. It is output during server startup, and when an updated
 configuration is committed by the administrator.  Additional information
 may be provided.
 
-% DCTL_CONFIG_FETCH Fetching configuration data from config backends.
-This is an informational message emitted when the Kea server is about to begin
-retrieving configuration data from one or more configuration backends.
-
 % DCTL_CONFIG_DEPRECATED server configuration includes a deprecated object: %1
 This warning message is issued when the configuration includes a deprecated
 object (i.e. a top level element) which will be ignored.
 
+% DCTL_CONFIG_FETCH Fetching configuration data from config backends.
+This is an informational message emitted when the Kea server is about to begin
+retrieving configuration data from one or more configuration backends.
+
 % DCTL_CONFIG_FILE_LOAD_FAIL %1 reason: %2
 This fatal error message indicates that the application attempted to load its
 initial configuration from file and has failed. The service will exit.
index 8c8d6c980c28e775b37cb5edc327a3e61585ef39..d7416592bb226b7472f9b022160581cea7e0dc35 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2018 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2018-2019 Internet Systems Consortium, Inc. ("ISC")
 //
 // This Source Code Form is subject to the terms of the Mozilla Public
 // License, v. 2.0. If a copy of the MPL was not distributed with this
index a57fc54ee2ffcad70e1bbf7cd49799de02d8fbc8..6edffd301e88acc0d528b69d8e2160cf5fb1746f 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2010-2018 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2010-2019 Internet Systems Consortium, Inc. ("ISC")
 //
 // This Source Code Form is subject to the terms of the Mozilla Public
 // License, v. 2.0. If a copy of the MPL was not distributed with this
index 4df14ee6aeab6be7364de8ce84ce955bb75d275e..789239928921ff63fb83ba773b88a6008d5e5be7 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2011-2016 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2011-2019 Internet Systems Consortium, Inc. ("ISC")
 //
 // This Source Code Form is subject to the terms of the Mozilla Public
 // License, v. 2.0. If a copy of the MPL was not distributed with this
index c22d805076b2527616cb3b028160f67f484b6dbc..d2983ccd497ee4f7256d2250132a769b60a6f892 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2018 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2018-2019 Internet Systems Consortium, Inc. ("ISC")
 //
 // This Source Code Form is subject to the terms of the Mozilla Public
 // License, v. 2.0. If a copy of the MPL was not distributed with this
index cea73f9454a64042cc36ce985fde504b413f67b0..deed8c8f688f6e92300ccbfa21535a6e63451777 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2018 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2018-2019 Internet Systems Consortium, Inc. ("ISC")
 //
 // This Source Code Form is subject to the terms of the Mozilla Public
 // License, v. 2.0. If a copy of the MPL was not distributed with this
index 228cbbb2a6fe8bd6318dde196f1ff2c542078a69..a33da13dbcca59da065a5afc7b279f867f22d4cc 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2018 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2018-2019 Internet Systems Consortium, Inc. ("ISC")
 //
 // This Source Code Form is subject to the terms of the Mozilla Public
 // License, v. 2.0. If a copy of the MPL was not distributed with this
index 8e8ec9d38f27dd645ef4e3e69f9d8ff3d1ac9ab9..5886de0ecd0e2de9df70afa92d64c29d281198b2 100644 (file)
@@ -1,4 +1,4 @@
--- Copyright (C) 2018 Internet Systems Consortium, Inc. ("ISC")
+-- Copyright (C) 2018-2019 Internet Systems Consortium, Inc. ("ISC")
 -- Copyright (C) 2015-2018 Deutsche Telekom AG.
 
 -- Author: Razvan Becheriu <razvan.becheriu@qualitance.com>
index 330fcecb63320b0298aebfb7c5921828920bc4dc..797ef59906b0a18d5ad49a3af14f83d5d81538c0 100644 (file)
@@ -1,4 +1,4 @@
--- Copyright (C) 2018 Internet Systems Consortium, Inc. ("ISC")
+-- Copyright (C) 2018-2019 Internet Systems Consortium, Inc. ("ISC")
 -- Copyright (C) 2015-2017 Deutsche Telekom AG.
 
 -- Author: Razvan Becheriu <razvan.becheriu@qualitance.com>