summaryrefslogtreecommitdiffstats
path: root/net/http/http_auth_handler_digest.cc
Commit message (Expand)AuthorAgeFilesLines
* Remove static "set_fixed_cnonce" in favor of NonceGenerator objects.cbentzel@chromium.org2010-11-171-11/+32
* Improve unit test coverage of HttpAuthHandlerDigest parsing.cbentzel@chromium.org2010-11-151-10/+14
* Refactor net::HttpUtil::NameValuePairsIterator to relieve clients of the need...erikwright@chromium.org2010-10-221-7/+2
* Convert LOG(INFO) to VLOG(1) - net/.pkasting@chromium.org2010-10-161-3/+3
* Extract name-value pair parsing from http_auth.cc (ChallengeTokenizer) into h...erikwright@chromium.org2010-09-301-11/+14
* net: Append base:: in the StringPrintf calls.tfarina@chromium.org2010-09-251-1/+2
* Fix multi-round authentication.cbentzel@chromium.org2010-09-111-6/+33
* Uninitialized member vars and inlined constructors.finnur@chromium.org2010-08-121-0/+10
* Net: Convert username and password to string16.thestig@chromium.org2010-07-291-16/+20
* Async support for HttpAuthHandler::GenerateAuthToken.cbentzel@chromium.org2010-06-101-18/+7
* 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-1/+2
* Remove handler from HttpAuthCache.cbentzel@chromium.org2010-05-201-8/+5
* Digest Authentication: Test that "nc" is incremented for same "nonce".cbentzel@chromium.org2010-05-181-0/+5
* Auto-format style pass over files.cbentzel@chromium.org2010-05-041-1/+1
* net: string_utils.h -> utf_string_conversions.h fix.jhawkins@chromium.org2010-03-081-0/+2
* Added factories for HttpAuthHandler.cbentzel@chromium.org2010-02-151-9/+27
* Add Single Sign On support to HTTP Authentication handlers.cbentzel@chromium.org2010-02-051-8/+20
* Allow the realm in BASIC and DIGEST challenges to not be specified.eroman@chromium.org2009-09-211-2/+10
* Changes the UI for HTTP/FTP auth challenges to include the server's port. So ...ericroman@google.com2009-05-211-1/+1
* Implement the NTLM authentication scheme by portingwtc@chromium.org2009-02-281-0/+1
* Minor refactorings:ericroman@google.com2008-12-021-1/+1
* - Add preemptive authorization (new http stack only)ericroman@google.com2008-11-081-2/+1
* Unrollback 3024 (partially rolled back in 3027).ericroman@google.com2008-10-081-1/+1
* Revert 3024, broke mac build.maruel@google.com2008-10-081-1/+1
* Pull in new googleurl@94 which includes GURL::EffectiveIntPort().ericroman@google.com2008-10-081-1/+1
* Use base::RandInt() in place of rand(), now that rand_util has been moved fro...ericroman@google.com2008-09-301-2/+2
* Initial stab at http authentication (basic + digest) in new http stack.ericroman@google.com2008-09-271-0/+278