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/clientupdate
Andrew Lytvynov c3f1bd4c0a
clientupdate: fix auto-update on Windows over RDP (#10242)
`winutil.WTSGetActiveConsoleSessionId` only works for physical desktop
logins and does not return the session ID for RDP logins. We need to
`windows.WTSEnumerateSessions` and find the active session.

Fixes https://github.com/tailscale/corp/issues/15772

Signed-off-by: Andrew Lytvynov <awly@tailscale.com>
7 months ago
..
distsign clientupdate/distsign: add new prod root signing key to keychain 8 months ago
clientupdate.go ipn/ipnlocal: run "tailscale update" via systemd-run on Linux (#10229) 7 months ago
clientupdate_test.go clientupdate: do not recursively delete dirs in cleanupOldDownloads (#10093) 7 months ago
clientupdate_windows.go clientupdate: fix auto-update on Windows over RDP (#10242) 7 months ago
systemd_linux.go clientupdate: add linux tarball updates (#9144) 9 months ago
systemd_other.go clientupdate: add linux tarball updates (#9144) 9 months ago