summaryrefslogtreecommitdiffstats
path: root/net/http/http_auth_handler_factory_unittest.cc
Commit message (Expand)AuthorAgeFilesLines
* Change some EXPECT's to ASSERT's in http_auth_handler_factory_unittest.cccbentzel@chromium.org2010-08-061-3/+3
* Don't do Negotiate with GSSAPI if default credentials are not allowed.cbentzel@chromium.org2010-07-191-2/+9
* Hooking GSSAPI code into HTTP authenticate Negotiate handler.ahendrickson@google.com2010-06-281-14/+0
* HttpAuthHandler's are no longer refcounted.cbentzel@chromium.org2010-06-071-9/+9
* HttpAuthHandlers hold onto a bound net log.cbentzel@chromium.org2010-05-271-8/+18
* Remove handler from HttpAuthCache.cbentzel@chromium.org2010-05-201-0/+2
* Removed filter checks in windows implementations of Negotiate and NTLM HTTP A...cbentzel@chromium.org2010-03-311-145/+0
* HttpAuthFilterWhitelist is now getting entries from the Windowsahendrickson@google.com2010-03-251-4/+4
* Added HttpAuthFilter.cbentzel@chromium.org2010-02-261-0/+145
* Added factories for HttpAuthHandler.cbentzel@chromium.org2010-02-151-0/+177