summaryrefslogtreecommitdiffstats
path: root/net/http/http_auth_sspi_win.cc
Commit message (Expand)AuthorAgeFilesLines
* [net/http auth] Support channel bindings for HTTP authentication.asanka2016-03-231-35/+56
* Support Kerberos on Androidaberent2015-07-091-27/+8
* Move LowerCaseEqualsASCII to base namespacebrettw2015-06-091-2/+2
* win: Work on reducing number of style plugin warnings.thakis2015-05-011-0/+54
* Cleanup: Replace base::ASCIIToWide with base::ASCIIToUTF16.thestig2014-11-071-2/+2
* Revert 289312 "Move StringToUpperASCII and LowerCaseEqualsASCII ..."brettw@chromium.org2014-08-131-2/+2
* Move StringToUpperASCII and LowerCaseEqualsASCII to the base namespacebrettw@chromium.org2014-08-131-2/+2
* Move StringToLowerASCII to base namespacebrettw@chromium.org2014-08-071-1/+2
* Move HttpAuth::ChallengeTokenizer to its own file.davidben@chromium.org2014-03-131-1/+2
* Revert 239921 "Revert 239759 "The comment in base64.h implies th..."vadimt@chromium.org2013-12-111-5/+1
* Revert 239759 "The comment in base64.h implies that base::Base64..."vadimt@chromium.org2013-12-111-1/+5
* The comment in base64.h implies that base::Base64Encode() can return false, butricea@chromium.org2013-12-101-5/+1
* Cleanup: Do not use wide strings in http auth code.thestig@chromium.org2013-12-061-3/+4
* 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
* Grab bag of clang fixes for Windows codernk@chromium.org2013-05-171-1/+1
* Convert net to use base::string16 instead of string16.brettw@chromium.org2013-03-291-9/+9
* Use AuthCredentials throughout the network stack instead of username/password.cbentzel@chromium.org2011-10-281-11/+6
* Don't try to use explicit credentials with schemes that don't support it.asanka@chromium.org2011-08-311-1/+5
* Add logging for ERR_UNEXPECTED_SECURITY_LIBRARY_STATUS on AcquireCredentialsH...cbentzel@chromium.org2011-02-081-1/+4
* Support specifying the GSSAPI library that will be used.danno@chromium.org2010-11-121-65/+0
* Convert LOG(INFO) to VLOG(1) - net/.pkasting@chromium.org2010-10-161-4/+4
* Extract name-value pair parsing from http_auth.cc (ChallengeTokenizer) into h...erikwright@chromium.org2010-09-301-5/+3
* Even more status reporting for SSPI functions.cbentzel@chromium.org2010-09-251-71/+89
* Fix multi-round authentication.cbentzel@chromium.org2010-09-111-14/+18
* Improved error reporting for GSSAPI statuses.cbentzel@chromium.org2010-09-081-4/+4
* Summary of changes:cbentzel@chromium.org2010-09-021-9/+14
* Map SECURITY_STATUS from InitializeSecurityContext to net error codes.cbentzel@chromium.org2010-08-311-8/+46
* Add support for delegated kerberos tickets to Negotiate authentication.cbentzel@chromium.org2010-08-271-10/+18
* Net: Convert username and password to string16.thestig@chromium.org2010-07-291-14/+15
* Make the Negotiate Authentication Handler a state machine.cbentzel@chromium.org2010-07-011-9/+10
* Async support for HttpAuthHandler::GenerateAuthToken.cbentzel@chromium.org2010-06-101-1/+0
* Kerberos uses an SPN (Service Principal Name) to identify a server. This is t...cbentzel@chromium.org2010-04-141-11/+4
* Added SSPILibrary interface so unit tests can mock SSPI calls.cbentzel@chromium.org2010-02-251-25/+101
* Validate that an SSPI scheme is supported before generating a handler.cbentzel@chromium.org2010-02-221-9/+6
* Added factories for HttpAuthHandler.cbentzel@chromium.org2010-02-151-21/+10
* Add Single Sign On support to HTTP Authentication handlers.cbentzel@chromium.org2010-02-051-68/+147
* Added WWW-Authenticate Negotate support using shared HttpAuthSspi.cbentzel@chromium.org2010-01-211-0/+209
* Abstracted and moved common SSPI functionality.cbentzel@chromium.org2010-01-081-0/+77