|
|
Remove AccessVerifier interface.
AccessVerifier will be replaced with the new
protocol::Authenticator interface. This also changes behavior
of Session interface when session is rejected due to bad
auth: now the session is first accepted by ChromotingHost
but then goes to FAILED state with the new
AUTHENTICATION_FAILED error. Temporarily auth token is
verified in JingleSession::AcceptConnection(). Later
Authenticator implementation will be used instead.
BUG= 105214
Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=112009
Total comments: 6
Total comments: 16
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+119 lines, -423 lines) |
Patch |
 |
M |
remoting/host/access_verifier.h
|
View
|
1
|
1 chunk |
+0 lines, -28 lines |
0 comments
|
Download
|
 |
M |
remoting/host/chromoting_host.h
|
View
|
1
|
5 chunks |
+5 lines, -10 lines |
0 comments
|
Download
|
 |
M |
remoting/host/chromoting_host.cc
|
View
|
1
|
7 chunks |
+9 lines, -29 lines |
0 comments
|
Download
|
 |
M |
remoting/host/chromoting_host_unittest.cc
|
View
|
1
|
1 chunk |
+2 lines, -4 lines |
0 comments
|
Download
|
 |
M |
remoting/host/client_session.h
|
View
|
1
2
3
|
2 chunks |
+13 lines, -2 lines |
0 comments
|
Download
|
 |
M |
remoting/host/client_session.cc
|
View
|
|
1 chunk |
+4 lines, -1 line |
0 comments
|
Download
|
 |
M |
remoting/host/host_mock_objects.h
|
View
|
1
2
3
|
3 chunks |
+1 line, -13 lines |
0 comments
|
Download
|
 |
M |
remoting/host/host_mock_objects.cc
|
View
|
1
|
1 chunk |
+0 lines, -4 lines |
0 comments
|
Download
|
 |
A |
remoting/host/host_secret.h
|
View
|
1
2
3
|
1 chunk |
+12 lines, -0 lines |
0 comments
|
Download
|
 |
A |
remoting/host/host_secret.cc
|
View
|
1
2
3
|
1 chunk |
+35 lines, -0 lines |
0 comments
|
Download
|
 |
M |
remoting/host/plugin/host_script_object.h
|
View
|
1
|
1 chunk |
+1 line, -2 lines |
0 comments
|
Download
|
 |
M |
remoting/host/plugin/host_script_object.cc
|
View
|
1
2
3
|
6 chunks |
+5 lines, -11 lines |
0 comments
|
Download
|
 |
M |
remoting/host/remoting_me2me_host.cc
|
View
|
1
|
2 chunks |
+2 lines, -12 lines |
0 comments
|
Download
|
 |
M |
remoting/host/self_access_verifier.h
|
View
|
1
|
1 chunk |
+0 lines, -52 lines |
0 comments
|
Download
|
 |
M |
remoting/host/self_access_verifier.cc
|
View
|
1
|
1 chunk |
+0 lines, -58 lines |
0 comments
|
Download
|
 |
M |
remoting/host/self_access_verifier_unittest.cc
|
View
|
1
|
1 chunk |
+0 lines, -53 lines |
0 comments
|
Download
|
 |
M |
remoting/host/simple_host_process.cc
|
View
|
1
2
3
|
4 chunks |
+7 lines, -20 lines |
0 comments
|
Download
|
 |
M |
remoting/host/support_access_verifier.h
|
View
|
1
|
1 chunk |
+0 lines, -41 lines |
0 comments
|
Download
|
 |
M |
remoting/host/support_access_verifier.cc
|
View
|
1
|
1 chunk |
+0 lines, -69 lines |
0 comments
|
Download
|
 |
M |
remoting/protocol/connection_to_client.h
|
View
|
|
1 chunk |
+2 lines, -1 line |
0 comments
|
Download
|
 |
M |
remoting/protocol/connection_to_client.cc
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
remoting/protocol/connection_to_client_unittest.cc
|
View
|
|
1 chunk |
+3 lines, -1 line |
0 comments
|
Download
|
 |
M |
remoting/protocol/connection_to_host.cc
|
View
|
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
M |
remoting/protocol/jingle_session.cc
|
View
|
1
|
3 chunks |
+5 lines, -0 lines |
0 comments
|
Download
|
 |
M |
remoting/protocol/jingle_session_unittest.cc
|
View
|
|
4 chunks |
+5 lines, -3 lines |
0 comments
|
Download
|
 |
M |
remoting/protocol/protocol_mock_objects.h
|
View
|
|
1 chunk |
+2 lines, -1 line |
0 comments
|
Download
|
 |
M |
remoting/protocol/session.h
|
View
|
|
2 chunks |
+2 lines, -1 line |
0 comments
|
Download
|
 |
M |
remoting/remoting.gyp
|
View
|
1
|
4 chunks |
+2 lines, -6 lines |
0 comments
|
Download
|
Total messages: 10 (0 generated)
|