[Openvpn-devel] [PATCH] remove unused show_connection_list debug function

2012-07-11 Thread Heiko Hund
Signed-off-by: Heiko Hund --- src/openvpn/init.c | 25 - 1 file changed, 25 deletions(-) diff --git a/src/openvpn/init.c b/src/openvpn/init.c index f86fc38..81800d3 100644 --- a/src/openvpn/init.c +++ b/src/openvpn/init.c @@ -316,30 +316,6 @@ init_connection_list (struc

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

2012-07-11 Thread Heiko Hund
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 the undocumented --http-proxy-fallback option and puts the responsibilty for HTTP proxy fallback h