- 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
- 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
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
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
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
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
Hi!
I posted this https://forums.openvpn.net/topic21088.html
on forum but nobody answers. Please help
>> 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