tailscale/ipn
Brad Fitzpatrick 43b30e463c ipn/ipnserver: refactor permissions checks a bit, document more, fix Windows
Windows was only running the localapi on the debug port which was a
stopgap at the time while doing peercreds work. Removed that, and
wired it up correctly, with some more docs.

More clean-up to do after 1.6, moving the localhost TCP auth code into
the peercreds package. But that's too much for now, so the docs will
have to suffice, even if it's at a bit of an awkward stage with the
newly-renamed "NotWindows" field, which still isn't named well, but
it's better than its old name of "Unknown" which hasn't been accurate
since unix sock peercreds work anyway.

Signed-off-by: Brad Fitzpatrick <bradfitz@tailscale.com>
2021-03-05 21:46:32 -08:00
..
ipnlocal ipn/ipnlocal, control/controlclient: propagate link monitor to controlclient 2021-03-04 20:11:55 -08:00
ipnserver ipn/ipnserver: refactor permissions checks a bit, document more, fix Windows 2021-03-05 21:46:32 -08:00
ipnstate dnsname,tailcfg: add hostname sanitation logic to node display names (#1304) 2021-02-18 17:15:38 -05:00
localapi ipn/localapi, client/tailscale: add a goroutine dump handler 2021-03-05 12:14:24 -08:00
policy
backend.go types/netmap: split controlclient.NetworkMap off into its own leaf package 2021-02-05 16:18:52 -08:00
doc.go
fake_test.go types/netmap: split controlclient.NetworkMap off into its own leaf package 2021-02-05 16:18:52 -08:00
handle.go types/netmap: split controlclient.NetworkMap off into its own leaf package 2021-02-05 16:18:52 -08:00
message.go
message_test.go tstest: simplify goroutine leak tests 2021-02-03 13:06:40 -08:00
prefs.go ipn: print currently selected exit route in Prefs.String(). 2021-02-24 20:41:56 -08:00
prefs_clone.go types/persist: split controlclient.Persist into a small leaf package 2021-02-05 15:25:33 -08:00
prefs_test.go ipn: add tests for exit node pretty printing. 2021-02-24 21:18:35 -08:00
store.go
store_test.go