|
|
Pass the desktop session ID to the remoting network process.
Currently, the network process uses ProcessIdToSessionId to determine
the desktop session ID of the remoting session. This can fail due to a
lack of permissions, which can cause remote security key
connections to be incorrectly rejected. With this CL, the daemon
process, which already knows the session ID, sends it to the network
process when a session is attached.
BUG= 604282
Committed: https://crrev.com/f9cd299a223bda159c2982a1957160f1baea7b13
Cr-Commit-Position: refs/heads/master@{#429416}
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+71 lines, -57 lines) |
Patch |
 |
M |
remoting/host/chromoting_messages.h
|
View
|
|
1 chunk |
+5 lines, -3 lines |
0 comments
|
Download
|
 |
M |
remoting/host/daemon_process.h
|
View
|
|
1 chunk |
+2 lines, -0 lines |
0 comments
|
Download
|
 |
M |
remoting/host/daemon_process_unittest.cc
|
View
|
|
1 chunk |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
remoting/host/daemon_process_win.cc
|
View
|
|
2 chunks |
+3 lines, -1 line |
0 comments
|
Download
|
 |
M |
remoting/host/desktop_session_connector.h
|
View
|
|
1 chunk |
+4 lines, -2 lines |
0 comments
|
Download
|
 |
M |
remoting/host/desktop_session_proxy.h
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
remoting/host/desktop_session_proxy.cc
|
View
|
|
3 chunks |
+4 lines, -8 lines |
0 comments
|
Download
|
 |
M |
remoting/host/desktop_session_win.h
|
View
|
|
1 chunk |
+4 lines, -0 lines |
0 comments
|
Download
|
 |
M |
remoting/host/desktop_session_win.cc
|
View
|
|
2 chunks |
+4 lines, -1 line |
0 comments
|
Download
|
 |
M |
remoting/host/ipc_desktop_environment.h
|
View
|
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
M |
remoting/host/ipc_desktop_environment.cc
|
View
|
|
1 chunk |
+4 lines, -2 lines |
0 comments
|
Download
|
 |
M |
remoting/host/ipc_desktop_environment_unittest.cc
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
remoting/host/security_key/fake_security_key_ipc_server.h
|
View
|
|
2 chunks |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
remoting/host/security_key/fake_security_key_ipc_server.cc
|
View
|
|
2 chunks |
+3 lines, -3 lines |
0 comments
|
Download
|
 |
M |
remoting/host/security_key/security_key_auth_handler_win.cc
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
remoting/host/security_key/security_key_ipc_client_unittest.cc
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
remoting/host/security_key/security_key_ipc_server.h
|
View
|
|
3 chunks |
+3 lines, -2 lines |
0 comments
|
Download
|
 |
M |
remoting/host/security_key/security_key_ipc_server.cc
|
View
|
|
1 chunk |
+3 lines, -3 lines |
0 comments
|
Download
|
 |
M |
remoting/host/security_key/security_key_ipc_server_impl.h
|
View
|
|
2 chunks |
+3 lines, -3 lines |
0 comments
|
Download
|
 |
M |
remoting/host/security_key/security_key_ipc_server_impl.cc
|
View
|
|
4 chunks |
+5 lines, -4 lines |
0 comments
|
Download
|
 |
M |
remoting/host/security_key/security_key_ipc_server_unittest.cc
|
View
|
|
6 chunks |
+15 lines, -17 lines |
0 comments
|
Download
|
Total messages: 20 (13 generated)
|