aboutsummaryrefslogtreecommitdiffstatshomepage
Commit message (Collapse)AuthorAgeFilesLines
...
* tunnel: generate GUIDs deterministicallyJason A. Donenfeld2019-06-102-1/+74
| | | | | | This allows NLA profiles to securely bind public keys to firewall profiles, a considerable improvement on the usual insecure Windows situation.
* mod: bump wireguard-goJason A. Donenfeld2019-06-101-1/+1
|
* tunnel: SCM lock status is upstream nowJason A. Donenfeld2019-06-091-32/+11
|
* manager: set sidtype using upstream methodJason A. Donenfeld2019-06-081-9/+1
|
* main: update usage infoSimon Rozman2019-06-071-1/+1
| | | | Signed-off-by: Simon Rozman <simon@rozman.si>
* version: bumpJason A. Donenfeld2019-06-071-2/+2
|
* mod: bump wireguard-goJason A. Donenfeld2019-06-071-1/+1
|
* tunnel: release SCM locks by faking an early start before wintun initJason A. Donenfeld2019-06-071-0/+35
| | | | | Otherwise creating the wintun service deadlocks the entire SCM on Windows 8.1.
* firewall: GUID generation is now upstreamJason A. Donenfeld2019-06-072-16/+2
|
* conf: tick count is upstream nowJason A. Donenfeld2019-06-072-10/+2
|
* manager: install tunnel to depend on NsiJason A. Donenfeld2019-06-071-0/+1
|
* global: cleanup TODO comment spacingJason A. Donenfeld2019-06-0715-26/+26
|
* tunnel: perform full stop on shutdownSimon Rozman2019-06-071-2/+2
| | | | | | | | | | | The services which do not advertise they accept shutdown signal from SCM are killed on shutdown. This commit establishes a full tunnel cleanup (i.e. delete the adapter) on shutdown. Otherwise, the Wintun adapter is deleted on next boot as a part of the regular sanitation procedure. Signed-off-by: Simon Rozman <simon@rozman.si>
* ui: get rid of hacks in tunnelspageAlexander Neumann2019-06-071-4/+2
| | | | Signed-off-by: Alexander Neumann <alexander.neumann@picos-software.com>
* tunnel: retain SeLoadDriverPrivilegeJason A. Donenfeld2019-06-074-6/+17
| | | | This is a big loss. We'll need to revisit this.
* tunnel: don't fail on v6 family lookup unless using v6Jason A. Donenfeld2019-06-071-14/+16
|
* ui: remove hacks from confviewAlexander Neumann2019-06-071-25/+3
| | | | Signed-off-by: Alexander Neumann <alexander.neumann@picos-software.com>
* services: iterate through groups using helperJason A. Donenfeld2019-06-072-4/+2
|
* ui: confview: add more super horrible wm_sizing hacksJason A. Donenfeld2019-06-071-0/+4
|
* ui: cache last observed stateJason A. Donenfeld2019-06-071-5/+15
| | | | | | Sometimes State() is out of sync with the notifications when a service removal is pending. This unifies that, and also removes IPC from the main thread.
* tunnel: fix formattingJason A. Donenfeld2019-06-073-4/+8
|
* build: remove .exe suffix from command invocationsJason A. Donenfeld2019-06-072-13/+17
| | | | And set pathext to .exe to be explicit. Also, we're not going to do sfx.
* build: support building wg(8)Jason A. Donenfeld2019-06-074-4/+28
|
* version: bumpJason A. Donenfeld2019-05-311-2/+2
|
* tunnel: make tcp/ip waiting explicitJason A. Donenfeld2019-05-313-18/+27
|
* firewall: use random GUIDsJason A. Donenfeld2019-05-312-20/+27
|
* tunnel: logical simplificationJason A. Donenfeld2019-05-291-1/+1
|
* README: document wg(8) buildingJason A. Donenfeld2019-05-291-0/+13
|
* tunnel: allow for disabled ipv6Jason A. Donenfeld2019-05-291-14/+12
|
* global: several helpers are now upstreamJason A. Donenfeld2019-05-276-110/+11
|
* ui: do not pass pointer into closure from loopJason A. Donenfeld2019-05-271-2/+2
|
* ui: add WM_SIZING hack back to confviewJason A. Donenfeld2019-05-271-0/+1
| | | | Helps selection of initial item. I'm not happy about this.
* winipcfg: make LUID.DeleteIPAddress accept IPNetSimon Rozman2019-05-273-4/+10
| | | | | | Thou DeleteUnicastIpAddressEntry() cares about the IP only. Signed-off-by: Simon Rozman <simon@rozman.si>
* build: set 6.1 PE flagsJason A. Donenfeld2019-05-262-0/+2
|
* global: use filepath.Join uniformlyJason A. Donenfeld2019-05-254-13/+14
|
* build: opt in to walk cgoJason A. Donenfeld2019-05-252-2/+2
|
* winipcfg: SocketAddressToIP was upstreamedJason A. Donenfeld2019-05-253-30/+4
|
* winipcfg: switch to windows.GetAdaptersAddressesSimon Rozman2019-05-242-11/+1
| | | | Signed-off-by: Simon Rozman <simon@rozman.si>
* manager: don't forget to close pipe in runtime configJason A. Donenfeld2019-05-231-1/+1
|
* ui: err is a %vJason A. Donenfeld2019-05-231-1/+1
|
* ui: confview: hide groupbox when removingJason A. Donenfeld2019-05-231-0/+1
| | | | This prevents us from loosing focus for a second.
* version: bumpJason A. Donenfeld2019-05-231-2/+2
|
* manager: use winpipe instead of winioJason A. Donenfeld2019-05-233-7/+5
|
* ui: fix listview painting on win 7 classic theme and high contrast themesAlexander Neumann2019-05-231-13/+2
| | | | Signed-off-by: Alexander Neumann <alexander.neumann@picos-software.com>
* winipcfg: add note describing how to setup winipcfg testing environmentSimon Rozman2019-05-231-0/+16
| | | | | | | ...to save us head-scratching time when trying to run the tests again few months later. Signed-off-by: Simon Rozman <simon@rozman.si>
* installer: do not wait for service to startJason A. Donenfeld2019-05-231-14/+17
|
* installer: set sidtype from customactionJason A. Donenfeld2019-05-222-0/+25
| | | | Otherwise they'll fail to come up when updating to 0.0.9.
* manager: don't delay updates by 10 secondsJason A. Donenfeld2019-05-221-2/+0
|
* winipcfg: importJason A. Donenfeld2019-05-2220-64/+4479
| | | | | | | | We'll maintain this as part of the same repo here. Later maybe we'll push it into x/sys/windows. Signed-off-by: Simon Rozman <simon@rozman.si> Signed-off-by: Aleksandar Pesic <peske.nis@gmail.com>
* ui: trade one hack for another in confviewJason A. Donenfeld2019-05-221-1/+1
|