summaryrefslogtreecommitdiffstats
path: root/net/http/http_auth_handler.cc
Commit message (Expand)AuthorAgeFilesLines
* base::Bind: Convert most of net/http.jhawkins@chromium.org2011-12-201-17/+17
* Use AuthCredentials throughout the network stack instead of username/password.cbentzel@chromium.org2011-10-281-5/+3
* 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-1/+5
* Cleanup: Use AUTH_SCHEME enum instead of a string.cbentzel@chromium.org2011-01-131-3/+2
* Remove extraneous #include's from http_auth_controller.cccbentzel@chromium.org2011-01-121-2/+0
* Remove auth token generation timing histograms.cbentzel@chromium.org2011-01-071-20/+0
* Histogram target for each HTTP Authentication Scheme.cbentzel@chromium.org2010-12-131-1/+3
* Start deinlining non-empty virtual methods. (This will be automatically checkederg@google.com2010-12-091-0/+8
* Move Stats, histograms, and field trial into a metrics subdirectory of base andbrettw@chromium.org2010-10-141-3/+3
* net: Append base:: in the StringPrintf calls.tfarina@chromium.org2010-09-251-1/+2
* Net: Convert username and password to string16.thestig@chromium.org2010-07-291-2/+2
* Make the Negotiate Authentication Handler a state machine.cbentzel@chromium.org2010-07-011-7/+0
* Add histograms for HTTP authentication token generation times.cbentzel@chromium.org2010-07-011-0/+25
* Added NetLog support for HTTP authentication.cbentzel@chromium.org2010-06-211-2/+46
* HttpNetworkTransaction handles asynchronous auth token generation.cbentzel@chromium.org2010-06-171-1/+2
* Async support for HttpAuthHandler::GenerateAuthToken.cbentzel@chromium.org2010-06-101-0/+13
* HttpAuthHandlers hold onto a bound net log.cbentzel@chromium.org2010-05-271-3/+4
* Remove handler from HttpAuthCache.cbentzel@chromium.org2010-05-201-0/+1
* Kerberos uses an SPN (Service Principal Name) to identify a server. This is t...cbentzel@chromium.org2010-04-141-0/+9
* Added factories for HttpAuthHandler.cbentzel@chromium.org2010-02-151-6/+5
* Add Single Sign On support to HTTP Authentication handlers.cbentzel@chromium.org2010-02-051-2/+4
* We should pass the service principal name (SPN) of thewtc@chromium.org2009-09-181-1/+3
* Implement the NTLM authentication scheme by portingwtc@chromium.org2009-02-281-4/+6
* Minor refactorings:ericroman@google.com2008-12-021-1/+0
* Initial stab at http authentication (basic + digest) in new http stack.ericroman@google.com2008-09-271-0/+27