summaryrefslogtreecommitdiffstats
path: root/net/http/http_auth_handler_ntlm.h
Commit message (Expand)AuthorAgeFilesLines
* Standardize usage of virtual/override/final in net/dcheng2014-10-211-19/+18
* replace OVERRIDE and FINAL with override and final in net/mostynb2014-10-091-6/+6
* Move HttpAuth::ChallengeTokenizer to its own file.davidben@chromium.org2014-03-131-4/+4
* Cleanup: Do not use wide strings in http auth code.thestig@chromium.org2013-12-061-1/+1
* Use a direct include of strings headers in net/http/.avi@chromium.org2013-06-111-1/+1
* Convert net to use base::string16 instead of string16.brettw@chromium.org2013-03-291-1/+1
* Remove the rest of #pragma once in one big CL.ajwong@chromium.org2012-07-111-1/+0
* base::Bind: Convert most of net/http.jhawkins@chromium.org2011-12-201-1/+1
* Add OVERRIDE to net/.avi@chromium.org2011-11-161-12/+13
* Use AuthCredentials throughout the network stack instead of username/password.cbentzel@chromium.org2011-10-281-4/+2
* Begin CompletionCallback switchover.willchan@chromium.org2011-10-011-1/+1
* Don't leak SSPILibraryDefault objectsasanka@chromium.org2011-09-131-8/+6
* Rename NET_API to NET_EXPORT, and rename NET_TEST to NET_EXPORT_PRIVATE.darin@chromium.org2011-08-121-1/+1
* net: Add NET_API to more code to enable buildingrvargas@google.com2011-06-301-2/+2
* Virtual destructors should have virtual keyword.hans@chromium.org2011-05-251-1/+1
* More net/ method ordering.erg@google.com2011-01-261-4/+4
* Fix multi-round authentication.cbentzel@chromium.org2010-09-111-7/+6
* Net: Convert username and password to string16.thestig@chromium.org2010-07-291-2/+2
* `#pragma once` for app, base, chrome, gfx, ipc, net, skia, viewsthakis@chromium.org2010-07-261-0/+1
* Async support for HttpAuthHandler::GenerateAuthToken.cbentzel@chromium.org2010-06-101-10/+6
* HttpAuthHandler's are no longer refcounted.cbentzel@chromium.org2010-06-071-1/+1
* HttpAuthHandlers hold onto a bound net log.cbentzel@chromium.org2010-05-271-0/+1
* Lazy initialization of URLSecurityManager to reduce start-up time.ahendrickson@chromium.org2010-05-201-2/+2
* Remove handler from HttpAuthCache.cbentzel@chromium.org2010-05-201-0/+2
* Refactored to pass the URLSecurityManager via the HttpAuthFactory class to th...ahendrickson@chromium.org2010-04-161-2/+9
* Kerberos uses an SPN (Service Principal Name) to identify a server. This is t...cbentzel@chromium.org2010-04-141-0/+3
* On Windows, use IInternetSecurityManager to determine if it's OKwtc@chromium.org2010-03-291-1/+1
* Added SSPILibrary interface so unit tests can mock SSPI calls.cbentzel@chromium.org2010-02-251-1/+13
* Validate that an SSPI scheme is supported before generating a handler.cbentzel@chromium.org2010-02-221-0/+11
* Added factories for HttpAuthHandler.cbentzel@chromium.org2010-02-151-5/+15
* Add Single Sign On support to HTTP Authentication handlers.cbentzel@chromium.org2010-02-051-5/+12
* Added WWW-Authenticate Negotate support using shared HttpAuthSspi.cbentzel@chromium.org2010-01-211-7/+2
* Second patch in making destructors of refcounted objects private.jam@chromium.org2009-11-051-2/+2
* [Second attempt of r25461]wtc@chromium.org2009-09-051-3/+38
* Revert "Use SSPI for NTLM authentication on Windows."agl@chromium.org2009-09-041-38/+3
* Use SSPI for NTLM authentication on Windows.wtc@chromium.org2009-09-041-3/+38
* Make GetHostNameProc return a std::string.wtc@chromium.org2009-03-231-18/+42
* Add unit tests for NTLM authentication. This requireswtc@chromium.org2009-03-111-0/+14
* Implement the NTLM authentication scheme by portingwtc@chromium.org2009-02-281-0/+60