Re: [Openvpn-devel] [PATCH] management: Don't require DAF_INITIAL_AUTH to send ADDRESS/DISCONNECT messages

2012-06-25 Thread Adrien Bustany
Le 2012-06-22 13:23, Samuli Seppänen a écrit : From: Adrien Bustany DAF_INITIAL_AUTH will only be set if a password was needed for client authentication. This means that for password-less certificate authentication, no DISCONNECT/ADDRESS messages would be sent. ---

Re: [Openvpn-devel] [PATCH] management: Don't require DAF_INITIAL_AUTH to send ADDRESS/DISCONNECT messages

2012-06-22 Thread Samuli Seppänen
> From: Adrien Bustany > > DAF_INITIAL_AUTH will only be set if a password was needed for client > authentication. This means that for password-less certificate > authentication, no DISCONNECT/ADDRESS messages would be sent. > --- > src/openvpn/manage.c |4 ++-- >

[Openvpn-devel] [PATCH] management: Don't require DAF_INITIAL_AUTH to send ADDRESS/DISCONNECT messages

2012-05-08 Thread Adrien Bustany
From: Adrien Bustany DAF_INITIAL_AUTH will only be set if a password was needed for client authentication. This means that for password-less certificate authentication, no DISCONNECT/ADDRESS messages would be sent. --- src/openvpn/manage.c |4 ++-- 1 files changed,