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

Issue 8508036: Initial remoting::protocol::Authenticator interface. (Closed)

Created:
9 years, 1 month ago by Sergey Ulanov
Modified:
9 years, 1 month ago
Reviewers:
Wez
CC:
chromium-reviews, jamiewalch+watch_chromium.org, hclam+watch_chromium.org, simonmorris+watch_chromium.org, wez+watch_chromium.org, dmaclach+watch_chromium.org, garykac+watch_chromium.org, lambroslambrou+watch_chromium.org, ajwong+watch_chromium.org, sergeyu+watch_chromium.org
Base URL:
http://git.chromium.org/chromium/src.git@master
Visibility:
Public.

Description

Initial Authenticator interface. BUG=None TEST=None Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=110008

Patch Set 1 #

Total comments: 26

Patch Set 2 : - #

Patch Set 3 : - #

Patch Set 4 : - #

Patch Set 5 : - #

Unified diffs Side-by-side diffs Delta from patch set Stats (+93 lines, -0 lines) Patch
A remoting/protocol/authenticator.h View 1 2 3 4 1 chunk +92 lines, -0 lines 0 comments Download
M remoting/remoting.gyp View 1 2 3 1 chunk +1 line, -0 lines 0 comments Download

Messages

Total messages: 18 (0 generated)
Sergey Ulanov
This is basic interface I think we should use for our auth implementations. The idea ...
9 years, 1 month ago (2011-11-10 00:06:16 UTC) #1
Sergey Ulanov
http://codereview.chromium.org/8508036/diff/1/remoting/protocol/authenticator.h File remoting/protocol/authenticator.h (right): http://codereview.chromium.org/8508036/diff/1/remoting/protocol/authenticator.h#newcode79 remoting/protocol/authenticator.h:79: virtual std::string GetSharedSecret() const = 0; Alternatively we can ...
9 years, 1 month ago (2011-11-10 00:12:51 UTC) #2
Wez
Nice! http://codereview.chromium.org/8508036/diff/1/remoting/protocol/authenticator.h File remoting/protocol/authenticator.h (right): http://codereview.chromium.org/8508036/diff/1/remoting/protocol/authenticator.h#newcode20 remoting/protocol/authenticator.h:20: // the connection. I don't think the second ...
9 years, 1 month ago (2011-11-10 02:26:58 UTC) #3
Sergey Ulanov
http://codereview.chromium.org/8508036/diff/1/remoting/protocol/authenticator.h File remoting/protocol/authenticator.h (right): http://codereview.chromium.org/8508036/diff/1/remoting/protocol/authenticator.h#newcode20 remoting/protocol/authenticator.h:20: // the connection. On 2011/11/10 02:26:59, Wez wrote: > ...
9 years, 1 month ago (2011-11-10 23:17:46 UTC) #4
Wez
http://codereview.chromium.org/8508036/diff/1/remoting/protocol/authenticator.h File remoting/protocol/authenticator.h (right): http://codereview.chromium.org/8508036/diff/1/remoting/protocol/authenticator.h#newcode76 remoting/protocol/authenticator.h:76: virtual std::string GetPeerCert() const = 0; On 2011/11/10 23:17:47, ...
9 years, 1 month ago (2011-11-11 01:17:41 UTC) #5
Sergey Ulanov
http://codereview.chromium.org/8508036/diff/1/remoting/protocol/authenticator.h File remoting/protocol/authenticator.h (right): http://codereview.chromium.org/8508036/diff/1/remoting/protocol/authenticator.h#newcode76 remoting/protocol/authenticator.h:76: virtual std::string GetPeerCert() const = 0; On 2011/11/11 01:17:42, ...
9 years, 1 month ago (2011-11-11 19:16:41 UTC) #6
Wez
http://codereview.chromium.org/8508036/diff/1/remoting/protocol/authenticator.h File remoting/protocol/authenticator.h (right): http://codereview.chromium.org/8508036/diff/1/remoting/protocol/authenticator.h#newcode60 remoting/protocol/authenticator.h:60: virtual State ProcessMessage(talk_base::XmlElement* message) = 0; For the existing ...
9 years, 1 month ago (2011-11-11 22:12:00 UTC) #7
Sergey Ulanov
http://codereview.chromium.org/8508036/diff/1/remoting/protocol/authenticator.h File remoting/protocol/authenticator.h (right): http://codereview.chromium.org/8508036/diff/1/remoting/protocol/authenticator.h#newcode60 remoting/protocol/authenticator.h:60: virtual State ProcessMessage(talk_base::XmlElement* message) = 0; On 2011/11/11 22:12:00, ...
9 years, 1 month ago (2011-11-12 00:12:49 UTC) #8
Wez
http://codereview.chromium.org/8508036/diff/1/remoting/protocol/authenticator.h File remoting/protocol/authenticator.h (right): http://codereview.chromium.org/8508036/diff/1/remoting/protocol/authenticator.h#newcode60 remoting/protocol/authenticator.h:60: virtual State ProcessMessage(talk_base::XmlElement* message) = 0; On 2011/11/12 00:12:49, ...
9 years, 1 month ago (2011-11-12 00:25:35 UTC) #9
Sergey Ulanov
On 2011/11/12 00:25:35, Wez wrote: > http://codereview.chromium.org/8508036/diff/1/remoting/protocol/authenticator.h > File remoting/protocol/authenticator.h (right): > > http://codereview.chromium.org/8508036/diff/1/remoting/protocol/authenticator.h#newcode60 > ...
9 years, 1 month ago (2011-11-14 19:55:27 UTC) #10
Wez
On 2011/11/14 19:55:27, sergeyu wrote: > For EKE exhange the sequence of the events will ...
9 years, 1 month ago (2011-11-14 22:32:02 UTC) #11
Sergey Ulanov
On 2011/11/14 22:32:02, Wez wrote: > On 2011/11/14 19:55:27, sergeyu wrote: > > For EKE ...
9 years, 1 month ago (2011-11-14 23:15:49 UTC) #12
Sergey Ulanov
On 2011/11/14 23:15:49, sergeyu wrote: > On 2011/11/14 22:32:02, Wez wrote: > > On 2011/11/14 ...
9 years, 1 month ago (2011-11-14 23:17:23 UTC) #13
Wez
On 2011/11/14 23:15:49, sergeyu wrote: > On 2011/11/14 22:32:02, Wez wrote: > > On 2011/11/14 ...
9 years, 1 month ago (2011-11-15 00:05:19 UTC) #14
Wez
lgtm
9 years, 1 month ago (2011-11-15 00:06:18 UTC) #15
Sergey Ulanov
On 2011/11/15 00:05:19, Wez wrote: > On 2011/11/14 23:15:49, sergeyu wrote: > > On 2011/11/14 ...
9 years, 1 month ago (2011-11-15 00:14:27 UTC) #16
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/sergeyu@chromium.org/8508036/20001
9 years, 1 month ago (2011-11-15 00:20:46 UTC) #17
commit-bot: I haz the power
9 years, 1 month ago (2011-11-15 01:33:48 UTC) #18
Change committed as 110008

Powered by Google App Engine
This is Rietveld 408576698