]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[#1772] changelog, copyrights, messages
authorAndrei Pavel <andrei@isc.org>
Mon, 29 Mar 2021 18:47:05 +0000 (21:47 +0300)
committerAndrei Pavel <andrei@isc.org>
Mon, 29 Mar 2021 18:47:05 +0000 (21:47 +0300)
50 files changed:
ChangeLog
doc/devel/cross-compile.dox
doc/devel/fuzz.dox
doc/devel/unit-tests.dox
doc/sphinx/mes2doc.py
doc/sphinx/umls.rst
src/bin/admin/admin-utils.sh
src/bin/admin/kea-admin.in
src/bin/admin/tests/dhcpdb_create_1.0.mysql
src/bin/agent/agent_hooks.dox
src/bin/agent/tests/ca_process_tests.sh.in
src/bin/d2/d2_parser.yy
src/bin/d2/tests/testdata/d2_cfg_tests.json
src/bin/dhcp4/dhcp4_hooks.dox
src/bin/dhcp4/dhcp4_lexer.cc
src/bin/dhcp4/dhcp4_lexer.ll
src/bin/dhcp4/dhcp4_parser.yy
src/bin/dhcp4/parser_context.cc
src/bin/dhcp4/parser_context.h
src/bin/dhcp6/dhcp6_hooks.dox
src/bin/dhcp6/dhcp6_lexer.cc
src/bin/dhcp6/dhcp6_lexer.ll
src/bin/dhcp6/dhcp6_parser.yy
src/bin/dhcp6/parser_context.cc
src/bin/dhcp6/parser_context.h
src/bin/netconf/netconf_parser.yy
src/hooks/dhcp/stat_cmds/stat_cmds.dox
src/lib/asiolink/tests/tcp_socket_unittest.cc
src/lib/config/config_messages.mes
src/lib/config_backend/base_config_backend_mgr.h
src/lib/config_backend/base_config_backend_pool.h
src/lib/database/database_connection.cc
src/lib/database/database_connection.h
src/lib/database/db_log.cc
src/lib/database/db_log.h
src/lib/database/dbaccess_parser.cc
src/lib/database/tests/database_connection_unittest.cc
src/lib/dhcp/protocol_util.h
src/lib/dhcp/tests/pkt6_unittest.cc
src/lib/dhcpsrv/benchmarks/benchmarks.dox
src/lib/dhcpsrv/client_class_def.cc
src/lib/dhcpsrv/client_class_def.h
src/lib/dhcpsrv/host_data_source_factory.cc
src/lib/dhcpsrv/host_data_source_factory.h
src/lib/hooks/hooks_user.dox
src/lib/http/http_messages.mes
src/lib/http/response.h
src/lib/log/logger.h
src/lib/mysql/mysql_constants.h
src/lib/pgsql/pgsql_connection.h

index ed9f8265a39478f457a7529c055048ee41bec8aa..816463abf9ea8098bf60c341266914b4c23a247d 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,5 @@
+Kea 1.9.6 (development) released on March 31, 2021
+
 1882.  [func]          razvan
        Implemented database connection recovery for forensic logging.
        To achieve this, the "on-fail" connection parameter has been added
index 83812a147cba5b4f516e8d82b7d32c4c05f3fce4..08cc92d74451a6b5339abe05e848fc94225657c6 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2020 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2020-2021 Internet Systems Consortium, Inc. ("ISC")
 //
 // This Source Code Form is subject to the terms of the Mozilla Public
 // License, v. 2.0. If a copy of the MPL was not distributed with this
index 0198fb08a497091846aeb8c1e4d246dabed25305..f4ec93121cfe0a1a5e12766a2124aa51b8e30fc5 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2017-2020 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2017-2021 Internet Systems Consortium, Inc. ("ISC")
 //
 // This Source Code Form is subject to the terms of the Mozilla Public
 // License, v. 2.0. If a copy of the MPL was not distributed with this
index acafff18f87b384096f2e62eb5fed122097d5f2f..6fe48f48aaf746a384dbe81259a66408ce444d59 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2015-2020 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2015-2021 Internet Systems Consortium, Inc. ("ISC")
 //
 // This Source Code Form is subject to the terms of the Mozilla Public
 // License, v. 2.0. If a copy of the MPL was not distributed with this
index 493ccc6d71a9566d57cb205777e35a601026eb21..9c73854b94d5356e040681eef28fcee2c9d1da33 100755 (executable)
@@ -1,6 +1,6 @@
 #!/usr/bin/env python3
 
-# Copyright (C) 2019-2020 Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) 2019-2021 Internet Systems Consortium, Inc. ("ISC")
 #
 # This Source Code Form is subject to the terms of the Mozilla Public
 # License, v. 2.0. If a copy of the MPL was not distributed with this
index d888b4d59f8f0b639907d6f2c941a4cebdfce5f3..4e453f97ac19a2b946a09e172ec1d26892984c08 100644 (file)
@@ -1,5 +1,5 @@
 ..
-   Copyright (C) 2020 Internet Systems Consortium, Inc. ("ISC")
+   Copyright (C) 2020-2021 Internet Systems Consortium, Inc. ("ISC")
 
    This Source Code Form is subject to the terms of the Mozilla Public
    License, v. 2.0. If a copy of the MPL was not distributed with this
index 906fe37487929984add5fe5cb39d194c90003c88..40805bf056300ed6c564e033eaba9cef8f0afbc6 100644 (file)
@@ -1,6 +1,6 @@
 #!/bin/sh
 
-# Copyright (C) 2014-2020 Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) 2014-2021 Internet Systems Consortium, Inc. ("ISC")
 #
 # This Source Code Form is subject to the terms of the Mozilla Public
 # License, v. 2.0. If a copy of the MPL was not distributed with this
index d77fd7ede62feb030f3432ada3c66fb9b920a704..214d2d59feaecdfe0008ca67a60f0617325bbaeb 100644 (file)
@@ -1,6 +1,6 @@
 #!/bin/sh
 
-# Copyright (C) 2014-2020 Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) 2014-2021 Internet Systems Consortium, Inc. ("ISC")
 #
 # This Source Code Form is subject to the terms of the Mozilla Public
 # License, v. 2.0. If a copy of the MPL was not distributed with this
index 8bd99fadbedf96d81846194e5777e97c1bcecec1..181d536ecb3f53aa000b73eb3d30757695383afb 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright (C) 2012-2018 Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) 2012-2021 Internet Systems Consortium, Inc. ("ISC")
 #
 # This Source Code Form is subject to the terms of the Mozilla Public
 # License, v. 2.0. If a copy of the MPL was not distributed with this
