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 581bef87088ed2c559f66552088166903cf0098d (commit)
via 7ae5fb20d7dc52641ef853b896dffc0f283d16d2 (commit)
via 3f7c03a23e097f69b716ea79a79848e5ba0a4303 (commit)
via 6a8ea97069b8edb4a50744faae3bab8ecd931840 (commit)
via c65e30f520398d3b031a663978eb7668315add69 (commit)
via 15be3202b279abc431597db5d11e826eaf1c1bb6 (commit)
via 9356bae859938c30808aa0d2ee764bdcbb5dbe0d (commit)
from ae1884c0cbf42c21e54922c150cde44c43200340 (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 581bef87088ed2c559f66552088166903cf0098d
Author: James Yonan <ja...@op...>
Date: Fri Feb 18 17:48:25 2011 +0000
Added "client-nat" option for stateless, one-to-one
NAT on the client side.
Version 2.1.3i.
git-svn-id: http://svn.openvpn.net/projects/openvpn/branches/BETA21/openvpn@6944 e7ae566f-a301-0410-adde-c780ea21d3b5
commit 7ae5fb20d7dc52641ef853b896dffc0f283d16d2
Author: James Yonan <ja...@op...>
Date: Mon Feb 14 22:03:44 2011 +0000
Properly handle certificate serial numbers > 32 bits.
Version 2.1.3h
git-svn-id: http://svn.openvpn.net/projects/openvpn/branches/BETA21/openvpn@6931 e7ae566f-a301-0410-adde-c780ea21d3b5
commit 3f7c03a23e097f69b716ea79a79848e5ba0a4303
Author: James Yonan <ja...@op...>
Date: Mon Feb 14 05:20:23 2011 +0000
Fixes to r6925.
git-svn-id: http://svn.openvpn.net/projects/openvpn/branches/BETA21/openvpn@6927 e7ae566f-a301-0410-adde-c780ea21d3b5
commit 6a8ea97069b8edb4a50744faae3bab8ecd931840
Author: James Yonan <ja...@op...>
Date: Mon Feb 14 03:46:37 2011 +0000
Implemented get_default_gateway_mac_addr for Mac OS X (previously,
was only defined for Windows and Linux). This enables OS X to report
the MAC address of the default gateway to the server for ID purposes
when client-side --push-peer-info option is specified.
Also, minor fix to OS X get_default_gateway function:
* include net/route.h directly rather than selectively paste stuff
from it into route.c
git-svn-id: http://svn.openvpn.net/projects/openvpn/branches/BETA21/openvpn@6925 e7ae566f-a301-0410-adde-c780ea21d3b5
commit c65e30f520398d3b031a663978eb7668315add69
Author: James Yonan <ja...@op...>
Date: Tue Jan 18 16:12:13 2011 +0000
Fixed minor compile issue triggered on builds where
MANAGEMENT_DEF_AUTH is not enabled.
git-svn-id: http://svn.openvpn.net/projects/openvpn/branches/BETA21/openvpn@6830 e7ae566f-a301-0410-adde-c780ea21d3b5
commit 15be3202b279abc431597db5d11e826eaf1c1bb6
Author: James Yonan <ja...@op...>
Date: Mon Jan 10 19:13:02 2011 +0000
* added --management-up-down option to allow management interface
to be notified of tunnel up/down events.
* pulled --ip-win32 options will be suppressed on the client
if --route-nopull option is specified.
Version 2.1.3f
git-svn-id: http://svn.openvpn.net/projects/openvpn/branches/BETA21/openvpn@6813 e7ae566f-a301-0410-adde-c780ea21d3b5
commit 9356bae859938c30808aa0d2ee764bdcbb5dbe0d
Author: James Yonan <ja...@op...>
Date: Wed Jan 5 00:50:11 2011 +0000
Added --x509-track option.
Version 2.1.3e
git-svn-id: http://svn.openvpn.net/projects/openvpn/branches/BETA21/openvpn@6780 e7ae566f-a301-0410-adde-c780ea21d3b5
-----------------------------------------------------------------------
Summary of changes:
Makefile.am | 2 +
clinat.c | 263 ++++++++++++++++++++++++++++++++++++++++++++++++++++++
ps.h => clinat.h | 50 ++++++-----
errlevel.h | 2 +
forward.c | 12 ++-
forward.h | 1 +
init.c | 42 ++++++++-
manage.c | 46 ++++++----
manage.h | 5 +-
multi.c | 3 +
openvpn.8 | 53 +++++++++++-
openvpn.h | 3 +
options.c | 64 +++++++++++++
options.h | 17 ++++
proto.h | 37 ++++++--
push.c | 15 +++-
route.c | 163 +++++++++++++++++++++------------
ssl.c | 139 ++++++++++++++++++++++++++++-
ssl.h | 19 ++++
syshead.h | 12 +++
version.m4 | 2 +-
21 files changed, 828 insertions(+), 122 deletions(-)
create mode 100644 clinat.c
copy ps.h => clinat.h (50%)
hooks/post-receive
--
OpenVPN with experimental and new features - which requires a lot of testing
|