aboutsummaryrefslogtreecommitdiffstats
path: root/tun/wintun (follow)
Commit message (Expand)AuthorAgeFilesLines
* setupapi: actually fix padding by rounding up to sizeof(void*)Jason A. Donenfeld2019-04-191-1/+1
* setupapi: Revise DrvInfoDetailData struct size calculationSimon Rozman2019-04-182-3/+7
* windows: use proper constants from updated x/sysJason A. Donenfeld2019-04-133-16/+16
* wintun: rename device using undocumented API that netsh.exe usesJason A. Donenfeld2019-04-012-1/+41
* wintun: add more retry loopsJason A. Donenfeld2019-04-012-18/+51
* wintun: query for NetCfgInstanceId several timesJason A. Donenfeld2019-03-221-5/+16
* tun: windows: Make adapter rename asynchronousSimon Rozman2019-03-221-55/+1
* tun: windows: Adapter devices renamed to WINTUN<LUID Index>Simon Rozman2019-03-223-51/+62
* tun: windows: wintun does iocpJason A. Donenfeld2019-03-181-7/+0
* wintun: Poll more oftenJason A. Donenfeld2019-03-101-1/+1
* wintun: Make errors more descriptiveSimon Rozman2019-03-081-15/+20
* wintun: Return correct reboot-req flag on CreateInterface() error tooSimon Rozman2019-03-081-1/+1
* wintun: Fix double-quoted strings escaping on outputSimon Rozman2019-03-082-4/+4
* wintun: Introduce SetupAPI enumerator and machineName constsSimon Rozman2019-03-081-4/+7
* wintun: CleanupSimon Rozman2019-03-071-1/+1
* wintun: Refactor network registry key name generationSimon Rozman2019-03-071-22/+18
* wintun: Revise interface creation waitSimon Rozman2019-03-073-59/+106
* wintun: Resolve some of golint warningsSimon Rozman2019-03-043-17/+26
* Simplify reading NetCfgInstanceId from registrySimon Rozman2019-03-041-8/+2
* Unify interface-specific network registry key openSimon Rozman2019-03-041-10/+19
* Change package pathJason A. Donenfeld2019-02-182-3/+3
* setupapi: Merge _SP_DRVINFO_DETAIL_DATA and DrvInfoDetailDataSimon Rozman2019-02-074-55/+60
* setupapi: Merge SP_DRVINFO_DATA and DrvInfoDataSimon Rozman2019-02-074-78/+78
* setupapi: Rename SP_REMOVEDEVICE_PARAMS to RemoveDeviceParamsSimon Rozman2019-02-072-4/+4
* setupapi: Rename SP_CLASSINSTALL_HEADER to ClassInstallHeaderSimon Rozman2019-02-074-20/+20
* setupapi: Merge _SP_DEVINSTALL_PARAMS and DevInstallParamsSimon Rozman2019-02-074-63/+25
* setupapi: Merge _SP_DEVINFO_LIST_DETAIL_DATA and DevInfoListDetailDataSimon Rozman2019-02-074-26/+26
* setupapi: Rename SP_DEVINFO_DATA to DevInfoDataSimon Rozman2019-02-074-81/+81
* wintun: Detect if a foreign interface with the same name existsSimon Rozman2019-02-071-3/+36
* wintun: Clean excessive setupapi.DevInfo.GetDeviceInfoListDetail() callSimon Rozman2019-02-071-14/+0
* wintun: Explain rationale behind case-insensitive interface namesSimon Rozman2019-02-071-1/+5
* wintun: Implement TODO in TestSetupDiGetDeviceRegistryProperty()Simon Rozman2019-02-071-3/+11
* wintun: add FlushInterface stubJason A. Donenfeld2019-02-071-4/+13
* wintun: Compare values of GUID, not pointers, when removingJason A. Donenfeld2019-02-071-1/+1
* wintun: Introduce new package for obscuring Windows bitsJason A. Donenfeld2019-02-0710-0/+2459