index
:
chromium_src.git
ignore/bar
ignore/foo
infra/config
lkcr
lkgr
master
replicant-6.0
central chromium sources
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
net
/
http
/
http_auth_sspi_win.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
Revert 289312 "Move StringToUpperASCII and LowerCaseEqualsASCII ..."
brettw@chromium.org
2014-08-13
1
-2
/
+2
*
Move StringToUpperASCII and LowerCaseEqualsASCII to the base namespace
brettw@chromium.org
2014-08-13
1
-2
/
+2
*
Move StringToLowerASCII to base namespace
brettw@chromium.org
2014-08-07
1
-1
/
+2
*
Move HttpAuth::ChallengeTokenizer to its own file.
davidben@chromium.org
2014-03-13
1
-1
/
+2
*
Revert 239921 "Revert 239759 "The comment in base64.h implies th..."
vadimt@chromium.org
2013-12-11
1
-5
/
+1
*
Revert 239759 "The comment in base64.h implies that base::Base64..."
vadimt@chromium.org
2013-12-11
1
-1
/
+5
*
The comment in base64.h implies that base::Base64Encode() can return false, but
ricea@chromium.org
2013-12-10
1
-5
/
+1
*
Cleanup: Do not use wide strings in http auth code.
thestig@chromium.org
2013-12-06
1
-3
/
+4
*
Use a direct include of strings headers in net/http/.
avi@chromium.org
2013-06-11
1
-1
/
+1
*
Use a direct include of utf_string_conversions.h in net/.
avi@chromium.org
2013-06-07
1
-1
/
+1
*
Grab bag of clang fixes for Windows code
rnk@chromium.org
2013-05-17
1
-1
/
+1
*
Convert net to use base::string16 instead of string16.
brettw@chromium.org
2013-03-29
1
-9
/
+9
*
Use AuthCredentials throughout the network stack instead of username/password.
cbentzel@chromium.org
2011-10-28
1
-11
/
+6
*
Don't try to use explicit credentials with schemes that don't support it.
asanka@chromium.org
2011-08-31
1
-1
/
+5
*
Add logging for ERR_UNEXPECTED_SECURITY_LIBRARY_STATUS on AcquireCredentialsH...
cbentzel@chromium.org
2011-02-08
1
-1
/
+4
*
Support specifying the GSSAPI library that will be used.
danno@chromium.org
2010-11-12
1
-65
/
+0
*
Convert LOG(INFO) to VLOG(1) - net/.
pkasting@chromium.org
2010-10-16
1
-4
/
+4
*
Extract name-value pair parsing from http_auth.cc (ChallengeTokenizer) into h...
erikwright@chromium.org
2010-09-30
1
-5
/
+3
*
Even more status reporting for SSPI functions.
cbentzel@chromium.org
2010-09-25
1
-71
/
+89
*
Fix multi-round authentication.
cbentzel@chromium.org
2010-09-11
1
-14
/
+18
*
Improved error reporting for GSSAPI statuses.
cbentzel@chromium.org
2010-09-08
1
-4
/
+4
*
Summary of changes:
cbentzel@chromium.org
2010-09-02
1
-9
/
+14
*
Map SECURITY_STATUS from InitializeSecurityContext to net error codes.
cbentzel@chromium.org
2010-08-31
1
-8
/
+46
*
Add support for delegated kerberos tickets to Negotiate authentication.
cbentzel@chromium.org
2010-08-27
1
-10
/
+18
*
Net: Convert username and password to string16.
thestig@chromium.org
2010-07-29
1
-14
/
+15
*
Make the Negotiate Authentication Handler a state machine.
cbentzel@chromium.org
2010-07-01
1
-9
/
+10
*
Async support for HttpAuthHandler::GenerateAuthToken.
cbentzel@chromium.org
2010-06-10
1
-1
/
+0
*
Kerberos uses an SPN (Service Principal Name) to identify a server. This is t...
cbentzel@chromium.org
2010-04-14
1
-11
/
+4
*
Added SSPILibrary interface so unit tests can mock SSPI calls.
cbentzel@chromium.org
2010-02-25
1
-25
/
+101
*
Validate that an SSPI scheme is supported before generating a handler.
cbentzel@chromium.org
2010-02-22
1
-9
/
+6
*
Added factories for HttpAuthHandler.
cbentzel@chromium.org
2010-02-15
1
-21
/
+10
*
Add Single Sign On support to HTTP Authentication handlers.
cbentzel@chromium.org
2010-02-05
1
-68
/
+147
*
Added WWW-Authenticate Negotate support using shared HttpAuthSspi.
cbentzel@chromium.org
2010-01-21
1
-0
/
+209
*
Abstracted and moved common SSPI functionality.
cbentzel@chromium.org
2010-01-08
1
-0
/
+77