summaryrefslogtreecommitdiffstats
path: root/net/http/http_auth_handler_negotiate.cc
Commit message (Expand)AuthorAgeFilesLines
* Coverity: Initialize member variables.jhawkins@chromium.org2011-12-211-0/+1
* base::Bind: Convert most of net/http.jhawkins@chromium.org2011-12-201-11/+8
* base::Bind: Convert HostResolver::Resolve.jhawkins@chromium.org2011-11-161-4/+7
* Use AuthCredentials throughout the network stack instead of username/password.cbentzel@chromium.org2011-10-281-14/+9
* Begin CompletionCallback switchover.willchan@chromium.org2011-10-011-2/+2
* Don't try to use explicit credentials with schemes that don't support it.asanka@chromium.org2011-08-311-0/+4
* Add unit-tests for SingleRequestHostResolver.eroman@chromium.org2011-06-061-0/+1
* Fail with ERR_UNSUPPORTED_AUTH_SCHEME instead of ERR_INVALID_RESPONSEwtc@chromium.org2011-05-311-1/+7
* Miscelaneous cleanups to AddressList to make it harder to mis-use.eroman@chromium.org2011-05-121-2/+2
* More net/ method ordering.erg@google.com2011-01-261-156/+156
* Cleanup: Use AUTH_SCHEME enum instead of a string.cbentzel@chromium.org2011-01-131-2/+1
* Histogram target for each HTTP Authentication Scheme.cbentzel@chromium.org2010-12-131-0/+1
* Support specifying the GSSAPI library that will be used.danno@chromium.org2010-11-121-6/+4
* Convert LOG(INFO) to VLOG(1) - net/.pkasting@chromium.org2010-10-161-3/+3
* Skip CNAME lookup if resolver_ is NULL in the Negotiate handler.cbentzel@chromium.org2010-09-271-1/+1
* net: Append base:: in the StringPrintf calls.tfarina@chromium.org2010-09-251-3/+5
* Change HostResolver::RequestInfo to take a HostPortPair rather than naked hos...eroman@chromium.org2010-09-151-1/+1
* Fix multi-round authentication.cbentzel@chromium.org2010-09-111-4/+7
* Add support for delegated kerberos tickets to Negotiate authentication.cbentzel@chromium.org2010-08-271-0/+11
* 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