[Openvpn-devel] [PATCH applied] Re: Fixed several instances of declarations after statements.

2014-05-20 Thread Gert Doering
ACK. Your patch has been applied to the release/2.3 branch. Two of the changes are in "master" already, and the socket.c one has been superseded by Arne's dual-stack code changes. commit 8adb295ebaef0ddf10ce732df36fa6be2d939c0c Author: James Yonan List-Post: openvpn-devel@lists.sourceforge.net

[Openvpn-devel] [PATCH applied] Re: In socket.c, fixed issue where uninitialized value (err) is being passed to to gai_strerror.

2014-05-20 Thread Gert Doering
ACK. Your patch has been applied to the release/2.3 branch only. This code is not present in "master" (most likely due to the dual-stack refactoring). commit 302655c98503850765f860951a2b80280bc17385 Author: James Yonan List-Post: openvpn-devel@lists.sourceforge.net Date: Thu May 8 16:50:32

[Openvpn-devel] [PATCH applied] Re: Explicitly cast the third parameter of setsockopt to const void * to avoid warning.

2014-05-20 Thread Gert Doering
ACK. Your patch has been applied to the release/2.3 branch only. "master" has this change as part of 46e02127 already. commit 36c216556a0de5250040d95ac8f7a8c18b8683b4 Author: James Yonan List-Post: openvpn-devel@lists.sourceforge.net Date: Thu May 8 16:50:33 2014 -0600 Explicitly cast

[Openvpn-devel] [PATCH applied] Re: MSVC 2008 doesn't support dimensioning an array with a const var nor using %z as a printf format specifier.

2014-05-20 Thread Gert Doering
ACK. Your patch has been applied to the release/2.3 branch only. "master" already has the change, as part of 46e02127 commit 11fbe93b08180acddc8ac301e6eff6553b9f78e1 Author: James Yonan List-Post: openvpn-devel@lists.sourceforge.net Date: Thu May 8 16:50:34 2014 -0600 MSVC 2008 doesn't

[Openvpn-devel] [PATCH applied] Re: Define PATH_SEPARATOR for MSVC builds.

2014-05-20 Thread Gert Doering
ACK. Your patch has been applied to the release/2.3 and master branches. commit 3e8e496008f6634234d5867a22d7a1c03a5bf164 (release/2.3) commit e583cae83b8c2590dad0c4ce238bc2a45196f914 (master) Author: James Yonan List-Post: openvpn-devel@lists.sourceforge.net Date: Thu May 8 16:50:35 2014

[Openvpn-devel] [PATCH applied] Re: Fixed some compile issues with show_library_versions()

2014-05-20 Thread Gert Doering
ACK, thanks for cleaning up my "proof of concept" ugliness :-) Your patch has been applied to the release/2.3 and master branches. commit a91a2d6ad7b139ec78d61c8616b8447847e9ecc6 (release/2.3) commit 5b17803ebbb0989cf66033387dfa1ae7cb41bb25 (master) Author: James Yonan List-Post:

Re: [Openvpn-devel] [PATCH 3/2] Merge get_default_gateway() implementation for all 4+1 BSD variants.

2014-05-20 Thread Gert Doering
Hi, bringing this one back into people's memory. I just rediscovered this today while going through my own list of not-yet-merged patches - and since this is - less code - less duplicate code - more functionality (due to "duplicated code was missing more recent bits") - tested on all the