summaryrefslogtreecommitdiffstats
path: root/net/http/http_auth_handler_ntlm_portable.cc
Commit message (Expand)AuthorAgeFilesLines
* [net/http auth] Support channel bindings for HTTP authentication.asanka2016-03-231-1/+3
* net: move GetHostName() function into network_interfaces.htfarina2016-02-121-1/+1
* Switch to standard integer types in net/.Avi Drissman2015-12-201-60/+61
* Replace StringToLowerASCII with base::ToLowerASCIIbrettw2015-08-061-1/+1
* Move StringToUpperASCII to base namespacebrettw2015-06-091-1/+1
* Revert 289312 "Move StringToUpperASCII and LowerCaseEqualsASCII ..."brettw@chromium.org2014-08-131-1/+1
* Move StringToUpperASCII and LowerCaseEqualsASCII to the base namespacebrettw@chromium.org2014-08-131-1/+1
* Explain the three values written by WriteSecBuf, in particular, why thewtc@chromium.org2014-07-241-0/+4
* Move HttpAuth::ChallengeTokenizer to its own file.davidben@chromium.org2014-03-131-1/+1
* Use endianness detection from build/build_config.hsdefresne@chromium.org2014-02-111-4/+2
* Update some uses of char16 to use the base:: namespace.avi@chromium.org2013-12-251-4/+6
* Update uses of UTF conversions in courgette/, device/, extensions/, google_ap...avi@chromium.org2013-12-251-3/+3
* Use a direct include of strings headers in net/http/.avi@chromium.org2013-06-111-1/+1
* Use a direct include of utf_string_conversions.h in net/.avi@chromium.org2013-06-071-1/+1
* Convert net to use base::string16 instead of string16.brettw@chromium.org2013-03-291-7/+7
* Update sys_string_conversions includes in chrome_frame, content, net, and ui.brettw@chromium.org2013-03-281-1/+1
* Fix permissions bit that accidentally got +x.ericu@google.com2012-07-101-0/+0
* [MIPS] Set endianness for MIPS architecture in http_auth_handler_ntlm_portable.petarj@mips.com2012-07-101-2/+6
* Use AuthCredentials throughout the network stack instead of username/password.cbentzel@chromium.org2011-10-281-18/+5
* base: Put md5.* into base namespace.tfarina@chromium.org2011-07-181-3/+3
* Require NTLM identity earlyasanka@chromium.org2011-01-311-1/+4
* More net/ method ordering.erg@google.com2011-01-261-16/+16
* Fix multi-round authentication.cbentzel@chromium.org2010-09-111-4/+0
* Async support for HttpAuthHandler::GenerateAuthToken.cbentzel@chromium.org2010-06-101-9/+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
* Remove handler from HttpAuthCache.cbentzel@chromium.org2010-05-201-0/+4
* Auto-format style pass over files.cbentzel@chromium.org2010-05-041-7/+6
* Refactored to pass the URLSecurityManager via the HttpAuthFactory class to th...ahendrickson@chromium.org2010-04-161-9/+4
* On Windows, use IInternetSecurityManager to determine if it's OKwtc@chromium.org2010-03-291-1/+1
* net: string_utils.h -> utf_string_conversions.h fix.jhawkins@chromium.org2010-03-081-0/+1
* Added HttpAuthFilter.cbentzel@chromium.org2010-02-261-0/+7
* Validate that an SSPI scheme is supported before generating a handler.cbentzel@chromium.org2010-02-221-0/+20
* Add Single Sign On support to HTTP Authentication handlers.cbentzel@chromium.org2010-02-051-1/+16
* Linux: fix uninit warnings when building -Os.agl@chromium.org2009-11-161-1/+1
* [Second attempt of r25461]wtc@chromium.org2009-09-051-0/+707
* Revert "Use SSPI for NTLM authentication on Windows."agl@chromium.org2009-09-041-707/+0
* Use SSPI for NTLM authentication on Windows.wtc@chromium.org2009-09-041-0/+707