summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjames <james@e7ae566f-a301-0410-adde-c780ea21d3b5>2006-05-11 16:21:33 +0000
committerjames <james@e7ae566f-a301-0410-adde-c780ea21d3b5>2006-05-11 16:21:33 +0000
commit7d6c582090f48d3bbaa9cf20a67d0b8b4119dbfe (patch)
tree045291888599661b8db452332c264fb09826de9c
parent3713f21f89256e7405e5ab2fb0e6e8e744876248 (diff)
downloadopenvpn-7d6c582090f48d3bbaa9cf20a67d0b8b4119dbfe.tar.gz
openvpn-7d6c582090f48d3bbaa9cf20a67d0b8b4119dbfe.tar.xz
openvpn-7d6c582090f48d3bbaa9cf20a67d0b8b4119dbfe.zip
Added credit for CAN-2005-2532.
git-svn-id: http://svn.openvpn.net/projects/openvpn/branches/BETA21/openvpn@1024 e7ae566f-a301-0410-adde-c780ea21d3b5
-rw-r--r--ChangeLog2
-rw-r--r--configure.ac2
2 files changed, 2 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index a4285db..1af30a5 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -332,7 +332,7 @@ $Id$
the OpenSSL error queue is not properly flushed, which can result in
another unrelated client instance on the server seeing the error and
responding to it, resulting in disconnection of the unrelated client
- (CAN-2005-2532).
+ (CAN-2005-2532). Credit: Mike Ireton.
* Security Fix -- DoS attack against server by authenticated client.
A malicious client in "dev tap" ethernet bridging mode could
theoretically flood the server with packets appearing to come from
diff --git a/configure.ac b/configure.ac
index b4e9387..50f27d5 100644
--- a/configure.ac
+++ b/configure.ac
@@ -25,7 +25,7 @@ dnl Process this file with autoconf to produce a configure script.
AC_PREREQ(2.50)
-AC_INIT([OpenVPN], [2.1_beta14], [openvpn-users@lists.sourceforge.net], [openvpn])
+AC_INIT([OpenVPN], [2.1_beta14a], [openvpn-users@lists.sourceforge.net], [openvpn])
AM_CONFIG_HEADER(config.h)
AC_CONFIG_SRCDIR(syshead.h)