[Openvpn-devel] [PATCH] Add the client id (CID) to the output of the status command

2012-08-31 Thread Arne Schwabe
This add adds CID which is needed by a few other management commands to the status output. This will change the output of status in the same way commit ca18a638aa7cf316611f893127ba44131e57083c did. Signed-off-by: Arne Schwabe --- src/openvpn/multi.c |9 + 1 file changed, 5 insertio

Re: [Openvpn-devel] [PATCH] Add CID to the management status overview

2012-08-31 Thread Arne Schwabe
Am 28.02.10 17:46, schrieb Gert Doering: > Hi, > > On Sun, Feb 28, 2010 at 04:31:53PM +0100, David Sommerseth wrote: >>> In the grand scheme of things, small whitespace changes might later on >>> lead to a merge conflict with another patch in this line (like "introduce >>> version 4" or so), and

Re: [Openvpn-devel] Authentication Plugin Sending Reason For Auth Deny

2012-08-31 Thread Davide Brini
On Fri, 31 Aug 2012 06:39:31 -0600, joshua gross wrote: > Hi, > I working on an authentication plugin for openvpn (remote authentication). > I would like to be able to send a reason to the client for denying > authentication. Is this possible through a plugin? or the management > console? I've

[Openvpn-devel] Authentication Plugin Sending Reason For Auth Deny

2012-08-31 Thread joshua gross
Hi, I working on an authentication plugin for openvpn (remote authentication). I would like to be able to send a reason to the client for denying authentication. Is this possible through a plugin? or the management console? I've noticed that there is a command in the console 'client-deny' that a

Re: [Openvpn-devel] [PATCH] [RFC] Add a warning if --client-config-dir related config file cannot be opened

2012-08-31 Thread Heiko Hund
Hi David On Tuesday 14 August 2012 11:57:29 David Sommerseth wrote: > This will cause a warning in the log file if --client-config-dir > is configured but OpenVPN could not find or open the config file > for the connecting client. There should only be a warning message if --ccd-exclusive is activ