aboutsummaryrefslogtreecommitdiffstatshomepage
Commit message (Collapse)AuthorAgeFilesLines
...
* attacksurface: update to wintun changesJason A. Donenfeld2019-09-231-1/+1
|
* conf: do not create config folder and migrate if presetJason A. Donenfeld2019-09-233-1/+9
|
* global: use SECURITY_DESCRIPTOR apis from x/sys/windowsJason A. Donenfeld2019-09-2316-170/+81
|
* updater: use correct length for security attributesJason A. Donenfeld2019-09-231-1/+1
|
* firewall: remove unused wrappersJason A. Donenfeld2019-09-232-32/+0
|
* mod: version bumpJason A. Donenfeld2019-09-233-24/+21
|
* version: bumpJason A. Donenfeld2019-09-131-2/+2
|
* ui: do not use tray object when nilJason A. Donenfeld2019-09-131-3/+7
|
* ui: fix popup menu placement in syntaxeditSimon Rozman2019-09-131-3/+4
| | | | | | | When pop-up menu is invoked using keyboard, the coordinates are (-1,-1). However, LOWORD/HIWORD return (65535, 65535). Signed-off-by: Simon Rozman <simon@rozman.si>
* ui: cleanupSimon Rozman2019-09-131-1/+0
| | | | Signed-off-by: Simon Rozman <simon@rozman.si>
* tunnel: device->interfaceJason A. Donenfeld2019-09-132-2/+2
|
* mod: bump dependenciesJason A. Donenfeld2019-09-132-17/+21
|
* version: bumpJason A. Donenfeld2019-09-051-2/+2
|
* build: bump dependenciesJason A. Donenfeld2019-09-052-5/+5
|
* ui: syntax: support Shift+Ins pasting tooSimon Rozman2019-09-051-5/+5
| | | | Signed-off-by: Simon Rozman <simon@rozman.si>
* ui: syntax: xor colors with backgroundSimon Rozman2019-09-051-1/+8
| | | | | | | | | | This makes syntax highlighting retain text contrast on black background (e.g. high-contrast mode) Maybe using a smarter arithmetic than XOR could be used to retain errors in red. They turn cyan on black background now. Signed-off-by: Simon Rozman <simon@rozman.si>
* ui: fix log view alternating row high-contrast theme switching issueSimon Rozman2019-09-051-9/+7
| | | | Signed-off-by: Simon Rozman <simon@rozman.si>
* ui: do not initialize in global init()Jason A. Donenfeld2019-09-051-4/+10
|
* attacksurface: mention named pipe escape hatchJason A. Donenfeld2019-09-051-1/+1
|
* ui: add gridlines to logJason A. Donenfeld2019-09-051-0/+1
|
* ui: fix dot-gray.svg iconSimon Rozman2019-09-051-1/+1
| | | | | | | | | | | | | 1. The ImageMagick convert has issues with upsampling. The icon was resized to make ImageMagick downsample it for a much sharper .ico result. 2. The transform was removed to make all coordinates integral. 3. The circle has been shrunken a bit. Spanning edge-to-edge it appeared huge. Signed-off-by: Simon Rozman <simon@rozman.si>
* mod: update dependenciesJason A. Donenfeld2019-09-052-14/+14
|
* version: bumpJason A. Donenfeld2019-09-021-2/+2
|
* installer: update path to versionJason A. Donenfeld2019-09-011-1/+1
|
* winipcfg: launch callbacks in goroutines to prevent deadlockJason A. Donenfeld2019-09-013-3/+3
| | | | | | | | | | ret: setupLock interfaceChangeLock trigger: interfaceChangeLock setupLock
* build: update resume timer patch to merged versionJason A. Donenfeld2019-09-011-38/+52
|
* build: use newer wg(8) source for pipe changesJason A. Donenfeld2019-09-011-1/+1
|
* services: use protected prefix for named pipeJason A. Donenfeld2019-09-011-1/+1
|
* manager: enforce client pipe ownershipJason A. Donenfeld2019-09-011-1/+6
|
* mod: update dependenciesJason A. Donenfeld2019-09-012-16/+14
|
* attacksurface: update mention of prefixes and namespacesJason A. Donenfeld2019-08-311-1/+2
|
* manager: delay stale adapter cleanupJason A. Donenfeld2019-08-304-5/+5
| | | | | | By delaying this by 10 seconds, we ensure that we don't cause the locks to be contended immediately on startup. Before, this added around 600ms of latency to tunnel startup.
* manager: adjust for wintun api changesJason A. Donenfeld2019-08-302-38/+4
| | | | | Also get rid of the "Local Area Connection" hack and "/wintun /deleteall".
* elevate: ensure desktop token is opened with duplication allowedJason A. Donenfeld2019-08-301-1/+1
|
* winipcfg: use upstream helper function for elevation testJason A. Donenfeld2019-08-301-16/+9
|
* ui: add label mnemonicsSimon Rozman2019-08-307-22/+20
| | | | Signed-off-by: Simon Rozman <simon@rozman.si>
* main: display localized "Administrators" group nameSimon Rozman2019-08-302-7/+23
| | | | Signed-off-by: Simon Rozman <simon@rozman.si>
* elevate: check for desktop admin ownershipJason A. Donenfeld2019-08-305-9/+71
|
* elevate: use more strict check for admin groupJason A. Donenfeld2019-08-304-15/+24
|
* manager: fix nits in adapter cleanup logic and also handle ā€˜%sā€™ uniformlyJason A. Donenfeld2019-08-306-26/+23
|
* manager: clean stale adapters on startupSimon Rozman2019-08-302-0/+70
| | | | Signed-off-by: Simon Rozman <simon@rozman.si>
* tunnel: allow disabling deterministic GUIDs for external consumersJason A. Donenfeld2019-08-301-21/+31
|
* version: hard code name and version at compile timeJason A. Donenfeld2019-08-3012-170/+20
| | | | | | | We really do want the true name and version in logs so that external consumers have a good reference point for helping us debug. We can then do the log file directory explicitly.
* version: use ProductName and ProductVersion as stringsJason A. Donenfeld2019-08-307-46/+31
|
* version: bumpJason A. Donenfeld2019-08-271-2/+2
|
* mod: update dependenciesJason A. Donenfeld2019-08-272-13/+13
|
* build: backport resume monitoring for timersJason A. Donenfeld2019-08-273-6/+208
|
* build: use goproxy when not remasteringJason A. Donenfeld2019-08-272-2/+1
|
* tunnel: do not query real interface nameJason A. Donenfeld2019-08-262-10/+0
| | | | | | | | | | | We want to enforce the relation between the socket name and the service name, especially since the wintun adapter name might get a 1 or 2 appended depending on weird Nci duplication detection. So we just stick with the configuration-given name throughout. Also, the user can change the adapter name at runtime, which is all the more reason why maybe we shouldn't care about it so much. Reported-by: Nenad Kozul <me@nenadkozul.com>
* elevate: use upstream windows directory functionJason A. Donenfeld2019-08-263-27/+10
|