You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
b/434023421 Switch to new signSshPublicKey API (#1657)
* Add extra logic to handle attached service accounts
* Cut over to new API, remove code for old API
* Remove API key usage, except for tests
b/397280361 Read all available output on shell channel (#1625)
When WSAWaitForMultipleEvents indicates that there's
data on the shell channel, read as much data as available
because the WSA event won't remain signalled.
This fixes an issue where the terminal output can suddenly
stall if the server produces output more quickly than the
client can read it.
b/374823115 Use IsContainerFullScreen for state tracking (#1534)
- Use IsContainerFullScreen instead of IsFullScreen to
determine the connection state because IsFullScreen
doesn't immediately reflect the correct value after
leaving full-screen mode.
- This fixes an issue where an RDP client was left in a defunct
state after the session timed out in full-screen mode.
b/333952175 Fix marshalling of SendKeys parameters (#1362)
Use modified version of `IMsRdpClientNonScriptable5` interface to
ensure proper marshalling of C array-typed parameters.
b/304643218 Include IL offsets in bug report (#1151)
Include IL offset in stack trace because PDB information
is typically not available on user systems.