[Openvpn-devel] [PATCH] Fix a build-ca issue on Windows

2011-06-17 Thread samuli
From: Samuli Seppänen Fixes Trac ticket #125 --- easy-rsa/Windows/init-config.bat |1 - win/openvpn.nsi |5 +++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/easy-rsa/Windows/init-config.bat b/easy-rsa/Windows/init-config.bat index 048d558..12e6d78

[Openvpn-devel] [PATCH] Add new openssl.cnf to easy-rsa/Windows

2011-06-20 Thread samuli
From: Samuli Seppänen This is required for patch "Fix a build-ca issue on Windows" to work --- easy-rsa/Windows/openssl.cnf | 350 ++ 1 files changed, 350 insertions(+), 0 deletions(-) create mode 100644 easy-rsa/Windows/openssl.cnf diff --

[Openvpn-devel] Fixes to Trac ticket #125

2011-06-29 Thread samuli
These patches fix remaining outstanding easy-rsa issues. The first patch fixes Trac ticket #125 and the second patch fixes a regression caused by the first one in domake-win / MinGW builds. These patches do not address the issue that domake-win build system is somewhat outdated and won't work

[Openvpn-devel] [PATCH 1/2] Updated "easy-rsa" for OpenSSL 1.0.0

2011-06-29 Thread samuli
From: Samuli Seppänen This patch fixes remaining issues with Trac ticket #125. It does the following: - Update easy-rsa/2.0/README - Rename easy-rsa/2.0/openssl.cnf as openssl-0.9.8.cnf - Add easy-rsa/2.0/openssl-1.0.0.cnf - Updated vars.bat.sample to use openssl-1.0.0.cnf - Updated win

[Openvpn-devel] [PATCH 2/2] Made domake-win builds to use easy-rsa/2.0/openssl-1.0.0.cnf

2011-06-29 Thread samuli
From: Samuli Seppänen Signed-off-by: Samuli Seppänen --- install-win32/Makefile.am |6 +++--- install-win32/openvpn.nsi |4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/install-win32/Makefile.am b/install-win32/Makefile.am index 7211de2..75932fe 100644 --- a

[Openvpn-devel] [PATCH] Fixes to easy-rsa/2.0

2011-06-30 Thread samuli
From: Samuli Seppänen As support for OpenSSL 1.0.0 requires a modified openssl.cnf file, it was decided to rename openssl.cnf to openssl-1.0.0.cnf for clarity and better support of different OpenSSL versions. The old openssl.cnf was renamed as openssl-0.9.8.cnf. This patch makes sure that all

[Openvpn-devel] [PATCH 0/2] Final Visual studio compile fixes

2011-07-14 Thread samuli
These two patches fix two remaining Visual Studio compile issues. When these are applied on top of the existing patches in tmp/winbuildfix (openvpn-testing.git repo), Visual Studio builds finally work.

[Openvpn-devel] [PATCH 1/2] Additional Visual Studio 2008 build fixes to tun.c

2011-07-14 Thread samuli
From: Samuli Seppänen Signed-off-by: Gert Doering Tested-by: Samuli Seppänen Signed-off-by: Samuli Seppänen --- tun.c |3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/tun.c b/tun.c index 8cdd248..3cf2e3e 100644 --- a/tun.c +++ b/tun.c @@ -4865,6 +4865,7 @@ close_tun

[Openvpn-devel] [PATCH 2/2] Fixed a typo in win32.h that prevented building with Visual Studio

