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>
2023-11-14 17:21:03 -08:00
..
distsign clientupdate/distsign: add new prod root signing key to keychain 2023-10-11 09:20:17 -07:00
clientupdate.go ipn/ipnlocal: run "tailscale update" via systemd-run on Linux (#10229) 2023-11-13 16:41:21 -08:00
clientupdate_test.go clientupdate: do not recursively delete dirs in cleanupOldDownloads (#10093) 2023-11-02 13:29:52 -07:00
clientupdate_windows.go clientupdate: fix auto-update on Windows over RDP (#10242) 2023-11-14 17:21:03 -08:00
systemd_linux.go clientupdate: add linux tarball updates (#9144) 2023-08-30 17:25:06 -06:00
systemd_other.go clientupdate: add linux tarball updates (#9144) 2023-08-30 17:25:06 -06:00