aboutsummaryrefslogtreecommitdiffstats
path: root/undocumented.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* driver: move to subfolderSimon Rozman2020-11-061-46/+0
| | | | Signed-off-by: Simon Rozman <simon@rozman.si>
* wintun: use proper import type for undocumented functionsJason A. Donenfeld2020-11-031-2/+7
| | | | Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
* Bump date headersJason A. Donenfeld2020-10-311-1/+1
| | | | Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
* Spin less and more efficientlyJason A. Donenfeld2019-08-041-0/+2
| | | | Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
* Add handle closing ioctlJason A. Donenfeld2019-07-311-0/+39
| | | | Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
* Piggy-back on top of NDIS' device object instead of adding our ownJason A. Donenfeld2019-07-181-44/+0
| | | | Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
* Manually clean up ugly cornersJason A. Donenfeld2019-07-031-0/+1
|
* Add NDIS team's clang-format conventionsJason A. Donenfeld2019-07-031-14/+23
| | | | | | | | This needs clang-format 9. This reveals a lot of other things we should clean up. Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com> Link: https://community.osr.com/discussion/291376/clang-format-and-driver-code
* Save some valuable lessons learned on Windows internalsSimon Rozman2019-06-201-0/+1
| | | | | Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com> Signed-off-by: Simon Rozman <simon@rozman.si>
* Set deny-all DACL instead of removing symlink on haltingSergei Mileshin2019-06-201-0/+2
| | | | | | | | | | | Deleting symbolic link on device removal only still makes it possible to open it from the real path. Setting the deny-all DACL instead is a more reliable way of preventing clients reopening the device when it is being removed. Signed-off-by: Sergei Mileshin <msvsysproger@gmail.com> Signed-off-by: Simon Rozman <simon@rozman.si>
* Force handles closed if requiredJason A. Donenfeld2019-06-031-0/+31
Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>