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

Issue 6969050: MAC Cookies (patch 4 of N) (Closed)

Created:
9 years, 7 months ago by abarth-chromium
Modified:
9 years, 7 months ago
CC:
chromium-reviews, cbentzel+watch_chromium.org, darin-cc_chromium.org
Visibility:
Public.

Description

MAC Cookies (patch 4 of N) Wire up the pieces of MAC cookies (behind the --enable-mac-cookies flag). Also, update the syntax of the header now that issuer has been removed and the timestamp and nonce are combined into one field. Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=85309

Patch Set 1 #

Total comments: 9

Patch Set 2 : '' #

Patch Set 3 : '' #

Total comments: 1

Patch Set 4 : '' #

Unified diffs Side-by-side diffs Delta from patch set Stats (+60 lines, -49 lines) Patch
M net/http/http_auth.cc View 1 2 2 chunks +3 lines, -2 lines 0 comments Download
M net/http/http_mac_signature.h View 1 2 chunks +1 line, -3 lines 0 comments Download
M net/http/http_mac_signature.cc View 1 4 chunks +6 lines, -12 lines 0 comments Download
M net/http/http_mac_signature_unittest.cc View 1 7 chunks +13 lines, -27 lines 0 comments Download
M net/http/http_request_headers.h View 1 2 chunks +2 lines, -0 lines 0 comments Download
M net/http/http_request_headers.cc View 1 2 3 2 chunks +2 lines, -0 lines 0 comments Download
M net/url_request/url_request_http_job.cc View 1 3 chunks +33 lines, -5 lines 0 comments Download

Messages

Total messages: 10 (0 generated)
abarth-chromium
@cbentzel: This CL now contains the non-cookie monster parts of the MAC cookie "wire up" ...
9 years, 7 months ago (2011-05-12 21:11:10 UTC) #1
cbentzel
http://codereview.chromium.org/6969050/diff/1/net/http/http_request_headers.cc File net/http/http_request_headers.cc (right): http://codereview.chromium.org/6969050/diff/1/net/http/http_request_headers.cc#newcode19 net/http/http_request_headers.cc:19: const char HttpRequestHeaders::kAuthorization[] = "Authoriziation"; This is also contained ...
9 years, 7 months ago (2011-05-13 14:05:45 UTC) #2
abarth-chromium
> I thought you were planning to support multiple Authorization headers? Turns out multiple Authorization ...
9 years, 7 months ago (2011-05-13 15:15:19 UTC) #3
cbentzel
OK. I'll be on vacation next week, so I'll try to review the newest patch ...
9 years, 7 months ago (2011-05-13 15:26:11 UTC) #4
abarth-chromium
Patch updated. PTAL! Thanks. http://codereview.chromium.org/6969050/diff/1/net/url_request/url_request_http_job.cc File net/url_request/url_request_http_job.cc (right): http://codereview.chromium.org/6969050/diff/1/net/url_request/url_request_http_job.cc#newcode601 net/url_request/url_request_http_job.cc:601: void URLRequestHttpJob::AddAuthorizationHeader( > I guess ...
9 years, 7 months ago (2011-05-13 17:36:23 UTC) #5
cbentzel
http://codereview.chromium.org/6969050/diff/3003/net/http/http_mac_signature.cc File net/http/http_mac_signature.cc (left): http://codereview.chromium.org/6969050/diff/3003/net/http/http_mac_signature.cc#oldcode120 net/http/http_mac_signature.cc:120: "\", issuer=\"" + issuer_ + uhh, why'd you get ...
9 years, 7 months ago (2011-05-13 17:55:28 UTC) #6
abarth-chromium
> uhh, why'd you get rid of the issuer? Is this a change to the ...
9 years, 7 months ago (2011-05-13 18:02:14 UTC) #7
cbentzel
LGTM in that case. On Fri, May 13, 2011 at 2:02 PM, <abarth@chromium.org> wrote: > ...
9 years, 7 months ago (2011-05-13 18:28:43 UTC) #8
abarth-chromium
Thanks Chris. On Fri, May 13, 2011 at 11:28 AM, Chris Bentzel <cbentzel@chromium.org> wrote: > ...
9 years, 7 months ago (2011-05-13 18:31:18 UTC) #9
commit-bot: I haz the power
9 years, 7 months ago (2011-05-13 20:06:49 UTC) #10
Change committed as 85309

Powered by Google App Engine
This is Rietveld 408576698