[Openvpn-devel] [PATCH] Options parsing demands unnecessary configuration if PKCS11 is used

2012-10-17 Thread Arne Schwabe
In the old patch the if incorrectly closed the outer if condition. (closes ticket #231) --- src/openvpn/options.c | 10 ++ 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/src/openvpn/options.c b/src/openvpn/options.c index 05a0f54..8717b89 100644 --- a/src/openvpn/options

Re: [Openvpn-devel] [PATCH] Fixed a bug where PolarSSL gave an error when using an inline file tag.

2012-10-17 Thread David Sommerseth
On 17/10/12 11:39, Adriaan de Jong wrote: > Signed-off-by: Adriaan de Jong > --- > src/openvpn/ssl_polarssl.c |2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > ACK. Applied to master and beta/2.3. commit 2ebbe4c0b4f0f0b15b4c32180e906a545446c376 (master) commit a4b99628d19d6130a4f53

Re: [Openvpn-devel] RFC - Usage of --script-security with the 'system' flag

2012-10-17 Thread David Sommerseth
On 17/10/12 11:29, Jan Just Keijser wrote: > Hi David, > > David Sommerseth wrote: >> Hi all, >> >> I've been reviewing a bug reported to the v2.3 code base. We're in the >> beta phase currently, and this is a bug I'd like to get fixed before >> we're moving on further. The bug is related to t

[Openvpn-devel] [PATCH] Fixed a bug where PolarSSL gave an error when using an inline file tag.

2012-10-17 Thread Adriaan de Jong
Signed-off-by: Adriaan de Jong --- src/openvpn/ssl_polarssl.c |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/openvpn/ssl_polarssl.c b/src/openvpn/ssl_polarssl.c index 6995958..12318b3 100644 --- a/src/openvpn/ssl_polarssl.c +++ b/src/openvpn/ssl_polarssl.c @@ -338,7 +3

Re: [Openvpn-devel] RFC - Usage of --script-security with the 'system' flag

2012-10-17 Thread Jan Just Keijser
Hi David, David Sommerseth wrote: Hi all, I've been reviewing a bug reported to the v2.3 code base. We're in the beta phase currently, and this is a bug I'd like to get fixed before we're moving on further. The bug is related to the use of the 'system' flag in --script-security.

[Openvpn-devel] RFC - Usage of --script-security with the 'system' flag

2012-10-17 Thread David Sommerseth
Hi all, I've been reviewing a bug reported to the v2.3 code base. We're in the beta phase currently, and this is a bug I'd like to get fixed before we're moving on further. The bug is related to the use of the 'system' flag in --script-security.