summaryrefslogtreecommitdiffstats
path: root/net/http/http_auth_unittest.cc
Commit message (Expand)AuthorAgeFilesLines
* Move some files from base to base/memory.levin@chromium.org2011-03-281-3/+3
* Clean up net unit testing code.erg@google.com2011-01-261-1/+2
* Revert "Clean up net unit testing code." since it breaks the shlib builder.erg@google.com2011-01-251-2/+1
* Clean up net unit testing code.erg@google.com2011-01-251-1/+2
* Cleanup: Use AUTH_SCHEME enum instead of a string.cbentzel@chromium.org2011-01-131-18/+19
* Clean up some HttpAuth nits.cbentzel@chromium.org2010-10-291-6/+6
* Refactor net::HttpUtil::NameValuePairsIterator to relieve clients of the need...erikwright@chromium.org2010-10-221-26/+6
* Add more tests cases for HttpAuth::HandleChallengeResponse.cbentzel@chromium.org2010-10-201-47/+101
* Stop refcounting HostResolver.willchan@chromium.org2010-10-011-2/+2
* Extract name-value pair parsing from http_auth.cc (ChallengeTokenizer) into h...erikwright@chromium.org2010-09-301-89/+104
* HttpAuthHandlerFactory::CreateDefault requires a HostResolver argument.cbentzel@chromium.org2010-09-291-1/+3
* Revert 60791 - HttpAuthHandlerFactory::CreateDefault requires a HostResolver ...cbentzel@chromium.org2010-09-281-3/+1
* HttpAuthHandlerFactory::CreateDefault requires a HostResolver argument.cbentzel@chromium.org2010-09-281-1/+3
* Don't evict username/password when handling "stale" digest authentication cha...cbentzel@chromium.org2010-09-161-3/+12
* Fix multi-round authentication.cbentzel@chromium.org2010-09-111-124/+64
* Attempt to back off from Kerberos authentication if we don't have credentials.ahendrickson@google.com2010-07-201-0/+7
* Don't do Negotiate with GSSAPI if default credentials are not allowed.cbentzel@chromium.org2010-07-191-2/+8
* Hooking GSSAPI code into HTTP authenticate Negotiate handler.ahendrickson@google.com2010-06-281-9/+66
* HttpAuthHandler's are no longer refcounted.cbentzel@chromium.org2010-06-071-8/+8
* HttpAuthHandlers hold onto a bound net log.cbentzel@chromium.org2010-05-271-0/+2
* Auto-format style pass over files.cbentzel@chromium.org2010-05-041-4/+4
* Removed filter checks in windows implementations of Negotiate and NTLM HTTP A...cbentzel@chromium.org2010-03-311-209/+0
* Gracefully recover from malformed auth challenge.jochen@chromium.org2010-03-311-0/+76
* HttpAuthFilterWhitelist is now getting entries from the Windowsahendrickson@google.com2010-03-251-4/+4
* Added HttpAuthFilter.cbentzel@chromium.org2010-02-261-1/+213
* Added factories for HttpAuthHandler.cbentzel@chromium.org2010-02-151-55/+27
* Add Single Sign On support to HTTP Authentication handlers.cbentzel@chromium.org2010-02-051-0/+0
* Add a unit test which checks that Negotiate is chosen over NTLM.cbentzel@chromium.org2010-01-231-4/+23
* Fix unittest for Negotiate and NTLM auth.cbentzel@chromium.org2010-01-211-3/+2
* We should pass the service principal name (SPN) of thewtc@chromium.org2009-09-181-0/+10
* Fix for bug 9608. adding check that tokenized header is valid.ace@google.com2009-04-021-0/+7
* Implement the NTLM authentication scheme by portingwtc@chromium.org2009-02-281-3/+83
* - Add preemptive authorization (new http stack only)ericroman@google.com2008-11-081-13/+18
* 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/+185