aboutsummaryrefslogtreecommitdiffstats
path: root/ipc (follow)
Commit message (Collapse)AuthorAgeFilesLines
* winpipe: use x/sys/windows instead of syscallJason A. Donenfeld2019-09-166-226/+126
|
* ipc: windows: use protected prefixJason A. Donenfeld2019-08-312-2/+2
|
* winpipe: enforce ownership of client connectionJason A. Donenfeld2019-08-303-7/+46
|
* ipc: windows: match SDDL of WDK and make monkeyableJason A. Donenfeld2019-07-191-11/+3
|
* global: fixup TODO comment spacingJason A. Donenfeld2019-06-061-1/+1
|
* ipc/winpipe: go fmtMatt Layher2019-06-031-1/+1
| | | | Signed-off-by: Matt Layher <mdlayher@gmail.com>
* ipc: use simplified fork of winioJason A. Donenfeld2019-05-236-3/+1153
|
* global: regroup all importsJason A. Donenfeld2019-05-143-4/+7
|
* Windows: Apply strict security descriptor on pipe serverOdd Stranne2019-03-081-1/+12
| | | | Signed-off-by: Odd Stranne <odd@mullvad.net>
* uapi: windows: work out pipe semanticsJason A. Donenfeld2019-03-081-2/+2
| | | | | | | 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>
* global: begin modularizationJason A. Donenfeld2019-03-033-0/+477