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

Issue 7048020: Don't use letters in me2mom access code. (Closed)

Created:
9 years, 7 months ago by Sergey Ulanov
Modified:
9 years, 7 months ago
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
Visibility:
Public.

Description

Don't use letters in me2mom access code. BUG=None TEST=None Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=86187

Patch Set 1 #

Total comments: 3

Patch Set 2 : address comments #

Patch Set 3 : digits only #

Patch Set 4 : - #

Patch Set 5 : merged #

Patch Set 6 : - #

Patch Set 7 : - #

Total comments: 2

Patch Set 8 : - #

Unified diffs Side-by-side diffs Delta from patch set Stats (+11 lines, -29 lines) Patch
M remoting/host/support_access_verifier.cc View 1 2 3 4 5 6 1 chunk +3 lines, -6 lines 0 comments Download
M remoting/protocol/auth_token_utils.cc View 1 2 chunks +1 line, -22 lines 0 comments Download
M remoting/webapp/me2mom/remoting.js View 1 2 3 4 5 6 7 2 chunks +7 lines, -1 line 0 comments Download

Messages

Total messages: 12 (0 generated)
Sergey Ulanov
9 years, 7 months ago (2011-05-20 00:52:41 UTC) #1
Jamie
http://codereview.chromium.org/7048020/diff/1/remoting/webapp/me2mom/remoting.js File remoting/webapp/me2mom/remoting.js (right): http://codereview.chromium.org/7048020/diff/1/remoting/webapp/me2mom/remoting.js#newcode258 remoting/webapp/me2mom/remoting.js:258: function normalizeAccessToken(accessCode) { Do we need to do this ...
9 years, 7 months ago (2011-05-20 01:28:21 UTC) #2
Jamie
http://codereview.chromium.org/7048020/diff/1/remoting/webapp/me2mom/remoting.js File remoting/webapp/me2mom/remoting.js (right): http://codereview.chromium.org/7048020/diff/1/remoting/webapp/me2mom/remoting.js#newcode258 remoting/webapp/me2mom/remoting.js:258: function normalizeAccessToken(accessCode) { On 2011/05/20 01:28:21, Jamie wrote: > ...
9 years, 7 months ago (2011-05-20 01:32:49 UTC) #3
Jamie
http://codereview.chromium.org/7048020/diff/1/remoting/webapp/me2mom/remoting.js File remoting/webapp/me2mom/remoting.js (right): http://codereview.chromium.org/7048020/diff/1/remoting/webapp/me2mom/remoting.js#newcode258 remoting/webapp/me2mom/remoting.js:258: function normalizeAccessToken(accessCode) { On 2011/05/20 01:32:50, Jamie wrote: > ...
9 years, 7 months ago (2011-05-20 07:46:20 UTC) #4
Sergey Ulanov
Yeah, we need to normalize the code before we generate auth token, otherwise there is ...
9 years, 7 months ago (2011-05-20 16:53:23 UTC) #5
Sergey Ulanov
I've changed host code to use digits only for the host secret.
9 years, 7 months ago (2011-05-20 19:38:11 UTC) #6
Sergey Ulanov
ping ping
9 years, 7 months ago (2011-05-20 22:34:04 UTC) #7
Jamie
http://codereview.chromium.org/7048020/diff/11002/remoting/host/support_access_verifier.cc File remoting/host/support_access_verifier.cc (right): http://codereview.chromium.org/7048020/diff/11002/remoting/host/support_access_verifier.cc#newcode23 remoting/host/support_access_verifier.cc:23: const char kHostSecretAlphabet[] = "0123456789"; I think this wants ...
9 years, 7 months ago (2011-05-20 22:37:55 UTC) #8
Wez
On 2011/05/20 22:37:55, Jamie wrote: > http://codereview.chromium.org/7048020/diff/11002/remoting/host/support_access_verifier.cc > File remoting/host/support_access_verifier.cc (right): > > http://codereview.chromium.org/7048020/diff/11002/remoting/host/support_access_verifier.cc#newcode23 > ...
9 years, 7 months ago (2011-05-20 22:41:26 UTC) #9
Sergey Ulanov
http://codereview.chromium.org/7048020/diff/11002/remoting/host/support_access_verifier.cc File remoting/host/support_access_verifier.cc (right): http://codereview.chromium.org/7048020/diff/11002/remoting/host/support_access_verifier.cc#newcode23 remoting/host/support_access_verifier.cc:23: const char kHostSecretAlphabet[] = "0123456789"; On 2011/05/20 22:37:55, Jamie ...
9 years, 7 months ago (2011-05-20 22:42:41 UTC) #10
Jamie
On 2011/05/20 22:42:41, sergeyu wrote: > http://codereview.chromium.org/7048020/diff/11002/remoting/host/support_access_verifier.cc > File remoting/host/support_access_verifier.cc (right): > > http://codereview.chromium.org/7048020/diff/11002/remoting/host/support_access_verifier.cc#newcode23 > ...
9 years, 7 months ago (2011-05-20 22:53:17 UTC) #11
commit-bot: I haz the power
9 years, 7 months ago (2011-05-21 00:46:21 UTC) #12
Change committed as 86187

Powered by Google App Engine
This is Rietveld 408576698