[Openvpn-devel] [PATCH] Fix v3 plugins to support returning values back to OpenVPN.

2012-10-01 Thread Kenneth Rose
There's a small implementation issue with the V3 plugin API implementation. V3 plugins cannot return data back to OpenVPN using openvpn_plugin_args_func_return since openvpn_plugin_args_func_return.return_list is always NULL. This patch makes the behaviour identical to the V2 API (return_list is

Re: [Openvpn-devel] Ability to send variable data from client to server

2012-10-01 Thread Jan Just Keijser
Hi Gert, Gert Doering wrote: Hi, On Mon, Oct 01, 2012 at 06:58:28AM +, f7n4ahb...@snkmail.com wrote: I believe there is ongoing development to allow a variable to be set in the client config which can be used by the client-connect or route-up scripts on the server. Specifically I need

[Openvpn-devel] [PATCH] Document man agent-external-key

2012-10-01 Thread Arne Schwabe
Adapt commit message from cf69617bbea45a15423c4188daa9386debcbe1ec for man page and management documentation. Signed-off-by: Arne Schwabe --- doc/management-notes.txt | 28 doc/openvpn.8|5 + 2 files changed, 33 insertions(+)

Re: [Openvpn-devel] Ability to send variable data from client to server

2012-10-01 Thread Gert Doering
Hi, On Mon, Oct 01, 2012 at 06:58:28AM +, f7n4ahb...@snkmail.com wrote: > I believe there is ongoing development to allow a variable to be set in the > client config which can be used by the client-connect or route-up scripts on > the server. Specifically I need to add a custom route for

[Openvpn-devel] Ability to send variable data from client to server

2012-10-01 Thread f7n4ahbmp6
I believe there is ongoing development to allow a variable to be set in the client config which can be used by the client-connect or route-up scripts on the server. Specifically I need to add a custom route for each client depending on a value set in their config file. Can anyone point me to