| Commit message (Expand) | Author | Age | Files | Lines |
* | Use AuthCredentials throughout the network stack instead of username/password. | cbentzel@chromium.org | 2011-10-28 | 1 | -5/+3 |
* | 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 | -1/+5 |
* | Cleanup: Use AUTH_SCHEME enum instead of a string. | cbentzel@chromium.org | 2011-01-13 | 1 | -3/+2 |
* | Remove extraneous #include's from http_auth_controller.cc | cbentzel@chromium.org | 2011-01-12 | 1 | -2/+0 |
* | Remove auth token generation timing histograms. | cbentzel@chromium.org | 2011-01-07 | 1 | -20/+0 |
* | Histogram target for each HTTP Authentication Scheme. | cbentzel@chromium.org | 2010-12-13 | 1 | -1/+3 |
* | Start deinlining non-empty virtual methods. (This will be automatically checked | erg@google.com | 2010-12-09 | 1 | -0/+8 |
* | Move Stats, histograms, and field trial into a metrics subdirectory of base and | brettw@chromium.org | 2010-10-14 | 1 | -3/+3 |
* | net: Append base:: in the StringPrintf calls. | tfarina@chromium.org | 2010-09-25 | 1 | -1/+2 |
* | Net: Convert username and password to string16. | thestig@chromium.org | 2010-07-29 | 1 | -2/+2 |
* | Make the Negotiate Authentication Handler a state machine. | cbentzel@chromium.org | 2010-07-01 | 1 | -7/+0 |
* | Add histograms for HTTP authentication token generation times. | cbentzel@chromium.org | 2010-07-01 | 1 | -0/+25 |
* | Added NetLog support for HTTP authentication. | cbentzel@chromium.org | 2010-06-21 | 1 | -2/+46 |
* | HttpNetworkTransaction handles asynchronous auth token generation. | cbentzel@chromium.org | 2010-06-17 | 1 | -1/+2 |
* | Async support for HttpAuthHandler::GenerateAuthToken. | cbentzel@chromium.org | 2010-06-10 | 1 | -0/+13 |
* | HttpAuthHandlers hold onto a bound net log. | cbentzel@chromium.org | 2010-05-27 | 1 | -3/+4 |
* | Remove handler from HttpAuthCache. | cbentzel@chromium.org | 2010-05-20 | 1 | -0/+1 |
* | Kerberos uses an SPN (Service Principal Name) to identify a server. This is t... | cbentzel@chromium.org | 2010-04-14 | 1 | -0/+9 |
* | Added factories for HttpAuthHandler. | cbentzel@chromium.org | 2010-02-15 | 1 | -6/+5 |
* | Add Single Sign On support to HTTP Authentication handlers. | cbentzel@chromium.org | 2010-02-05 | 1 | -2/+4 |
* | We should pass the service principal name (SPN) of the | wtc@chromium.org | 2009-09-18 | 1 | -1/+3 |
* | Implement the NTLM authentication scheme by porting | wtc@chromium.org | 2009-02-28 | 1 | -4/+6 |
* | Minor refactorings: | ericroman@google.com | 2008-12-02 | 1 | -1/+0 |
* | Initial stab at http authentication (basic + digest) in new http stack. | ericroman@google.com | 2008-09-27 | 1 | -0/+27 |