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/ipnlocal
Brad Fitzpatrick b68a09cb34 ipn/ipnlocal: make active IPN sessions keyed by sessionID
We used a HandleSet before when we didn't have a unique handle. But a
sessionID is a unique handle, so use that instead. Then that replaces
the other map we had.

And now we'll have a way to look up an IPN session by sessionID for
later.

Updates tailscale/corp#17859

Change-Id: I5f647f367563ec8783c643e49f93817b341d9064
Signed-off-by: Brad Fitzpatrick <bradfitz@tailscale.com>
9 months ago
..
testdata
breaktcp_darwin.go
breaktcp_linux.go
c2n.go
c2n_pprof.go
c2n_test.go
cert.go ipn/ipnlocal: remove ancient transition mechanism for https certs 9 months ago
cert_js.go
cert_test.go
dnsconfig_test.go
expiry.go
expiry_test.go
local.go ipn/ipnlocal: make active IPN sessions keyed by sessionID 9 months ago
local_test.go ipn/ipnlocal: make active IPN sessions keyed by sessionID 9 months ago
loglines_test.go
network-lock.go all: remove LenIter, use Go 1.22 range-over-int instead 9 months ago
network-lock_test.go
peerapi.go ipn/ipnlocal: fix doctor API endpoint (#11155) 9 months ago
peerapi_h2c.go
peerapi_macios_ext.go
peerapi_test.go
profiles.go
profiles_notwindows.go
profiles_test.go
profiles_windows.go
serve.go all: remove LenIter, use Go 1.22 range-over-int instead 9 months ago
serve_test.go ipn,wgengine: only intercept TailFS traffic on quad 100 9 months ago
ssh.go
ssh_stub.go
ssh_test.go
state_test.go
tailfs.go
tailfs_test.go
web_client.go all: remove LenIter, use Go 1.22 range-over-int instead 9 months ago
web_client_stub.go