]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
1.8.0 release Kea-1.8.0
authorWlodek Wencel <wlodek@isc.org>
Mon, 24 Aug 2020 16:16:28 +0000 (18:16 +0200)
committerWlodek Wencel <wlodek@isc.org>
Mon, 24 Aug 2020 16:16:28 +0000 (18:16 +0200)
29 files changed:
AUTHORS
ChangeLog
configure.ac
src/bin/d2/tests/d2_update_mgr_unittests.cc
src/bin/d2/tests/nc_add_unittests.cc
src/bin/d2/tests/nc_remove_unittests.cc
src/bin/dhcp4/dhcp4_messages.mes
src/bin/dhcp6/dhcp6_messages.mes
src/hooks/dhcp/lease_cmds/lease_parser.cc
src/hooks/dhcp/user_chk/tests/user_file_unittests.cc
src/hooks/dhcp/user_chk/tests/user_registry_unittests.cc
src/hooks/dhcp/user_chk/tests/user_unittests.cc
src/hooks/dhcp/user_chk/tests/userid_unittests.cc
src/lib/asiolink/tests/io_address_unittest.cc
src/lib/asiolink/tests/tcp_socket_unittest.cc
src/lib/asiolink/tests/udp_socket_unittest.cc
src/lib/cc/tests/command_interpreter_unittests.cc
src/lib/dhcp/option.h
src/lib/dhcp/tests/option_unittest.cc
src/lib/dhcpsrv/parsers/client_class_def_parser.cc
src/lib/dhcpsrv/tests/ncr_generator_unittest.cc
src/lib/dhcpsrv/timer_mgr.cc
src/lib/dns/master_lexer_state.h
src/lib/dns/tests/master_lexer_unittest.cc
src/lib/dns/tests/rdata_txt_like_unittest.cc
src/lib/dns/tests/rrparamregistry_unittest.cc
src/lib/http/client.h
src/lib/util/signal_set.cc
src/lib/yang/tests/adaptor_option_unittests.cc

diff --git a/AUTHORS b/AUTHORS
index 30be2c167c8575491e45a0f45a8eafe5db7f1c96..3bcd641cff6c3b521c39c2cb9533235364d06aa7 100644 (file)
--- a/AUTHORS
+++ b/AUTHORS
@@ -17,7 +17,7 @@ Primary developers:
  - Jeremy C. Reed (documentation, build system, testing, release engineering)
  - Wlodek Wencel (testing, release engineering)
  - Francis Dupont (crypto, flex/bison parsers, perfdhcp, control agent,
-                   radius, netconf, config backend)
+                   radius, netconf, config backend, flexible option)
  - Brian Reid (logo design)
  - Shawn Routhier (lease file cleanup)
  - Michal Nowikowski (testing, hammer, release engineering)
index c5153873deebced667a59a8efbb38911fd20fe2a..a8a90c4fd3f3ff6740170ac7326a49567e7565d0 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,5 @@
+Kea 1.8.0 (stable) released on Aug 26, 2020
+
 1797.  [build]         razvan
        Bump up libs version for Kea 1.8.0 release.
        (Gitlab #1395)
index ab93f83a218fe24083b0e6d636f3ef6b6404e776..e6beb939d7b0b25a17f488c32b867d3681f02c80 100755 (executable)
@@ -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.7.10-git, kea-dev@lists.isc.org)
+AC_INIT(kea,1.8.0-git, kea-dev@lists.isc.org)
 AC_CONFIG_SRCDIR(README)
 
 # serial-tests is not available in automake version before 1.13, so
index 72bcb07ca316135d99067297570a13f8b2f92d78..0fd39bd1755db7dbdf78aa513c1bb199291cec2b 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2013-2018 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2013-2020 Internet Systems Consortium, Inc. ("ISC")
 //
 // This Source Code Form is subject to the terms of the Mozilla Public
 // License, v. 2.0. If a copy of the MPL was not distributed with this
index 7a3dcc2ed6e29f01fa10a1bbed0ada145469687a..9f54a29c070bf58d4d85b153cc85651a73e88ca5 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2013-2017 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2013-2020 Internet Systems Consortium, Inc. ("ISC")
 //
 // This Source Code Form is subject to the terms of the Mozilla Public
 // License, v. 2.0. If a copy of the MPL was not distributed with this
index 31b2d40a1565532ff30f549e1425f9642f21ee27..123a7e119017c58d986e0a82487856cbf6d312f2 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2013-2017 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2013-2020 Internet Systems Consortium, Inc. ("ISC")
 //
 // This Source Code Form is subject to the terms of the Mozilla Public
 // License, v. 2.0. If a copy of the MPL was not distributed with this
index 0e0d4f755e96e6bdc11c9ee857fbe9a9778f4036..b0ee95e32481c40734ca069fe48161285f63273c 100644 (file)
@@ -433,10 +433,6 @@ and transaction identification information. The second argument contains
 the client's IPv4 address to which the response will be sent. The third
 argument contains the local interface name.
 