2011-07-14 Thread samuli
From: Samuli Seppänen Signed-off-by: Samuli Seppänen Tested-by: Samuli Seppänen --- win32.h |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/win32.h b/win32.h index ca6dd32..528af6c 100644 --- a/win32.h +++ b/win32.h @@ -272,7 +272,7 @@ char *get_win_sys_path (void

[Openvpn-devel] [PATCH] Merged TODO.IPv6 with TODO.ipv6 and README.IPv6 with README.ipv6

2011-08-11 Thread samuli
From: Samuli Seppänen Prior to this patch were two sets of IPv6 README/TODO files: one from payload and one from transport patchset. Unfortunately Git on Windows gets very confused of these files, as they only differ in case. This patch merges these sets into one. Signed-off-by: Samuli Seppänen

[Openvpn-devel] [PATCH] Added whitespace handling for $KEY_CONFIG variable in easy-rsa/2.0/vars

2011-08-18 Thread samuli
From: Samuli Seppänen Original $KEY_CONFIG variable generation in broke if $EASY_RSA had whitespace in it. This patch fixes the issue in a POSIX-compliant way. Signed-off-by: Tanel Rebane Signed-off-by: Samuli Seppänen Tested-by: Samuli Seppänen --- easy-rsa/2.0/vars |2 +- 1 files

[Openvpn-devel] [PATCH] Fixed a regression causing VS2008/Python build failure

2011-11-09 Thread samuli
From: Samuli Seppänen Patch "Added options to switch between OpenSSL and PolarSSL and PKCS11" caused a regression when building OpenVPN with Visual Studio 2008/Python build system. The underlying cause was a wrong path to lzo2.lib. --- win/msvc.mak.in |2 +- 1 files changed, 1

[Openvpn-devel] [PATCH] Backported pkcs11-related parts of 7a8d707237bb18 to 2.2 branch

2011-12-14 Thread samuli
From: Samuli Seppänen Fixes https://community.openvpn.net/openvpn/ticket/145 --- win/config.h.in |4 +++- win/msvc.mak.in | 11 --- win/settings.in |4 3 files changed, 15 insertions(+), 4 deletions(-) diff --git a/win/config.h.in b/win/config.h.in index 82344a0..09263d3

[Openvpn-devel] [PATCH] Improve documentation in --script-security section of the man-page

2015-06-02 Thread samuli
From: Samuli Seppänen Trac: #395 Signed-off-by: Samuli Seppänen --- doc/openvpn.8 | 5 + 1 file changed, 5 insertions(+) diff --git a/doc/openvpn.8 b/doc/openvpn.8 index df16a7f..3eb2493 100644 --- a/doc/openvpn.8 +++ b/doc/openvpn.8 @@ -2007,6 +2007,11 @@ or As of OpenVPN v2.3, this

[Openvpn-devel] [PATCH: tap-windows6] Added CONTRIBUTING.rst

2015-10-10 Thread samuli
From: Samuli Seppänen Signed-off-by: Samuli Seppänen --- CONTRIBUTING.rst | 26 ++ 1 file changed, 26 insertions(+) create mode 100644 CONTRIBUTING.rst diff --git a/CONTRIBUTING.rst b/CONTRIBUTING.rst new file mode 100644 index 000..6ee5908 --- /dev/null +++ b

[Openvpn-devel] [PATCH: openvpn-build] Added CONTRIBUTING.rst

2015-10-10 Thread samuli
From: Samuli Seppänen Signed-off-by: Samuli Seppänen --- CONTRIBUTING.rst | 25 + 1 file changed, 25 insertions(+) create mode 100644 CONTRIBUTING.rst diff --git a/CONTRIBUTING.rst b/CONTRIBUTING.rst new file mode 100644 index 000..70f4d15 --- /dev/null +++ b

[Openvpn-devel] [PATCH: openvpn] Add CONTRIBUTING.rst

2015-10-10 Thread samuli
From: Samuli Seppänen Signed-off-by: Samuli Seppänen --- CONTRIBUTING.rst | 30 ++ 1 file changed, 30 insertions(+) create mode 100644 CONTRIBUTING.rst diff --git a/CONTRIBUTING.rst b/CONTRIBUTING.rst new file mode 100644 index 000..5004620 --- /dev/null +++ b

Re: [Openvpn-devel] Creating a Windows team for OpenVPN?

2015-10-19 Thread samuli
Hi, I'm responding to Gert and David here as well... Il sab ott 17 09:59:15 2015 GMT+0300, Heiko Hund scrive: > Hi Samuli > > On Friday 16 October 2015 19:00:13 Samuli Seppänen wrote: > > - The service wrapper (openvpnserv.exe) is effectively broken for > > Win

[Openvpn-devel] [PATCH] Updates to Changes.rst

2015-12-15 Thread samuli
From: Samuli Seppänen This patch is for the "master" branch Signed-off-by: Samuli Seppänen --- Changes.rst | 21 +++-- 1 file changed, 11 insertions(+), 10 deletions(-) diff --git a/Changes.rst b/Changes.rst index 41629bd..61e1e59 100644 --- a/Changes.rst +++ b/C

[Openvpn-devel] [PATCH] Updates to Changes.rst

2015-12-15 Thread samuli
From: Samuli Seppänen This patch is for the release/2.3 branch Signed-off-by: Samuli Seppänen --- Changes.rst | 390 ++-- 1 file changed, 383 insertions(+), 7 deletions(-) diff --git a/Changes.rst b/Changes.rst index 0188323..38f42b6

[Openvpn-devel] [PATCH] Update INSTALL-win32.txt for OpenVPN 2.3.10

2016-01-04 Thread samuli
From: Samuli Seppänen OpenVPN 2.3.10 includes an OpenVPN-GUI which automatically requests elevation of privileges using UAC. Modified INSTALL-win32.txt to reflect this behavior. Signed-off-by: Samuli Seppänen --- INSTALL-win32.txt | 15 +-- 1 file changed, 9 insertions(+), 6

[Openvpn-devel] [PATCHv2] Update INSTALL-win32.txt for OpenVPN 2.3.10

2016-01-04 Thread samuli
From: Samuli Seppänen OpenVPN 2.3.10 includes an OpenVPN-GUI which automatically requests elevation of privileges using UAC. Modified INSTALL-win32.txt to reflect this behavior. Signed-off-by: Samuli Seppänen --- INSTALL-win32.txt | 14 -- 1 file changed, 8 insertions(+), 6

[Openvpn-devel] [PATCH] Improve LZO, PAM and OpenSSL documentation

2016-05-09 Thread samuli
From: Samuli Seppänen Patch provided by Trac user dogbert2 Trac #590 Signed-off-by: Samuli Seppänen --- INSTALL | 21 - 1 file changed, 20 insertions(+), 1 deletion(-) diff --git a/INSTALL b/INSTALL index 2401f7c..5be2ad5 100644 --- a/INSTALL +++ b/INSTALL @@ -16,6

[Openvpn-devel] [PATCH] Update CONTRIBUTING.rst to allow GitHub PRs for code review purposes

2016-05-19 Thread samuli
From: Samuli Seppänen Signed-off-by: Samuli Seppänen --- CONTRIBUTING.rst | 16 ++-- 1 file changed, 10 insertions(+), 6 deletions(-) diff --git a/CONTRIBUTING.rst b/CONTRIBUTING.rst index 6033097..f87293c 100644 --- a/CONTRIBUTING.rst +++ b/CONTRIBUTING.rst @@ -4,15 +4,19

[Openvpn-devel] [PATCH] Update contrib/pull-resolv-conf/client.up for no DOMAIN

2016-05-20 Thread samuli
: Samuli Seppänen --- contrib/pull-resolv-conf/client.up | 13 - 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/contrib/pull-resolv-conf/client.up b/contrib/pull-resolv-conf/client.up index b28d4d1..8858b47 100644 --- a/contrib/pull-resolv-conf/client.up +++ b/contrib/pull

[Openvpn-devel] [PATCH] Add link to bug tracker

2016-05-30 Thread samuli
From: Leon Klingele URL: https://github.com/OpenVPN/openvpn/pull/25 Signed-off-by: Samuli Seppänen --- README | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README b/README index 349e08a..81424d1 100644 --- a/README +++ b/README @@ -27,6 +27,9 @@ For detailed information on OpenVPN

[Openvpn-devel] [PATCH] Clarify the fact that build instructions in README are for release tarballs

2016-05-30 Thread samuli
From: Samuli Seppänen URL: https://github.com/OpenVPN/openvpn/pull/51 Signed-off-by: Samuli Seppänen --- README | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README b/README index 81424d1..09da268 100644 --- a/README +++ b/README @@ -7,12 +7,13 @@ as published by the

[Openvpn-devel] [PATCH v2] Clarify the fact that build instructions in README are for release tarballs

2016-05-30 Thread samuli
From: Samuli Seppänen URL: https://github.com/OpenVPN/openvpn/pull/51 Signed-off-by: Samuli Seppänen --- README | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README b/README index 349e08a..e1caad1 100644 --- a/README +++ b/README @@ -7,12 +7,13 @@ as published by the

[Openvpn-devel] [PATCH v2] Add link to bug tracker

2016-05-30 Thread samuli
From: Leon Klingele URL: https://github.com/OpenVPN/openvpn/pull/25 Signed-off-by: Samuli Seppänen --- README | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README b/README index e1caad1..09da268 100644 --- a/README +++ b/README @@ -28,6 +28,9 @@ For detailed information on OpenVPN

[Openvpn-devel] [PATCH v3] Clarify the fact that build instructions in README are for release tarballs

2016-05-30 Thread samuli
From: Samuli Seppänen URL: https://github.com/OpenVPN/openvpn/pull/51 Signed-off-by: Samuli Seppänen --- README | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README b/README index 349e08a..de4036a 100644 --- a/README +++ b/README @@ -7,12 +7,14 @@ as published by the

[Openvpn-devel] [PATCH v4] Clarify the fact that build instructions in README are for release tarballs

2016-05-31 Thread samuli
From: Samuli Seppänen URL: https://github.com/OpenVPN/openvpn/pull/51 Signed-off-by: Samuli Seppänen --- README | 6 -- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README b/README index 349e08a..b64914a 100644 --- a/README +++ b/README @@ -7,12 +7,14 @@ as published by

[Openvpn-devel] [PATCH 1/3] Mention tap-windows6 in INSTALL file

2016-06-22 Thread samuli
From: Samuli Seppänen Signed-off-by: Samuli Seppänen --- INSTALL | 6 +- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/INSTALL b/INSTALL index 2401f7c..42f78d8 100644 --- a/INSTALL +++ b/INSTALL @@ -30,10 +30,14 @@ To download easy-rsa go to: https://github.com

[Openvpn-devel] [PATCH 2/3] Use an up-to-date easy-rsa URL on the man-page

2016-06-22 Thread samuli
From: Samuli Seppänen Signed-off-by: Samuli Seppänen --- doc/openvpn.8 | 11 +++ 1 file changed, 3 insertions(+), 8 deletions(-) diff --git a/doc/openvpn.8 b/doc/openvpn.8 index 7e9f9a0..c2169cf 100644 --- a/doc/openvpn.8 +++ b/doc/openvpn.8 @@ -4435,14 +4435,9 @@ will succeed, both

[Openvpn-devel] [PATCH 3/3] Clarify which Windows versions require which TUN/TAP driver

2016-06-22 Thread samuli
From: Samuli Seppänen Signed-off-by: Samuli Seppänen --- INSTALL | 8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/INSTALL b/INSTALL index 42f78d8..334d0e6 100644 --- a/INSTALL +++ b/INSTALL @@ -298,13 +298,13 @@ TUN/TAP Driver Configuration: http

[Openvpn-devel] [PATCHv2] Clarify which Windows versions require which TUN/TAP driver

2016-06-23 Thread samuli
From: Samuli Seppänen Signed-off-by: Samuli Seppänen --- INSTALL | 8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/INSTALL b/INSTALL index 42f78d8..f0965c7 100644 --- a/INSTALL +++ b/INSTALL @@ -298,13 +298,13 @@ TUN/TAP Driver Configuration: http

Re: [Openvpn-devel] windows installer: choosing x86/x64 and NDIS5/NDIS6

2016-06-26 Thread samuli
I think a dual NDIS5/6 installer is a good idea. Feel free to PR :). Samuli Il gio giu 23 20:29:55 2016 GMT+0300, Gert Doering scrive: > Hi, > > On Thu, Jun 23, 2016 at 06:07:51PM +0500, ?? wrote: > > we used to enroll our own installer, and we bundled both x

