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

Issue 3199002: --auth-schemes specifies which authentication schemes are supported on the co... (Closed)

Created:
10 years, 4 months ago by cbentzel
Modified:
9 years, 7 months ago
Reviewers:
wtc, ahendrickson
CC:
chromium-reviews, cbentzel+watch_chromium.org, darin-cc_chromium.org, ben+cc_chromium.org
Visibility:
Public.

Description

--auth-schemes specifies which authentication schemes are supported on the command line. --auth-schemes should be a command separated list containing one or more of the following schemes: basic, digest, ntlm, or negotiate. This will primarily be used to help triage user-reported bugs. BUG=None TEST=specify --auth-schemes and ensure that only the specified schemes are supported. Also, when unspecified all schemes should be supported. Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=57073

Patch Set 1 #

Patch Set 2 : '' #

Total comments: 8

Patch Set 3 : '' #

Unified diffs Side-by-side diffs Delta from patch set Stats (+95 lines, -51 lines) Patch
M chrome/browser/io_thread.cc View 1 2 2 chunks +16 lines, -45 lines 0 comments Download
M chrome/common/chrome_switches.h View 1 2 2 chunks +1 line, -1 line 0 comments Download
M chrome/common/chrome_switches.cc View 1 2 chunks +7 lines, -5 lines 0 comments Download
M net/http/http_auth_handler_factory.h View 1 2 3 chunks +25 lines, -0 lines 0 comments Download
M net/http/http_auth_handler_factory.cc View 1 2 1 chunk +46 lines, -0 lines 0 comments Download

Messages

Total messages: 6 (0 generated)
cbentzel
10 years, 4 months ago (2010-08-18 20:30:26 UTC) #1
cbentzel
On 2010/08/18 20:30:26, cbentzel wrote: > Also, this removes --experimental-enable-negotiate-auth since that was on by ...
10 years, 4 months ago (2010-08-18 20:34:47 UTC) #2
cbentzel
Wan-Teh, sorry to add another CL to your queue but Andy won't be able to ...
10 years, 4 months ago (2010-08-19 14:07:52 UTC) #3
wtc
LGTM. I'll be happy to review your code. Just some nits below. The most important ...
10 years, 4 months ago (2010-08-19 17:11:41 UTC) #4
cbentzel
Thanks for looking. http://codereview.chromium.org/3199002/diff/7001/8002 File chrome/common/chrome_switches.cc (right): http://codereview.chromium.org/3199002/diff/7001/8002#newcode64 chrome/common/chrome_switches.cc:64: const char kAuthSchemes[] = "auth-schemes"; On ...
10 years, 4 months ago (2010-08-19 18:55:58 UTC) #5
wtc
10 years, 4 months ago (2010-08-19 21:33:20 UTC) #6
LGTM.

Powered by Google App Engine
This is Rietveld 408576698