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
Brad Fitzpatrick 8aa5c3534d ipn/ipnlocal: simplify authURL vs authURLSticky, remove interact field
The previous LocalBackend & CLI 'up' changes improved some stuff, but
might've been too aggressive in some edge cases.

This simplifies the authURL vs authURLSticky distinction and removes
the interact field, which seemed to just just be about duplicate URL
suppression in IPN bus, back from when the IPN bus was a single client
at a time. This moves that suppression to a different spot.

Fixes #12119
Updates #12028
Updates #12042

Change-Id: I1f8800b1e82ccc1c8a0d7abba559e7404ddf41e4
Signed-off-by: Brad Fitzpatrick <bradfitz@tailscale.com>
2 months ago
..
conffile ipn/{conffile,ipnlocal}: start booting tailscaled from a config file w/ auth key 8 months ago
ipnauth go.mod, all: move away from inet.af domain seized by Taliban 4 months ago
ipnlocal ipn/ipnlocal: simplify authURL vs authURLSticky, remove interact field 2 months ago
ipnserver ipn/ipnserver: close a small race in ipnserver, ~simplify code 2 months ago
ipnstate cmd/tailscale,controlclient,ipnlocal: fix 'up', deflake tests more 2 months ago
localapi ipn/ipnlocal, all: plumb health trackers in tests 2 months ago
policy ipn,tailconfig: clean up unreleased and removed app connector service 8 months ago
store cmd/containerboot,kube,ipn/store/kubestore: allow interactive login on kube, check Secret create perms, allow empty state Secret (#11326) 2 months ago
backend.go ipn: remove unused Options.LegacyMigrationPrefs 2 months ago
conf.go cmd/k8s-operator,cmd/containerboot,ipn,k8s-operator: turn off stateful filter for egress proxies. (#12075) 2 months ago
doc.go all: update copyright and license headers 1 year ago
ipn_clone.go various: implement stateful firewalling on Linux (#12025) 2 months ago
ipn_test.go net/packet: split off checksum munging into different pkg 9 months ago
ipn_view.go various: implement stateful firewalling on Linux (#12025) 2 months ago
prefs.go ipn/ipnlocal: set default NoStatefulFiltering in ipn.NewPrefs (#12031) 2 months ago
prefs_test.go ipn/ipnlocal: set default NoStatefulFiltering in ipn.NewPrefs (#12031) 2 months ago
serve.go all: deprecate Node.Capabilities (more), remove PeerChange.Capabilities [capver 89] 3 months ago
serve_test.go {ipn/serve,cmd/tailscale/cli}: move some shared funcs to ipn 4 months ago
store.go ipn: add comment about thread-safety to StateStore 4 months ago
store_test.go ipn: avoid useless no-op WriteState calls 11 months ago