Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | ui: don't closehandle on a menu | Jason A. Donenfeld | 2019-05-15 | 1 | -1/+0 |
| | |||||
* | firewall: give sublayer heavy weight | Jason A. Donenfeld | 2019-05-15 | 1 | -0/+1 |
| | |||||
* | firewall: correct type on 32bit structure | Jason A. Donenfeld | 2019-05-15 | 1 | -1/+1 |
| | |||||
* | version: bump | Jason A. Donenfeld | 2019-05-15 | 1 | -2/+2 |
| | |||||
* | service: ip adapter might not be up yet | Jason A. Donenfeld | 2019-05-15 | 1 | -5/+19 |
| | | | | I don't like polling, but windows is racey. | ||||
* | ui: drop permissions | Jason A. Donenfeld | 2019-05-15 | 4 | -2/+7 |
| | |||||
* | service: move WTS upstream | Jason A. Donenfeld | 2019-05-15 | 5 | -137/+13 |
| | |||||
* | build: handle errors in env block creation | Jason A. Donenfeld | 2019-05-15 | 1 | -19/+36 |
| | |||||
* | service: more apis ported upstream | Jason A. Donenfeld | 2019-05-15 | 3 | -64/+10 |
| | |||||
* | ui: disallow empty space left clicks in listview | Anthony Dong | 2019-05-15 | 1 | -0/+1 |
| | | | | Signed-off-by: Anthony Dong <aanthony.dong@gmail.com> | ||||
* | build: allow unused functions, for cgo | Jason A. Donenfeld | 2019-05-14 | 2 | -2/+2 |
| | |||||
* | service: clean up token mangling | Jason A. Donenfeld | 2019-05-14 | 6 | -111/+26 |
| | |||||
* | service: drop all privileges for tunnel service | Odd Stranne | 2019-05-14 | 4 | -0/+108 |
| | | | | Signed-off-by: Odd Stranne <odd@mullvad.net> | ||||
* | service: replace GetIfEntry2Ex with GetIfEntry2 | Simon Rozman | 2019-05-14 | 1 | -1/+1 |
| | | | | | | GetIfEntry2Ex is Windows 10+ only Signed-off-by: Simon Rozman <simon@rozman.si> | ||||
* | ui: show overlay in pinned taskbar | Jason A. Donenfeld | 2019-05-14 | 1 | -11/+12 |
| | | | | | | This means the window icon no longer changes, which sucks, especially for servercore, but it means that the taskbar shows something useful on Windows 10. | ||||
* | ui: centralize state labels | Jason A. Donenfeld | 2019-05-14 | 3 | -32/+28 |
| | |||||
* | ui: update progress indicator when created | Jason A. Donenfeld | 2019-05-14 | 1 | -9/+28 |
| | |||||
* | service: winipcfg no longer returns a wrapped error | Jason A. Donenfeld | 2019-05-14 | 1 | -2/+2 |
| | |||||
* | service: skip routes for interfaces that aren't up | Jason A. Donenfeld | 2019-05-14 | 1 | -0/+5 |
| | |||||
* | ui: at least try to make a tray on server core | Jason A. Donenfeld | 2019-05-14 | 1 | -3/+5 |
| | |||||
* | ui: add about to corner menu | Jason A. Donenfeld | 2019-05-14 | 2 | -1/+29 |
| | |||||
* | service: account for loggedon but disconnected sessions | Jason A. Donenfeld | 2019-05-14 | 1 | -1/+1 |
| | |||||
* | global: use tab after //sys | Jason A. Donenfeld | 2019-05-14 | 11 | -22/+22 |
| | |||||
* | build: we no longer use security attributes | Jason A. Donenfeld | 2019-05-14 | 1 | -50/+0 |
| | |||||
* | makefile: use CURDIR not PWD for -C operation | Jason A. Donenfeld | 2019-05-14 | 1 | -1/+1 |
| | |||||
* | global: regroup all imports | Jason A. Donenfeld | 2019-05-14 | 40 | -72/+112 |
| | |||||
* | service: reuse golang.org/x/sys/windows address family constants | Simon Rozman | 2019-05-14 | 1 | -12/+13 |
| | | | | Signed-off-by: Simon Rozman <simon@rozman.si> | ||||
* | ui: do not use system tray on server core | Jason A. Donenfeld | 2019-05-14 | 4 | -4/+205 |
| | |||||
* | attacksurface: updates | Jason A. Donenfeld | 2019-05-13 | 1 | -5/+4 |
| | |||||
* | go.mod: add missing deps | Jason A. Donenfeld | 2019-05-13 | 1 | -3/+7 |
| | |||||
* | ui: syntax: rehighlight on DPI change | Jason A. Donenfeld | 2019-05-13 | 1 | -0/+3 |
| | |||||
* | ui: syntax: fix indentation | Jason A. Donenfeld | 2019-05-13 | 1 | -5/+5 |
| | |||||
* | build: actually set cflags | Jason A. Donenfeld | 2019-05-13 | 2 | -2/+2 |
| | |||||
* | version: bump | Jason A. Donenfeld | 2019-05-13 | 1 | -2/+2 |
| | |||||
* | firewall: fix logic error | Jason A. Donenfeld | 2019-05-13 | 1 | -1/+1 |
| | |||||
* | version: bump | Jason A. Donenfeld | 2019-05-13 | 1 | -2/+2 |
| | |||||
* | firewall: only allow specified dns servers | Jason A. Donenfeld | 2019-05-13 | 3 | -49/+186 |
| | |||||
* | ui: always do WM_SIZING hack in confview | Jason A. Donenfeld | 2019-05-13 | 1 | -2/+1 |
| | | | | | Gets around the situation where a row is hidden in the interface but not the peer and a gap is left. | ||||
* | ui: add easter egg | Jason A. Donenfeld | 2019-05-13 | 1 | -0/+15 |
| | |||||
* | service: use more standard naming scheme for syscalls | Jason A. Donenfeld | 2019-05-13 | 5 | -100/+96 |
| | |||||
* | ui: show taskbar progress | Jason A. Donenfeld | 2019-05-13 | 1 | -0/+9 |
| | |||||
* | service: allow go to create correct environment block | Jason A. Donenfeld | 2019-05-13 | 8 | -88/+178 |
| | |||||
* | ui: lock runtime thread as early as possible | Jason A. Donenfeld | 2019-05-13 | 1 | -0/+2 |
| | |||||
* | ui: do not overlay gray dot on icon | Jason A. Donenfeld | 2019-05-13 | 1 | -0/+3 |
| | |||||
* | Makefile: remove unused variable | Jason A. Donenfeld | 2019-05-13 | 1 | -1/+0 |
| | |||||
* | ui: reduce width of gray icon border | Jason A. Donenfeld | 2019-05-13 | 1 | -1/+1 |
| | |||||
* | ui: remove unused icons | Jason A. Donenfeld | 2019-05-13 | 4 | -9/+0 |
| | | | | | | These dots were good while they lasted, and I'll be sad to see them go. We can always recover them from git history need be. Next perhaps we'll axe dot-gray.svg? | ||||
* | installer: add note to remove before july | Jason A. Donenfeld | 2019-05-13 | 1 | -1/+1 |
| | |||||
* | ui: give foreground status to foreign process in raise | Jason A. Donenfeld | 2019-05-13 | 1 | -0/+2 |
| | | | | | | While UIPI prevents us from sending real window messages, we can at least give the foreground privilege to the other process, which lets it then actually come in front as it wants. | ||||
* | installer: make UpgradeCode platform-specific | Simon Rozman | 2019-05-12 | 1 | -2/+17 |
| | | | | | | | | | | | Platform specific UpgradeCode(s) stop Group Policy Management Editor from offering x86 for amd64 or vice-versa upgrades. Note: The amd64 is keeping the original UpgradeCode, the x86 line got a new one. Nevertheless, the x86 MSI is authored as an upgrade of <v0.0.4 legacy/amd64 packages too. Signed-off-by: Simon Rozman <simon@rozman.si> |