summaryrefslogtreecommitdiffstats
path: root/net/http/http_auth_handler_negotiate_win.cc
Commit message (Expand)AuthorAgeFilesLines
* Make the Negotiate Authentication Handler a state machine.cbentzel@chromium.org2010-07-011-209/+0
* Async support for HttpAuthHandler::GenerateAuthToken.cbentzel@chromium.org2010-06-101-20/+6
* HttpAuthHandler's are no longer refcounted.cbentzel@chromium.org2010-06-071-2/+2
* HttpAuthHandlers hold onto a bound net log.cbentzel@chromium.org2010-05-271-5/+5
* 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
* Refactored to pass the URLSecurityManager via the HttpAuthFactory class to th...ahendrickson@chromium.org2010-04-161-7/+16
* Kerberos uses an SPN (Service Principal Name) to identify a server. This is t...cbentzel@chromium.org2010-04-141-6/+112
* Removed filter checks in windows implementations of Negotiate and NTLM HTTP A...cbentzel@chromium.org2010-03-311-8/+0
* On Windows, use IInternetSecurityManager to determine if it's OKwtc@chromium.org2010-03-291-11/+2
* Added HttpAuthFilter.cbentzel@chromium.org2010-02-261-0/+10
* Added SSPILibrary interface so unit tests can mock SSPI calls.cbentzel@chromium.org2010-02-251-7/+8
* Validate that an SSPI scheme is supported before generating a handler.cbentzel@chromium.org2010-02-221-3/+24
* Added factories for HttpAuthHandler.cbentzel@chromium.org2010-02-151-4/+16
* Add Single Sign On support to HTTP Authentication handlers.cbentzel@chromium.org2010-02-051-11/+33
* Added WWW-Authenticate Negotate support using shared HttpAuthSspi.cbentzel@chromium.org2010-01-211-0/+57