summaryrefslogtreecommitdiffhomepage
path: root/ipc/uapi_windows.go
AgeCommit message (Collapse)Author
2019-09-16winpipe: use x/sys/windows instead of syscallJason A. Donenfeld
2019-08-31ipc: windows: use protected prefixJason A. Donenfeld
2019-07-19ipc: windows: match SDDL of WDK and make monkeyableJason A. Donenfeld
2019-06-06global: fixup TODO comment spacingJason A. Donenfeld
2019-05-23ipc: use simplified fork of winioJason A. Donenfeld
2019-05-14global: regroup all importsJason A. Donenfeld
2019-03-08Windows: Apply strict security descriptor on pipe serverOdd Stranne
Signed-off-by: Odd Stranne <odd@mullvad.net>
2019-03-08uapi: windows: work out pipe semanticsJason A. Donenfeld
Pipes can be arranged like this, so that's fine. We also apply a strict SDDL that can't be inherited and only gives access to local system. Developed-with: Odd Stranne <odd@mullvad.net>
2019-03-03global: begin modularizationJason A. Donenfeld