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/cmd/tailscaled
Brad Fitzpatrick f99e63bb17 ipn: don't Logout when Windows GUI disconnects
Logout used to be a no-op, so the ipnserver previously synthensized a Logout
on disconnect. Now that Logout actually invalidates the node key that was
forcing all GUI closes to log people out.

Instead, add a method to LocalBackend to specifically mean "the
Windows GUI closed, please forget all the state".

Fixes tailscale/corp#1591 (ignoring the notification issues, tracked elsewhere)

Signed-off-by: Brad Fitzpatrick <bradfitz@tailscale.com>
5 years ago
..
debug.go Revert "cmd/tailscaled: split package main into main shim + package" 5 years ago
depaware.txt client/tailscale/apitype: move local API types to new apitype package 5 years ago
install_darwin.go cmd/tailscaled: remove tailscaled binary on uninstall-system-daemon 5 years ago
tailscaled.defaults cmd/tailscaled: rename relaynode reference in defaults file comment 6 years ago
tailscaled.go ipn: don't Logout when Windows GUI disconnects 5 years ago
tailscaled.service cmd/tailscaled/tailscaled.service: revert recent hardening for now 5 years ago
tailscaled_notwindows.go Revert "cmd/tailscaled: split package main into main shim + package" 5 years ago
tailscaled_windows.go net/dns: return error from NewOSManager, use it to initialize NM. 5 years ago