summaryrefslogtreecommitdiffstats
path: root/net/http/http_auth.cc
Commit message (Expand)AuthorAgeFilesLines
* MAC Cookies (patch 4 of N)abarth@chromium.org2011-05-131-3/+4
* Even more reordering the methods in headers and implementation in net/.erg@google.com2011-01-201-18/+18
* Cleanup: Use AUTH_SCHEME enum instead of a string.cbentzel@chromium.org2011-01-131-8/+34
* Add more tests cases for HttpAuth::HandleChallengeResponse.cbentzel@chromium.org2010-10-201-0/+3
* Convert LOG(INFO) to VLOG(1) - net/.pkasting@chromium.org2010-10-161-2/+2
* FBTF: Continue fixing nits found by my automated source scanner.erg@google.com2010-10-051-0/+2
* Extract name-value pair parsing from http_auth.cc (ChallengeTokenizer) into h...erikwright@chromium.org2010-09-301-61/+18
* Don't evict username/password when handling "stale" digest authentication cha...cbentzel@chromium.org2010-09-161-3/+7
* Fix multi-round authentication.cbentzel@chromium.org2010-09-111-15/+27
* Demote LOG(WARNING) about unable to handle an auth scheme to LOG(INFO).cbentzel@chromium.org2010-09-081-2/+2
* Fix for Proxy server authentication without credentials available.ahendrickson@google.com2010-07-271-5/+5
* Attempt to back off from Kerberos authentication if we don't have credentials.ahendrickson@google.com2010-07-201-2/+5
* Create HttpAuthController. (again)vandebo@chromium.org2010-06-241-0/+6
* Revert 50647 - Create HttpAuthController.vandebo@chromium.org2010-06-231-6/+0
* Create HttpAuthController.vandebo@chromium.org2010-06-231-0/+6
* 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