Re: [Openvpn-devel] [PATCH v2] Improve error reporting on file access to --client-config-dir and --ccd-exclusive

2014-06-22 Thread Steffan Karger
ACK Sorry it took so long. Patch looks good, and works as expected for me. -Steffan On 02-05-14 02:28, David Sommerseth wrote: > OpenVPN will do some simple sanity checking at startup to ensure the expected > files and directories is in place. However, with --client-config-dir and > --ccd-exclu

[Openvpn-devel] [PATCH applied] Re: Improve error reporting on file access to --client-config-dir and --ccd-exclusive

2014-06-22 Thread Gert Doering
Your patch has been applied to the master and release/2.3 branches. commit 4978dadaed4ecf1b9dd256f57c6a5c895691580b (master) commit 488994b3f65242ec31b015f53e21d935f75b8bee (release/2.3) Author: David Sommerseth List-Post: openvpn-devel@lists.sourceforge.net Date: Fri May 2 02:28:24 2014 +0200

[Openvpn-devel] [PATCH] configure.ac: fix SSL_OP_NO_TICKET check

2014-06-22 Thread Steffan Karger
Only check for SSL_OP_NO_TICKET if building with --enable-ssl and using openssl. This fixes cross-compiling polarssl builds for Windows (where pkg-config would find the system openssl library, but the cross compiler would not have openssl for the target platform). Signed-off-by: Steffan Karger --

[Openvpn-devel] [PATCH applied] Re: configure.ac: fix SSL_OP_NO_TICKET check

2014-06-22 Thread Gert Doering
ACK. Your patch has been applied to the master branch. commit d0483476d047b4afc671e205bdfdb5b7f56ce48c (master) Author: Steffan Karger List-Post: openvpn-devel@lists.sourceforge.net Date: Sun Jun 22 20:18:39 2014 +0200 configure.ac: fix SSL_OP_NO_TICKET check Signed-off-by: Steffan