Hi Fabian,
> You say that you've added support for the client-connect plugin call. May I
> ask what was missing?
Nothing dramatic, I just added deferred support for client-connect v2.
> So this is basically about replacing a 5s poll-interval with something that
> should proceed near instantaneou
Hi Lev,
2014-10-07 20:50 GMT+02:00 Lev Stipakov :
> Patch works great, thanks! I have rebased it a bit and added support
> for client-connect plugin call.
>
Great to hear that my patch works for you!
I've finally rebased the patches too, due to my current users complaining
about the old OpenVPN
Hi Fabian & all,
Patch works great, thanks! I have rebased it a bit and added support
for client-connect plugin call.
I would like to offer a related feature (and implementation) I call async-push.
Use case: authentication / authorization takes time. I have auth/az
code in auth-user-pass-verify
Hi Lev,
2014-07-29 12:56 GMT+02:00 Lev Stipakov :
> I am pondering about asynchronous OPENVPN_PLUGIN_CLIENT_CONNECT
> callback. Basically, I want _not_ to establish connection until
> response is received and ofcI don't want to block rest of traffic.
>
[ Details of approach snipped. ]
What do
Hello,
I am pondering about asynchronous OPENVPN_PLUGIN_CLIENT_CONNECT
callback. Basically, I want _not_ to establish connection until
response is received and ofcI don't want to block rest of traffic.
My idea is to have some kind of connect_control_file (similar to
auth_conrol_file) and pass it