aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Make InstallCertificates and MsiProcessDrivers order deterministic0.1Simon Rozman2019-04-261-0/+4
* installer: put whql assets in reasonable placeJason A. Donenfeld2019-04-263-6/+2
* Note sha256 issueJason A. Donenfeld2019-04-261-1/+2
* installer: fix typosJason A. Donenfeld2019-04-263-9/+10
* Split driver setup to EV signed (<Win10) and WHQL signed (>=Win10)Simon Rozman2019-04-265-4/+46
* Quote platform namesSimon Rozman2019-04-261-2/+2
* Prevent WoW64 installationsSimon Rozman2019-04-261-0/+13
* README: only specify SHA1 in certificate specifierJason A. Donenfeld2019-04-251-1/+1
* README: Be explicit about timestamp serverJason A. Donenfeld2019-04-251-0/+1
* De-haiku wintun.projSimon Rozman2019-04-231-41/+12
* Extend MSBuild project to build all supported platforms at onceSimon Rozman2019-04-232-52/+45
* README: fix up documentationJason A. Donenfeld2019-04-201-3/+3
* MSM: Migrate WiX command line options to appropriate ItemGroupsSimon Rozman2019-04-191-3/+15
* MSM: Fix digital signing of output filesSimon Rozman2019-04-191-3/+2
* MSM: Install driver files to C:\Program Files\WintunSimon Rozman2019-04-192-1/+30
* Add missing dependenciesSimon Rozman2019-04-191-1/+1
* Switch from NMake to MSBuildSimon Rozman2019-04-198-143/+228
* Makefile: use more standard output filenames for msmJason A. Donenfeld2019-04-192-3/+3
* Preset version to 0.1Simon Rozman2019-04-183-13/+7
* Make Makefile build all supported platformsSimon Rozman2019-04-183-67/+80
* Move MSM files to a distribution folderSimon Rozman2019-04-182-5/+12
* Add version and platform designation to wintun.msm filenamesSimon Rozman2019-04-181-5/+7
* Stop producing wixpdbSimon Rozman2019-04-181-2/+2
* Remove smvbuild.log on cleanSimon Rozman2019-04-181-0/+1
* Nuke output folder on cleanSimon Rozman2019-04-181-7/+2
* Cleanup clean targetSimon Rozman2019-04-171-5/+5
* MSM: Explicitly version driver filesSimon Rozman2019-04-172-11/+22
* MSM: Mark package as read-onlySimon Rozman2019-04-171-1/+2
* MSM: Mark package to require elevated and per-machine installSimon Rozman2019-04-171-1/+3
* MSM: Mark module as language-independentSimon Rozman2019-04-171-1/+1
* Add MSM packaging supportSimon Rozman2019-04-163-2/+83
* Reintroduce Windows 7 supportSimon Rozman2019-04-161-6/+6
* Add ARM64 compiling supportSimon Rozman2019-04-154-3/+54
* Revise architecture naming conventionSimon Rozman2019-04-154-22/+27
* Fixup readme markdown formattingJason A. Donenfeld2019-04-141-17/+13
* Establish command line building supportSimon Rozman2019-04-134-4/+87
* Revise OID request return statusesSimon Rozman2019-04-121-8/+8
* Assist SDV in realizing that non-NULL IRP => non-NULL bufferSimon Rozman2019-04-121-0/+3
* TunCanFitIntoIrp => TunWontFitIntoIrpSimon Rozman2019-04-121-2/+2
* .gitignore Static Driver Verifier outputSimon Rozman2019-04-121-0/+12
* Fix output folderSimon Rozman2019-04-121-0/+4
* Move #define NDIS... to ClCompile/PreprocessorDefinitionsSimon Rozman2019-04-122-56/+11
* Enable code analysis on Release build and set it to DriverMustFixRulesSimon Rozman2019-04-121-2/+10
* Set UseDebugLibraries to true for debug driver buildsSimon Rozman2019-04-121-2/+2
* Fix indentationSimon Rozman2019-04-121-5/+5
* InterlockedAdd/Subtract(val, 1) => InterlockedIncrement/Decrement(val)Simon Rozman2019-04-121-6/+4
* Wait for handles to close before returning from TunHaltEx()Simon Rozman2019-04-111-23/+40
* Revise I/O errorsSimon Rozman2019-04-111-5/+5
* Initialize ActiveTransactionCount to 1Simon Rozman2019-04-111-3/+5
* Clean excessive miniport adapter state checksSimon Rozman2019-04-111-9/+3