summaryrefslogtreecommitdiffstats
path: root/net/http/http_auth_handler_digest_unittest.cc
Commit message (Expand)AuthorAgeFilesLines
* Check and invalidate cached credentials if they were used for preemptive auth...asanka@chromium.org2011-02-181-0/+7
* HttpAuthHandlerDigest unit test cleanup.cbentzel@chromium.org2010-12-021-78/+79
* Added more digest auth unit tests.cbentzel@chromium.org2010-11-191-0/+161
* Remove static "set_fixed_cnonce" in favor of NonceGenerator objects.cbentzel@chromium.org2010-11-171-1/+1
* Improve unit test coverage of HttpAuthHandlerDigest parsing.cbentzel@chromium.org2010-11-151-13/+174
* Fix multi-round authentication.cbentzel@chromium.org2010-09-111-0/+30
* Add #include utf_string_conversions.h to all files that use ASCIIToWide andbrettw@chromium.org2010-08-031-0/+1
* Net: Convert username and password to string16.thestig@chromium.org2010-07-291-7/+10
* HttpAuthHandler's are no longer refcounted.cbentzel@chromium.org2010-06-071-13/+32
* HttpAuthHandlers hold onto a bound net log.cbentzel@chromium.org2010-05-271-1/+2
* Remove handler from HttpAuthCache.cbentzel@chromium.org2010-05-201-2/+2
* Auto-format style pass over files.cbentzel@chromium.org2010-05-041-3/+6
* Added factories for HttpAuthHandler.cbentzel@chromium.org2010-02-151-4/+5
* Allow the realm in BASIC and DIGEST challenges to not be specified.eroman@chromium.org2009-09-211-3/+16
* We should pass the service principal name (SPN) of thewtc@chromium.org2009-09-181-1/+2
* Fixes CRLF and trailing white spaces.maruel@chromium.org2009-03-051-3/+3
* - Add preemptive authorization (new http stack only)ericroman@google.com2008-11-081-12/+12
* Add some extra unit-tests to make sure we cover all permutations of {basic_au...ericroman@google.com2008-10-291-0/+42
* Add the auth unit-tests to SConscript and .pbxprojericroman@google.com2008-09-271-2/+2
* Initial stab at http authentication (basic + digest) in new http stack.ericroman@google.com2008-09-271-0/+210