Re: [Openvpn-devel] brainstorming: t_client system test equivalent for windows?

2016-06-26 Thread samuli
I've written a fair amount of Powershell lately, and it's definitely the best out-of-the-box option there is for Windows. Il ven giu 24 17:44:18 2016 GMT+0300, Илья Шипицин scrive: > I would suggest powershell instead of perl. I can write powershell stuff > 24 июня 2016 г. 19:07 пользователь "Ger

[Openvpn-devel] [PATCH] Deprecate the automatic part of openvpnserv.exe in favor of openvpnserv2.exe

2016-07-04 Thread samuli
From: Samuli Seppänen Signed-off-by: Samuli Seppänen --- src/openvpnserv/automatic.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/openvpnserv/automatic.c b/src/openvpnserv/automatic.c index 9b424e9..aa7618f 100644 --- a/src/openvpnserv/automatic.c +++ b/src

[Openvpn-devel] [PATCH] Automatically cache expected IPs for t_client.sh on the first run

2016-10-03 Thread samuli
From: Samuli Seppänen Previously one had to manually define correct values for the EXPECT_IFCONFIG* variables based on what IPv4 and IPv6 addresses the test VPN server handed out. This was a tedious process especially with large number of tests, as the IPs changed for every test client and for

[Openvpn-devel] [PATCH] Remove INSTALL-win32.txt that is now hosted in openvpn-build

