summaryrefslogtreecommitdiffstats
path: root/net/http/http_auth_handler_negotiate.h
Commit message (Expand)AuthorAgeFilesLines
* Don't do Negotiate with GSSAPI if default credentials are not allowed.cbentzel@chromium.org2010-07-191-33/+21
* Make the Negotiate Authentication Handler a state machine.cbentzel@chromium.org2010-07-011-12/+45
* Hooking GSSAPI code into HTTP authenticate Negotiate handler.ahendrickson@google.com2010-06-281-9/+24
* Async support for HttpAuthHandler::GenerateAuthToken.cbentzel@chromium.org2010-06-101-10/+6
* HttpAuthHandler's are no longer refcounted.cbentzel@chromium.org2010-06-071-3/+3
* HttpAuthHandlers hold onto a bound net log.cbentzel@chromium.org2010-05-271-2/+2
* Lazy initialization of URLSecurityManager to reduce start-up time.ahendrickson@chromium.org2010-05-201-4/+3
* Remove handler from HttpAuthCache.cbentzel@chromium.org2010-05-201-0/+2
* Adds unit tests for how HttpAuthHandlerNegotiate creates SPNs.cbentzel@chromium.org2010-04-281-2/+6
* Refactored to pass the URLSecurityManager via the HttpAuthFactory class to th...ahendrickson@chromium.org2010-04-161-2/+7
* Kerberos uses an SPN (Service Principal Name) to identify a server. This is t...cbentzel@chromium.org2010-04-141-1/+39
* 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/+14
* Validate that an SSPI scheme is supported before generating a handler.cbentzel@chromium.org2010-02-221-0/+10
* Added factories for HttpAuthHandler.cbentzel@chromium.org2010-02-151-2/+13
* Add Single Sign On support to HTTP Authentication handlers.cbentzel@chromium.org2010-02-051-4/+10
* Added WWW-Authenticate Negotate support using shared HttpAuthSspi.cbentzel@chromium.org2010-01-211-0/+53