aboutsummaryrefslogtreecommitdiff
path: root/src/openvpnserv
AgeCommit message (Expand)Author
2024-03-26Fix snprintf/swnprintf related compiler warningsArne Schwabe
2024-03-19interactive.c: Fix potential stack overflow issueLev Stipakov
2024-03-19interactive.c: disable remote access to the service pipeLev Stipakov
2024-03-18Update Copyright statements to 2024Frank Lichtenheld
2024-03-08remove repetitive words in documentation and commentswellweek
2024-01-17cmake: symlink whole build dir not just .json fileHeiko Hund
2023-12-02Remove compat versionhelpers.h and remove cmake/configure check for itArne Schwabe
2023-08-11Set WINS servers via interactice serviceLev Stipakov
2023-06-27Remove all traces of the previous MSVC build systemFrank Lichtenheld
2023-06-27CMake: Add complete MinGW and MSVC buildFrank Lichtenheld
2023-05-19Interactive service: do not force a target desktop for openvpn.exeSelva Nair
2023-03-22Make error in setting metric for IPv6 interface non-fatalSelva Nair
2023-02-02block-dns using iservice: fix a potential double freeSelva Nair
2023-01-10Update copyright year to 2023Frank Lichtenheld
2022-12-31Cleanup: Close duplicated handles in interactive serviceSelva Nair
2022-12-31Use undo_lists for saving ring-buffer handles in interactive serviceSelva Nair
2022-12-29Properly unmap ring buffer file-map in interactive serviceSelva Nair
2022-12-22msvc: upgrade to Visual Studio 2022Lev Stipakov
2022-09-09msvc: remove .filters filesLev Stipakov
2022-04-21The Great Reformatting of 2022David Sommerseth
2022-03-17msvc: adjust build options to harden binariesLev Stipakov
2022-01-26update copyright year to 2022Antonio Quartulli
2021-09-27BUILD: enable CFG and Spectre mitigation for MSVCIlya Shipitsin
2021-06-15msvc: standalone buildingLev Stipakov
2021-06-15Update copyrightsDavid Sommerseth
2021-05-25Use C standard compliant format specs in wprintf functionsSelva Nair
2021-05-25Make it explicit that WIndows build requires UNICODE supportSelva Nair
2021-05-10msvc: add ARM64 configurationLev Stipakov
2021-05-02windows: list all enum values in switch blockAntonio Quartulli
2021-03-31Remove automatic serviceSelva Nair
2021-03-22openvpnserv: Cache last error before it is overriddenSimon Rozman
2021-03-21iservice: Resolve MSVC C4996 warningsSimon Rozman
2021-03-21interactive.c: Resolve MSVC C4996 warningSimon Rozman via Openvpn-devel
2021-02-24Quote the domain name argument passed to the wmic commandSelva Nair
2020-09-28Set DNS Domain using iserviceSelva Nair
2020-07-25wintun: remove SYSTEM elevation hackLev Stipakov
2020-06-10Set the correct mtu on windows based systemsChristopher Schenk
2020-03-10wintun: upgrade error message in case of ring registration failureSimon Rozman
2020-03-08interactive.c: remove unused functionLev Stipakov
2020-02-20Fix possible access of uninitialized pipe handlesSelva Nair
2020-02-20Fix possibly uninitialized return value in GetOpenvpnSettings()Selva Nair
2020-02-10Swap the order of checks for validating interactive service userSelva Nair
2019-12-17wintun: interactive service supportLev Stipakov
2019-11-09Visual Studio: upgrade project files to VS2019Lev Stipakov
2019-07-28Wrong FILETYPE in .rc filesGisle Vanem
2019-01-22White-list pull-filter and script-security in interactive serviceSelva Nair
2018-12-12uncrustify openvpnserv/ sourcesGert Doering
2018-10-22Introduce openvpn_swprintf() with nul termination guaranteeLev Stipakov
2018-10-10interactive.c: fix usage of potentially uninitialized variableLev Stipakov
2018-10-08msvc: Unify Unicode/MultiByte string setting across all cfg|platSimon Rozman