2016-10-24 Thread samuli
From: Samuli Seppänen URL: https://github.com/OpenVPN/openvpn-build/pull/35 URL: https://github.com/OpenVPN/openvpn-build/pull/38 Signed-off-by: Samuli Seppänen --- INSTALL-win32.txt | 77 --- 1 file changed, 77 deletions(-) delete mode

[Openvpn-devel] [PATCH] Remove INSTALL-win32.txt that is now hosted in openvpn-build

2016-10-25 Thread samuli
From: Samuli Seppänen The contents of INSTALL-win32.txt mostly just describe how to use OpenVPN-GUI, OpenVPN Windows services and openvpn-build. These are only loosely coupled with OpenVPN, and may change independently of it. Thus hosting the file in openvpn-build (which brings all of these

[Openvpn-devel] [PATCH] Prevent generation of duplicate EXPECT_IFCONFIG entries

2016-11-04 Thread samuli
From: Samuli Seppänen Previously, if t_client.rc did not source t_client_ips.rc, update_t_client_ips.sh would add (the same) EXPECT_IFCONFIG entries to t_client_ips.rc on every run. With this patch update_t_client_ips.sh checks if the entry exists before adding it. Signed-off-by: Samuli

[Openvpn-devel] [PATCH 0/4] Several t_client fixes and enhancements

2016-11-08 Thread samuli
Patch 2/4 replaces this old patch of the same name: -- Developer Access Program for Intel Xeon Phi Processors Access to Intel Xeon Phi proc

[Openvpn-devel] [PATCH 1/4] Fix update_t_client_ips.sh for out of tree builds

2016-11-08 Thread samuli
From: Samuli Seppänen Signed-off-by: Samuli Seppänen --- tests/t_client.rc-sample | 4 ++-- tests/t_client.sh.in | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/tests/t_client.rc-sample b/tests/t_client.rc-sample index 59f34c7..31dfafa 100644 --- a/tests/t_client.rc

[Openvpn-devel] [PATCH 4/4] Allow passing extra arguments to fping/fping6 in t_client.rc

2016-11-08 Thread samuli
From: Samuli Seppänen This can be useful, for example, in preventing fping failures caused by external network issues. Signed-off-by: Samuli Seppänen --- tests/t_client.rc-sample | 1 + tests/t_client.sh.in | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/tests

[Openvpn-devel] [PATCH 2/4] Prevent generation of duplicate EXPECT_IFCONFIG entries

2016-11-08 Thread samuli
From: Samuli Seppänen Previously, if t_client.rc did not source t_client_ips.rc, update_t_client_ips.sh would add (the same) EXPECT_IFCONFIG entries to t_client_ips.rc on every run. This patch makes update_t_client_ips.sh check if the entry exists before trying to add it. Signed-off-by: Samuli

[Openvpn-devel] [PATCH 3/4] Make sure that all relevant files under test go to release tarballs

2016-11-08 Thread samuli
From: Samuli Seppänen Signed-off-by: Samuli Seppänen --- tests/Makefile.am | 6 +- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/tests/Makefile.am b/tests/Makefile.am index 235cd13..e55928b 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -24,4 +24,8 @@ TESTS

[Openvpn-devel] [PATCHv2 4/4] Allow passing extra arguments to fping/fping6 in t_client.rc

2016-11-08 Thread samuli
From: Samuli Seppänen This can be useful, for example, in preventing fping failures caused by external network issues. v2: - Allow override of the default parameters Signed-off-by: Samuli Seppänen --- tests/t_client.rc-sample | 1 + tests/t_client.sh.in | 4 ++-- 2 files changed, 3

[Openvpn-devel] [PATCHv2 2/4] Prevent generation of duplicate EXPECT_IFCONFIG entries

2016-11-08 Thread samuli
From: Samuli Seppänen Previously, if t_client.rc did not source t_client_ips.rc, update_t_client_ips.sh would add (the same) EXPECT_IFCONFIG entries to t_client_ips.rc on every run. This patch makes update_t_client_ips.sh check if the entry exists before trying to add it. v2: prevent partial

[Openvpn-devel] [PATCH] Fix a logic problem in handling of --up scripts in t_client.sh

2016-11-09 Thread samuli
From: Samuli Seppänen Previously the $up variable was never reset after being set. This mean that "--up update_t_client_ips.sh" was appended to all subsequent openvpn command-lines, even if cached IPs existed. Signed-off-by: Samuli Seppänen --- tests/t_client.sh.in | 2 ++ 1 file

[Openvpn-devel] [PATCH] Mention that OpenVPN 2.4 requires Windows Vista or higher

2016-12-01 Thread samuli
From: Samuli Seppänen Trac: #610 Signed-off-by: Samuli Seppänen --- INSTALL | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/INSTALL b/INSTALL index 4c6d21f..9707060 100644 --- a/INSTALL +++ b/INSTALL @@ -59,7 +59,8 @@ SUPPORTED PLATFORMS: (4) Mac OS X Darwin 10.5

[Openvpn-devel] [PATCH] Added notes about upgrading from 2.3-alpha1 and earlier to INSTALL-win32.txt

2012-06-26 Thread samuli
From: Samuli Seppänen Signed-off-by: Samuli Seppänen --- INSTALL-win32.txt | 24 1 files changed, 24 insertions(+), 0 deletions(-) diff --git a/INSTALL-win32.txt b/INSTALL-win32.txt index 5a0f3a9..4afef32 100644 --- a/INSTALL-win32.txt +++ b/INSTALL-win32.txt

[Openvpn-devel] [PATCH v2] Added notes about upgrading from 2.3-alpha1 and earlier to INSTALL-win32.txt

2012-06-26 Thread samuli
From: Samuli Seppänen Signed-off-by: Samuli Seppänen --- INSTALL-win32.txt | 25 + 1 files changed, 25 insertions(+), 0 deletions(-) diff --git a/INSTALL-win32.txt b/INSTALL-win32.txt index 5a0f3a9..571d618 100644 --- a/INSTALL-win32.txt +++ b/INSTALL-win32.txt

[Openvpn-devel] [PATCH] Incrementing version number of tap-windows to 9.9.1

2012-07-02 Thread samuli
From: Samuli Seppänen Tap-windows driver is now built using it's own buildsystem, whereas earlier it was built using the Python-based buildsystem in OpenVPN. Incrementing release date and version number in tap-windows/version.m4 to help differentiate these new drivers from the old ones. S

[Openvpn-devel] [PATCH] Updated build variables in openvpn-build to match those used in openvpn-2.3.0

2013-01-23 Thread samuli
From: Samuli Seppänen Signed-off-by: Samuli Seppänen --- generic/build.vars | 18 +- windows-nsis/build-complete.vars |6 +++--- 2 files changed, 12 insertions(+), 12 deletions(-) diff --git a/generic/build.vars b/generic/build.vars index df6d2ba..e58697a

[Openvpn-devel] [PATCH 1/4] Removed ChangeLog.IPv6

2013-01-25 Thread samuli
From: Samuli Seppänen Acked-by: Gert Doering Signed-off-by: Samuli Seppänen --- ChangeLog.IPv6 | 440 1 file changed, 440 deletions(-) delete mode 100644 ChangeLog.IPv6 diff --git a/ChangeLog.IPv6 b/ChangeLog.IPv6 deleted file mode

[Openvpn-devel] [PATCH 0/4] Documentation updates and cleanups

2013-01-25 Thread samuli
These patches update and cleanup openvpn documentation. The updated files are viewable as a whole in here: INSTALL-win32.txt: INSTALL: README: Please let me know if you think somethi

[Openvpn-devel] [PATCH 2/4] Added cross-compilation information INSTALL-win32.txt

2013-01-25 Thread samuli
From: Samuli Seppänen Signed-off-by: Samuli Seppänen --- INSTALL-win32.txt | 29 + 1 file changed, 29 insertions(+) diff --git a/INSTALL-win32.txt b/INSTALL-win32.txt index 1ef3869..5c92fe5 100644 --- a/INSTALL-win32.txt +++ b/INSTALL-win32.txt @@ -46,3 +46,32

[Openvpn-devel] [PATCH 3/4] Updated README

2013-01-25 Thread samuli
From: Samuli Seppänen Added links to easy-rsa, tap-windows and openvpn-build and fixes some paths Signed-off-by: Samuli Seppänen --- README | 35 --- 1 file changed, 16 insertions(+), 19 deletions(-) diff --git a/README b/README index 2c5e6f6..3451fb9 100644

[Openvpn-devel] [PATCH 4/4] Cleaned up and updated INSTALL

2013-01-25 Thread samuli
From: Samuli Seppänen - Changed "Supported platforms" to reflect current support status of the mentioned operatingsystems - Removed mentions of the obsolete Python and domake-win buildsystems - Added mention of official Debian/RPM packages - Added links to the Wiki - Added mention

[Openvpn-devel] [PATCH 4/4 v2] Cleaned up and updated INSTALL

2013-01-25 Thread samuli
From: Samuli Seppänen - Changed "Supported platforms" to reflect current support status of the mentioned operatingsystems - Removed mentions of the obsolete Python and domake-win buildsystems - Added mention of official Debian/RPM packages - Added links to the Wiki - Added mention

[Openvpn-devel] [PATCH 0/2] tap-windows6 interoperability patches

2014-10-22 Thread samuli
These patches fix serious interoperability issues with tap-windows6. Backported versions of these patches were tested with OpenVPN 2.3.4 because openvpn-build is currently unable to build from Git "master". [PATCH 1/2] Modification to address bug where OpenVPN enters state [PATCH 2/2] Revised fix

[Openvpn-devel] [PATCH 1/2] Modification to address bug where OpenVPN enters state where it is unresponsive and cannot be terminated. Log output is continuous spew of "code=995" errors.

2014-10-22 Thread samuli
From: TDivine Adding new tap adapters while connected:   https://community.openvpn.net/openvpn/ticket/430 --- src/openvpn/tun.h | 27 ++- 1 file changed, 18 insertions(+), 9 deletions(-) diff --git a/src/openvpn/tun.h b/src/openvpn/tun.h index 631b53c..d84b777 100644 ---

[Openvpn-devel] [PATCH 2/2] Revised fix for code=995 sped bug.

2014-10-22 Thread samuli
From: TDivine --- src/openvpn/forward.c | 9 + src/openvpn/tun.h | 34 -- 2 files changed, 29 insertions(+), 14 deletions(-) diff --git a/src/openvpn/forward.c b/src/openvpn/forward.c index 39f66e3..27b775f 100644 --- a/src/openvpn/forward.c +++ b/sr

[Openvpn-devel] [PATCH] Fix to --shaper documentation on the man-page

2014-11-21 Thread samuli
From: Samuli Seppänen Trac: #413 Trac-URL: https://community.openvpn.net/openvpn/ticket/413 Signed-off-by: Samuli Seppänen --- doc/openvpn.8 | 1 + 1 file changed, 1 insertion(+) diff --git a/doc/openvpn.8 b/doc/openvpn.8 index 8fca9aa..96ba555 100644 --- a/doc/openvpn.8 +++ b/doc/openvpn.8

[Openvpn-devel] [PATCH] Add more dash escaping to the man page

2015-01-26 Thread samuli
From: Alberto Gonzalez Iniesta This patch continues the work started in commit 886593ac4ae ("The man page needs dash escaping in UTF-8 environments"). This patch is one of the patches included in Debian's OpenVPN packages. Signed-off-by: Samuli Seppänen --- doc

[Openvpn-devel] [PATCH] Remove useless dash escapes from the man-page

2015-03-31 Thread samuli
From: Samuli Seppänen Trac: 512 Signed-off-by: Samuli Seppänen --- doc/openvpn.8 | 1810 - 1 file changed, 905 insertions(+), 905 deletions(-) diff --git a/doc/openvpn.8 b/doc/openvpn.8 index 9551566..1c1a2da 100644 --- a/doc/openvpn.8

[Openvpn-devel] [PATCH] Remove useless dash escapes from the man-page

2015-03-31 Thread samuli
From: Samuli Seppänen This patch is against the release/2.3 branch Trac: 512 Signed-off-by: Samuli Seppänen --- doc/openvpn.8 | 1800 - 1 file changed, 900 insertions(+), 900 deletions(-) diff --git a/doc/openvpn.8 b/doc/openvpn.8 index

[Openvpn-devel] [PATCH v2] Properly escape dashes on the man-page

2015-05-05 Thread samuli
From: Samuli Seppänen On UTF-8 systems groff interprets unescaped dashes as hyphens and escaped dashes as minus signs. Unescaped dashes can cause problems when searching for or copying and pasting options. This patch ensures that dashes in command-line options are escaped and that everything

[Openvpn-devel] [PATCH v2] Properly escape dashes on the man-page

2015-05-11 Thread samuli
From: Samuli Seppänen On UTF-8 systems groff interprets unescaped dashes as hyphens and escaped dashes as minus signs. Unescaped dashes can cause problems when searching for or copying and pasting options. This patch ensures that dashes in command-line options are escaped and that everything

[Openvpn-devel] Community meeting tomorrow

2018-11-13 Thread samuli
As planned last week we'll have a community meeting tomorrow at the usual time. I'll setup the topic page tomorrow morning unless somebody does it first. One of the main topics is undoubtedly the openvpn 2.5 release. Samuli ___ Ope

Re: [Openvpn-devel] OpenVPN 2.4.8 released

2019-11-06 Thread samuli
vpn-gui 2.4.8 upgrade is not as smooth as previous versions. It would be interesting too what error message there is in setupapi.dev.log: https://community.openvpn.net/openvpn/wiki/ManagingWindowsTAPDrivers It seems to me like some changes that were made since the previo

[Openvpn-devel] [PATCH] Document some limitations of --auth-user-pass

2020-03-13 Thread samuli
From: Samuli Seppänen URL: https://community.openvpn.net/openvpn/ticket/757 Signed-off-by: Samuli Seppänen --- doc/openvpn.8 | 6 ++ 1 file changed, 6 insertions(+) diff --git a/doc/openvpn.8 b/doc/openvpn.8 index 864f94e8..9e54890e 100644 --- a/doc/openvpn.8 +++ b/doc/openvpn.8

[Openvpn-devel] Introducing OpenVPN Community Manager

2009-12-07 Thread Samuli Seppänen
UI projects and two forum/wiki projects. I've listed them here: http://users.utu.fi/sjsepp/openvpn_community_projects.html Do you know of other OpenVPN-related projects? -- Samuli Seppänen Community Manager OpenVPN Technologies, Inc PS. I'm also the project leader for the fully co

Re: [Openvpn-devel] [Openvpn-users] Introducing OpenVPN Community Manager

2009-12-07 Thread Samuli Seppänen
te exhausting... see for yourself. I'm probably only halfway through: http://users.utu.fi/sjsepp/openvpn_community_projects.html Lot of the work is redundant, but on the positive side there is a lot of activity around OpenVPN. Samuli Seppänen Community Manager OpenVPN Technologies, Inc

Re: [Openvpn-devel] [Openvpn-users] Introducing OpenVPN Community Manager

2009-12-08 Thread Samuli Seppänen
Hi all, Many thanks to all of you for providing links to OpenVPN-related projects, keep 'em coming. Some are still missing, but here's the most recent list: http://users.utu.fi/sjsepp/openvpn_community_projects.html All the best, Samuli Seppänen Community Manager OpenVPN Technol

Re: [Openvpn-devel] [Openvpn-users] Introducing OpenVPN Community Manager

2009-12-09 Thread Samuli Seppänen
Nick Owen ha scritto: > 2009/12/7 Samuli Seppänen : > >> Hello everybody, >> >> I'm the newly appointed community manager for OpenVPN Technologies. I >> will be acting as a liaison between OpenVPN community and OpenVPN >> Technologies. I will help u

[Openvpn-devel] OpenVPN project organization [WAS: Introducing OpenVPN Community Manager]

2009-12-09 Thread Samuli Seppänen
> On Mon, Dec 07, 2009 at 12:25:09PM +0200, Samuli Seppänen wrote: > >> Hello everybody, >> >> I'm the newly appointed community manager for OpenVPN Technologies. I >> will be acting as a liaison between OpenVPN community and OpenVPN >> Technologi

Re: [Openvpn-devel] OpenVPN project organization [WAS: Introducing OpenVPN Community Manager]

2009-12-10 Thread Samuli Seppänen
David Sommerseth ha scritto: > On 09/12/09 11:54, Samuli Seppänen wrote: > >> On Mon, Dec 07, 2009 at 12:25:09PM +0200, Samuli Seppänen wrote: > >> > >>> Hello everybody, > >>> > >>> I'm the newly appointed community manager for Ope

Re: [Openvpn-devel] OpenVPN project organization [WAS: Introducing OpenVPN Community Manager]

2009-12-12 Thread Samuli Seppänen
it much easier to keep the very latest code > on-line and still perform regression tests, keep separate > code branches for feature development, and so forth. > Any suggestion which VCS would do the best job? > What's the real policy regards the SVN repository and > what are the concerns that have driven this policy? > I'd guess the decision was not driven by any conscious policy. -- Samuli Seppänen Community Manager OpenVPN Technologies, Inc

Re: [Openvpn-devel] OpenVPN project organization

2009-12-12 Thread Samuli Seppänen
in VCS systems but I guess a distributed VCS could help in this. What are your thoughts on the testing procedures/tools? Fedora's Beaker suite was mentioned earlier and it sounds interesting. -- Samuli Seppänen Community Manager OpenVPN Technologies, Inc

Re: [Openvpn-devel] OpenVPN project organization

2009-12-14 Thread Samuli Seppänen
David Sommerseth ha scritto: > On 12/12/09 12:37, Samuli Seppänen wrote: > > Now, if we want to maintain stability, we need some way to test the > > patches. Automated tests could be used in many cases but building the > > test cases takes time. In addition I don't t

Re: [Openvpn-devel] OpenVPN project organization [WAS: Introducing OpenVPN Community Manager]

2009-12-14 Thread Samuli Seppänen
David Sommerseth ha scritto: > On 12/12/09 11:52, Samuli Seppänen wrote: > >> FWIW using a good (rather than merely adequate) revision control > >> system makes it much easier to keep the very latest code > >> on-line and still perform regression tests, keep separate

[Openvpn-devel] Community site requirements

2009-12-31 Thread Samuli Seppänen
all requirements right, so I'd like to hear what you think... Are we on a right track? Have I missed something essential here? -- Samuli Seppänen Community Manager OpenVPN Technologies, Inc

Re: [Openvpn-devel] Community site requirements

2009-12-31 Thread Samuli Seppänen
Samuli Seppänen wrote: > Hi all, > > We're soon going start setting up our new community site. However, we > need your help in gathering the requirements for the site, e.g. what > services to provide. There are a few general requirements on our > (=company's) part. >

