aboutsummaryrefslogtreecommitdiff
path: root/src/openvpn/openvpn.vcxproj
AgeCommit message (Collapse)Author
2016-02-26Add lz4 support to MSVC.Fish
- Include lz4 code and header in VC project files. - Fix an issue in comp-lz4.h that prevents it from compiling under MSVC. Signed-off-by: Fish <fish.thss@gmail.com> Acked-by: Gert Doering <gert@greenie.muc.de> Message-Id: <1456434882-6009-1-git-send-email-fish.thss@gmail.com> URL: http://article.gmane.org/gmane.network.openvpn.devel/11262 Signed-off-by: Gert Doering <gert@greenie.muc.de>
2015-12-13Add Windows DNS Leak fix using WFP ('block-outside-dns')ValdikSS
This option blocks all out-of-tunnel communication on TCP/UDP port 53 (except for OpenVPN itself), preventing DNS Leaks on Windows 8.1 and 10. This is the same patch as dd628d2e0d786e4 in release/2.3, except that it is always compiled (on WIN32) here - we already require compilation for Vista+ in master (-> 2.4). Reviewed-by: Selva Nair <selva.nair@gmail.com> Reviewed-by: Lev Stipakov <lstipakov@gmail.com> Reviewed-by: James Yonan <james@openvpn.net> Acked-by: Gert Doering <gert@greenie.muc.de> Message-Id: <1449780715-4027-1-git-send-email-iam@valdikss.org.ru> URL: http://article.gmane.org/gmane.network.openvpn.devel/10744 Signed-off-by: Gert Doering <gert@greenie.muc.de>
2015-10-06This fixes MSVS 2013 compilation.Lev Stipakov
* Tools version changed to 12 * Added comp.c/h and compat.c/h to project files * Workaround for missing __attribute__ support Also, as a preparation for MSVS2015, ensured that snprintf is not defined for that VS version. Acked-by: Gert Doering <gert@greenie.muc.de> Message-Id: <1443786401-30416-1-git-send-email-lstipakov@gmail.com> URL: http://article.gmane.org/gmane.network.openvpn.devel/10174 Signed-off-by: Gert Doering <gert@greenie.muc.de>
2012-06-29cleanup: windows: convert argv (UCS-2 to UTF-8) at earliestAlon Bar-Lev
Discussed at [1]. Use wmain under windows, drop the custom parsing and shell32 linkage. There is no need for gc magic as this allocation is static. [1] http://permalink.gmane.org/gmane.network.openvpn.devel/5433 Signed-off-by: Alon Bar-Lev <alon.barlev@gmail.com> Message-Id: 1332621070-28464-1-git-send-email-alon.barlev@gmail.com URL: http://article.gmane.org/gmane.network.openvpn.devel/6063 Tested-by: Samuli Seppänen <samuli@openvpn.net> Signed-off-by: David Sommerseth <davids@redhat.com>
2012-03-29build: msvc: upgrade to Visual Studio 2010 + fixupsAlon Bar-Lev
Signed-off-by: Alon Bar-Lev <alon.barlev@gmail.com> Acked-by: Samuli Seppänen <samuli@openvpn.net> Signed-off-by: David Sommerseth <davids@redhat.com>