From e1694c732c302522741e9c515f1eb3e39cfefc54 Mon Sep 17 00:00:00 2001 From: Michael Rash Date: Sun, 30 Nov 2014 21:36:46 -0500 Subject: [PATCH] update ChangeLog to include Grant's patch --- ChangeLog | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/ChangeLog b/ChangeLog index 4e17e5ce..37b13cb2 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,4 +1,12 @@ fwknop-2.6.5 (11//2014): + - [server] (Grant Pannell) Added a new access.conf variable "DESTINATION" + to define the destination address for which an SPA packet will be + accepted. The string "ANY" is also accepted if a valid SPA packet should + be honored to any destination IP. Similarly to the "SOURCE" variable, + networks should be specified in CIDR notation (e.g. "192.168.10.0/24"), + and individual IP addresses can be specified as well. Also, multiple IP's + and/or networks can be defined as a comma separated list (e.g. + "192.168.10.0/24,10.1.1.123). - [server] Bug fix to ensure that proper bounds are enforced when importing digest cache files from previous fwknopd executions. This bug was discovered through fuzzing with American Fuzzy Lop (AFL) as driven