Re: [Openvpn-devel] reporting bugs

2010-01-04 Thread Samuli Seppänen
st bug reports to SF.net for now - at least the reports are then easier to locate than old reports sent to devel mailinglist. This is one of the problems I'm working on currently. -- Samuli Seppänen Community Manager OpenVPN Technologies, Inc > hi list, > > what is the preferre

[Openvpn-devel] Community manager in the IRC and Twitter

2010-01-04 Thread Samuli Seppänen
ase don't hesitate to contact me for whatever reason, be it feedback, suggestions, concerns or something else. If I'm not able to help, I can still forward you (or the message) to the correct person in our company. -- Samuli Seppänen Community Manager OpenVPN Technologies, Inc

[Openvpn-devel] IRC meeting on community site design

2010-01-06 Thread Samuli Seppänen
ge.nagios.org/ In any case the site will end up being a complex jigsaw puzzle. What do you think? -- Samuli Seppänen Community Manager OpenVPN Technologies, Inc irc freenode net: mattock twitter com: samuli_openvpn

[Openvpn-devel] IRC meeting regarding OpenVPN development model

2010-01-06 Thread Samuli Seppänen
;ll write down a loose agenda for the meeting and send it to the list. I hope this way we can concentrate on finding solutions to the actual problems rather than have a nice, heated discussion of the relative merits of Git, Mercurial and Subversion :). I hope many of you can attend! See you

