Browse Source

[v1_2_0] .mes, Makefile and copy-right dates updated for release

Wlodek Wencel 8 years ago
parent
commit
fb737e887d
3 changed files with 16 additions and 15 deletions
  1. 1 1
      doc/guide/kea-guide.xml
  2. 1 0
      src/lib/cryptolink/Makefile.am
  3. 14 14
      src/lib/dhcpsrv/hosts_messages.mes

+ 1 - 1
doc/guide/kea-guide.xml

@@ -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>

+ 1 - 0
src/lib/cryptolink/Makefile.am

@@ -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
 

+ 14 - 14
src/lib/dhcpsrv/hosts_messages.mes

@@ -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.