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
Andrea Gottardo 949b15d858
net/captivedetection: call SetHealthy once connectivity restored (#12974)
Fixes tailscale/tailscale#12973
Updates tailscale/tailscale#1634

There was a logic issue in the captive detection code we shipped in https://github.com/tailscale/tailscale/pull/12707.

Assume a captive portal has been detected, and the user notified. Upon switching to another Wi-Fi that does *not* have a captive portal, we were issuing a signal to interrupt any pending captive detection attempt. However, we were not also setting the `captive-portal-detected` warnable to healthy. The result was that any "captive portal detected" alert would not be cleared from the UI.

Also fixes a broken log statement value.

Signed-off-by: Andrea Gottardo <andrea@gottardo.me>
3 months ago
..
testdata
autoupdate.go clientupdate: return true for CanAutoUpdate for macsys (#12746) 4 months ago
autoupdate_disabled.go ipn/ipnlocal: periodically run auto-updates when "offline" (#12118) 5 months ago
breaktcp_darwin.go
breaktcp_linux.go
c2n.go posture: add network hardware addresses to posture identity 4 months ago
c2n_pprof.go ipn/ipnlocal: add c2n /debug/pprof/allocs endpoint 7 months ago
c2n_test.go
cert.go cmd/tailscale: add --min-validity flag to the cert command (#12822) 3 months ago
cert_js.go
cert_test.go
dnsconfig_test.go
drive.go ipn/ipnlocal: reuse transport across Taildrive remotes 6 months ago
expiry.go
expiry_test.go
local.go net/captivedetection: call SetHealthy once connectivity restored (#12974) 3 months ago
local_test.go ipn/ipnlocal: check for offline auto exit node in SetControlClientStatus (#12772) 4 months ago
loglines_test.go ipn/ipnlocal, all: plumb health trackers in tests 6 months ago
network-lock.go ipn/ipnlocal: allow multiple signature chains from the same SigCredential 4 months ago
network-lock_test.go ipn/ipnlocal: allow multiple signature chains from the same SigCredential 4 months ago
peerapi.go proxymap, various: distinguish between different protocols 5 months ago
peerapi_h2c.go
peerapi_macios_ext.go net/netmon, add: add netmon.State type alias of interfaces.State 6 months ago
peerapi_test.go ipn/ipnlocal, all: plumb health trackers in tests 6 months ago
profiles.go health,ipn/ipnlocal: hide update warning when auto-updates are enabled (#12631) 4 months ago
profiles_notwindows.go
profiles_test.go various: disable stateful filtering by default (#12197) 5 months ago
profiles_windows.go ipn/ipnlocal: set default NoStatefulFiltering in ipn.NewPrefs (#12031) 6 months ago
serve.go ipn/ipnlocal: don't bind localListener if its context is canceled (#12621) 4 months ago
serve_test.go ipn/ipnlocal: fix data race in tests 4 months ago
ssh.go
ssh_stub.go
ssh_test.go ipn/ipnlocal: plumb health.Tracker into profileManager constructor 6 months ago
state_test.go control/controlclient: delete unused Client.Login Oauth2Token field 6 months ago
taildrop.go ipn/localapi: add support for multipart POST to file-put 7 months ago
web_client.go
web_client_stub.go