summaryrefslogtreecommitdiffstats
path: root/net/http/http_auth_handler_ntlm_win.cc
Commit message (Expand)AuthorAgeFilesLines
* [net/http auth] Support channel bindings for HTTP authentication.asanka2016-03-231-1/+3
* net: move IsLocalhost() function into url_util.htfarina2016-02-231-1/+0
* Allow dynamic updating of authentication policiesaberent2015-12-031-10/+9
* Remove -Wno-unused-private-field clang warning suppression.benwells2015-07-091-1/+0
* Move HttpAuth::ChallengeTokenizer to its own file.davidben@chromium.org2014-03-131-1/+1
* Rewrite scoped_ptr<T>(NULL) to use the default ctor.dcheng@chromium.org2013-06-171-2/+1
* Use a direct include of strings headers in net/http/.avi@chromium.org2013-06-111-1/+1
* Don't leak SSPILibraryDefault objectsasanka@chromium.org2011-09-131-3/+3
* Support specifying the GSSAPI library that will be used.danno@chromium.org2010-11-121-1/+1
* Fix multi-round authentication.cbentzel@chromium.org2010-09-111-4/+0
* FBTF: Remove unneeded headers from base/ (part 7)thestig@chromium.org2010-08-271-1/+0
* Async support for HttpAuthHandler::GenerateAuthToken.cbentzel@chromium.org2010-06-101-13/+0
* HttpAuthHandler's are no longer refcounted.cbentzel@chromium.org2010-06-071-2/+2
* HttpAuthHandlers hold onto a bound net log.cbentzel@chromium.org2010-05-271-1/+2
* Lazy initialization of URLSecurityManager to reduce start-up time.ahendrickson@chromium.org2010-05-201-1/+1
* Remove handler from HttpAuthCache.cbentzel@chromium.org2010-05-201-1/+3
* Auto-format style pass over files.cbentzel@chromium.org2010-05-041-4/+4
* Refactored to pass the URLSecurityManager via the HttpAuthFactory class to th...ahendrickson@chromium.org2010-04-161-6/+14
* Kerberos uses an SPN (Service Principal Name) to identify a server. This is t...cbentzel@chromium.org2010-04-141-1/+1
* Removed filter checks in windows implementations of Negotiate and NTLM HTTP A...cbentzel@chromium.org2010-03-311-7/+0
* On Windows, use IInternetSecurityManager to determine if it's OKwtc@chromium.org2010-03-291-16/+7
* Added HttpAuthFilter.cbentzel@chromium.org2010-02-261-0/+7
* Added SSPILibrary interface so unit tests can mock SSPI calls.cbentzel@chromium.org2010-02-251-8/+8
* Validate that an SSPI scheme is supported before generating a handler.cbentzel@chromium.org2010-02-221-1/+37
* Add Single Sign On support to HTTP Authentication handlers.cbentzel@chromium.org2010-02-051-0/+25
* Added WWW-Authenticate Negotate support using shared HttpAuthSspi.cbentzel@chromium.org2010-01-211-118/+3
* Abstracted and moved common SSPI functionality.cbentzel@chromium.org2010-01-081-45/+6
* We should pass the service principal name (SPN) of thewtc@chromium.org2009-09-181-3/+8
* [Second attempt of r25461]wtc@chromium.org2009-09-051-0/+188
* Revert "Use SSPI for NTLM authentication on Windows."agl@chromium.org2009-09-041-188/+0
* Use SSPI for NTLM authentication on Windows.wtc@chromium.org2009-09-041-0/+188