Re: [Openvpn-devel] Using AllowNonAdmin in the advanced options of tap adapter

2019-06-28 Thread Selva Nair
Hi, On Fri, Jun 28, 2019 at 5:03 PM Gert Doering wrote: > > Hi, > > On Fri, Jun 28, 2019 at 04:51:47PM -0400, Selva Nair wrote: > > Would that mean we can assume that always allowing all users access to > > the tap (say, using the service to open it) would not be a regression? > > Or are there fo

Re: [Openvpn-devel] Using AllowNonAdmin in the advanced options of tap adapter

2019-06-28 Thread Gert Doering
Hi, On Fri, Jun 28, 2019 at 04:51:47PM -0400, Selva Nair wrote: > Would that mean we can assume that always allowing all users access to > the tap (say, using the service to open it) would not be a regression? > Or are there folks who use local builds of the driver and expect > openvpn.exe to resp

Re: [Openvpn-devel] Using AllowNonAdmin in the advanced options of tap adapter

2019-06-28 Thread Selva Nair
On Fri, Jun 28, 2019 at 4:51 PM Selva Nair wrote: > > Hi, > > While testing a patch, I failed to toggle AllowNonAdmin access to the > tap-adapter. > Looking at the sources it seems we do not respect that setting. > > From adapter.c ~line The quoted code was from tap-windows6/src/adapter.c ~line 4

[Openvpn-devel] Using AllowNonAdmin in the advanced options of tap adapter

2019-06-28 Thread Selva Nair
Hi, While testing a patch, I failed to toggle AllowNonAdmin access to the tap-adapter. Looking at the sources it seems we do not respect that setting. >From adapter.c ~line #if ENABLE_NONADMIN NdisReadConfiguration ( &localStatus, &configParameter,

[Openvpn-devel] [PATCH 1/2] travis-ci: fix osx builds

2019-06-28 Thread chipitsine
From: Ilya Shipitsin cached homebrew required update, so lzo was not installed. enforce updating homebrew Signed-off-by: Ilya Shipitsin --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index a8ec3a18..7a074d34 100644 --- a/.travis.yml +++ b/.travis.

[Openvpn-devel] [PATCH 0/2] travis-ci osx fix and components update

2019-06-28 Thread chipitsine
From: Ilya Shipitsin enabled homebrew update that fixes osx builds. update components to the most recent versions Ilya Shipitsin (2): travis-ci: fix osx builds travis-ci: update components versions .travis.yml | 17 + 1 file changed, 9 insertions(+), 8 deletions(-) -- 2.2

[Openvpn-devel] [PATCH 2/2] travis-ci: update components versions

2019-06-28 Thread chipitsine
From: Ilya Shipitsin tap windows, pkcs11 helper, mbedtls, openssl were updated to the most recent versions Signed-off-by: Ilya Shipitsin --- .travis.yml | 16 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/.travis.yml b/.travis.yml index 7a074d34..2d07cdc3 1006

Re: [Openvpn-devel] [PATCH] Insert client connection data into PAM environment

2019-06-28 Thread Илья Шипицин
Do not pay attention to osx. I will fix it soon On Fri, Jun 28, 2019, 4:29 PM Paolo wrote: > Hi, > > after rebasing my fork on current master, the are no conflicts with > current source code. Travis error on osx are not releated to my code, > they are errors about configuration peace not working

Re: [Openvpn-devel] [PATCH] Insert client connection data into PAM environment

2019-06-28 Thread Paolo
Hi, after rebasing my fork on current master, the are no conflicts with current source code. Travis error on osx are not releated to my code, they are errors about configuration peace not working on osx. -- -***- Paolo Cerrito -***-

Re: [Openvpn-devel] how to migrate users to "no compression" config

2019-06-28 Thread Arne Schwabe
Am 28.06.19 um 10:26 schrieb Илья Шипицин: > > > пт, 28 июн. 2019 г. в 12:49, Gert Doering >: > > Hi, > > On Fri, Jun 28, 2019 at 12:14:40PM +0500, ?? wrote: > > by "high level" compression doc I mean something like that > > >

Re: [Openvpn-devel] how to migrate users to "no compression" config

2019-06-28 Thread Илья Шипицин
пт, 28 июн. 2019 г. в 12:49, Gert Doering : > Hi, > > On Fri, Jun 28, 2019 at 12:14:40PM +0500, ?? wrote: > > by "high level" compression doc I mean something like that > > > > a) road warrior scenario (remote access for enterprise users) - should we > > enable compression ? o

Re: [Openvpn-devel] how to migrate users to "no compression" config

2019-06-28 Thread Gert Doering
Hi, On Fri, Jun 28, 2019 at 12:14:40PM +0500, ?? wrote: > by "high level" compression doc I mean something like that > > a) road warrior scenario (remote access for enterprise users) - should we > enable compression ? or traffic usually is compressed ? RDP is compressed ? > a

Re: [Openvpn-devel] how to migrate users to "no compression" config

2019-06-28 Thread Илья Шипицин
by "high level" compression doc I mean something like that a) road warrior scenario (remote access for enterprise users) - should we enable compression ? or traffic usually is compressed ? RDP is compressed ? any way to estimate compression (like $gzip_ratio in nginx) b) lz4, lzo, ... which one to