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

2019-06-26 Thread Arne Schwabe
Am 26.06.2019 um 14:19 schrieb Илья Шипицин: > Should we add some high level documentation on compression? My patch that enables asymmetrical compression by default adds a bit of documentation in that regard iirc. Arne ___ Openvpn-devel mailing

Re: [Openvpn-devel] [PATCH v2] openvpnserv: enable interactive service to open tun

2019-06-26 Thread Selva Nair
Hi, I haven't compiled or run tested, but there are few issues that need to be addressed before that: On Wed, Jun 26, 2019 at 5:52 AM Lev Stipakov wrote: > > From: Lev Stipakov > > This patch enables interactive service to open tun device. > This is mostly needed by Wintun, which could be

[Openvpn-devel] Patch for pam recent module

2019-06-26 Thread Paolo
hi, i make a pull reuqest ofr this patch some times ago over github, this patch implements the right peace of software for passing ip and hostname to pam modules, to use for example in firewall or modules like pam_recent, this patch is succefull running by more tha 7 years into our systems.

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

2019-06-26 Thread Arne Schwabe
Am 26.06.19 um 08:35 schrieb Gert Doering: > Hi, > > On Wed, Jun 26, 2019 at 01:48:34AM +0500, ?? wrote: >> 2) use push "compress empty" (if there's such an option) ? > > you can do > > push "compress" > > with no arguments. According to the docs, this will enable

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

2019-06-26 Thread Илья Шипицин
Should we add some high level documentation on compression? On Wed, Jun 26, 2019, 5:05 PM Arne Schwabe wrote: > Am 26.06.19 um 08:35 schrieb Gert Doering: > > Hi, > > > > On Wed, Jun 26, 2019 at 01:48:34AM +0500, ?? wrote: > >> 2) use push "compress empty" (if there's such

[Openvpn-devel] [PATCH v2] openvpnserv: enable interactive service to open tun

2019-06-26 Thread Lev Stipakov
From: Lev Stipakov This patch enables interactive service to open tun device. This is mostly needed by Wintun, which could be opened only by privileged process. When interactive service is used, instead of calling CreateFile() directly by openvpn process we pass tun device path into service

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

2019-06-26 Thread Gert Doering
Hi, On Wed, Jun 26, 2019 at 01:48:34AM +0500, ?? wrote: > 2) use push "compress empty" (if there's such an option) ? you can do push "compress" with no arguments. According to the docs, this will enable compression framing format, but no actual compression. gert --