[Openvpn-devel] [PATCH applied] Re: Implement push-remove option to selectively remove pushed options.

2016-05-16 Thread Gert Doering
Patch has been applied to the master branch. commit 970312f185012341cc5bcc9492ab3e1413c7b3c7 (master) Author: Gert Doering List-Post: openvpn-devel@lists.sourceforge.net Date: Mon May 16 12:13:04 2016 +0200 Implement push-remove option to selectively remove pushed options.

[Openvpn-devel] [PATCH applied] Re: Add support for register-dns through interactive service

2016-05-16 Thread Gert Doering
ACK. Thanks a lot, and sorry for the delay in reviewing. I've stared at the code, and it looks good to me (very clean code, if I may say so :-) ) - the openvpn code is definitely good, the iservice code "looks reasonable", though I might be missing some windows intricacies. Compile-tested on

Re: [Openvpn-devel] OpenVPN 2.3.11 released

2016-05-16 Thread David Sommerseth
On 16/05/16 14:03, Gert Doering wrote: > Hi, > > On Sat, May 14, 2016 at 10:50:23AM +0200, Matthias Andree wrote: >> Am 10.05.2016 um 12:06 schrieb Samuli Seppänen: >>> The OpenVPN community project team is proud to release OpenVPN 2.3.11. >>> It can be downloaded from here: >>> >>>

Re: [Openvpn-devel] [PATCH v3] Implement push-remove option to selectively remove pushed options.

2016-05-16 Thread Arne Schwabe
Am 16.05.16 um 12:13 schrieb Gert Doering: > With this option, the server can remove individual options from the > set pushed to a client (call from --client-config-dir file, or from > --client-connect script or plugin). Options are removed at parse > time, so it is possible to do stuff like: >

Re: [Openvpn-devel] OpenVPN 2.3.11 released

2016-05-16 Thread Gert Doering
Hi, On Sat, May 14, 2016 at 10:50:23AM +0200, Matthias Andree wrote: > Am 10.05.2016 um 12:06 schrieb Samuli Seppänen: > > The OpenVPN community project team is proud to release OpenVPN 2.3.11. > > It can be downloaded from here: > > > >

[Openvpn-devel] [PATCH applied] Re: Make error non-fatal while deleting address using netsh

2016-05-16 Thread Gert Doering
ACK. The patch is effectively exactly the same changes as for master, but the context is different enough (due to the XP-related stuff in 2.3) that I'm not sure if cherrypicking would work - so, just taking your 2.3 patch :-) Your patch has been applied to the release/2.3 branch. commit

[Openvpn-devel] [PATCH applied] Re: Make error non-fatal while deleting address using netsh

2016-05-16 Thread Gert Doering
ACK, thanks for taking this on. I've stared at the patch and compiled on MinGW - did not actually test the suspend/resume/tap gone/address deletion fail situation (hard to reproduce with my current test setups), but the code looks sane and it compiles fine. Your patch has been applied to the

[Openvpn-devel] [PATCH v3] Implement push-remove option to selectively remove pushed options.

2016-05-16 Thread Gert Doering
With this option, the server can remove individual options from the set pushed to a client (call from --client-config-dir file, or from --client-connect script or plugin). Options are removed at parse time, so it is possible to do stuff like: push-remove route-ipv6 push "route-ipv6 fd00::/8"