]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[v1_2_0] .mes, Makefile and copy-right dates updated for release
authorWlodek Wencel <wlodek@isc.org>
Thu, 27 Apr 2017 10:34:08 +0000 (12:34 +0200)
committerWlodek Wencel <wlodek@isc.org>
Fri, 28 Apr 2017 19:57:00 +0000 (21:57 +0200)
doc/guide/kea-guide.xml
src/lib/cryptolink/Makefile.am
src/lib/dhcpsrv/hosts_messages.mes

index 3aed991fc65fe357c2c280bef758c3dbc66a07dd..839cf4c3d70de7150fa2ef7696bb3bd1441afcb4 100644 (file)
@@ -32,7 +32,7 @@
         &__VERSION__;.</releaseinfo>
 
     <copyright>
-      <year>2010-2016</year><holder>Internet Systems Consortium, Inc.</holder>
+      <year>2010-2017</year><holder>Internet Systems Consortium, Inc.</holder>
     </copyright>
 
     <abstract>
index c37772263e62083b04f79cf204e311c24f5a96dd..2858aefb007c1594d37c925324ddf32aa4a28623 100644 (file)
@@ -21,6 +21,7 @@ if HAVE_OPENSSL
 libkea_cryptolink_la_SOURCES += openssl_link.cc
 libkea_cryptolink_la_SOURCES += openssl_common.h
 libkea_cryptolink_la_SOURCES += openssl_hash.cc
+libkea_cryptolink_la_SOURCES += openssl_compat.h
 libkea_cryptolink_la_SOURCES += openssl_hmac.cc
 endif
 
index 376386800a04c551d40bdfb5f19359e78ede1f48..f05e8f134a8ba419dfbaad9919cd5efec8e8accd 100644 (file)
@@ -160,20 +160,6 @@ identifier.
 This debug message is issued when no host was found using the specified
 subnet id and host identifier.
 
-% HOSTS_MGR_ALTERNATE_GET6_SUBNET_ID_IDENTIFIER get one host with IPv6 reservation for subnet id %1, identified by %2
-This debug message is issued when starting to retrieve a host holding
-IPv4 reservation, which is connected to a specific subnet and
-is identified by a specific unique identifier.
-
-% HOSTS_MGR_ALTERNATE_GET6_SUBNET_ID_IDENTIFIER_HOST using subnet id %1 and identifier %2, found host: %3
-This debug message includes the details of a host returned by an
-alternate hosts data source using a subnet id and specific host
-identifier.
-
-% HOSTS_MGR_ALTERNATE_GET6_SUBNET_ID_IDENTIFIER_NULL host not found using subnet id %1 and identifier %2
-This debug message is issued when no host was found using the specified
-subnet id and host identifier.
-
 % HOSTS_MGR_ALTERNATE_GET6_PREFIX trying alternate source for host using prefix %1/%2
 This debug message is issued when the Host Manager doesn't find the
 host connected to the specific subnet and having the reservation for
@@ -191,3 +177,17 @@ This debug message is issued when the Host Manager doesn't find the
 host connected to the specific subnet and identified by the specified
 DUID or HW Address, and it is starting to search for this host in the
 alternate host data source.
+
+% HOSTS_MGR_ALTERNATE_GET6_SUBNET_ID_IDENTIFIER get one host with IPv6 reservation for subnet id %1, identified by %2
+This debug message is issued when starting to retrieve a host holding
+IPv4 reservation, which is connected to a specific subnet and
+is identified by a specific unique identifier.
+
+% HOSTS_MGR_ALTERNATE_GET6_SUBNET_ID_IDENTIFIER_HOST using subnet id %1 and identifier %2, found host: %3
+This debug message includes the details of a host returned by an
+alternate hosts data source using a subnet id and specific host
+identifier.
+
+% HOSTS_MGR_ALTERNATE_GET6_SUBNET_ID_IDENTIFIER_NULL host not found using subnet id %1 and identifier %2
+This debug message is issued when no host was found using the specified
+subnet id and host identifier.