Re: [Openvpn-devel] [PATCH] [openvpn-gui] Update system tray to populate Windows VPN flyout

2018-07-25 Thread Kevin Kane via Openvpn-devel
Alright, I found the SMTP server and sent the patches out again with git send-email. Let me know how those look. -Original Message- From: Gert Doering Sent: Wednesday, July 25, 2018 11:18 AM To: Kevin Kane Cc: Gert Doering ; openvpn-devel Subject: Re: [Openvpn-devel] [PATCH] [openvpn

[Openvpn-devel] [PATCH v2] [openvpn-gui] Update system tray to populate Windows VPN flyout

2018-07-25 Thread Kevin Kane via Openvpn-devel
Add a DLL to be wired in as a custom dialer, which introduces new build dependencies Add copyright notices as required where Microsoft has contributed code Signed-off-by: Kevin Kane --- .gitignore | 3 + BUILD.rst| 1 + Makefile.am | 10 ++- configure.ac | 4 ++ dialer.c | 171

[Openvpn-devel] [PATCH v2] [openvpn-build] Install/uninstall dialer DLL as part of Windows installer operation

2018-07-25 Thread Kevin Kane via Openvpn-devel
Signed-off-by: Kevin Kane --- windows-nsis/openvpn.nsi | 4 1 file changed, 4 insertions(+) diff --git a/windows-nsis/openvpn.nsi b/windows-nsis/openvpn.nsi index e92904d..aff7cb3 100755 --- a/windows-nsis/openvpn.nsi +++ b/windows-nsis/openvpn.nsi @@ -1,6 +1,7 @@ ; ***

[Openvpn-devel] [PATCH v2] [openvpn] Register/unregister trusted custom dialer DLL when installing/uninstalling service

2018-07-25 Thread Kevin Kane via Openvpn-devel
Add copyright notice as required where Microsoft has contributed code Signed-off-by: Kevin Kane --- src/openvpnserv/service.c | 241 +++--- 1 file changed, 222 insertions(+), 19 deletions(-) diff --git a/src/openvpnserv/service.c b/src/openvpnserv/service.c index

Re: [Openvpn-devel] [PATCH] [openvpn-gui] Update system tray to populate Windows VPN flyout

2018-07-25 Thread Kevin Kane via Openvpn-devel
o the left side: On Wed, Jul 25, 2018 at 05:01:39PM +0000, Kevin Kane via Openvpn-devel wrote: > diff --git a/Makefile.am b/Makefile.am index 8301087..d8435ed 100644 > --- a/Makefile.am > +++ b/Makefile.am > @@ -2,6 +2,7 @@ > # > # Copyright (C) 2004 Mathias Sundman > #

Re: [Openvpn-devel] [PATCH] [openvpn-gui] Update system tray to populate Windows VPN flyout

2018-07-25 Thread Kevin Kane via Openvpn-devel
tream. -Original Message- From: Selva Nair Sent: Wednesday, July 25, 2018 10:28 AM To: Kevin Kane Cc: openvpn-devel Subject: Re: [Openvpn-devel] [PATCH] [openvpn-gui] Update system tray to populate Windows VPN flyout Hi, On Wed, Jul 25, 2018 at 1:01 PM, Kevin Kane via Openvpn-devel wrote: &

[Openvpn-devel] [PATCH] [openvpn] Register/unregister trusted custom dialer DLL when installing/uninstalling service

2018-07-25 Thread Kevin Kane via Openvpn-devel
>From 58cc8b37f567da867e3a6e2efa4c15de36495a79 Mon Sep 17 00:00:00 2001 From: Kevin Kane Date: Fri, 13 Jul 2018 09:44:00 -0700 Subject: Register/unregister trusted custom dialer DLL when installing/uninstalling service Add copyright notice as required where Microsoft has contributed code Signed-

[Openvpn-devel] [PATCH] [openvpn-build] Install/uninstall dialer DLL as part of Windows installer operation

2018-07-25 Thread Kevin Kane via Openvpn-devel
>From 30e851ffafcc9ad76928d796f9b18144c8d79040 Mon Sep 17 00:00:00 2001 From: Kevin Kane Date: Fri, 13 Jul 2018 09:47:43 -0700 Subject: Install/uninstall dialer DLL as part of Windows installer operation Signed-off-by: Kevin Kane --- windows-nsis/openvpn.nsi | 4 1 file changed, 4 insertions

[Openvpn-devel] Incoming: patches for the dialer feature

2018-07-25 Thread Kevin Kane via Openvpn-devel
Ok, I've gotten clearance to contribute the dialer feature from Microsoft's OpenVPN fork back upstream. As previously discussed, this feature isn't production-ready because the integration I did was quick and dirty - it mainly just sends commands to a running OpenVPN-GUI process in the same way

[Openvpn-devel] [PATCH] [openvpn-gui] Update system tray to populate Windows VPN flyout

2018-07-25 Thread Kevin Kane via Openvpn-devel
>From ed96e2d91a0eb9ecdaab8d7104f397f7d77e5ced Mon Sep 17 00:00:00 2001 From: Kevin Kane Date: Fri, 13 Jul 2018 09:50:00 -0700 Subject: Update system tray to populate Windows VPN flyout Add a DLL to be wired in as a custom dialer, which introduces new build dependencies Add copyright notices as

Re: [Openvpn-devel] Upstreaming pqcrypto changes from microsoft/openvpn

2018-07-06 Thread Kevin Kane via Openvpn-devel
Sent: Friday, July 6, 2018 9:37 AM To: Kevin Kane Cc: Илья Шипицин ; Gert Doering ; openvpn-devel Subject: Re: [Openvpn-devel] Upstreaming pqcrypto changes from microsoft/openvpn Hi, Thanks for the follow up. On Fri, Jul 6, 2018 at 12:03 PM, Kevin Kane via Openvpn-devel wrote: > [Combining

Re: [Openvpn-devel] Upstreaming pqcrypto changes from microsoft/openvpn

2018-07-06 Thread Kevin Kane via Openvpn-devel
[Combining threads.] The work on the OpenSSL fork, and figuring out just what the right interface is to bring PQ crypto to current crypto libraries, is going to be on-going. PQ crypto algorithms don’t fit so well in the common conventions we’ve become accustomed to for current algorithms. As f

Re: [Openvpn-devel] Upstreaming pqcrypto changes from microsoft/openvpn

2018-07-03 Thread Kevin Kane via Openvpn-devel
[Resending to openvpn-devel now that I'm subscribed to it.] Hello all, Thanks to Jon for making the introduction. My team works on post-quantum (PQ) cryptography, which is algorithms used by regular computers but which are resistant to attack by a sufficiently powerful quantum computer. This Op