summaryrefslogtreecommitdiffstats
path: root/net/http/http_auth_unittest.cc
Commit message (Expand)AuthorAgeFilesLines
* 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