-% DHCP4_RECLAIM_EXPIRED_LEASES_FAIL failed to reclaim expired leases: %1
-This error message indicates that the reclaim expired leases operation failed
-and provides the cause of failure.
-
 % DHCP4_INIT_FAIL failed to initialize Kea server: %1
 The server has failed to initialize. This may be because the configuration
 was not successful, or it encountered any other critical error on startup.
@@ -733,6 +729,10 @@ A debug message printing the details of the received packet. The first
 argument includes the client and the transaction identification
 information.
 
+% DHCP4_RECLAIM_EXPIRED_LEASES_FAIL failed to reclaim expired leases: %1
+This error message indicates that the reclaim expired leases operation failed
+and provides the cause of failure.
+
 % DHCP4_RELEASE %1: address %2 was released properly.
 This informational message indicates that an address was released properly. It
 is a normal operation during client shutdown. The first argument includes
index 419cb1bae5bf094c67565a8bf219bb3e2475a609..6153aac5d37f72bfc9864b6998e74f047247929f 100644 (file)
@@ -436,10 +436,6 @@ will be only able to offer global options - no addresses or prefixes
 will be assigned. The argument holds the client and transaction
 identification information.
 
-% DHCP6_RECLAIM_EXPIRED_LEASES_FAIL failed to reclaim expired leases: %1
-This error message indicates that the reclaim expired leases operation failed
-and provides the cause of failure.
-
 % DHCP6_INIT_FAIL failed to initialize Kea server: %1
 The server has failed to establish communication with the rest of Kea,
 failed to read JSON configuration file or encountered any other critical
@@ -741,6 +737,10 @@ in the client's message and 2-way exchanges are supported by the
 server for the subnet on which the client is connected. The argument
 specifies the client and transaction identification information.
 
+% DHCP6_RECLAIM_EXPIRED_LEASES_FAIL failed to reclaim expired leases: %1
+This error message indicates that the reclaim expired leases operation failed
+and provides the cause of failure.
+
 % DHCP6_RELEASE_NA %1: binding for address %2 and iaid=%3 was released properly
 This informational message indicates that an address was released properly. It
 is a normal operation during client shutdown.
index c8048c6ea6c8aa0abc39abff5607d04eeceb6814..d45ed95f99134e277e631fe1630a51f26b3e803b 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2017-2019 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2017-2020 Internet Systems Consortium, Inc. ("ISC")
 //
 // This Source Code Form is subject to the terms of the Mozilla Public
 // License, v. 2.0. If a copy of the MPL was not distributed with this
index 7cca3f6ff8b8232ebfb67ed066861093eb264a58..024d1032236cd8a88f276af888d2f402c593733f 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2013-2017 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2013-2020 Internet Systems Consortium, Inc. ("ISC")
 //
 // This Source Code Form is subject to the terms of the Mozilla Public
 // License, v. 2.0. If a copy of the MPL was not distributed with this
index 4f59c82d800fa1d0370a23f46e344f0914d9e85b..3c083a53be06d30f22b399bfd4ca6a1700237e97 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2013-2017 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2013-2020 Internet Systems Consortium, Inc. ("ISC")
 //
 // This Source Code Form is subject to the terms of the Mozilla Public
 // License, v. 2.0. If a copy of the MPL was not distributed with this
index c68b2bb51bc1e065d2170cf89a5258ce530c54a0..59d79a17c819e2d091ad6c528caf7d3feede5984 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2013-2015 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2013-2020 Internet Systems Consortium, Inc. ("ISC")
 //
 // This Source Code Form is subject to the terms of the Mozilla Public
 // License, v. 2.0. If a copy of the MPL was not distributed with this
index 832a79254c6547e0f502b84d4a7dfd1057677c2b..541b1c658d1850e23d61ec924fed73bd56c951e3 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2013-2017 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2013-2020 Internet Systems Consortium, Inc. ("ISC")
 //
 // This Source Code Form is subject to the terms of the Mozilla Public
 // License, v. 2.0. If a copy of the MPL was not distributed with this
index ad6faec87d4a9910686a1ddba41b1be73755dc52..79888d29a6437b6f672c642d09ef095360c18dd6 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2011-2016 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2011-2020 Internet Systems Consortium, Inc. ("ISC")
 //
 // This Source Code Form is subject to the terms of the Mozilla Public
 // License, v. 2.0. If a copy of the MPL was not distributed with this
index f7474189b0e783477fe8c0dd747c910d060ebe4f..c41d2bb11e45ee880a44fec36c971e9464d5b5c8 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2011-2017 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2011-2020 Internet Systems Consortium, Inc. ("ISC")
 //
 // This Source Code Form is subject to the terms of the Mozilla Public
 // License, v. 2.0. If a copy of the MPL was not distributed with this
index 9bbe6ba00fbd3d336c0ed6cf719feba92c7177e2..1fb96160ab5a04e085781cdb0156aff8c26c1197 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2011-2019 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2011-2020 Internet Systems Consortium, Inc. ("ISC")
 //
 // This Source Code Form is subject to the terms of the Mozilla Public
 // License, v. 2.0. If a copy of the MPL was not distributed with this
