From: Tomek Mrugalski Date: Thu, 11 Dec 2014 12:05:06 +0000 (+0100) Subject: [3548] ChangeLog, AUTHORS updated. X-Git-Tag: trac3504_base~13 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=7ab90f69e08ab19dc218f9a36e898081384065da;p=thirdparty%2Fkea.git [3548] ChangeLog, AUTHORS updated. --- diff --git a/AUTHORS b/AUTHORS index 62976b4a7f..5ea791bbdf 100644 --- a/AUTHORS +++ b/AUTHORS @@ -73,6 +73,9 @@ We have received the following contributions: - David Gutierrez Rueda, CERN 2014-12: Support for client link-address option in DHCPv6 (RFC6939) + - Adam Kalmus, Gdank University of Technology + 2014-12: Extract MAC address from DUID-LL and DUID-LLT types + Kea uses log4cplus (http://sourceforge.net/projects/log4cplus/) for logging, Boost (http://www.boost.org/) library for almost everything, and can use Botan (http://botan.randombit.net/) or OpenSSL (https://www.openssl.org/) for diff --git a/ChangeLog b/ChangeLog index 85d2a37dda..a64091e9a7 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +8xx. [func] kalmus, tomek + DHCPv6 is now able to extract MAC from DUID-LLT and DUID-LL. + (Trac #3548, git tbd) + 870. [func] fdupont Cleanup the cryptolink API (e.g., removing spurious 'magic' zero length parameters).