summaryrefslogtreecommitdiffstats
path: root/net/http/http_auth_handler_ntlm_win.cc
Commit message (Expand)AuthorAgeFilesLines
* HttpAuthHandlers hold onto a bound net log.cbentzel@chromium.org2010-05-271-1/+2
* Lazy initialization of URLSecurityManager to reduce start-up time.ahendrickson@chromium.org2010-05-201-1/+1
* Remove handler from HttpAuthCache.cbentzel@chromium.org2010-05-201-1/+3
* Auto-format style pass over files.cbentzel@chromium.org2010-05-041-4/+4
* Refactored to pass the URLSecurityManager via the HttpAuthFactory class to th...ahendrickson@chromium.org2010-04-161-6/+14
* Kerberos uses an SPN (Service Principal Name) to identify a server. This is t...cbentzel@chromium.org2010-04-141-1/+1
* Removed filter checks in windows implementations of Negotiate and NTLM HTTP A...cbentzel@chromium.org2010-03-311-7/+0
* On Windows, use IInternetSecurityManager to determine if it's OKwtc@chromium.org2010-03-291-16/+7
* Added HttpAuthFilter.cbentzel@chromium.org2010-02-261-0/+7
* Added SSPILibrary interface so unit tests can mock SSPI calls.cbentzel@chromium.org2010-02-251-8/+8
* Validate that an SSPI scheme is supported before generating a handler.cbentzel@chromium.org2010-02-221-1/+37
* Add Single Sign On support to HTTP Authentication handlers.cbentzel@chromium.org2010-02-051-0/+25
* Added WWW-Authenticate Negotate support using shared HttpAuthSspi.cbentzel@chromium.org2010-01-211-118/+3
* Abstracted and moved common SSPI functionality.cbentzel@chromium.org2010-01-081-45/+6
* We should pass the service principal name (SPN) of thewtc@chromium.org2009-09-181-3/+8
* [Second attempt of r25461]wtc@chromium.org2009-09-051-0/+188
* Revert "Use SSPI for NTLM authentication on Windows."agl@chromium.org2009-09-041-188/+0
* Use SSPI for NTLM authentication on Windows.wtc@chromium.org2009-09-041-0/+188