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

Issue 388063005: Add NTLM single-sign-on support via Samba's ntlm_auth helper

Created:
6 years, 5 months ago by david.woodhouse
Modified:
3 years, 3 months ago
Reviewers:
asanka, dwmw2
CC:
chromium-reviews, cbentzel+watch_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Project:
chromium
Visibility:
Public.

Description

Add NTLM single-sign-on support via Samba's ntlm_auth helper With this, we can finally be as compatible as Firefox w.r.t. SSO within a Windows-dominated corporate network. Kerberos *often* fails due to SPN mismatch and/or reverse DNS issues, and the Windows users (and Firefox users) never notice because they silently fall back to NTLM. Chrome users, on the other hand, lose. Until now. BUG=53186 R=asanka@chromium.org, cbentzel@chromium.org

Patch Set 1 #

Patch Set 2 : Review feedback #

Unified diffs Side-by-side diffs Delta from patch set Stats (+236 lines, -34 lines) Patch
M AUTHORS View 1 chunk +1 line, -0 lines 0 comments Download
M net/http/http_auth_controller.cc View 1 1 chunk +5 lines, -1 line 0 comments Download
M net/http/http_auth_handler_ntlm.h View 1 5 chunks +16 lines, -4 lines 0 comments Download
M net/http/http_auth_handler_ntlm.cc View 3 chunks +52 lines, -20 lines 0 comments Download
M net/http/http_auth_handler_ntlm_portable.cc View 1 3 chunks +162 lines, -9 lines 0 comments Download

Messages

Total messages: 23 (1 generated)
david.woodhouse
6 years, 5 months ago (2014-07-15 15:29:32 UTC) #1
cbentzel
Thanks for the patch - and I see that you are using Intel's CLA as ...
6 years, 5 months ago (2014-07-16 14:33:19 UTC) #2
david.woodhouse
Thanks. Should I not have added myself explicitly to AUTHORS? The tools seemed to be ...
6 years, 5 months ago (2014-07-16 15:00:12 UTC) #3
cbentzel
On 2014/07/16 15:00:12, david.woodhouse wrote: > Thanks. Should I not have added myself explicitly to ...
6 years, 5 months ago (2014-07-16 15:33:28 UTC) #4
cbentzel
On 2014/07/16 15:33:28, cbentzel wrote: > On 2014/07/16 15:00:12, david.woodhouse wrote: > > Thanks. Should ...
6 years, 5 months ago (2014-07-18 10:51:39 UTC) #5
david.woodhouse
Thanks for the review. In fact let's start with a higher-level architectural review, just to ...
6 years, 5 months ago (2014-07-18 11:30:28 UTC) #6
cbentzel
On 2014/07/18 11:30:28, david.woodhouse wrote: > Thanks for the review. In fact let's start with ...
6 years, 5 months ago (2014-07-18 18:27:05 UTC) #7
david.woodhouse
On the number of connections... note that this is for standard HTTP auth too, not ...
6 years, 5 months ago (2014-07-18 19:17:15 UTC) #8
cbentzel
On 2014/07/18 19:17:15, david.woodhouse wrote: > On the number of connections... note that this is ...
6 years, 5 months ago (2014-07-18 21:05:44 UTC) #9
david.woodhouse
OK... so assuming Asanka concurs (and I'm interpreting your own opinion correctly) that implementing a ...
6 years, 5 months ago (2014-07-19 07:32:11 UTC) #10
cbentzel
On 2014/07/19 07:32:11, david.woodhouse wrote: > OK... so assuming Asanka concurs (and I'm interpreting your ...
6 years, 5 months ago (2014-07-23 14:50:46 UTC) #11
david.woodhouse
On Wed, 2014-07-23 at 14:50 +0000, cbentzel@chromium.org wrote: > > Are you happy with my ...
6 years, 5 months ago (2014-07-23 15:23:39 UTC) #12
asanka
Apologies for the delay. Is there a way to check for SPN binding in ntlm_auth ...
6 years, 5 months ago (2014-07-23 19:11:58 UTC) #13
david.woodhouse
On Wed, 2014-07-23 at 19:11 +0000, asanka@chromium.org wrote: > Apologies for the delay. > > ...
6 years, 5 months ago (2014-07-23 20:03:46 UTC) #14
asanka
On 2014/07/23 20:03:46, david.woodhouse wrote: > On Wed, 2014-07-23 at 19:11 +0000, mailto:asanka@chromium.org wrote: > ...
6 years, 5 months ago (2014-07-23 20:14:06 UTC) #15
david.woodhouse
On Wed, 2014-07-23 at 20:14 +0000, asanka@chromium.org wrote: > SPN binding mitigates against credential reflection ...
6 years, 5 months ago (2014-07-24 01:02:55 UTC) #16
asanka
message: On 2014/07/24 01:02:55, david.woodhouse wrote: > On Wed, 2014-07-23 at 20:14 +0000, mailto:asanka@chromium.org wrote: ...
6 years, 5 months ago (2014-07-24 21:26:26 UTC) #17
david.woodhouse
On Thu, 2014-07-24 at 21:26 +0000, asanka@chromium.org wrote: > message: On 2014/07/24 01:02:55, david.woodhouse wrote: ...
6 years, 4 months ago (2014-08-04 15:13:27 UTC) #18
david.woodhouse
I've just uploaded a new version of the patch with the following changes: - Honour ...
6 years, 4 months ago (2014-08-04 20:55:22 UTC) #19
dwmw2_infradead.org
Ping? -- dwmw2 To unsubscribe from this group and stop receiving emails from it, send ...
5 years, 9 months ago (2015-03-12 10:34:47 UTC) #20
jahestad
On 2015/03/12 10:34:47, dwmw2_infradead.org wrote: > Ping? > > -- > dwmw2 > > To ...
5 years, 1 month ago (2015-11-02 14:41:05 UTC) #21
dwmw2_infradead.org
5 years, 1 month ago (2015-11-02 17:04:17 UTC) #22
On Mon, 2015-11-02 at 14:41 +0000, jahestad@gmail.com wrote:
> 
> Why did this one stop? :(
> 
> https://codereview.chromium.org/388063005/

No idea :(

-- 
dwmw2

To unsubscribe from this group and stop receiving emails from it, send an email
to chromium-reviews+unsubscribe@chromium.org.

Powered by Google App Engine
This is Rietveld 408576698