aboutsummaryrefslogtreecommitdiffstats
path: root/ipc/uapi_windows.go (follow)
Commit message (Collapse)AuthorAgeFilesLines
* global: bump copyright yearJason A. Donenfeld2023-02-071-1/+1
| | | | Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
* global: bump copyright yearJason A. Donenfeld2022-09-201-1/+1
| | | | Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
* namedpipe: rename from winpipe to keep in sync with CL299009Jason A. Donenfeld2021-11-041-5/+3
| | | | Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
* ipc: allow admins but require high integrity labelJason A. Donenfeld2021-06-241-2/+1
| | | | | | Might be more reasonable. Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
* winpipe: move syscalls into x/sysJason A. Donenfeld2021-03-081-2/+2
| | | | Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
* global: bump copyrightJason A. Donenfeld2021-01-281-1/+1
| | | | Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
* ipc: add missing Windows errnoJason A. Donenfeld2021-01-251-0/+1
| | | | Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
* global: update header comments and modulesJason A. Donenfeld2020-05-021-1/+1
| | | | Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
* winpipe: use x/sys/windows instead of syscallJason A. Donenfeld2019-09-161-2/+12
|
* ipc: windows: use protected prefixJason A. Donenfeld2019-08-311-1/+1
|
* 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: use simplified fork of winioJason A. Donenfeld2019-05-231-3/+3
|
* global: regroup all importsJason A. Donenfeld2019-05-141-1/+2
|
* 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-031-0/+76