aboutsummaryrefslogtreecommitdiffstats
path: root/wintun.wxs (unfollow)
Commit message (Expand)AuthorFilesLines
2019-04-26Split driver setup to EV signed (<Win10) and WHQL signed (>=Win10)Simon Rozman1-0/+29
2019-04-26Quote platform namesSimon Rozman1-2/+2
2019-04-26Prevent WoW64 installationsSimon Rozman1-0/+13
2019-04-25README: only specify SHA1 in certificate specifierJason A. Donenfeld1-1/+1
2019-04-25README: Be explicit about timestamp serverJason A. Donenfeld1-0/+1
2019-04-23De-haiku wintun.projSimon Rozman1-41/+12
2019-04-23Extend MSBuild project to build all supported platforms at onceSimon Rozman2-52/+45
2019-04-20README: fix up documentationJason A. Donenfeld1-3/+3
2019-04-19MSM: Migrate WiX command line options to appropriate ItemGroupsSimon Rozman1-3/+15
2019-04-19MSM: Fix digital signing of output filesSimon Rozman1-3/+2
2019-04-19MSM: Install driver files to C:\Program Files\WintunSimon Rozman2-1/+30
2019-04-19Add missing dependenciesSimon Rozman1-1/+1
2019-04-19Switch from NMake to MSBuildSimon Rozman8-143/+228
2019-04-19Makefile: use more standard output filenames for msmJason A. Donenfeld2-3/+3
2019-04-18Preset version to 0.1Simon Rozman3-13/+7
2019-04-18Make Makefile build all supported platformsSimon Rozman3-67/+80
2019-04-18Move MSM files to a distribution folderSimon Rozman2-5/+12
2019-04-18Add version and platform designation to wintun.msm filenamesSimon Rozman1-5/+7
2019-04-18Stop producing wixpdbSimon Rozman1-2/+2
2019-04-18Remove smvbuild.log on cleanSimon Rozman1-0/+1
2019-04-18Nuke output folder on cleanSimon Rozman1-7/+2
2019-04-17Cleanup clean targetSimon Rozman1-5/+5
2019-04-17MSM: Explicitly version driver filesSimon Rozman2-11/+22
2019-04-17MSM: Mark package as read-onlySimon Rozman1-1/+2
2019-04-17MSM: Mark package to require elevated and per-machine installSimon Rozman1-1/+3
2019-04-17MSM: Mark module as language-independentSimon Rozman1-1/+1
2019-04-16Add MSM packaging supportSimon Rozman3-2/+83
2019-04-16Reintroduce Windows 7 supportSimon Rozman1-6/+6
2019-04-15Add ARM64 compiling supportSimon Rozman4-3/+54
2019-04-15Revise architecture naming conventionSimon Rozman4-22/+27
2019-04-14Fixup readme markdown formattingJason A. Donenfeld1-17/+13
2019-04-13Establish command line building supportSimon Rozman4-4/+87
2019-04-12Revise OID request return statusesSimon Rozman1-8/+8
2019-04-12Assist SDV in realizing that non-NULL IRP => non-NULL bufferSimon Rozman1-0/+3
2019-04-12TunCanFitIntoIrp => TunWontFitIntoIrpSimon Rozman1-2/+2
2019-04-12.gitignore Static Driver Verifier outputSimon Rozman1-0/+12
2019-04-12Fix output folderSimon Rozman1-0/+4
2019-04-12Move #define NDIS... to ClCompile/PreprocessorDefinitionsSimon Rozman2-56/+11
2019-04-12Enable code analysis on Release build and set it to DriverMustFixRulesSimon Rozman1-2/+10
2019-04-12Set UseDebugLibraries to true for debug driver buildsSimon Rozman1-2/+2
2019-04-12Fix indentationSimon Rozman1-5/+5
2019-04-12InterlockedAdd/Subtract(val, 1) => InterlockedIncrement/Decrement(val)Simon Rozman1-6/+4
2019-04-11Wait for handles to close before returning from TunHaltEx()Simon Rozman1-23/+40
2019-04-11Revise I/O errorsSimon Rozman1-5/+5
2019-04-11Initialize ActiveTransactionCount to 1Simon Rozman1-3/+5
2019-04-11Clean excessive miniport adapter state checksSimon Rozman1-9/+3
2019-04-11Clean unneeded TunSetOptions()Simon Rozman1-9/+0
2019-04-10Merge TUN_CTX and TUN_DEVEXT and save entire context in device extensionSimon Rozman1-241/+218
2019-04-10Cancel pending IRPs and selectively block new ones when haltedSimon Rozman1-3/+28
2019-04-10Fix spacingSimon Rozman1-28/+28