summaryrefslogtreecommitdiffstats
path: root/net/http/http_auth_handler.h
Commit message (Expand)AuthorAgeFilesLines
* HttpAuthHandlers hold onto a bound net log.cbentzel@chromium.org2010-05-271-4/+6
* Remove handler from HttpAuthCache.cbentzel@chromium.org2010-05-201-0/+8
* Remove CRLF from three lines in http_auth_handler.hcbentzel@chromium.org2010-05-131-3/+3
* Use HttpRequestHeaders for extra_headers.willchan@chromium.org2010-04-201-1/+1
* Refactored to pass the URLSecurityManager via the HttpAuthFactory class to th...ahendrickson@chromium.org2010-04-161-4/+4
* Kerberos uses an SPN (Service Principal Name) to identify a server. This is t...cbentzel@chromium.org2010-04-141-2/+18
* On Windows, use IInternetSecurityManager to determine if it's OKwtc@chromium.org2010-03-291-5/+7
* Added factories for HttpAuthHandler.cbentzel@chromium.org2010-02-151-9/+13
* Add Single Sign On support to HTTP Authentication handlers.cbentzel@chromium.org2010-02-051-6/+27
* Second patch in making destructors of refcounted objects private.jam@chromium.org2009-11-051-2/+4
* We should pass the service principal name (SPN) of thewtc@chromium.org2009-09-181-2/+7
* [Second attempt of r25461]wtc@chromium.org2009-09-051-0/+5
* Revert "Use SSPI for NTLM authentication on Windows."agl@chromium.org2009-09-041-5/+0
* Use SSPI for NTLM authentication on Windows.wtc@chromium.org2009-09-041-0/+5
* Implement the NTLM authentication scheme by portingwtc@chromium.org2009-02-281-5/+33
* Minor refactorings:ericroman@google.com2008-12-021-3/+3
* - Add preemptive authorization (new http stack only)ericroman@google.com2008-11-081-2/+5
* Initial stab at http authentication (basic + digest) in new http stack.ericroman@google.com2008-09-271-0/+77