Re: [Openvpn-devel] Windows Auto-Proxy

2011-08-07 Thread Russell Morris
Hi, Has anyone had any luck with the auto-proxy function, in particular with PAC files? It really doesn't seem to be working for me ... :-(. Also, does anyone have a proxy server that requires authentication? I currently use a text file (which does work!), but there are also Windows funct

Re: [Openvpn-devel] Allow to fill Details tab for exe files

2011-08-07 Thread Bertrand Jacquin
D'ar sul 07 a viz Eost 2011 e 20 eur 11, « Gert Doering » he deus skrivet : > Hi, > > On Sun, Aug 07, 2011 at 07:56:24PM +0200, Bertrand Jacquin wrote: > > > Two questions: > > > > > > - what happens if windres is not found? will the compilation break? > > >(I'm not sure whether windres wil

Re: [Openvpn-devel] Allow to fill Details tab for exe files

2011-08-07 Thread Gert Doering
Hi, On Sun, Aug 07, 2011 at 07:56:24PM +0200, Bertrand Jacquin wrote: > > Two questions: > > > > - what happens if windres is not found? will the compilation break? > >(I'm not sure whether windres will always be there or not) > > In the present configure.ac, it's only needed when WIN32 =

Re: [Openvpn-devel] Allow to fill Details tab for exe files

2011-08-07 Thread Bertrand Jacquin
D'ar sul 07 a viz Eost 2011 e 19 eur 51, « Gert Doering » he deus skrivet : > Hi, > > On Sun, Aug 07, 2011 at 04:13:03PM +0200, Bertrand Jacquin wrote: > > > [PATCH 1/4] WIN32: Check for windres tool > > > [PATCH 2/4] Win32: Add OpenVPN RC file to add fill "Details" exe > > > [PATCH 3/4] Win32: Fi

Re: [Openvpn-devel] Allow to fill Details tab for exe files

2011-08-07 Thread Gert Doering
Hi, On Sun, Aug 07, 2011 at 04:13:03PM +0200, Bertrand Jacquin wrote: > > [PATCH 1/4] WIN32: Check for windres tool > > [PATCH 2/4] Win32: Add OpenVPN RC file to add fill "Details" exe > > [PATCH 3/4] Win32: Fill "Details" properties for openvpn.exe > > [PATCH 4/4] Win32: Fill "Details" properties

Re: [Openvpn-devel] Allow to fill Details tab for exe files

2011-08-07 Thread Bertrand Jacquin
On Sun, 7 Aug 2011 12:59:13 +0200, Bertrand Jacquin wrote: Hi there, Here is a serie of patch to allow get a details properties tab filled on exe files using windres tool. [PATCH 1/4] WIN32: Check for windres tool [PATCH 2/4] Win32: Add OpenVPN RC file to add fill "Details" exe [PATCH 3/4] W

[Openvpn-devel] [PATCH 1/3] Win32: Add OpenVPN RC file to add fill "Details" exe properties tabs

2011-08-07 Thread Bertrand Jacquin
First patch was incomplete Signed-off-by: Bertrand Jacquin --- openvpn-res.rc | 35 +++ 1 files changed, 35 insertions(+), 0 deletions(-) 1 files changed, 35 insertions(+), 0 deletions(-) diff --git a/openvpn-res.rc b/openvpn-res.rc new file mode 100644 index

[Openvpn-devel] [PATCH 2/4] Win32: Add OpenVPN RC file to add fill "Details" exe properties tabs

2011-08-07 Thread Bertrand Jacquin
Signed-off-by: Bertrand Jacquin --- openvpn-res.rc |8 1 files changed, 8 insertions(+), 0 deletions(-) 1 files changed, 8 insertions(+), 0 deletions(-) diff --git a/openvpn-res.rc b/openvpn-res.rc new file mode 100644 index 000..f5176a2 --- /dev/null +++ b/openvpn-res.rc @@ -0

[Openvpn-devel] Allow to fill Details tab for exe files

2011-08-07 Thread Bertrand Jacquin
Hi there, Here is a serie of patch to allow get a details properties tab filled on exe files using windres tool. [PATCH 1/4] WIN32: Check for windres tool [PATCH 2/4] Win32: Add OpenVPN RC file to add fill "Details" exe [PATCH 3/4] Win32: Fill "Details" properties for openvpn.exe [PATCH 4/4] Win3

[Openvpn-devel] [PATCH 4/4] Win32: Fill "Details" properties for openvpnserv.exe

2011-08-07 Thread Bertrand Jacquin
Signed-off-by: Bertrand Jacquin --- service-win32/Makefile.am |8 1 files changed, 8 insertions(+), 0 deletions(-) 1 files changed, 8 insertions(+), 0 deletions(-) diff --git a/service-win32/Makefile.am b/service-win32/Makefile.am index 4e4f55e..bb7b993 100644 --- a/service-win32/M

[Openvpn-devel] [PATCH 1/4] WIN32: Check for windres tool

2011-08-07 Thread Bertrand Jacquin
Signed-off-by: Bertrand Jacquin --- configure.ac |1 + 1 files changed, 1 insertions(+), 0 deletions(-) 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/configure.ac b/configure.ac index a3789d9..2edb05e 100644 --- a/configure.ac +++ b/configure.ac @@ -356,6 +356,7 @@ if test "

[Openvpn-devel] [PATCH 3/4] Win32: Fill "Details" properties for openvpn.exe

2011-08-07 Thread Bertrand Jacquin
Signed-off-by: Bertrand Jacquin --- Makefile.am | 12 1 files changed, 12 insertions(+), 0 deletions(-) 1 files changed, 12 insertions(+), 0 deletions(-) diff --git a/Makefile.am b/Makefile.am index 32b40bb..d5d620d 100644 --- a/Makefile.am +++ b/Makefile.am @@ -146,6 +146,13 @@