Re: [Openvpn-devel] [RFC] give plugins a method to pass log lines to openvpn

2012-07-30 Thread David Sommerseth
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 30/07/12 18:35, Heiko Hund wrote: > Some plugins want to add messages to the openvpn log file. > > V3 plugins can indirectly write to the log by specifying one or > more openvpn_plugin_log_list structs and returning them in the > provided openvpn

[Openvpn-devel] [RFC] give plugins a method to pass log lines to openvpn

2012-07-30 Thread Heiko Hund
Some plugins want to add messages to the openvpn log file. V3 plugins can indirectly write to the log by specifying one or more openvpn_plugin_log_list structs and returning them in the provided openvpn_plugin_args_{open,func}_return struct. The openvpn plugin backend will log the provided inform

Re: [Openvpn-devel] [PATCH] fix regression with --http-proxy[-*] options

2012-07-30 Thread David Sommerseth
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 30/07/12 11:05, Heiko Hund wrote: > Commit af1bf85a introducing the --management-query-proxy option > broke the initialization of HTTP proxy options by not assigning the > allocated object to the options element in the function > init_http_proxy_o

Re: [Openvpn-devel] [PATCH] fix regression with --http-proxy[-*] options

2012-07-30 Thread Arne Schwabe
Am 30.07.12 11:05, schrieb Heiko Hund: > Commit af1bf85a introducing the --management-query-proxy option > broke the initialization of HTTP proxy options by not assigning > the allocated object to the options element in the function > init_http_proxy_options_once(). > > Signed-off-by: Heiko Hund >

[Openvpn-devel] [PATCH] fix regression with --http-proxy[-*] options

2012-07-30 Thread Heiko Hund
Commit af1bf85a introducing the --management-query-proxy option broke the initialization of HTTP proxy options by not assigning the allocated object to the options element in the function init_http_proxy_options_once(). Signed-off-by: Heiko Hund --- src/openvpn/init.c|3 +-- src/openvpn/

Re: [Openvpn-devel] [PATCH] add option --management-query-proxy

2012-07-30 Thread Arne Schwabe
Am 19.07.12 21:57, schrieb David Sommerseth: > On 11/07/12 14:16, Heiko Hund wrote: >> Make openvpn query for proxy information through the >> management interface. This allows GUIs to provide (automatically >> detected) proxy information on a per connection basis. >> >> This new option supersedes