|
From: <ope...@li...> - 2011-08-25 18:31:06
|
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, master has been updated
via b9a13c7a0446fdd46ef834ad0de30a25cba89e74 (commit)
via c5534a7dde9d209cb68cbf4340f87e08b450862a (commit)
via eb23089183745853fac9414d45a559a478ef51d6 (commit)
via 1ffdb2c9662c3af1f992183435b1afb006dfdc6c (commit)
via 298036413aaf978e1c5bfb0c8c987a6727e56cf9 (commit)
via 739fa9881f12e67dc8b9cadc7230e59e7fe42423 (commit)
via 869409d4bf1538d8a2d6189a56903b9959ddd909 (commit)
via c9f4568ea6633defc45c40237a7ebdb1090d4ecf (commit)
via afb6e85d88e5a7345bc0d60c0e0f9c7ec8a48965 (commit)
from 3f1745666bac31458b33f09c888769cc8c1c829b (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 b9a13c7a0446fdd46ef834ad0de30a25cba89e74
Author: Samuli Seppänen <sa...@op...>
Date: Wed Jul 13 17:12:29 2011 -0700
Fixed a typo in win32.h that prevented building with Visual Studio
Signed-off-by: Samuli Seppänen <sa...@op...>
Tested-by: Samuli Seppänen <sa...@op...>
Acked-by: Gert Doering <ge...@gr...>
Signed-off-by: David Sommerseth <da...@re...>
commit c5534a7dde9d209cb68cbf4340f87e08b450862a
Author: Samuli Seppänen <sa...@op...>
Date: Wed Jul 13 17:12:28 2011 -0700
Additional Visual Studio 2008 build fixes to tun.c
Tested-by: Samuli Seppänen <sa...@op...>
Signed-off-by: Samuli Seppänen <sa...@op...>
Acked-by: Gert Doering <ge...@gr...>
Signed-off-by: David Sommerseth <da...@re...>
commit eb23089183745853fac9414d45a559a478ef51d6
Author: JuanJo Ciarlante <jj...@go...>
Date: Thu May 26 19:01:42 2011 +0200
USE_PF_INET6 by default for v2.3
- put all #ifdef'd code in place, kill the cpp symbol,
- thus in v2.3 it's not actually possible to --disable-ipv6 :)
RATIONALE:
#1 some wacky compilers choke on #ifdef'd constructions for
concatenated strings, and given that:
#2 v2.3 has already transport ipv6 by default
=> doesn't justify putting effort on #1 to keep USE_PF_INET6
ifdef wraps.
Signed-off-by: JuanJo Ciarlante <jj...@go...>
Signed-off-by: Samuli Seppänen <sa...@op...>
Acked-by: David Sommerseth <da...@re...>
Signed-off-by: David Sommerseth <da...@re...>
commit 1ffdb2c9662c3af1f992183435b1afb006dfdc6c
Author: Gert Doering <ge...@gr...>
Date: Sat May 28 22:50:40 2011 +0200
Replace 32-bit-based add_in6_addr() implementation by an 8-bit based one
Windows has no 32-bit accessor to the union inside "struct in6_addr",
and the 8-bit accessor is the only common denominator across BSD, Solaris,
Linux and Windows...
Signed-off-by: Gert Doering <ge...@gr...>
Acked-by: Samuli Seppänen <sa...@op...>
Signed-off-by: David Sommerseth <da...@re...>
commit 298036413aaf978e1c5bfb0c8c987a6727e56cf9
Author: Samuli Seppänen <sa...@op...>
Date: Tue May 31 16:17:40 2011 +0300
Fix a Visual Studio 2008 build issue in socket.c
Signed-off-by: Gert Doering <ge...@gr...>
Signed-off-by: Samuli Seppänen <sa...@op...>
Acked-by: Gert Doering <ge...@gr...>
Signed-off-by: David Sommerseth <da...@re...>
commit 739fa9881f12e67dc8b9cadc7230e59e7fe42423
Author: Samuli Seppanen <sa...@op...>
Date: Thu May 26 16:23:05 2011 +0300
Fix a Visual Studio 2008 build error in options.c
Partially fixes Trac ticket #137
Signed-off-by: Gert Doering <ge...@gr...>
Tested-by: Samuli Seppänen <sa...@op...>
Signed-off-by: Samuli Seppänen <sa...@op...>
Acked-by: David Sommerseth <da...@re...>
Signed-off-by: David Sommerseth <da...@re...>
commit 869409d4bf1538d8a2d6189a56903b9959ddd909
Author: Samuli Seppanen <sa...@op...>
Date: Thu May 26 16:23:04 2011 +0300
Fix a Visual Studio 2008 build error in tun.c
Partially fixes ticket #137
Signed-off-by: Gert Doering <ge...@gr...>
Tested-by: Samuli Seppänen <sa...@op...>
Signed-off-by: Samuli Seppänen <sa...@op...>
Acked-by: Gert Doering <ge...@gr...>
Signed-off-by: David Sommerseth <da...@re...>
commit c9f4568ea6633defc45c40237a7ebdb1090d4ecf
Author: David Sommerseth <da...@re...>
Date: Thu May 26 16:23:03 2011 +0300
Fix Microsoft Visual Studio incompatibility in plugin.c
MS Visual Studio don't like to have struct members named in the
variable declaration. Without this fix, Visual Studio is not able
to compile the new v3 plug-in API.
Signed-off-by: David Sommerseth <da...@re...>
Tested-by: Samuli Seppänen <sa...@op...>
Signed-off-by: Samuli Seppänen <sa...@op...>
Acked-by: Gert Doering <ge...@gr...>
commit afb6e85d88e5a7345bc0d60c0e0f9c7ec8a48965
Author: Samuli Seppänen <sa...@op...>
Date: Thu May 26 16:23:02 2011 +0300
Fixed a number of fatal build errors on Visual Studio 2008
Partially fixes ticket #137
Signed-off-by: Gert Doering <ge...@gr...>
Signed-off-by: Samuli Seppänen <sa...@op...>
Tested-by: Samuli Seppänen <sa...@op...>
Acked-by: Gert Doering <ge...@gr...>
Signed-off-by: David Sommerseth <da...@re...>
-----------------------------------------------------------------------
Summary of changes:
configure.ac | 14 +----
helper.c | 12 ++--
init.c | 11 +----
mroute.c | 2 -
mtcp.c | 3 +
multi.c | 14 -----
options.c | 80 +++++++----------------------
plugin.c | 20 ++++----
route.c | 4 --
socket.c | 153 ++++++++++---------------------------------------------
socket.h | 35 -------------
syshead.h | 5 +-
tun.c | 5 +-
win/config.h.in | 2 +-
win32.h | 2 +
15 files changed, 78 insertions(+), 284 deletions(-)
hooks/post-receive
--
OpenVPN with experimental and new features - which requires a lot of testing
|