summaryrefslogtreecommitdiffstats
path: root/net/http/http_auth_handler_ntlm.h
Commit message (Expand)AuthorAgeFilesLines
* More net/ method ordering.erg@google.com2011-01-261-4/+4
* Fix multi-round authentication.cbentzel@chromium.org2010-09-111-7/+6
* Net: Convert username and password to string16.thestig@chromium.org2010-07-291-2/+2
* `#pragma once` for app, base, chrome, gfx, ipc, net, skia, viewsthakis@chromium.org2010-07-261-0/+1
* Async support for HttpAuthHandler::GenerateAuthToken.cbentzel@chromium.org2010-06-101-10/+6
* HttpAuthHandler's are no longer refcounted.cbentzel@chromium.org2010-06-071-1/+1
* HttpAuthHandlers hold onto a bound net log.cbentzel@chromium.org2010-05-271-0/+1
* Lazy initialization of URLSecurityManager to reduce start-up time.ahendrickson@chromium.org2010-05-201-2/+2
* Remove handler from HttpAuthCache.cbentzel@chromium.org2010-05-201-0/+2
* Refactored to pass the URLSecurityManager via the HttpAuthFactory class to th...ahendrickson@chromium.org2010-04-161-2/+9
* Kerberos uses an SPN (Service Principal Name) to identify a server. This is t...cbentzel@chromium.org2010-04-141-0/+3
* On Windows, use IInternetSecurityManager to determine if it's OKwtc@chromium.org2010-03-291-1/+1
* Added SSPILibrary interface so unit tests can mock SSPI calls.cbentzel@chromium.org2010-02-251-1/+13
* Validate that an SSPI scheme is supported before generating a handler.cbentzel@chromium.org2010-02-221-0/+11
* Added factories for HttpAuthHandler.cbentzel@chromium.org2010-02-151-5/+15
* Add Single Sign On support to HTTP Authentication handlers.cbentzel@chromium.org2010-02-051-5/+12
* Added WWW-Authenticate Negotate support using shared HttpAuthSspi.cbentzel@chromium.org2010-01-211-7/+2
* Second patch in making destructors of refcounted objects private.jam@chromium.org2009-11-051-2/+2
* [Second attempt of r25461]wtc@chromium.org2009-09-051-3/+38
* Revert "Use SSPI for NTLM authentication on Windows."agl@chromium.org2009-09-041-38/+3
* Use SSPI for NTLM authentication on Windows.wtc@chromium.org2009-09-041-3/+38
* Make GetHostNameProc return a std::string.wtc@chromium.org2009-03-231-18/+42
* Add unit tests for NTLM authentication. This requireswtc@chromium.org2009-03-111-0/+14
* Implement the NTLM authentication scheme by portingwtc@chromium.org2009-02-281-0/+60