summaryrefslogtreecommitdiffstats
path: root/net/http/http_auth_handler.h
Commit message (Expand)AuthorAgeFilesLines
* Fix multi-round authentication.cbentzel@chromium.org2010-09-111-5/+16
* Remove obviously unneeded forward declarations from headers under src/{app,ba...viettrungluu@chromium.org2010-08-211-2/+0
* Net: Convert username and password to string16.thestig@chromium.org2010-07-291-4/+5
* `#pragma once` for app, base, chrome, gfx, ipc, net, skia, viewsthakis@chromium.org2010-07-261-0/+1
* Attempt four at landing the "histogram.h removed from message_loop.h" patch.erg@chromium.org2010-07-151-0/+1
* Revert everything related to the relanding.erg@chromium.org2010-07-141-1/+0
* Reland r52336.erg@chromium.org2010-07-141-0/+1
* Revert 52336 - More header cleanup:erg@chromium.org2010-07-141-1/+0
* More header cleanup:erg@chromium.org2010-07-141-0/+1
* Make the Negotiate Authentication Handler a state machine.cbentzel@chromium.org2010-07-011-12/+0
* Add histograms for HTTP authentication token generation times.cbentzel@chromium.org2010-07-011-1/+7
* Added NetLog support for HTTP authentication.cbentzel@chromium.org2010-06-211-0/+8
* Async support for HttpAuthHandler::GenerateAuthToken.cbentzel@chromium.org2010-06-101-22/+33
* HttpAuthHandler's are no longer refcounted.cbentzel@chromium.org2010-06-071-6/+3
* 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