Re: [Openvpn-devel] OpenVPN Interactive Service Branding

2017-11-02 Thread Samuli Seppänen
On 01/11/2017 20:46, Simon Rozman wrote: > Hi, > >> >> Hi Simon, >> >> Speaking of MSIs... we are planning on moving from NSIS to MSI due to >> security issues like the one we fixed in previous release. At the moment four >> (other) people who have expressed interest in taking part in the "create

Re: [Openvpn-devel] OpenVPN Interactive Service Branding

2017-11-02 Thread Steffan Karger
Hi, On 02-11-17 09:31, Samuli Seppänen wrote: > On 01/11/2017 20:46, Simon Rozman wrote: >>> Speaking of MSIs... we are planning on moving from NSIS to MSI due to >>> security issues like the one we fixed in previous release. At the moment >>> four >>> (other) people who have expressed interest i

Re: [Openvpn-devel] OpenVPN Interactive Service Branding

2017-11-02 Thread Samuli Seppänen
On 02/11/2017 10:41, Steffan Karger wrote: > Hi, > > On 02-11-17 09:31, Samuli Seppänen wrote: >> On 01/11/2017 20:46, Simon Rozman wrote: Speaking of MSIs... we are planning on moving from NSIS to MSI due to security issues like the one we fixed in previous release. At the moment

Re: [Openvpn-devel] OpenVPN Interactive Service Branding

2017-11-02 Thread Simon Rozman
Hi, > >> > >> As you probably know, right now we produce Windows executables and > >> installers on Linux using openvpn-build: > >> > >> > >> > >> It seems that WiX which you mention would probably be our tool of > >> choice, given it is open source (MS-R

Re: [Openvpn-devel] OpenVPN Interactive Service Branding

2017-11-02 Thread Илья Шипицин
Simon has achieved a great progress in building on Windows. WIX perfectly integrates into visual studio SLN, and than perfectly builds on app veyor)) no more cross builds:) On Nov 2, 2017 1:32 PM, "Samuli Seppänen" wrote: > On 01/11/2017 20:46, Simon Rozman wrote: > > Hi, > > > >> > >> Hi Simon,

Re: [Openvpn-devel] OpenVPN Interactive Service Branding

2017-11-02 Thread Simon Rozman
Hi, Late but still, I would like to participate in the Hackatlon 2017. Can I still apply for a place, please? Best regards, Simon From: Илья Шипицин [mailto:chipits...@gmail.com] Sent: Thursday, November 02, 2017 10:36 AM To: Samuli Seppänen Cc: Simon Rozman; Selva Nair; openvpn-devel

Re: [Openvpn-devel] Windows builds (was: OpenVPN Interactive Service Branding)

2017-11-02 Thread Steffan Karger
Hi, On 02-11-17 10:35, Илья Шипицин wrote: > Simon has achieved a great progress in building on Windows. WIX > perfectly integrates into visual studio SLN, and than perfectly builds > on app veyor)) no more cross builds:) That's great for Windows users, but to me cross compiling is a crucial feat

Re: [Openvpn-devel] OpenVPN Interactive Service Branding

2017-11-02 Thread Samuli Seppänen
On 02/11/2017 11:50, Simon Rozman wrote: > Hi, > >   > > Late but still, I would like to participate in the Hackatlon 2017. > >   > > Can I still apply for a place, please? > >   > > Best regards, > > Simon > >   Hi Simon, We don't have a clearly defined policy on who can join hackathons.

Re: [Openvpn-devel] Windows builds (was: OpenVPN Interactive Service Branding)

2017-11-02 Thread Selva
Hi, On Thu, Nov 2, 2017 at 5:52 AM, Steffan Karger wrote: > Hi, > > On 02-11-17 10:35, Илья Шипицин wrote: > > Simon has achieved a great progress in building on Windows. WIX > > perfectly integrates into visual studio SLN, and than perfectly builds > > on app veyor)) no more cross builds:) > >

Re: [Openvpn-devel] OpenVPN Interactive Service Branding

2017-11-02 Thread Gert Doering
Hi, On Wed, Nov 01, 2017 at 06:46:43PM +, Simon Rozman wrote: > I'd love to. Count me in! [..] > Funny, I was thinking of repacking OpenVPN as an MSI package to ease the > in-organization deployment and updating for some time now. This is s cool :-) gert -- USENET is *not* the non-clic

Re: [Openvpn-devel] OpenVPN Interactive Service Branding

2017-11-02 Thread Gert Doering
Hi, On Thu, Nov 02, 2017 at 02:35:56PM +0500, ?? wrote: > Simon has achieved a great progress in building on Windows. WIX perfectly > integrates into visual studio SLN, and than perfectly builds on app veyor)) > no more cross builds:) Well, the point is that we *want* cross b

Re: [Openvpn-devel] Windows builds (was: OpenVPN Interactive Service Branding)

2017-11-02 Thread Simon Rozman
Hi, > > Simon has achieved a great progress in building on Windows. WIX > > perfectly integrates into visual studio SLN, and than perfectly builds > > on app veyor)) no more cross builds:) > > That's great for Windows users, but to me cross compiling is a crucial > feature. > I don't care about

Re: [Openvpn-devel] Hackathon presence (was: OpenVPN Interactive Service Branding)

2017-11-02 Thread Steffan Karger
Hi, On 02-11-17 12:37, Samuli Seppänen wrote: > On 02/11/2017 11:50, Simon Rozman wrote: >> Late but still, I would like to participate in the Hackatlon 2017. >> >> Can I still apply for a place, please? > > We don't have a clearly defined policy on who can join hackathons. The > best policy I ca

[Openvpn-devel] Openvpn

2017-11-02 Thread Joe asj
Sent from my iPhone -- Check out the vibrant tech community on one of the world's most engaging tech sites, Slashdot.org! http://sdm.link/slashdot ___ Openvpn-devel mailing lis

[Openvpn-devel] [PATCH] openvpnserv: Add support for multi-instances

2017-11-02 Thread Simon Rozman
While openvpn.exe can run multiple concurrent processes, openvpnserv.exe is usually only one single globally unique running process. This patch extends openvpnserv.exe to support multiple service instances in parallel allowing side-by-side OpenVPN installations. Alternate instances must be instal

Re: [Openvpn-devel] [PATCH] openvpnserv: Add support for multi-instances

2017-11-02 Thread Selva
Hi Simon, On Thu, Nov 2, 2017 at 3:21 PM, Simon Rozman wrote: > While openvpn.exe can run multiple concurrent processes, openvpnserv.exe > is usually only one single globally unique running process. > > This patch extends openvpnserv.exe to support multiple service instances > in parallel allowi