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>
11 months ago
..
distsign clientupdate/distsign: add new prod root signing key to keychain 12 months ago
clientupdate.go ipn/ipnlocal: run "tailscale update" via systemd-run on Linux (#10229) 11 months ago
clientupdate_test.go clientupdate: do not recursively delete dirs in cleanupOldDownloads (#10093) 11 months ago
clientupdate_windows.go clientupdate: fix auto-update on Windows over RDP (#10242) 11 months ago
systemd_linux.go
systemd_other.go