| Commit message (Expand) | Author | Age | Files | Lines |
* | Check and invalidate cached credentials if they were used for preemptive auth... | asanka@chromium.org | 2011-02-18 | 1 | -7/+12 |
* | More net/ method ordering. | erg@google.com | 2011-01-26 | 1 | -160/+160 |
* | Cleanup: Use AUTH_SCHEME enum instead of a string. | cbentzel@chromium.org | 2011-01-13 | 1 | -2/+1 |
* | Histogram target for each HTTP Authentication Scheme. | cbentzel@chromium.org | 2010-12-13 | 1 | -0/+1 |
* | Remove static "set_fixed_cnonce" in favor of NonceGenerator objects. | cbentzel@chromium.org | 2010-11-17 | 1 | -11/+32 |
* | Improve unit test coverage of HttpAuthHandlerDigest parsing. | cbentzel@chromium.org | 2010-11-15 | 1 | -10/+14 |
* | Refactor net::HttpUtil::NameValuePairsIterator to relieve clients of the need... | erikwright@chromium.org | 2010-10-22 | 1 | -7/+2 |
* | Convert LOG(INFO) to VLOG(1) - net/. | pkasting@chromium.org | 2010-10-16 | 1 | -3/+3 |
* | Extract name-value pair parsing from http_auth.cc (ChallengeTokenizer) into h... | erikwright@chromium.org | 2010-09-30 | 1 | -11/+14 |
* | net: Append base:: in the StringPrintf calls. | tfarina@chromium.org | 2010-09-25 | 1 | -1/+2 |
* | Fix multi-round authentication. | cbentzel@chromium.org | 2010-09-11 | 1 | -6/+33 |
* | Uninitialized member vars and inlined constructors. | finnur@chromium.org | 2010-08-12 | 1 | -0/+10 |
* | Net: Convert username and password to string16. | thestig@chromium.org | 2010-07-29 | 1 | -16/+20 |
* | Async support for HttpAuthHandler::GenerateAuthToken. | cbentzel@chromium.org | 2010-06-10 | 1 | -18/+7 |
* | HttpAuthHandler's are no longer refcounted. | cbentzel@chromium.org | 2010-06-07 | 1 | -2/+2 |
* | HttpAuthHandlers hold onto a bound net log. | cbentzel@chromium.org | 2010-05-27 | 1 | -1/+2 |
* | Remove handler from HttpAuthCache. | cbentzel@chromium.org | 2010-05-20 | 1 | -8/+5 |
* | Digest Authentication: Test that "nc" is incremented for same "nonce". | cbentzel@chromium.org | 2010-05-18 | 1 | -0/+5 |
* | Auto-format style pass over files. | cbentzel@chromium.org | 2010-05-04 | 1 | -1/+1 |
* | net: string_utils.h -> utf_string_conversions.h fix. | jhawkins@chromium.org | 2010-03-08 | 1 | -0/+2 |
* | Added factories for HttpAuthHandler. | cbentzel@chromium.org | 2010-02-15 | 1 | -9/+27 |
* | Add Single Sign On support to HTTP Authentication handlers. | cbentzel@chromium.org | 2010-02-05 | 1 | -8/+20 |
* | Allow the realm in BASIC and DIGEST challenges to not be specified. | eroman@chromium.org | 2009-09-21 | 1 | -2/+10 |
* | Changes the UI for HTTP/FTP auth challenges to include the server's port. So ... | ericroman@google.com | 2009-05-21 | 1 | -1/+1 |
* | Implement the NTLM authentication scheme by porting | wtc@chromium.org | 2009-02-28 | 1 | -0/+1 |
* | Minor refactorings: | ericroman@google.com | 2008-12-02 | 1 | -1/+1 |
* | - Add preemptive authorization (new http stack only) | ericroman@google.com | 2008-11-08 | 1 | -2/+1 |
* | Unrollback 3024 (partially rolled back in 3027). | ericroman@google.com | 2008-10-08 | 1 | -1/+1 |
* | Revert 3024, broke mac build. | maruel@google.com | 2008-10-08 | 1 | -1/+1 |
* | Pull in new googleurl@94 which includes GURL::EffectiveIntPort(). | ericroman@google.com | 2008-10-08 | 1 | -1/+1 |
* | Use base::RandInt() in place of rand(), now that rand_util has been moved fro... | ericroman@google.com | 2008-09-30 | 1 | -2/+2 |
* | Initial stab at http authentication (basic + digest) in new http stack. | ericroman@google.com | 2008-09-27 | 1 | -0/+278 |