[Openvpn-devel] route-up and iproute plugins

2011-04-15 Thread Mr Dash Four
Is there a plugin allowing me to run "route-up" and "iproute" (replacement) scripts taking advantage of the split privilege execution? I know there is down-root which allows a "down" script to be executed in this fashion, but I am not sure I could find a similar one for the above two scripts.

Re: [Openvpn-devel] First test build of OpenVPN 2.2 for Windows is now available

2011-04-15 Thread Samuli Seppänen
Hi, Here's the next version of the installer: This version fixes this issue: -- Samuli Seppänen Community Manager OpenVPN Technologies, Inc irc freenode net: mattock > Hi everyon

Re: [Openvpn-devel] [PATCHv2] Fixed a bug with GUI icon deletion on upgrade from 2.2-RC or earlier

2011-04-15 Thread David Sommerseth
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 15/04/11 15:25, Samuli Seppänen wrote: > This bug was introduced in commit 110e42d199e735ab1a31388c5678f59d0fa9510c. > > Trac-ticket: 120 > Signed-off-by: Samuli Seppänen ACK. Applied to master and beta2.2 commit 1cc2b62d97d651ce9b05466928faba3

[Openvpn-devel] [PATCHv2] Fixed a bug with GUI icon deletion on upgrade from 2.2-RC or earlier

2011-04-15 Thread Samuli Seppänen
This bug was introduced in commit 110e42d199e735ab1a31388c5678f59d0fa9510c. Trac-ticket: 120 Signed-off-by: Samuli Seppänen --- win/openvpn.nsi |6 ++ 1 files changed, 6 insertions(+), 0 deletions(-) diff --git a/win/openvpn.nsi b/win/openvpn.nsi index bad1ef4..d3f80d0 100755 --- a/win/

[Openvpn-devel] OpenVPN Windows build dependency package now available

2011-04-15 Thread Samuli Seppänen
Hi all, Most of OpenVPN 2.2's build and packaging dependencies for Windows are now available in one convenient package: See the included README.TXT file for details. Build instructions are available here:

[Openvpn-devel] [PATCH] Fixed a bug with GUI icon not being deleted on upgrade from 2.2-RC or earlier

2011-04-15 Thread Samuli Seppänen
This bug was introduced in commit 110e42d199e735ab1a31388c5678f59d0fa9510c. Trac-ticket: 120 Signed-off-by: Samuli Seppänen --- win/openvpn.nsi |7 +++ 1 files changed, 7 insertions(+), 0 deletions(-) diff --git a/win/openvpn.nsi b/win/openvpn.nsi index bad1ef4..148dafc 100755 --- a/win

Re: [Openvpn-devel] Summary of the IRC meeting (14th Apr 2011)

2011-04-15 Thread Carsten Krüger
Hello Samuli, > release: this avoids having to sign the TAP-drivers again due to such a > trivial change. Release signing is trivial, too. No need to circumvent it, it's easy to automate. How to Release-Sign File System Drivers http://msdn.microsoft.com/en-us/windows/hardware/gg487543.aspx gree

[Openvpn-devel] Summary of the IRC meeting (14th Apr 2011)

2011-04-15 Thread Samuli Seppänen
Hi, Here's the summary of the previous community meeting. --- COMMUNITY MEETING Place: #openvpn-devel on irc.freenode.net List-Post: openvpn-devel@lists.sourceforge.net Date: Thursday, 14th Apr 2011 Time: 18:00 UTC Planned meeting topics for this meeting were on this page:

[Openvpn-devel] First test build of OpenVPN 2.2 for Windows is now available

2011-04-15 Thread Samuli Seppänen
Hi everyone, The first test build of OpenVPN 2.2 for Windows is available here: Any help in testing it prior to the final release - hopefully 22nd April - is much appreciated! Changes to 2.2-RC2 include: --- 2011.04.xx -- Version 2.2

Re: [Openvpn-devel] [PATCH v2] Change the default --tmp-dir path to a more suitable path

2011-04-15 Thread David Sommerseth
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 14/04/11 16:29, David Sommerseth wrote: > After all the discussions regarding the --tmp-dir patch [1], I have now > condenced everything into one single patch. The main change is that > the new win_get_tempdir() function is simplified by using GetT

Re: [Openvpn-devel] [PATCH] Fix a bug in devcon source code handling

2011-04-15 Thread David Sommerseth
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 14/04/11 16:40, Samuli Seppänen wrote: > The win/config_ti.py build script assumes to find > ../tapinstall/7600/sources.in > which does not exists in devcon.exe source code directory. This makes > config_ti.py look for ../tapinstall/7600/sources in

Re: [Openvpn-devel] [PATCH] Removed Win2k from supported platforms list in INSTALL and win/openvpn.nsi

2011-04-15 Thread David Sommerseth
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 ACK. Applied to master and beta2.2. commit 8cf7903c31d76ea905b7fd5d9257f116f424fe9e (beta2.2) commit 9b8247edf3e58893eb3ecc38dbfb2805ff1bb83d Author: Samuli Seppänen List-Post: openvpn-devel@lists.sourceforge.net Date: Thu Apr 14 17:41:23 2011 +

Re: [Openvpn-devel] [PATCH] Fixed copying of tapinstall.exe to dist/bin when using prebuilt TAP-drivers

2011-04-15 Thread David Sommerseth
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 14/04/11 16:43, Samuli Seppänen wrote: > Signed-off-by: Samuli Seppänen > --- > win/make_dist.py |2 +- > 1 files changed, 1 insertions(+), 1 deletions(-) ACK. Applied to master and beta2.2 commit f71233577e573c5d1dc0cd711b7b78867a7853be (b

Re: [Openvpn-devel] [PATCH v2] Change the default --tmp-dir path to a more suitable path

2011-04-15 Thread David Sommerseth
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 14/04/11 23:52, Peter Stuge wrote: > David Sommerseth wrote: >> In commit 4e1cc5f6dda22e9 the create_temp_filename() function was >> reviewed and hardened, which in the end renamed this function to >> create_temp_file() in commit 495e3cec5d156. >> >