Re: [Openvpn-devel] [Openvpn-users] IRC meeting on community site design

2010-01-06 Thread Samuli Seppänen
Samuli Seppänen wrote: > Samuli Seppänen wrote: > >> Hi, >> >> I'd like to organize an IRC session where we'd discuss the design of the >> forthcoming community site. I'd love if as many of you could participate >> and share your ideas and vi

Re: [Openvpn-devel] IRC meeting on community site design

2010-01-06 Thread Samuli Seppänen
Samuli Seppänen wrote: > Hi, > > I'd like to organize an IRC session where we'd discuss the design of the > forthcoming community site. I'd love if as many of you could participate > and share your ideas and viewpoints. Otherwise well probably mess > something up r

[Openvpn-devel] Two separate IRC meetings on Monday and Tuesday

2010-01-08 Thread Samuli Seppänen
development model (on Tuesday) Place: #openvpn at irc.freenode.net Time: Tuesday 12th Jan 19:00 UTC (20:00 MET, 21:00 EEST, 11AM PST, 2PM EST) Duration: 1 hour (or more) -- Samuli Seppänen Community Manager OpenVPN Technologies, Inc irc freenode net: mattock twitter com: samuli_openvpn

Re: [Openvpn-devel] IRC meeting regarding OpenVPN development model

