Re: [Openvpn-devel] [Openvpn-users] "Reconnect" button in openvpn-gui

2018-02-08 Thread Илья Шипицин
2018-02-08 20:40 GMT+05:00 Selva Nair : > Hi, > > On Thu, Feb 8, 2018 at 3:15 AM, Samuli Seppänen > wrote: > > Il 07/02/2018 21:58, David Sommerseth ha scritto: > >> On 07/02/18 20:32, Илья Шипицин wrote: > >>> After auth-token were introduced, when user press "Reconnect", it > leads to > >>> aut

Re: [Openvpn-devel] [PATCH v3] show the right string for key-direction

2018-02-08 Thread Steffan Karger
Hi, On 31-01-18 10:53, Arne Schwabe wrote: > V2: print also a nice string if direction is not set > V3: really include V2 changes > --- > src/openvpn/crypto.c | 11 +-- > src/openvpn/crypto.h | 2 +- > src/openvpn/options.c | 4 ++-- > 3 files changed, 12 insertions(+), 5 deletions(-)

Re: [Openvpn-devel] [Openvpn-users] "Reconnect" button in openvpn-gui

2018-02-08 Thread Selva Nair
Hi, On Thu, Feb 8, 2018 at 12:07 PM, Arne Schwabe wrote: > Am 08.02.18 um 16:31 schrieb Selva Nair: >> Hi, >> >> On Thu, Feb 8, 2018 at 7:20 AM, David Sommerseth >> wrote: >>> On 08/02/18 04:36, Antonio Quartulli wrote: On 08/02/18 04:41, David Sommerseth wrote: > On 07/02/18

Re: [Openvpn-devel] [Openvpn-users] "Reconnect" button in openvpn-gui

2018-02-08 Thread Arne Schwabe
Am 08.02.18 um 16:31 schrieb Selva Nair: > Hi, > > On Thu, Feb 8, 2018 at 7:20 AM, David Sommerseth > wrote: >> On 08/02/18 04:36, Antonio Quartulli wrote: >>> >>> >>> On 08/02/18 04:41, David Sommerseth wrote: On 07/02/18 21:21, Selva Nair wrote: > In my view auth-token handling in

Re: [Openvpn-devel] [Openvpn-users] "Reconnect" button in openvpn-gui

2018-02-08 Thread Selva Nair
Hi, On Thu, Feb 8, 2018 at 3:15 AM, Samuli Seppänen wrote: > Il 07/02/2018 21:58, David Sommerseth ha scritto: >> On 07/02/18 20:32, Илья Шипицин wrote: >>> After auth-token were introduced, when user press "Reconnect", it leads to >>> auth fail (saved password is forgotten), we run about 1000 us

Re: [Openvpn-devel] [Openvpn-users] "Reconnect" button in openvpn-gui

2018-02-08 Thread Selva Nair
Hi, On Thu, Feb 8, 2018 at 7:20 AM, David Sommerseth wrote: > On 08/02/18 04:36, Antonio Quartulli wrote: >> >> >> On 08/02/18 04:41, David Sommerseth wrote: >>> On 07/02/18 21:21, Selva Nair wrote: >>> In my view auth-token handling in openvpn.exe is broken at multiple levels: Cli

Re: [Openvpn-devel] [Openvpn-users] "Reconnect" button in openvpn-gui

2018-02-08 Thread Antonio Quartulli
On 08/02/18 20:20, David Sommerseth wrote: >> This way we still save all those setups where the token survives fast >> reconenctions on the server side > > This sounds reasonable to me. But it is crucial that it is a proper > re-connect - meaning, if UDP the "--explicit-exit-notify" message mus

Re: [Openvpn-devel] [Openvpn-users] "Reconnect" button in openvpn-gui

2018-02-08 Thread David Sommerseth
On 08/02/18 04:36, Antonio Quartulli wrote: > > > On 08/02/18 04:41, David Sommerseth wrote: >> On 07/02/18 21:21, Selva Nair wrote: >> >>> In my view auth-token handling in openvpn.exe is broken at multiple levels: >>> >>> Client process: >>> (i) it should not remember the token after a reconnec

Re: [Openvpn-devel] [Openvpn-users] "Reconnect" button in openvpn-gui

2018-02-08 Thread Gert Doering
Hi, On Thu, Feb 08, 2018 at 01:26:27PM +0500, ?? wrote: > I also noticed nobody screaming "stop!!! do not remove that button!!!" I hear at least two developers saying "do not remove the button", which closes the topic for me. No need to discuss this further. gert -- now

Re: [Openvpn-devel] [Openvpn-users] "Reconnect" button in openvpn-gui

2018-02-08 Thread Samuli Seppänen
Il 08/02/2018 10:26, Илья Шипицин ha scritto: > > > 2018-02-08 13:15 GMT+05:00 Samuli Seppänen >: > > Il 07/02/2018 21:58, David Sommerseth ha scritto: > > On 07/02/18 20:32, Илья Шипицин wrote: > >> After auth-token were introduced, when user press "Recon

Re: [Openvpn-devel] [Openvpn-users] "Reconnect" button in openvpn-gui

2018-02-08 Thread Jan Just Keijser
Hi, On 08/02/18 09:15, Samuli Seppänen wrote: Il 07/02/2018 21:58, David Sommerseth ha scritto: On 07/02/18 20:32, Илья Шипицин wrote: After auth-token were introduced, when user press "Reconnect", it leads to auth fail (saved password is forgotten), we run about 1000 users, nobody complains.

Re: [Openvpn-devel] [Openvpn-users] "Reconnect" button in openvpn-gui

2018-02-08 Thread Илья Шипицин
2018-02-08 13:15 GMT+05:00 Samuli Seppänen : > Il 07/02/2018 21:58, David Sommerseth ha scritto: > > On 07/02/18 20:32, Илья Шипицин wrote: > >> After auth-token were introduced, when user press "Reconnect", it leads > to > >> auth fail (saved password is forgotten), we run about 1000 users, nobod

Re: [Openvpn-devel] [Openvpn-users] "Reconnect" button in openvpn-gui

2018-02-08 Thread Samuli Seppänen
Il 07/02/2018 21:58, David Sommerseth ha scritto: > On 07/02/18 20:32, Илья Шипицин wrote: >> After auth-token were introduced, when user press "Reconnect", it leads to >> auth fail (saved password is forgotten), we run about 1000 users, nobody >> complains. > > This is actually expected, I'd say