[Openvpn-devel] [PATCH applied] Re: ntlm: unwrap multiple function calls

2017-07-17 Thread Gert Doering
ACK. Thanks. Your patch has been applied to the master and release/2.4 branch. commit ad7f7e56d34bbf477a7e5639f1b78b2c7e58186c (master) commit 0bc107b454c134a60e4a9d7fe7bcb5cb10743afe (release/2.4) Author: Antonio Quartulli Date: Wed Jul 12 12:30:02 2017 +0800 ntlm: unwrap multiple

[Openvpn-devel] [PATCH applied] Re: ntlm: avoid useless cast

2017-07-17 Thread Gert Doering
Your patch has been applied to the master and release/2.4 branch. commit 1cdfc9302aad8570360d278aded5fb9f110ca2b6 (master) commit 527bf0caad0b2cc353a27682b49d9ca8e6c0e435 (release/2.4) Author: Antonio Quartulli Date: Mon Jul 10 12:34:39 2017 +0800 ntlm: avoid useless cast

[Openvpn-devel] [PATCH applied] Re: don't print errno twice

2017-07-17 Thread Gert Doering
Your patch has been applied to the master and release/2.4 branch. commit e441d861881669c97906652c3278cc9a6c69a417 (master) commit 9a17c4c04ceb5a1c1de5a21c19bde794ab5b4a48 (release/2.4) Author: Antonio Quartulli Date: Thu Jul 13 16:05:27 2017 +0800 don't print errno twice

Re: [Openvpn-devel] Windows installer with updated pkcs11-helper (1.22) available for testing

2017-07-17 Thread David Woodhouse
On Fri, 2017-07-14 at 17:07 +0300, Samuli Seppänen wrote: > Hi all, > > Those of you who use pkcs11 on Windows: could you please test this new > Windows installer: > > > > The previous installer(s) had pkcs11-helper 1.11. This one has 1.22, so > some regression testing would be good to have.

Re: [Openvpn-devel] Windows installer with updated pkcs11-helper (1.22) available for testing

2017-07-17 Thread Samuli Seppänen
On 17/07/2017 15:01, Jan Just Keijser wrote: > Hi all, > > On 17/07/17 12:34, Samuli Seppänen wrote: >> On 15/07/2017 00:43, Jan Just Keijser wrote: >>> Hi Samuli, >>> >>> On 14/07/17 16:07, Samuli Seppänen wrote: Hi all, Those of you who use pkcs11 on Windows: could you please

Re: [Openvpn-devel] Windows installer with updated pkcs11-helper (1.22) available for testing

2017-07-17 Thread Gert Doering
Hi, On Mon, Jul 17, 2017 at 02:10:11PM +0200, Jan Just Keijser wrote: > this problem is NOT present in OpenVPN 2.3.17; the same warning appears > (route gateway is ambiguous) but the route is added > anyway. This seems to be a regression in 2.4. Can we have a log, please? gert -- USENET is

Re: [Openvpn-devel] Windows installer with updated pkcs11-helper (1.22) available for testing

2017-07-17 Thread Jan Just Keijser
Hi all, On 17/07/17 12:34, Samuli Seppänen wrote: On 15/07/2017 00:43, Jan Just Keijser wrote: Hi Samuli, On 14/07/17 16:07, Samuli Seppänen wrote: Hi all, Those of you who use pkcs11 on Windows: could you please test this new Windows installer:

Re: [Openvpn-devel] Windows installer with updated pkcs11-helper (1.22) available for testing

2017-07-17 Thread Jan Just Keijser
On 17/07/17 14:14, Gert Doering wrote: Hi, On Mon, Jul 17, 2017 at 02:10:11PM +0200, Jan Just Keijser wrote: this problem is NOT present in OpenVPN 2.3.17; the same warning appears (route gateway is ambiguous) but the route is added anyway. This seems to be a regression in 2.4. Can we have a

Re: [Openvpn-devel] Windows installer with updated pkcs11-helper (1.22) available for testing

2017-07-17 Thread Илья Шипицин
2017-07-17 17:01 GMT+05:00 Jan Just Keijser : > Hi all, > > On 17/07/17 12:34, Samuli Seppänen wrote: > >> On 15/07/2017 00:43, Jan Just Keijser wrote: >> >>> Hi Samuli, >>> >>> On 14/07/17 16:07, Samuli Seppänen wrote: >>> Hi all, Those of you who use pkcs11 on

Re: [Openvpn-devel] Windows installer with updated pkcs11-helper (1.22) available for testing

2017-07-17 Thread Jan Just Keijser
Follow-up: this problem is NOT present in OpenVPN 2.3.17; the same warning appears (route gateway is ambiguous) but the route is added anyway. This seems to be a regression in 2.4. JJK On 17/07/17 14:01, Jan Just Keijser wrote: Hi all, On 17/07/17 12:34, Samuli Seppänen wrote: On

[Openvpn-devel] [PATCH applied] Re: use M_ERRNO instead of explicitly printing errno

2017-07-17 Thread Gert Doering
Your patch has been applied to the master and release/2.4 branch. commit 56b396dcbc34ffd3cddeb2e65ae55c40eae51831 (master) commit e80af83b361b7555a0c3369fe243c19f6c60bd60 (release/2.4) Author: Antonio Quartulli Date: Thu Jul 13 16:05:26 2017 +0800 use M_ERRNO instead of explicitly

Re: [Openvpn-devel] [PATCH openvpn-build] fix test when white space is present

2017-07-17 Thread Antonio Quartulli
On 17/07/17 15:54, Samuli Seppänen wrote: > On 16/07/2017 13:47, Antonio Quartulli wrote: >> For some CHOST ret_want and ret_got may contain a whitespace. >> Add double quotes around ret_want to avoid messing up the test. >> >> Signed-off-by: Antonio Quartulli >> --- >>

Re: [Openvpn-devel] [PATCH openvpn-build] fix test when white space is present

2017-07-17 Thread Samuli Seppänen
On 16/07/2017 13:47, Antonio Quartulli wrote: > For some CHOST ret_want and ret_got may contain a whitespace. > Add double quotes around ret_want to avoid messing up the test. > > Signed-off-by: Antonio Quartulli > --- > generic/gentoo.config-0.9.8 | 2 +- > 1 file changed, 1

Re: [Openvpn-devel] Windows installer with updated pkcs11-helper (1.22) available for testing

2017-07-17 Thread Samuli Seppänen
On 15/07/2017 00:43, Jan Just Keijser wrote: > Hi Samuli, > > On 14/07/17 16:07, Samuli Seppänen wrote: >> Hi all, >> >> Those of you who use pkcs11 on Windows: could you please test this new >> Windows installer: >> >>

[Openvpn-devel] "fail delay" (in order to slow down brute force) ?

2017-07-17 Thread Илья Шипицин
Hello, we use pam_faildelay.so for some projects from the openvpn point of view, am I right, if using command line auth (no cert auth), it will also block running process ? is there an alternative of "so" async plugin ? (we were not very lucky with "so" plugins, for example radius plugin used

Re: [Openvpn-devel] Windows installer with updated pkcs11-helper (1.22) available for testing

2017-07-17 Thread Илья Шипицин
2017-07-17 17:07 GMT+05:00 David Woodhouse : > On Fri, 2017-07-14 at 17:07 +0300, Samuli Seppänen wrote: > > Hi all, > > > > Those of you who use pkcs11 on Windows: could you please test this new > > Windows installer: > > > > > > > > The previous installer(s) had