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

Issue 7633006: Linux: control usage of Kerberos via use_kerberos gyp flag (Closed)

Created:
9 years, 4 months ago by Paweł Hajdan Jr.
Modified:
9 years, 4 months ago
Reviewers:
cbentzel, wtc
CC:
chromium-reviews, cbentzel+watch_chromium.org, darin-cc_chromium.org
Visibility:
Public.

Description

Linux: control usage of Kerberos via use_kerberos gyp flag (on by default) This allows Linux distro packagers to control usage of Kerberos explicitly instead of relying on auto-detection. BUG=92689 Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=96790

Patch Set 1 #

Total comments: 14

Patch Set 2 : fixes #

Patch Set 3 : dupe #

Total comments: 2
Unified diffs Side-by-side diffs Delta from patch set Stats (+45 lines, -3 lines) Patch
M net/http/http_auth_handler_factory.cc View 5 chunks +6 lines, -0 lines 2 comments Download
M net/http/http_auth_handler_factory_unittest.cc View 1 2 chunks +5 lines, -0 lines 0 comments Download
M net/http/http_auth_unittest.cc View 1 1 chunk +8 lines, -3 lines 0 comments Download
M net/net.gyp View 1 2 3 chunks +26 lines, -0 lines 0 comments Download

Messages

Total messages: 13 (0 generated)
Paweł Hajdan Jr.
9 years, 4 months ago (2011-08-11 23:50:40 UTC) #1
cbentzel
This should perhaps be called USE_SPNEGO rather than USE_KERBEROS, as SPNEGO doesn't explicitly require Kerberos. ...
9 years, 4 months ago (2011-08-12 00:24:03 UTC) #2
Paweł Hajdan Jr.
On 2011/08/12 00:24:03, cbentzel wrote: > Why isn't the existing mechanism sufficient, though? Is it ...
9 years, 4 months ago (2011-08-12 16:50:57 UTC) #3
wtc
cbentzel should be the primary reviewer of this CL. http://codereview.chromium.org/7633006/diff/1/net/http/http_auth_handler_factory_unittest.cc File net/http/http_auth_handler_factory_unittest.cc (right): http://codereview.chromium.org/7633006/diff/1/net/http/http_auth_handler_factory_unittest.cc#newcode183 net/http/http_auth_handler_factory_unittest.cc:183: ...
9 years, 4 months ago (2011-08-12 17:21:51 UTC) #4
cbentzel
Please add a bug and reference it here. I also agree with wtc's comments about ...
9 years, 4 months ago (2011-08-12 17:59:06 UTC) #5
Paweł Hajdan Jr.
http://codereview.chromium.org/7633006/diff/1/net/http/http_auth_handler_factory_unittest.cc File net/http/http_auth_handler_factory_unittest.cc (right): http://codereview.chromium.org/7633006/diff/1/net/http/http_auth_handler_factory_unittest.cc#newcode183 net/http/http_auth_handler_factory_unittest.cc:183: } On 2011/08/12 17:21:51, wtc wrote: > Add a ...
9 years, 4 months ago (2011-08-12 18:14:42 UTC) #6
cbentzel
http://codereview.chromium.org/7633006/diff/1/net/net.gyp File net/net.gyp (right): http://codereview.chromium.org/7633006/diff/1/net/net.gyp#newcode713 net/net.gyp:713: }, On 2011/08/12 18:14:42, Paweł Hajdan Jr. wrote: > ...
9 years, 4 months ago (2011-08-12 18:20:13 UTC) #7
Paweł Hajdan Jr.
http://codereview.chromium.org/7633006/diff/1/net/net.gyp File net/net.gyp (right): http://codereview.chromium.org/7633006/diff/1/net/net.gyp#newcode713 net/net.gyp:713: }, On 2011/08/12 18:20:13, cbentzel wrote: > Beyond net_unittests ...
9 years, 4 months ago (2011-08-12 18:24:15 UTC) #8
cbentzel
http://codereview.chromium.org/7633006/diff/1/net/net.gyp File net/net.gyp (right): http://codereview.chromium.org/7633006/diff/1/net/net.gyp#newcode713 net/net.gyp:713: }, On 2011/08/12 18:24:15, Paweł Hajdan Jr. wrote: > ...
9 years, 4 months ago (2011-08-14 13:04:57 UTC) #9
Paweł Hajdan Jr.
PTAL http://codereview.chromium.org/7633006/diff/1/net/net.gyp File net/net.gyp (right): http://codereview.chromium.org/7633006/diff/1/net/net.gyp#newcode713 net/net.gyp:713: }, On 2011/08/14 13:04:57, cbentzel wrote: > On ...
9 years, 4 months ago (2011-08-15 17:07:53 UTC) #10
cbentzel
LGTM
9 years, 4 months ago (2011-08-15 17:14:22 UTC) #11
wtc
LGTM. http://codereview.chromium.org/7633006/diff/10001/net/http/http_auth_handler_factory.cc File net/http/http_auth_handler_factory.cc (right): http://codereview.chromium.org/7633006/diff/10001/net/http/http_auth_handler_factory.cc#newcode15 net/http/http_auth_handler_factory.cc:15: #endif The Chromium Coding Style page recommends that ...
9 years, 4 months ago (2011-08-15 22:43:06 UTC) #12
Paweł Hajdan Jr.
9 years, 4 months ago (2011-08-18 17:04:36 UTC) #13
http://codereview.chromium.org/7633006/diff/10001/net/http/http_auth_handler_...
File net/http/http_auth_handler_factory.cc (right):

http://codereview.chromium.org/7633006/diff/10001/net/http/http_auth_handler_...
net/http/http_auth_handler_factory.cc:15: #endif
On 2011/08/15 22:43:06, wtc wrote:
> The Chromium Coding Style page recommends that we list the
> headers inside #ifdef's last:
> 
> http://www.chromium.org/developers/coding-style#TOC-Platform-specific-code

Done here: http://codereview.chromium.org/7655046/

Powered by Google App Engine
This is Rietveld 408576698