2010-01-08 Thread Samuli Seppänen
These are very valid concerns... even if all else goes smoothly, there's probably lots of "noise" on the #openvpn channel. Any objections against moving the meeting(s) to #openvpn-discussion? -- Samuli Seppänen Community Manager OpenVPN Technologies, Inc irc freenode net: matt

Re: [Openvpn-devel] IRC meeting regarding OpenVPN development model

2010-01-11 Thread Samuli Seppänen
David Sommerseth wrote: > On 08/01/10 09:40, Samuli Seppänen wrote: > > These are very valid concerns... even if all else goes smoothly, there's > > probably lots of "noise" on the #openvpn channel. Any objections against > > moving the meeting(s) to #openvp

[Openvpn-devel] IRC meeting place changed from #openvpn to #openvpn-discussion

2010-01-11 Thread Samuli Seppänen
Hi all, Both today's and Tuesday's IRC meetings will be held at the #openvpn-discussion channel, not #openvpn as stated previously. I'll be monitoring the #openvpn channel and directing people to the right channel. -- Samuli Seppänen Community Manager OpenVPN Technologies, Inc i

[Openvpn-devel] Updated "Community site" requirements available

2010-01-11 Thread Samuli Seppänen
In this rush I could not find any good (English) overview of the Volere process/specification, so I added brief explanations in italics. -- Samuli Seppänen Community Manager OpenVPN Technologies, Inc irc freenode net: mattock

