aboutsummaryrefslogtreecommitdiff
path: root/src/openvpnserv
AgeCommit message (Expand)Author
2018-10-08msvc: Move common project settings to reusable property sheetsSimon Rozman
2018-10-07openvpnserv: clarify return values typeLev Stipakov
2018-10-07Signed/unsigned warnings of MSVC resolvedSimon Rozman
2018-10-05Enable dhcp on tap adapter using interactive serviceSelva Nair
2018-10-05Move get system directory to a separate functionSelva Nair
2018-10-01win: support for Visual Studio 2017Lev Stipakov
2018-04-19Fix potential double-free() in Interactive Service (CVE-2018-9336)Gert Doering
2018-02-21Adapt to RegGetValue brokenness in Windows 7Selva Nair
2018-02-20Make most registry values optionalSelva Nair
2018-02-20Ensure strings read from registry are null-terminatedSelva Nair
2018-02-01Update copyright to include 2018 plus company name changeDavid Sommerseth
2018-01-25Refactor get_interface_metric to return metric and auto flag separatelySelva Nair
2017-12-04openvpnserv: Add support for multi-instancesSimon Rozman
2017-12-04openvpnserv: Review MSVC down-casting warningsSimon Rozman
2017-11-04Uniform swprintf() across MinGW and MSVC compilersSimon Rozman
2017-11-04Fix local #include to use quoted formSimon Rozman
2017-11-03Fix missing check for return value of malloc'd bufferSelva Nair
2017-11-03Avoid illegal memory access when malformed data is read from the pipeSelva Nair
2017-10-14Simplify iphlpapi.dll API callsSimon Rozman
2017-10-12RtlIpv6AddressToStringW() and RtlIpv4AddressToStringW() require mstcpip.hSimon Rozman
2017-10-11Mixing wide and regular strings in concatenations is not allowed in MSVC.Simon Rozman
2017-10-11Local functions are not supported in MSVC. Bummer.Simon Rozman
2017-06-16copyright: Update GPLv2 license textsDavid Sommerseth
2017-05-11Set a low interface metric for tap adapter when block-outside-dns is in useValdikSS
2017-02-20Fix user's group membership check in interactive service to work with domainsSelva Nair
2017-01-18More broadly enforce Allman style and braces-around-conditionalsSteffan Karger
2016-12-21Update copyrightsDavid Sommerseth
2016-12-14The Great Reformatting - first phaseDavid Sommerseth
2016-12-01Do not restart dns client service as a part of --register-dns processingSelva Nair
2016-11-24Set IPv6 DNS servers using interactive serviceSelva Nair
2016-09-18Fix win32 building with C99 modeGert Doering
2016-07-11Deprecate the automatic part of openvpnserv.exe in favor of openvpnserv2.exeSamuli Seppänen
2016-06-24Return process id of openvpn from interactive service to clientSelva Nair
2016-05-22Fix handling of out of memory error in interactive serviceSelva Nair
2016-05-16Add support for register-dns through interactive serviceSelva Nair
2016-03-06Add support for block-outside-dns through the interactive serviceSelva Nair
2016-03-06Use appropriate buffer size for WideCharToMultiByte output in interactive.cSelva Nair
2016-03-06Fix interactive service ignoring stop command if openvpn is runningSelva Nair
2016-03-06Handle localized Administrators group name in windowsSelva Nair
2016-02-25Fix openserv/validate.o linking issues on mingw.Gert Doering
2016-02-25Send stdout and stderr of OpenVPN started by interactive service to NULSelva Nair
2016-02-25Restrict options/configs for startup through interactive serviceSelva Nair
2016-02-05interactive service v3Heiko Hund
2015-10-06This fixes MSVS 2013 compilation.Lev Stipakov
2012-05-03build: windows: convert resources to UTF-8Alon Bar-Lev
2012-04-26cleanup: remove C++ commentsAlon Bar-Lev
2012-03-29build: msvc: upgrade to Visual Studio 2010 + fixupsAlon Bar-Lev
2012-03-26build: windows: set vendor to openvpn project + cleanupsAlon Bar-Lev
2012-03-22build: win-msvc: msbuild formatAlon Bar-Lev
2012-03-22build: add libtool + windows resources for executablesAlon Bar-Lev