index 1d7c6179a567e6cdef4a7c4cd4724843f4ed1ad2..12b3eab6587f699ad955ceeb95f6ddc8c5bee7a7 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2009-2019 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2009-2020 Internet Systems Consortium, Inc. ("ISC")
 //
 // This Source Code Form is subject to the terms of the Mozilla Public
 // License, v. 2.0. If a copy of the MPL was not distributed with this
index 1d6fba232836a651d07f3c8f160f44b07de42d81..3b8c4c4e2c7280ff2d5c7fa8256fdd8b4a8e3ada 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2011-2019 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2011-2020 Internet Systems Consortium, Inc. ("ISC")
 //
 // This Source Code Form is subject to the terms of the Mozilla Public
 // License, v. 2.0. If a copy of the MPL was not distributed with this
index 1ed4068eb28f52ab834f0428690675612834ec2f..388bab40158772b9c9a082bcd5b398271f642926 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2011-2019 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2011-2020 Internet Systems Consortium, Inc. ("ISC")
 //
 // This Source Code Form is subject to the terms of the Mozilla Public
 // License, v. 2.0. If a copy of the MPL was not distributed with this
index 91fb089322ced7100ccdd5c7ba5431083eaa0e34..d07889a9d81dec4d58237c9bea036a4fb761e909 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2015-2019 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2015-2020 Internet Systems Consortium, Inc. ("ISC")
 //
 // This Source Code Form is subject to the terms of the Mozilla Public
 // License, v. 2.0. If a copy of the MPL was not distributed with this
index 2bbb6b2315bf0369500f48f9eaa7cbbe77c90ee3..1bc98b0a64752e5e9903908111f0345ac72d76d9 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2015-2019 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2015-2020 Internet Systems Consortium, Inc. ("ISC")
 //
 // This Source Code Form is subject to the terms of the Mozilla Public
 // License, v. 2.0. If a copy of the MPL was not distributed with this
index c3eed89f8730337d22ee869836fe4d49cb005161..5ec412365484c4cd1271fa22891198f0eee6e861 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2016-2018 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2016-2020 Internet Systems Consortium, Inc. ("ISC")
 //
 // This Source Code Form is subject to the terms of the Mozilla Public
 // License, v. 2.0. If a copy of the MPL was not distributed with this
index b7adca0741a5d30be8b07ae653ee121a4031797b..d328a70918a386d364f1e7ea3cdb74f8fc951b2c 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2012-2015 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2012-2020 Internet Systems Consortium, Inc. ("ISC")
 //
 // This Source Code Form is subject to the terms of the Mozilla Public
 // License, v. 2.0. If a copy of the MPL was not distributed with this
index 4da00de976af7470cba863abb381dc440c8a8b81..7bebb48bbe1d6e76cd39ebe817e34f3ea04c303c 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2012-2015 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2012-2020 Internet Systems Consortium, Inc. ("ISC")
 //
 // This Source Code Form is subject to the terms of the Mozilla Public
 // License, v. 2.0. If a copy of the MPL was not distributed with this
index f465968a2545f40572d3c833f77613dd272ea84e..e2828c2d3a04761fdc894bb5678d05453641c4cb 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2011-2019 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2011-2020 Internet Systems Consortium, Inc. ("ISC")
 //
 // This Source Code Form is subject to the terms of the Mozilla Public
 // License, v. 2.0. If a copy of the MPL was not distributed with this
index 0b7e6a154600f8e0ce9f49782422f639c93c7a4c..90574d095d7d3c1fea0c3bac4138dcec5f042f5d 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2010-2015 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2010-2020 Internet Systems Consortium, Inc. ("ISC")
 //
 // This Source Code Form is subject to the terms of the Mozilla Public
 // License, v. 2.0. If a copy of the MPL was not distributed with this
index b772300e47ea15ed05e012a8a36c600cc34f550b..406d34acff2ccbf3de08acee7c3e1a3ac7938a08 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2018-2019 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2018-2020 Internet Systems Consortium, Inc. ("ISC")
 //
 // This Source Code Form is subject to the terms of the Mozilla Public
 // License, v. 2.0. If a copy of the MPL was not distributed with this
index c5f554a14764dd1ffcb96330b750ba248d926944..f0695ea13e545a8143c319719d8c4a8887ffaccf 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2014-2019 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2014-2020 Internet Systems Consortium, Inc. ("ISC")
 //
 // This Source Code Form is subject to the terms of the Mozilla Public
 // License, v. 2.0. If a copy of the MPL was not distributed with this
index 51c9b80b63656127dec85f11df3852bd57807b20..5134c6a122530cb11d9589720f77d793a02014dc 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2018 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2018-2020 Internet Systems Consortium, Inc. ("ISC")
 //
 // This Source Code Form is subject to the terms of the Mozilla Public
 // License, v. 2.0. If a copy of the MPL was not distributed with this