summaryrefslogtreecommitdiffstats
path: root/net/http/http_auth_handler_basic_unittest.cc
Commit message (Expand)AuthorAgeFilesLines
* Net: Convert username and password to string16.thestig@chromium.org2010-07-291-10/+12
* HttpNetworkTransaction handles asynchronous auth token generation.cbentzel@chromium.org2010-06-171-4/+4
* Async support for HttpAuthHandler::GenerateAuthToken.cbentzel@chromium.org2010-06-101-5/+6
* HttpAuthHandler's are no longer refcounted.cbentzel@chromium.org2010-06-071-2/+2
* HttpAuthHandlers hold onto a bound net log.cbentzel@chromium.org2010-05-271-2/+2
* Auto-format style pass over files.cbentzel@chromium.org2010-05-041-4/+4
* Added factories for HttpAuthHandler.cbentzel@chromium.org2010-02-151-12/+13
* Add Single Sign On support to HTTP Authentication handlers.cbentzel@chromium.org2010-02-051-5/+10
* Allow the realm in BASIC and DIGEST challenges to not be specified.eroman@chromium.org2009-09-211-2/+36
* We should pass the service principal name (SPN) of thewtc@chromium.org2009-09-181-1/+2
* - Add preemptive authorization (new http stack only)ericroman@google.com2008-11-081-6/+6
* Add some extra unit-tests to make sure we cover all permutations of {basic_au...ericroman@google.com2008-10-291-0/+2
* Add an HTTP basic auth unit test for an empty username.wtc@google.com2008-10-281-0/+2
* Add the auth unit-tests to SConscript and .pbxprojericroman@google.com2008-09-271-1/+1
* Initial stab at http authentication (basic + digest) in new http stack.ericroman@google.com2008-09-271-0/+34