summaryrefslogtreecommitdiffstats
path: root/net/http/http_auth.cc
Commit message (Expand)AuthorAgeFilesLines
* Move LowerCaseEqualsASCII to base namespacebrettw2015-06-091-1/+2
* replace COMPILE_ASSERT with static_assert in net/mostynb2015-01-201-2/+2
* Revert 289312 "Move StringToUpperASCII and LowerCaseEqualsASCII ..."brettw@chromium.org2014-08-131-2/+1
* Move StringToUpperASCII and LowerCaseEqualsASCII to the base namespacebrettw@chromium.org2014-08-131-1/+2
* Move HttpAuth::ChallengeTokenizer to its own file.davidben@chromium.org2014-03-131-51/+2
* Use a direct include of strings headers in net/http/.avi@chromium.org2013-06-111-1/+1
* Rewrite std::string("") to std::string(), Linux edition.dcheng@chromium.org2013-04-091-3/+3
* Revert "Rewrite std::string("") to std::string(), Linux edition."dcheng@chromium.org2013-04-091-3/+3
* Rewrite std::string("") to std::string(), Linux edition.dcheng@chromium.org2013-04-091-3/+3
* Move string tokenizer to base/strings.brettw@chromium.org2013-02-021-1/+2
* SPDY proxy authentication support.piatek@google.com2012-09-281-0/+1
* Clean-up inline members of nested classes (net/)hans@chromium.org2012-08-091-0/+12
* Remove unneeded headers in http_auth.cccbentzel@chromium.org2011-08-241-4/+2
* 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