This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "OpenVPN with experimental and new features - which requires a lot of testing".
The branch, svn-BETA21 has been updated
via ae1884c0cbf42c21e54922c150cde44c43200340 (commit)
via 7621741b480f93411928c66735d2ee9c7f69de3b (commit)
via 2a3d17ed182608cf60d731a237f9f926c28db522 (commit)
from 2d12eb12cf2a49adbc2e89e20990415947519900 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit ae1884c0cbf42c21e54922c150cde44c43200340
Author: James Yonan <ja...@op...>
Date: Mon Dec 13 09:27:08 2010 +0000
Misc fixes to r6708.
Fixed issue where "signal SIGTERM" entered from the management
interface might get subsequently downgraded to a SIGUSR1.
git-svn-id: http://svn.openvpn.net/projects/openvpn/branches/BETA21/openvpn@6716 e7ae566f-a301-0410-adde-c780ea21d3b5
commit 7621741b480f93411928c66735d2ee9c7f69de3b
Author: James Yonan <ja...@op...>
Date: Fri Dec 10 21:17:36 2010 +0000
Minor addition of logging info before and after
execution of Windows net commands.
Version 2.1.3d
git-svn-id: http://svn.openvpn.net/projects/openvpn/branches/BETA21/openvpn@6712 e7ae566f-a301-0410-adde-c780ea21d3b5
commit 2a3d17ed182608cf60d731a237f9f926c28db522
Author: James Yonan <ja...@op...>
Date: Thu Dec 9 11:21:04 2010 +0000
Added "management-external-key" option. This option can be used
instead of "key" in client mode, and allows the client to run
without the need to load the actual private key. When the SSL
protocol needs to perform an RSA sign operation, the data to
be signed will be sent to the management interface via a
notification as follows:
>RSA_SIGN:[BASE64_DATA]
The management interface client should then sign BASE64_DATA
using the private key and return the signature as follows:
rsa-sig
[BASE64_SIG_LINE]
.
.
.
END
This capability is intended to allow the use of arbitrary
cryptographic service providers with OpenVPN via the
management interface.
git-svn-id: http://svn.openvpn.net/projects/openvpn/branches/BETA21/openvpn@6708 e7ae566f-a301-0410-adde-c780ea21d3b5
-----------------------------------------------------------------------
Summary of changes:
base64.c | 19 +++++-
base64.h | 4 +-
buffer.c | 2 +-
forward.c | 36 +++------
init.c | 1 -
manage.c | 216 ++++++++++++++++++++++++++++++++++++++++++++------------
manage.h | 28 +++++++-
misc.c | 2 +-
ntlm.c | 2 +-
options.c | 8 ++
sig.c | 8 ++
sig.h | 2 +
ssl.c | 230 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++---
syshead.h | 15 ++++
tun.c | 2 +
version.m4 | 2 +-
16 files changed, 487 insertions(+), 90 deletions(-)
hooks/post-receive
--
OpenVPN with experimental and new features - which requires a lot of testing
|