Re: [Openvpn-devel] Regarding tap-windows6 driver signatures and driver distribution

2018-06-18 Thread Jon Kunkee via Openvpn-devel
Hi Gert, >>> Our projected deadline for the next tap-windows6 release is June >>> 20th. >> >> Is this still the target? > > No, we moved it to (tentatively) June 27th. There was some sort of > major outage of Samuli's Infrastructure which took too much time to > fix. Ouch for Samuli. My

Re: [Openvpn-devel] Regarding tap-windows6 driver signatures and driver distribution

2018-06-18 Thread Gert Doering
Hi, silly me On Mon, Jun 18, 2018 at 10:56:10PM +0200, Gert Doering wrote: > On Mon, Jun 18, 2018 at 08:27:31PM +, Jon Kunkee wrote: [..] > > Is there a chance the ARM64 changes (NDIS 6.30+build+installer) will > > make it in? (Are we trying to get the MSI changes in for this release?)

Re: [Openvpn-devel] Regarding tap-windows6 driver signatures and driver distribution

2018-06-18 Thread Gert Doering
Hi, On Mon, Jun 18, 2018 at 08:27:31PM +, Jon Kunkee wrote: > >> Our projected deadline for the next tap-windows6 release is June > >> 20th. > > Is this still the target? No, we moved it to (tentatively) June 27th. There was some sort of major outage of Samuli's Infrastructure which took

Re: [Openvpn-devel] interactive service docs

2018-06-18 Thread Gert Doering
Hi, On Mon, Jun 18, 2018 at 04:16:58PM -0400, Selva Nair wrote: > Hence this email chain hoping Samuli will be able to provide some > insight as to what is wrong. Server crash, but I don't know full details either (yet). Samuli promised a more official statement "later". gert -- "If was one

Re: [Openvpn-devel] Regarding tap-windows6 driver signatures and driver distribution

2018-06-18 Thread Jon Kunkee via Openvpn-devel
Hi, >> Our projected deadline for the next tap-windows6 release is June >> 20th. Is this still the target? How can I help with testing? My 'can I ping the appliance VM's VPN address' test doesn't feel very thorough at all. Is there a chance the ARM64 changes (NDIS 6.30+build+installer) will

Re: [Openvpn-devel] interactive service docs

2018-06-18 Thread Selva Nair
Hi, > Thanks for clarifying that it is NOT an --up script in this case .. > The comment about --up script was quoted from "Gert's email referred to there" and the advantage of running GUI up script was added later ( a few months ago). > The document you are looking for can also be found here: >

Re: [Openvpn-devel] [PATCH v3 2/8] windows: properly configure TAP driver when no IPv4 is configured

2018-06-18 Thread Gert Doering
Hi, On Wed, Jun 13, 2018 at 10:12:13PM +0800, Antonio Quartulli wrote: > From: Antonio Quartulli > > This patch ensures that the TAP driver on a windows host is still > configured, even though no IPv4 has been provided. > > In this case the TAP driver ioctl will be invoked with a fake >

Re: [Openvpn-devel] interactive service docs

2018-06-18 Thread Selva Nair
Hi, On Mon, Jun 18, 2018 at 1:10 PM, tincanteksup wrote: > Hi Selva, > > just a note that: > > > - ``--up`` scripts are run by openvpn.exe itself, which is running as user > *joe*, all privileges are nicely in place. > > - Scripts run by the GUI will run as user *joe*, so that automated tasks

Re: [Openvpn-devel] interactive service docs

2018-06-18 Thread tincanteksup
Hi Selva, just a note that: - ``--up`` scripts are run by openvpn.exe itself, which is running as user *joe*, all privileges are nicely in place. - Scripts run by the GUI will run as user *joe*, so that automated tasks like *mapping of drives* work as expected. As far as I know,

Re: [Openvpn-devel] interactive service docs

2018-06-18 Thread Selva Nair
On Tue, Jun 12, 2018 at 12:39 PM, Selva Nair wrote: > Hi, > > >>> However, Trac supports RST natively: >>> >>> {{{#!rst >>> RST-formatted contents go in here >>> }}} >>> >> >>> For details see >>> >>> https://trac.edgewall.org/wiki/WikiProcessors >>>

[Openvpn-devel] [PATCH v5 1/8] tun: ensure interface can be configured with IPv6 only

2018-06-18 Thread Antonio Quartulli
From: Antonio Quartulli This change ensures that an interface is properly brought up and down even when only IPv6 settings are configured/pushed. At the same time, some code restyling took place to ensure the new generic logic is easier to read. Both do_ifconfig() and close_tun() (Linux only)