You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
tailscale/ipn
Aaron Klotz 90fd04cbde ipn/ipnlocal, util/winutil/policy: modify Windows profile migration to load legacy prefs from within tailscaled
I realized that a lot of the problems that we're seeing around migration and
LocalBackend state can be avoided if we drive Windows pref migration entirely
from within tailscaled. By doing it this way, tailscaled can automatically
perform the migration as soon as the connection with the client frontend is
established.

Since tailscaled is already running as LocalSystem, it already has access to
the user's local AppData directory. The profile manager already knows which
user is connected, so we simply need to resolve the user's prefs file and read
it from there.

Of course, to properly migrate this information we need to also check system
policies. I moved a bunch of policy resolution code out of the GUI and into
a new package in util/winutil/policy.

Updates #7626

Signed-off-by: Aaron Klotz <aaron@tailscale.com>
3 years ago
..
ipnauth all: update copyright and license headers 3 years ago
ipnlocal ipn/ipnlocal, util/winutil/policy: modify Windows profile migration to load legacy prefs from within tailscaled 3 years ago
ipnserver logpolicy: split out DialContext into a func 3 years ago
ipnstate cmd/tailscale: surface node-key for locked out tailnet-lock peers 3 years ago
localapi all: pass log IDs as the proper type rather than strings 3 years ago
policy all: update copyright and license headers 3 years ago
store ipn/store: add support for stores to hook into a custom dialer 3 years ago
backend.go all: update copyright and license headers 3 years ago
doc.go all: update copyright and license headers 3 years ago
fake_test.go all: update copyright and license headers 3 years ago
ipn_clone.go all: update copyright and license headers 3 years ago
ipn_view.go all: update copyright and license headers 3 years ago
prefs.go all: update copyright and license headers 3 years ago
prefs_test.go all: update copyright and license headers 3 years ago
serve.go funnel: change references from alpha to beta (#7613) 3 years ago
serve_test.go ipn: add Funnel port check from nodeAttr 3 years ago
store.go ipn/store: add support for stores to hook into a custom dialer 3 years ago