Comment #96 on issue 19 by bugdro...@chromium.org: Automatic integrated  
windows authentication (aka automatic NTLM / Negotiate Auth support)
http://code.google.com/p/chromium/issues/detail?id=19

The following revision refers to this bug:
     http://src.chromium.org/viewvc/chrome?view=rev&revision=25564

------------------------------------------------------------------------
r25564 | w...@chromium.org | 2009-09-04 17:43:32 -0700 (Fri, 04 Sep 2009) |  
20 lines
Changed paths:
    M  
http://src.chromium.org/viewvc/chrome/trunk/src/net/http/http_auth_handler.h?r1=25564&r2=25563
    M  
http://src.chromium.org/viewvc/chrome/trunk/src/net/http/http_auth_handler_ntlm.cc?r1=25564&r2=25563
    M  
http://src.chromium.org/viewvc/chrome/trunk/src/net/http/http_auth_handler_ntlm.h?r1=25564&r2=25563
    A  
http://src.chromium.org/viewvc/chrome/trunk/src/net/http/http_auth_handler_ntlm_portable.cc
    A  
http://src.chromium.org/viewvc/chrome/trunk/src/net/http/http_auth_handler_ntlm_win.cc
    M  
http://src.chromium.org/viewvc/chrome/trunk/src/net/http/http_network_transaction.cc?r1=25564&r2=25563
    M  
http://src.chromium.org/viewvc/chrome/trunk/src/net/http/http_network_transaction.h?r1=25564&r2=25563
    M  
http://src.chromium.org/viewvc/chrome/trunk/src/net/http/http_network_transaction_unittest.cc?r1=25564&r2=25563
    M  
http://src.chromium.org/viewvc/chrome/trunk/src/net/net.gyp?r1=25564&r2=25563

[Second attempt of r25461]

Use SSPI for NTLM authentication on Windows.

Add an explicit embedded_identity_used_ boolean member to
make sure we use the username/password in the URL only once
for the transaction.  This allows us to reset
auth_identity_[target].source to HttpAuth::IDENT_SRC_NONE
after auth failed.

Initial patch by Arindam.

Original review URL: http://codereview.chromium.org/159656

R=arindam,eroman
BUG=19,18009,20560
TEST=1. Open a webpage that requests NTLM authentication
on Windows.  2. New unit test for wrong auth identity in
URL.
Review URL: http://codereview.chromium.org/193022
------------------------------------------------------------------------


--
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings

--~--~---------~--~----~------------~-------~--~----~
Automated mail from issue updates at http://crbug.com/
Subscription options: http://groups.google.com/group/chromium-bugs
-~----------~----~----~----~------~----~------~--~---

Reply via email to