index c1ac6f9b82b0f3cfdbc7d347b5c3cd20e08d6207..2433963232c6a54a94e8ec21dd4f7b6d76724858 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2017-2020 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2017-2021 Internet Systems Consortium, Inc. ("ISC")
 //
 // This Source Code Form is subject to the terms of the Mozilla Public
 // License, v. 2.0. If a copy of the MPL was not distributed with this
index d6cacb0811d637e14900fdd26ee9906fa9fdf14a..4fa8e7df877bc1fbe0ba7a2725eb747fbcf50fbf 100644 (file)
@@ -1,6 +1,6 @@
 #!/bin/sh
 
-# Copyright (C) 2016-2020 Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) 2016-2021 Internet Systems Consortium, Inc. ("ISC")
 #
 # This Source Code Form is subject to the terms of the Mozilla Public
 # License, v. 2.0. If a copy of the MPL was not distributed with this
index 8a783f5a321e444e7c2365f8c2c465e12d07806b..5ddb00170a8764d44ff672e5c67d4c72c637e9a5 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (C) 2017-2020 Internet Systems Consortium, Inc. ("ISC")
+/* Copyright (C) 2017-2021 Internet Systems Consortium, Inc. ("ISC")
 
    This Source Code Form is subject to the terms of the Mozilla Public
    License, v. 2.0. If a copy of the MPL was not distributed with this
index 119fa79e92ff1dbaddb312641c0812fbd2b3a4c5..49c972dc6a56e1f2d9b08e2a7fc007a519a2608c 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright (C) 2014-2020 Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) 2014-2021 Internet Systems Consortium, Inc. ("ISC")
 #
 # This Source Code Form is subject to the terms of the Mozilla Public
 # License, v. 2.0. If a copy of the MPL was not distributed with this
index 6a451de80664879b4043276d171a401b0b4f375e..fb7a7f6050500dd3990b8af3238c0f2d8b20058f 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2013-2020 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2013-2021 Internet Systems Consortium, Inc. ("ISC")
 //
 // This Source Code Form is subject to the terms of the Mozilla Public
 // License, v. 2.0. If a copy of the MPL was not distributed with this
index 5a83ec8f2e670ab8ef52a031d3b13ebcd190a22b..0c102164cd3b30d4c952d9fb774c39863d3eabec 100644 (file)
@@ -1985,7 +1985,7 @@ static const flex_int16_t yy_rule_linenum[210] =
 #define YY_RESTORE_YY_MORE_OFFSET
 char *yytext;
 #line 1 "dhcp4_lexer.ll"
-/* Copyright (C) 2016-2020 Internet Systems Consortium, Inc. ("ISC")
+/* Copyright (C) 2016-2021 Internet Systems Consortium, Inc. ("ISC")
 
    This Source Code Form is subject to the terms of the Mozilla Public
    License, v. 2.0. If a copy of the MPL was not distributed with this
index dd79cf234c68a8288d6afeef26fe2df3682bcc4b..436d22b129965bb655103e9f47ab751686b043ad 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (C) 2016-2020 Internet Systems Consortium, Inc. ("ISC")
+/* Copyright (C) 2016-2021 Internet Systems Consortium, Inc. ("ISC")
 
    This Source Code Form is subject to the terms of the Mozilla Public
    License, v. 2.0. If a copy of the MPL was not distributed with this
index db72a7c42663dbfe197be759f2b16fa2c7a2ef4a..88e371575bedec17d820d695a5ca09df4a8c6b39 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (C) 2016-2020 Internet Systems Consortium, Inc. ("ISC")
+/* Copyright (C) 2016-2021 Internet Systems Consortium, Inc. ("ISC")
 
    This Source Code Form is subject to the terms of the Mozilla Public
    License, v. 2.0. If a copy of the MPL was not distributed with this
index a59a68eb7286f1492ca9002b888a74f7d464bf13..418a0b52d1b85139352dd56926176ada7a893681 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2016-2020 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2016-2021 Internet Systems Consortium, Inc. ("ISC")
 //
 // This Source Code Form is subject to the terms of the Mozilla Public
 // License, v. 2.0. If a copy of the MPL was not distributed with this
index 9d4267ed50f0ad4b4f0454d747a9bc0952539647..f432d330fc0314c0513874851ce970d575786df6 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2015-2020 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2015-2021 Internet Systems Consortium, Inc. ("ISC")
 //
 // This Source Code Form is subject to the terms of the Mozilla Public
 // License, v. 2.0. If a copy of the MPL was not distributed with this
index c36e00f1b7cb7bfc8d969f52108f59c2eb00b6ba..58c04309b41fe80c514fd7840bc2645798b1b08d 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2013-2019 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2013-2021 Internet Systems Consortium, Inc. ("ISC")
 //
 // This Source Code Form is subject to the terms of the Mozilla Public
 // License, v. 2.0. If a copy of the MPL was not distributed with this
index 4a10c7c2f5ca2a5ab48e61fbd035aa4afcf30bc4..917877a681c414bbda755461db6fc96171a4f5e6 100644 (file)
@@ -2007,7 +2007,7 @@ static const flex_int16_t yy_rule_linenum[217] =
 #define YY_RESTORE_YY_MORE_OFFSET
 char *yytext;
 #line 1 "dhcp6_lexer.ll"
-/* Copyright (C) 2016-2020 Internet Systems Consortium, Inc. ("ISC")
+/* Copyright (C) 2016-2021 Internet Systems Consortium, Inc. ("ISC")
 
    This Source Code Form is subject to the terms of the Mozilla Public
    License, v. 2.0. If a copy of the MPL was not distributed with this
index 7a63ad15cc16b6300989b3a6a85d11d6db6aaadf..992a3da63e194710f6fa58736eeec46306e5394d 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (C) 2016-2020 Internet Systems Consortium, Inc. ("ISC")
+/* Copyright (C) 2016-2021 Internet Systems Consortium, Inc. ("ISC")
 
    This Source Code Form is subject to the terms of the Mozilla Public
    License, v. 2.0. If a copy of the MPL was not distributed with this
index 480cbacb562997ddc849ffea0c63325897ebb3e6..18cfc9b3436b64a93b2238f3e8b1c16c3d1e2de0 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (C) 2016-2020 Internet Systems Consortium, Inc. ("ISC")
+/* Copyright (C) 2016-2021 Internet Systems Consortium, Inc. ("ISC")
 
    This Source Code Form is subject to the terms of the Mozilla Public
    License, v. 2.0. If a copy of the MPL was not distributed with this
index 281012e6f0368e65947f12c2922f32962fd16a32..f0ecc27e441d313e271a4a56b7e27b90d0042833 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2016-2020 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2016-2021 Internet Systems Consortium, Inc. ("ISC")
 //
 // This Source Code Form is subject to the terms of the Mozilla Public
 // License, v. 2.0. If a copy of the MPL was not distributed with this
index e7ebeb49646f024c0c5069c582e1bda34017fe34..4122d0dd4cab3525c01a90424c375a726b6c723a 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2015-2020 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2015-2021 Internet Systems Consortium, Inc. ("ISC")
 //
 // This Source Code Form is subject to the terms of the Mozilla Public
 // License, v. 2.0. If a copy of the MPL was not distributed with this
index 12296d9fbc9ef6105c07c92aebe05579266bf5f1..1bedbcc4b8823b338a0a4776f48be36316338aa2 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (C) 2018-2020 Internet Systems Consortium, Inc. ("ISC")
+/* Copyright (C) 2018-2021 Internet Systems Consortium, Inc. ("ISC")
 
    This Source Code Form is subject to the terms of the Mozilla Public
    License, v. 2.0. If a copy of the MPL was not distributed with this
index 7333740fe69acd9c72df2b14e4f9a6cead7e94fc..c6b2bbde1643e8e42d34a0339f3f5abd1eedc868 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2018-2020 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2018-2021 Internet Systems Consortium, Inc. ("ISC")
 //
 // This Source Code Form is subject to the terms of the Mozilla Public
 // License, v. 2.0. If a copy of the MPL was not distributed with this
index cd65cdb9991308bacda6d3e04ecaa2e2408517e4..7531af6a8ab5fde97dd3b1c8fcefb89a925a859c 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2011-2020 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2011-2021 Internet Systems Consortium, Inc. ("ISC")
 //
 // This Source Code Form is subject to the terms of the Mozilla Public
 // License, v. 2.0. If a copy of the MPL was not distributed with this
index 653e53cb3f19466bbf7356b0d53239267e04a7c5..8c66529483d0110b70b3a90ec509b53b666867ea 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright (C) 2011-2018 Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) 2011-2021 Internet Systems Consortium, Inc. ("ISC")
 #
 # This Source Code Form is subject to the terms of the Mozilla Public
 # License, v. 2.0. If a copy of the MPL was not distributed with this
@@ -23,6 +23,21 @@ This debug message indicates that the daemon started supporting specified
 command. The handler for the registered command includes a parameter holding
 entire command to be processed.
 
+% COMMAND_HTTP_LISTENER_STARTED Command HTTP listener started with %1 threads, listening on %2:%3
+This debug messages is issued when an HTTP listener has been started to
+accept connections from Command API clients through which commands can be
+received and responses sent.  Arguments detail the number of threads
+that the listener is using, and the address and port at which it
+is listening.
+
+% COMMAND_HTTP_LISTENER_STOPPED Command HTTP listener for %1:%2 stopped.
+This debug messages is issued when the Command HTTP listener, listening
+at the given address and port, has completed shutdown.
+
+% COMMAND_HTTP_LISTENER_STOPPING Stopping Command HTTP listener for %1:%2
+This debug messages is issued when the Command HTTP listener, listening
+at the given address and port, has begun to shutdown.
+
 % COMMAND_PROCESS_ERROR1 Error while processing command: %1
 This warning message indicates that the server encountered an error while
 processing received command. Additional information will be provided, if
@@ -122,19 +137,3 @@ This error message is issued when the command manager was unable to set
 ready status after scheduling asynchronous send. This is programmatic error
 that should be reported. The command manager may or may not continue
 to operate correctly.
-
-% COMMAND_HTTP_LISTENER_STARTED Command HTTP listener started with %1 threads, listening on %2:%3
-This debug messages is issued when an HTTP listener has been started to
-accept connections from Command API clients through which commands can be
-received and responses sent.  Arguments detail the number of threads
-that the listener is using, and the address and port at which it
-is listening.
-
-% COMMAND_HTTP_LISTENER_STOPPING Stopping Command HTTP listener for %1:%2
-This debug messages is issued when the Command HTTP listener, listening
-at the given address and port, has begun to shutdown.
-
-% COMMAND_HTTP_LISTENER_STOPPED Command HTTP listener for %1:%2 stopped.
-This debug messages is issued when the Command HTTP listener, listening
-at the given address and port, has completed shutdown.
-
index 2e8fa5c2882490171e41c392ba27781996af8ad5..5fc3b217df6d69f6c71b61c72e9980efca190c77 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2018-2020 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2018-2021 Internet Systems Consortium, Inc. ("ISC")
 //
 // This Source Code Form is subject to the terms of the Mozilla Public
 // License, v. 2.0. If a copy of the MPL was not distributed with this
index 700fd06fee19f2583e2eadb54c2bbbe8aae632d6..1c836771a06d79ab27a09dc185bcb7362aab9f7d 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2018-2020 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2018-2021 Internet Systems Consortium, Inc. ("ISC")
 //
 // This Source Code Form is subject to the terms of the Mozilla Public
 // License, v. 2.0. If a copy of the MPL was not distributed with this
index b00e3ab20f291d257a96ae77ea2e9bc7a39b7756..f3d9b73109cde683084ca83b01ebaf046a13929e 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2015-2020 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2015-2021 Internet Systems Consortium, Inc. ("ISC")
 //
 // This Source Code Form is subject to the terms of the Mozilla Public
 // License, v. 2.0. If a copy of the MPL was not distributed with this
index 980ad734859da4e3f1d35d7e09627317cc745c3b..de25b5c91a45009f13954ae507eacbcfed1c9ee6 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2015-2020 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2015-2021 Internet Systems Consortium, Inc. ("ISC")
 //
 // This Source Code Form is subject to the terms of the Mozilla Public
 // License, v. 2.0. If a copy of the MPL was not distributed with this
index 68083cc924cc11fcf3e929bd05bd94489346e3b1..835eadc402be3898242fb8088f0f2ddb64e8dea6 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2018-2019 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2018-2021 Internet Systems Consortium, Inc. ("ISC")
 //
 // This Source Code Form is subject to the terms of the Mozilla Public
 // License, v. 2.0. If a copy of the MPL was not distributed with this
index 82519fdc8e8cfa0f20cb0e3fae9462fb7e9a9b47..938ac162e39700debdb4001bc7bcdea4d607be54 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2018-2019 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2018-2021 Internet Systems Consortium, Inc. ("ISC")
 //
 // This Source Code Form is subject to the terms of the Mozilla Public
 // License, v. 2.0. If a copy of the MPL was not distributed with this
index d670dc0bc78b73554bf57f43e0aa145c7abc2d63..5a0802aa6b42fd75186d102a512f50810086016a 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2012-2020 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2012-2021 Internet Systems Consortium, Inc. ("ISC")
 //
 // This Source Code Form is subject to the terms of the Mozilla Public
 // License, v. 2.0. If a copy of the MPL was not distributed with this
index 1f7df65c2e6c0b1e4ec346e628a015c5184736d7..df43a56a42a7768c413f13f27bf4234c38b8c733 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2015-2020 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2015-2021 Internet Systems Consortium, Inc. ("ISC")
 //
 // This Source Code Form is subject to the terms of the Mozilla Public
 // License, v. 2.0. If a copy of the MPL was not distributed with this
index 7d27bee64afe6cf5bc20bff4fab6346c85722b99..fcd8473552bb7f8c57b567ddd38944ce1a41c822 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2013-2017 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2013-2021 Internet Systems Consortium, Inc. ("ISC")
 //
 // This Source Code Form is subject to the terms of the Mozilla Public
 // License, v. 2.0. If a copy of the MPL was not distributed with this
index 961b06c8c8597ea71f01d34bc263dc19a983c4f2..8e1b82c1ace2fa0de104ebcfafa8fae37326a825 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2011-2020 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2011-2021 Internet Systems Consortium, Inc. ("ISC")
 //
 // This Source Code Form is subject to the terms of the Mozilla Public
 // License, v. 2.0. If a copy of the MPL was not distributed with this
index cc9af4bc0ff0f07df1d162ec6447998a406c0e96..969d65ec2bb9031d25a54abffd269d9513270750 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2018-2019 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2018-2021 Internet Systems Consortium, Inc. ("ISC")
 //
 // This Source Code Form is subject to the terms of the Mozilla Public
 // License, v. 2.0. If a copy of the MPL was not distributed with this
index d038a016db0081d8e11ef60f1f5f787fc4b60731..48738aa9d4e0da52be0532d4a4384092ebaa42b1 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2015-2019 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2015-2021 Internet Systems Consortium, Inc. ("ISC")
 //
 // This Source Code Form is subject to the terms of the Mozilla Public
 // License, v. 2.0. If a copy of the MPL was not distributed with this
index 6f56ad9f9b940a17da7a6dbf98e091e5f9796e36..47b4baee60f141912fb72b8313be84d8be4e14c4 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2015-2019 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2015-2021 Internet Systems Consortium, Inc. ("ISC")
 //
 // This Source Code Form is subject to the terms of the Mozilla Public
 // License, v. 2.0. If a copy of the MPL was not distributed with this
index a41083d392f8fe23a37d8f87dff37b8a003249d9..cb66041e4b0c6b847932c9f811fc4f4137a1638a 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2015-2020 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2015-2021 Internet Systems Consortium, Inc. ("ISC")
 //
 // This Source Code Form is subject to the terms of the Mozilla Public
 // License, v. 2.0. If a copy of the MPL was not distributed with this
index 45ed965d1b2fea99f360a64c5a4b85a814e7304f..76b2a9db72546a99bef74a78a95c47a2b1ba8299 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2015-2020 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2015-2021 Internet Systems Consortium, Inc. ("ISC")
 //
 // This Source Code Form is subject to the terms of the Mozilla Public
 // License, v. 2.0. If a copy of the MPL was not distributed with this
index ff776ed9137a730b67f3b467b6eefa4c6b3610ab..2a51b93675420c5e5ae2d32d0e517a15d5e34c06 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2013-2020 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2013-2021 Internet Systems Consortium, Inc. ("ISC")
 //
 // This Source Code Form is subject to the terms of the Mozilla Public
 // License, v. 2.0. If a copy of the MPL was not distributed with this
index 2870f5b45d29a87cc7bf10cef812c4dfef0e0874..4006d4ed5b59cf3e0b3d123a13fb5ee3bd9c64ff 100644 (file)
@@ -6,6 +6,11 @@
 
 $NAMESPACE isc::http
 
+% HTTPS_REQUEST_RECEIVE_START start receiving request from %1
+This debug message is issued when the server starts receiving new request
+over the established connection. The argument specifies the address
+of the remote endpoint.
+
 % HTTP_BAD_CLIENT_REQUEST_RECEIVED bad request received from %1: %2
 This debug message is issued when an HTTP client sends malformed request to
 the server. This includes HTTP requests using unexpected content types,
@@ -85,14 +90,14 @@ This is an error message emitted when the close connection callback
 registered on the connection failed unexpectedly.  This is a programmatic
 error that should be submitted as a bug.
 
+% HTTP_CONNECTION_HANDSHAKE_FAILED TLS handshake with %1 failed with %2
+
 % HTTP_CONNECTION_HANDSHAKE_START start TLS handshake with %1 with timeout %2
 This debug message is issued when the server starts the TLS handshake
 with the remote endpoint. The first argument specifies the address
 of the remote endpoint. The second argument specifies request timeout in
 seconds.
 
-% HTTP_CONNECTION_HANDSHAKE_FAILED TLS handshake with %1 failed with %2
-
 % HTTP_CONNECTION_SHUTDOWN shutting down HTTP connection from %1
 This debug message is issued when one of the HTTP connections is shut down.
 The connection can be stopped as a result of an error or after the
@@ -159,8 +164,3 @@ first argument specifies an address of the remote endpoint to which the
 response is being sent. The second argument provides a response in the
 textual form. The response is truncated by the logger if it is too large
 to be printed.
-
-% HTTPS_REQUEST_RECEIVE_START start receiving request from %1
-This debug message is issued when the server starts receiving new request
-over the established connection. The argument specifies the address
-of the remote endpoint.
index e25cd3ac74695b0af3975275918096feb865ecd4..bb11309126778eca3d7713384d034f7a0eae0a8f 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2016-2017 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2016-2021 Internet Systems Consortium, Inc. ("ISC")
 //
 // This Source Code Form is subject to the terms of the Mozilla Public
 // License, v. 2.0. If a copy of the MPL was not distributed with this
index 631f8d599ff057e7961434f710df1b3f0151365f..5983b2450b0a6dcdc1c736c0c258dc64408c6d59 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2011-2020 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2011-2021 Internet Systems Consortium, Inc. ("ISC")
 //
 // This Source Code Form is subject to the terms of the Mozilla Public
 // License, v. 2.0. If a copy of the MPL was not distributed with this
index 0fdfd38e8224a21ed13777804bb4482f908753cd..aac048d261994665c1d9a2ff0508f43b241dbdfa 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2018-2020 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2018-2021 Internet Systems Consortium, Inc. ("ISC")
 //
 // This Source Code Form is subject to the terms of the Mozilla Public
 // License, v. 2.0. If a copy of the MPL was not distributed with this
index c4b8e49d19366e198dc08cae32c34de6c3b4bfd3..449fd4870a7ccf77d85e80a70fa1d545ecf37eef 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2016-2020 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2016-2021 Internet Systems Consortium, Inc. ("ISC")
 //
 // This Source Code Form is subject to the terms of the Mozilla Public
 // License, v. 2.0. If a copy of the MPL was not distributed with this