aboutsummaryrefslogtreecommitdiffstats
path: root/wintun.props (unfollow)
Commit message (Expand)AuthorFilesLines
2019-04-19Switch from NMake to MSBuildSimon Rozman1-0/+23
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
2019-04-09Migrate device-specific data to device extensionSimon Rozman1-286/+241
2019-04-09Rename TunDriverUnload() => TunUnload()Simon Rozman1-3/+3
2019-04-05Adjust OID_GEN_TRANSMIT_BUFFER_SPACE hint properlySimon Rozman1-0/+2
2019-04-05Stop rewarding user thread on IRP buffer errorSimon Rozman1-1/+1
2019-04-05Don't cancel pending IRPs on adapter pauseSimon Rozman1-68/+26
2019-04-05Mark canceled NBL status as NDIS_STATUS_SEND_ABORTEDSimon Rozman1-0/+1
2019-04-05Upgrade OID_GEN_XMIT_OK and OID_GEN_RCV_OK to support 64-bit countersSimon Rozman1-41/+69
2019-04-05Access PowerState interlockedSimon Rozman1-3/+3
2019-04-03Revert "Implement NDIS 6.30's NDIS_MINIPORT_ATTRIBUTES_NO_PAUSE_ON_SUSPEND"Simon Rozman1-141/+65
2019-04-03Upgrade NDIS_PM_CAPABILITIES to NDIS 6.30Simon Rozman1-3/+3
2019-04-03Report correct NDIS version to NdisMRegisterMiniportDriverSimon Rozman1-2/+2
2019-04-03Add extra ASSERT to check PoweredTransactionCount is 0 on power-onSimon Rozman1-0/+2