[Openvpn-devel] [PATCH v2 1/2] Refactor and move the block-outside-dns code to a new file (block_dns.[ch])

2016-02-26 Thread Selva Nair
- Move the core of win_wfp_block_dns() to a new function - Remove globals and make it independent of the rest of the code This facilitates implementing support for block-outside-dns through the interactive service. Should not change any functionality. v2 changes: - In comments, correct DeleteBloc

[Openvpn-devel] [PATCH 2/2] Add support for block-outside-dns through the interactive service

2016-02-26 Thread Selva Nair
- Add a new message type in openvpn-msg.h - Pass msg_channel HANDLE to win_wfp_block_dns and win_wfp_uninit - Add a handler in interactive.c for block_dns request The service build now depends on block_dns.[ch] in src/openvpn v2 changes: - Make CmpEngine non-nested (be nice with non-gcc compilers

Re: [Openvpn-devel] [PATCH 0/2] Support "block-outside-dns" through interactive service

2016-02-26 Thread Selva Nair
Hi, On Thu, Feb 25, 2016 at 7:50 AM, Gert Doering wrote: > This looks good to me. Alas, I also need to ask you for a v2 of the > (i) patch - I've just merged Valdikss' patch to make the block-outside-dns > code work on Vista (trac #648), and now the code slab that gets moved > out of win32.c ha

Re: [Openvpn-devel] The puprose of the Signed-off-by: line

2016-02-26 Thread Samuli Seppänen
The reason of adding the Signed-off-by is to have a better understanding of whom have been involved in particular commits/patches. While the "Author field" in the git log (git log --pretty=fuller) can only have one name, more people can have been involved in the patch. Using the Signed-off-by

[Openvpn-devel] [PATCH applied] Re: Add lz4 support to MSVC.

2016-02-26 Thread Gert Doering
ACK, thanks. Your patch has been applied to the master branch. commit 6a4edc7fc09d6a321f87d4dcf331c7d5c3082a8f Author: Fish List-Post: openvpn-devel@lists.sourceforge.net Date: Thu Feb 25 16:14:42 2016 -0500 Add lz4 support to MSVC. Signed-off-by: Fish Acked-by: Gert Doering

Re: [Openvpn-devel] [PATCH applied] Re: Report Windows bitness

2016-02-26 Thread Gert Doering
Hi, On Wed, Feb 10, 2016 at 11:18:04AM +0100, Gert Doering wrote: > ACK. Looks reasonable, tested with a 32bit binary on 64bit windows, works > (have not tested all possible combinations due to resource constraints, > will test as soon as buildbot provides installers) > > Your patch has been app

[Openvpn-devel] configuration check

2016-02-26 Thread pill man
Hi! I posted this https://forums.openvpn.net/topic21088.html on forum but nobody answers. Please help

Re: [Openvpn-devel] The puprose of the Signed-off-by: line

2016-02-26 Thread David Sommerseth
>> The reason of adding the Signed-off-by is to have a better understanding >> of whom have been involved in particular commits/patches. While the >> "Author field" in the git log (git log --pretty=fuller) can only have >> one name, more people can have been involved in the patch. Using the >> S