summaryrefslogtreecommitdiffstats
path: root/net/http/http_auth.h
Commit message (Expand)AuthorAgeFilesLines
* Move some files from base to base/memory.levin@chromium.org2011-03-281-2/+2
* Check and invalidate cached credentials if they were used for preemptive auth...asanka@chromium.org2011-02-181-0/+7
* Cleanup: Use AUTH_SCHEME enum instead of a string.cbentzel@chromium.org2011-01-131-2/+14
* Clean up some HttpAuth nits.cbentzel@chromium.org2010-10-291-1/+2
* Add more tests cases for HttpAuth::HandleChallengeResponse.cbentzel@chromium.org2010-10-201-1/+20
* FBTF: Continue fixing nits found by my automated source scanner.erg@google.com2010-10-051-1/+1
* Extract name-value pair parsing from http_auth.cc (ChallengeTokenizer) into h...erikwright@chromium.org2010-09-301-60/+15
* Don't evict username/password when handling "stale" digest authentication cha...cbentzel@chromium.org2010-09-161-1/+2
* Fix multi-round authentication.cbentzel@chromium.org2010-09-111-11/+29
* Uninitialized member vars and inlined constructors.finnur@chromium.org2010-08-121-1/+5
* Net: Convert username and password to string16.thestig@chromium.org2010-07-291-3/+4
* `#pragma once` for app, base, chrome, gfx, ipc, net, skia, viewsthakis@chromium.org2010-07-261-0/+1
* Attempt to back off from Kerberos authentication if we don't have credentials.ahendrickson@google.com2010-07-201-0/+5
* Create HttpAuthController. (again)vandebo@chromium.org2010-06-241-0/+4
* Revert 50647 - Create HttpAuthController.vandebo@chromium.org2010-06-231-4/+0
* Create HttpAuthController.vandebo@chromium.org2010-06-231-0/+4
* HttpNetworkTransaction handles asynchronous auth token generation.cbentzel@chromium.org2010-06-171-0/+1
* HttpAuthHandler's are no longer refcounted.cbentzel@chromium.org2010-06-071-1/+2
* HttpAuthHandlers hold onto a bound net log.cbentzel@chromium.org2010-05-271-0/+2
* Remove handler from HttpAuthCache.cbentzel@chromium.org2010-05-201-1/+10
* On Windows, use IInternetSecurityManager to determine if it's OKwtc@chromium.org2010-03-291-43/+47
* Added factories for HttpAuthHandler.cbentzel@chromium.org2010-02-151-14/+21
* We should pass the service principal name (SPN) of thewtc@chromium.org2009-09-181-0/+5
* Respect cookies set in a 401 responses when restarting the http transaction.ericroman@google.com2009-03-271-0/+3
* Remove unneeded uses of base/ref_counted.h.thestig@chromium.org2009-03-181-1/+2
* Fixes CRLF and trailing white spaces.maruel@chromium.org2009-03-051-4/+4
* Implement the NTLM authentication scheme by portingwtc@chromium.org2009-02-281-2/+9
* - Add preemptive authorization (new http stack only)ericroman@google.com2008-11-081-10/+46
* Initial stab at http authentication (basic + digest) in new http stack.ericroman@google.com2008-09-271-0/+120