summaryrefslogtreecommitdiffstats
path: root/net/http/http_auth_handler_negotiate_posix.cc
Commit message (Expand)AuthorAgeFilesLines
* Refactored to pass the URLSecurityManager via the HttpAuthFactory class to th...ahendrickson@chromium.org2010-04-161-2/+6
* Kerberos uses an SPN (Service Principal Name) to identify a server. This is t...cbentzel@chromium.org2010-04-141-1/+14
* On Windows, use IInternetSecurityManager to determine if it's OKwtc@chromium.org2010-03-291-1/+1
* Validate that an SSPI scheme is supported before generating a handler.cbentzel@chromium.org2010-02-221-0/+6
* Added factories for HttpAuthHandler.cbentzel@chromium.org2010-02-151-2/+9
* Add Single Sign On support to HTTP Authentication handlers.cbentzel@chromium.org2010-02-051-3/+23
* Remove CRLF from http_auth_handler_negotiate_posix.cccbentzel@chromium.org2010-02-041-45/+45
* Added WWW-Authenticate Negotate support using shared HttpAuthSspi.cbentzel@chromium.org2010-01-211-0/+45