| Commit message (Expand) | Author | Age | Files | Lines |
* | base::Bind: Convert HostResolver::Resolve. | jhawkins@chromium.org | 2011-11-16 | 1 | -4/+7 |
* | Use AuthCredentials throughout the network stack instead of username/password. | cbentzel@chromium.org | 2011-10-28 | 1 | -14/+9 |
* | Begin CompletionCallback switchover. | willchan@chromium.org | 2011-10-01 | 1 | -2/+2 |
* | Don't try to use explicit credentials with schemes that don't support it. | asanka@chromium.org | 2011-08-31 | 1 | -0/+4 |
* | Add unit-tests for SingleRequestHostResolver. | eroman@chromium.org | 2011-06-06 | 1 | -0/+1 |
* | Fail with ERR_UNSUPPORTED_AUTH_SCHEME instead of ERR_INVALID_RESPONSE | wtc@chromium.org | 2011-05-31 | 1 | -1/+7 |
* | Miscelaneous cleanups to AddressList to make it harder to mis-use. | eroman@chromium.org | 2011-05-12 | 1 | -2/+2 |
* | More net/ method ordering. | erg@google.com | 2011-01-26 | 1 | -156/+156 |
* | Cleanup: Use AUTH_SCHEME enum instead of a string. | cbentzel@chromium.org | 2011-01-13 | 1 | -2/+1 |
* | Histogram target for each HTTP Authentication Scheme. | cbentzel@chromium.org | 2010-12-13 | 1 | -0/+1 |
* | Support specifying the GSSAPI library that will be used. | danno@chromium.org | 2010-11-12 | 1 | -6/+4 |
* | Convert LOG(INFO) to VLOG(1) - net/. | pkasting@chromium.org | 2010-10-16 | 1 | -3/+3 |
* | Skip CNAME lookup if resolver_ is NULL in the Negotiate handler. | cbentzel@chromium.org | 2010-09-27 | 1 | -1/+1 |
* | net: Append base:: in the StringPrintf calls. | tfarina@chromium.org | 2010-09-25 | 1 | -3/+5 |
* | Change HostResolver::RequestInfo to take a HostPortPair rather than naked hos... | eroman@chromium.org | 2010-09-15 | 1 | -1/+1 |
* | Fix multi-round authentication. | cbentzel@chromium.org | 2010-09-11 | 1 | -4/+7 |
* | Add support for delegated kerberos tickets to Negotiate authentication. | cbentzel@chromium.org | 2010-08-27 | 1 | -0/+11 |
* | Move ASCIIToWide and ASCIIToUTF16 to utf_string_conversions.h. I've found it | brettw@chromium.org | 2010-07-31 | 1 | -0/+2 |
* | Net: Convert username and password to string16. | thestig@chromium.org | 2010-07-29 | 1 | -4/+4 |
* | Use different separators for service-type and service-name in Kerberos SPN. | cbentzel@chromium.org | 2010-07-20 | 1 | -3/+10 |
* | Don't do Negotiate with GSSAPI if default credentials are not allowed. | cbentzel@chromium.org | 2010-07-19 | 1 | -17/+17 |
* | Init GSSAPI library in HttpAuthHandlerNegotiate. | cbentzel@chromium.org | 2010-07-14 | 1 | -0/+6 |
* | Make the Negotiate Authentication Handler a state machine. | cbentzel@chromium.org | 2010-07-01 | 1 | -0/+303 |
* | Validate that an SSPI scheme is supported before generating a handler. | cbentzel@chromium.org | 2010-02-22 | 1 | -15/+0 |
* | Added factories for HttpAuthHandler. | cbentzel@chromium.org | 2010-02-15 | 1 | -0/+15 |