[Openvpn-devel] [PATCH] query socks credentials by management interface

2012-07-20 Thread Heiko Hund
Support --management-query-passwords for SOCKS 5 proxies as well. Signed-off-by: Heiko Hund --- src/openvpn/socks.c | 38 +++--- src/openvpn/socks.h |4 ++-- 2 files changed, 17 insertions(+), 25 deletions(-) diff --git a/src/openvpn/socks.c b/src/openvpn/s

[Openvpn-devel] [PATCH] If --management-external-key is used do not check for private key file existence

2012-07-20 Thread Arne Schwabe
Fixes error: --key fails with EXTERNAL_PRIVATE_KEY: No such file or directory if --management-external-key is used Signed-off-by: Arne Schwabe --- src/openvpn/options.c | 13 - 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/src/openvpn/options.c b/src/openvpn/opti

Re: [Openvpn-devel] [PATCH] If --management-external-key is used do not check for private key file existence

2012-07-20 Thread Arne Schwabe
Am 21.07.12 01:02, schrieb Arne Schwabe: > Fixes error: --key fails with EXTERNAL_PRIVATE_KEY: No such file or > directory if --management-external-key is used > > Ignore that patch version. It did not compile. I am too tired today. I will post the correct version tommorow. Sorry for the noise.