| Commit message (Expand) | Author | Age | Files | Lines |
* | Clean up net unit testing code. | erg@google.com | 2011-01-26 | 1 | -1/+2 |
* | Revert "Clean up net unit testing code." since it breaks the shlib builder. | erg@google.com | 2011-01-25 | 1 | -2/+1 |
* | Clean up net unit testing code. | erg@google.com | 2011-01-25 | 1 | -1/+2 |
* | Cleanup: Use AUTH_SCHEME enum instead of a string. | cbentzel@chromium.org | 2011-01-13 | 1 | -18/+19 |
* | Clean up some HttpAuth nits. | cbentzel@chromium.org | 2010-10-29 | 1 | -6/+6 |
* | Refactor net::HttpUtil::NameValuePairsIterator to relieve clients of the need... | erikwright@chromium.org | 2010-10-22 | 1 | -26/+6 |
* | Add more tests cases for HttpAuth::HandleChallengeResponse. | cbentzel@chromium.org | 2010-10-20 | 1 | -47/+101 |
* | Stop refcounting HostResolver. | willchan@chromium.org | 2010-10-01 | 1 | -2/+2 |
* | Extract name-value pair parsing from http_auth.cc (ChallengeTokenizer) into h... | erikwright@chromium.org | 2010-09-30 | 1 | -89/+104 |
* | HttpAuthHandlerFactory::CreateDefault requires a HostResolver argument. | cbentzel@chromium.org | 2010-09-29 | 1 | -1/+3 |
* | Revert 60791 - HttpAuthHandlerFactory::CreateDefault requires a HostResolver ... | cbentzel@chromium.org | 2010-09-28 | 1 | -3/+1 |
* | HttpAuthHandlerFactory::CreateDefault requires a HostResolver argument. | cbentzel@chromium.org | 2010-09-28 | 1 | -1/+3 |
* | Don't evict username/password when handling "stale" digest authentication cha... | cbentzel@chromium.org | 2010-09-16 | 1 | -3/+12 |
* | Fix multi-round authentication. | cbentzel@chromium.org | 2010-09-11 | 1 | -124/+64 |
* | Attempt to back off from Kerberos authentication if we don't have credentials. | ahendrickson@google.com | 2010-07-20 | 1 | -0/+7 |
* | Don't do Negotiate with GSSAPI if default credentials are not allowed. | cbentzel@chromium.org | 2010-07-19 | 1 | -2/+8 |
* | Hooking GSSAPI code into HTTP authenticate Negotiate handler. | ahendrickson@google.com | 2010-06-28 | 1 | -9/+66 |
* | HttpAuthHandler's are no longer refcounted. | cbentzel@chromium.org | 2010-06-07 | 1 | -8/+8 |
* | HttpAuthHandlers hold onto a bound net log. | cbentzel@chromium.org | 2010-05-27 | 1 | -0/+2 |
* | Auto-format style pass over files. | cbentzel@chromium.org | 2010-05-04 | 1 | -4/+4 |
* | Removed filter checks in windows implementations of Negotiate and NTLM HTTP A... | cbentzel@chromium.org | 2010-03-31 | 1 | -209/+0 |
* | Gracefully recover from malformed auth challenge. | jochen@chromium.org | 2010-03-31 | 1 | -0/+76 |
* | HttpAuthFilterWhitelist is now getting entries from the Windows | ahendrickson@google.com | 2010-03-25 | 1 | -4/+4 |
* | Added HttpAuthFilter. | cbentzel@chromium.org | 2010-02-26 | 1 | -1/+213 |
* | Added factories for HttpAuthHandler. | cbentzel@chromium.org | 2010-02-15 | 1 | -55/+27 |
* | Add Single Sign On support to HTTP Authentication handlers. | cbentzel@chromium.org | 2010-02-05 | 1 | -0/+0 |
* | Add a unit test which checks that Negotiate is chosen over NTLM. | cbentzel@chromium.org | 2010-01-23 | 1 | -4/+23 |
* | Fix unittest for Negotiate and NTLM auth. | cbentzel@chromium.org | 2010-01-21 | 1 | -3/+2 |
* | We should pass the service principal name (SPN) of the | wtc@chromium.org | 2009-09-18 | 1 | -0/+10 |
* | Fix for bug 9608. adding check that tokenized header is valid. | ace@google.com | 2009-04-02 | 1 | -0/+7 |
* | Implement the NTLM authentication scheme by porting | wtc@chromium.org | 2009-02-28 | 1 | -3/+83 |
* | - Add preemptive authorization (new http stack only) | ericroman@google.com | 2008-11-08 | 1 | -13/+18 |
* | Add the auth unit-tests to SConscript and .pbxproj | ericroman@google.com | 2008-09-27 | 1 | -1/+1 |
* | Initial stab at http authentication (basic + digest) in new http stack. | ericroman@google.com | 2008-09-27 | 1 | -0/+185 |