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

2011-04-14 Thread Peter Stuge
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. > > With these changes it became more evident that OpenVPN needs a directory > where it can c

Re: [Openvpn-devel] [Patch] config-win32.h (actually win/config-win32.h.in)

2011-04-14 Thread David Sommerseth
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 09/04/11 14:56, Gisle Vanem wrote: > Sorry for the noise. I just discovered you've switchd to Git since I was > involved > with OpenVPN. With the SVN-repo still there, I wrongfully assumed that was the > trunk (latest top) of developement. Here is

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

2011-04-14 Thread Gert Doering
Hi, On Thu, Apr 14, 2011 at 04:29:59PM +0200, David Sommerseth wrote: > This patch makes OpenVPN use a more suitable temproary directory by default, ACK. gert -- USENET is *not* the non-clickable part of WWW! //www.muc.de/~gert/ Gert Do

[Openvpn-devel] Topics for today's meeting

2011-04-14 Thread Samuli Seppänen
Hi, We're having an IRC meeting today, starting at 18:00 UTC on #openvpn-de...@irc.freenode.net. Current topic list is here: If you have any other things you'd like to bring up, respond to this mail, send me mail privately or add the

Re: [Openvpn-devel] man page updates needed for the coming OpenVPN 2.2

2011-04-14 Thread David Sommerseth
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 09/04/11 18:24, Gert Doering wrote: > Hi, > > On Tue, Mar 29, 2011 at 01:15:39PM +0200, David Sommerseth wrote: >> I have checked the man page against the options OpenVPN 2.2 supports and >> cross-checked it against the man page. There are quite s

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

2011-04-14 Thread Samuli Seppänen
Signed-off-by: Samuli Seppänen --- win/make_dist.py |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/win/make_dist.py b/win/make_dist.py index 29eb2d2..edb0e6a 100644 --- a/win/make_dist.py +++ b/win/make_dist.py @@ -94,7 +94,7 @@ def main(config, tap=True): dest = {

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

2011-04-14 Thread Samuli Seppänen
--- INSTALL |4 ++-- win/openvpn.nsi |4 +--- 2 files changed, 3 insertions(+), 5 deletions(-) diff --git a/INSTALL b/INSTALL index 7af6426..ab0d671 100644 --- a/INSTALL +++ b/INSTALL @@ -42,7 +42,7 @@ SUPPORTED PLATFORMS: (4) Mac OS X Darwin (5) FreeBSD (6) NetBSD - (7)

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

2011-04-14 Thread Samuli Seppänen
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 instead. --- win/config_ti.py |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --g

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

2011-04-14 Thread David Sommerseth
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. With these changes it became more evident that OpenVPN needs a directory where it can create temporary files. The create_t

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

2011-04-14 Thread David Sommerseth
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 GetTempPath() instead. On Windows the fallback solution, if GetTempPath() returns NULL, is now to b