summaryrefslogtreecommitdiffstats
path: root/net/http/http_auth.cc
Commit message (Expand)AuthorAgeFilesLines
* HttpAuthHandler's are no longer refcounted.cbentzel@chromium.org2010-06-071-5/+5
* HttpAuthHandlers hold onto a bound net log.cbentzel@chromium.org2010-05-271-2/+3
* Gracefully recover from malformed auth challenge.jochen@chromium.org2010-03-311-5/+8
* Added factories for HttpAuthHandler.cbentzel@chromium.org2010-02-151-40/+33
* Added WWW-Authenticate Negotate support using shared HttpAuthSspi.cbentzel@chromium.org2010-01-211-0/+3
* We should pass the service principal name (SPN) of thewtc@chromium.org2009-09-181-3/+5
* Fix for bug 9608. adding check that tokenized header is valid.ace@google.com2009-04-021-1/+5
* Implement the NTLM authentication scheme by portingwtc@chromium.org2009-02-281-8/+25
* - Add preemptive authorization (new http stack only)ericroman@google.com2008-11-081-18/+20
* Initial stab at http authentication (basic + digest) in new http stack.ericroman@google.com2008-09-271-0/+147