summaryrefslogtreecommitdiffstats
path: root/net/http/http_auth_handler_negotiate.cc
Commit message (Expand)AuthorAgeFilesLines
* Move ASCIIToWide and ASCIIToUTF16 to utf_string_conversions.h. I've found itbrettw@chromium.org2010-07-311-0/+2
* Net: Convert username and password to string16.thestig@chromium.org2010-07-291-4/+4
* Use different separators for service-type and service-name in Kerberos SPN.cbentzel@chromium.org2010-07-201-3/+10
* Don't do Negotiate with GSSAPI if default credentials are not allowed.cbentzel@chromium.org2010-07-191-17/+17
* Init GSSAPI library in HttpAuthHandlerNegotiate.cbentzel@chromium.org2010-07-141-0/+6
* Make the Negotiate Authentication Handler a state machine.cbentzel@chromium.org2010-07-011-0/+303
* Validate that an SSPI scheme is supported before generating a handler.cbentzel@chromium.org2010-02-221-15/+0
* Added factories for HttpAuthHandler.cbentzel@chromium.org2010-02-151-0/+15