Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(286)

Issue 8662001: Remove AccessVerifier interface. (Closed)

Created:
9 years, 1 month ago by Sergey Ulanov
Modified:
9 years ago
Reviewers:
Wez
CC:
chromium-reviews, jamiewalch+watch_chromium.org, hclam+watch_chromium.org, simonmorris+watch_chromium.org, wez+watch_chromium.org, garykac+watch_chromium.org, lambroslambrou+watch_chromium.org, Paweł Hajdan Jr., sergeyu+watch_chromium.org
Visibility:
Public.

Description

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

Patch Set 1 #

Total comments: 6

Patch Set 2 : - #

Patch Set 3 : - #

Total comments: 16

Patch Set 4 : - #

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

Messages

Total messages: 10 (0 generated)
Sergey Ulanov
9 years, 1 month ago (2011-11-22 22:20:39 UTC) #1
Wez
How does the change to going through the accept state to failed affect compatibility between ...
9 years, 1 month ago (2011-11-22 23:44:12 UTC) #2
Wez
I'm not sure how this interacts with your other recent CLs, specifically in the placement ...
9 years, 1 month ago (2011-11-23 01:23:04 UTC) #3
Sergey Ulanov
On 2011/11/22 23:44:12, Wez wrote: > How does the change to going through the accept ...
9 years, 1 month ago (2011-11-23 02:26:08 UTC) #4
Sergey Ulanov
Removed AccessVerifier. http://codereview.chromium.org/8662001/diff/1/remoting/host/access_verifier.h File remoting/host/access_verifier.h (right): http://codereview.chromium.org/8662001/diff/1/remoting/host/access_verifier.h#newcode17 remoting/host/access_verifier.h:17: class AccessVerifier { On 2011/11/23 01:23:04, Wez ...
9 years, 1 month ago (2011-11-23 21:18:46 UTC) #5
Sergey Ulanov
ping
9 years ago (2011-11-29 00:41:28 UTC) #6
Wez
lgtm http://codereview.chromium.org/8662001/diff/12001/remoting/host/client_session.h File remoting/host/client_session.h (right): http://codereview.chromium.org/8662001/diff/12001/remoting/host/client_session.h#newcode38 remoting/host/client_session.h:38: // object. Separate OnSessionClosed() is made after this ...
9 years ago (2011-11-29 05:58:47 UTC) #7
Sergey Ulanov
http://codereview.chromium.org/8662001/diff/12001/remoting/host/client_session.h File remoting/host/client_session.h (right): http://codereview.chromium.org/8662001/diff/12001/remoting/host/client_session.h#newcode38 remoting/host/client_session.h:38: // object. Separate OnSessionClosed() is made after this handler ...
9 years ago (2011-11-29 18:52:00 UTC) #8
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/sergeyu@chromium.org/8662001/15004
9 years ago (2011-11-29 18:52:34 UTC) #9
commit-bot: I haz the power
9 years ago (2011-11-29 20:20:01 UTC) #10
Change committed as 112009

Powered by Google App Engine
This is Rietveld 408576698