[Openvpn-devel] Summary of the "OpenVPN development model" meeting

2010-01-13 Thread Samuli Seppänen
Hi all, Here's a summary of the development model meeting we had yesterday. Let me know if you have any comments. -- Samuli Seppänen Community Manager OpenVPN Technologies, Inc irc freenode net: mattock "OPENVPN DEVELOPMENT MODEL" MEETING Place: #openvpn-discussion on irc.fr

[Openvpn-devel] Summary of the "Community site meeting"

2010-01-13 Thread Samuli Seppänen
Hi, Here's a summary of the "Community site" meeting we had on Monday. -- Samuli Seppänen Community Manager OpenVPN Technologies, Inc irc freenode net: mattock "OPENVPN COMMUNITY SITE" MEETING Place: #openvpn-discussion on irc.freenode.net List-Post: openvpn-devel@l

[Openvpn-devel] Developer IRC meetings

2010-01-20 Thread Samuli Seppänen
informed about one's doings? -- Samuli Seppänen Community Manager OpenVPN Technologies, Inc irc freenode net: mattock

Re: [Openvpn-devel] Summary of the "OpenVPN development model" meeting

2010-01-20 Thread Samuli Seppänen
Peter Stuge ha scritto: > Samuli Seppänen wrote: > >> Most other tasks are dependent on the setup of the community site. >> A somewhat realistic estimate for finishing them is 1-2 months. >> > > Let me know (maybe off-list) if you want some hints on sett

  1   2   3   4   5   6   7   8   9   10   >