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_handler_negotiate.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove the rest of #pragma once in one big CL.
ajwong@chromium.org
2012-07-11
1
-1
/
+0
*
base::Bind: Convert most of net/http.
jhawkins@chromium.org
2011-12-20
1
-2
/
+2
*
base::Bind: Convert HostResolver::Resolve.
jhawkins@chromium.org
2011-11-16
1
-1
/
+0
*
Add OVERRIDE to net/.
avi@chromium.org
2011-11-16
1
-9
/
+10
*
Use AuthCredentials throughout the network stack instead of username/password.
cbentzel@chromium.org
2011-10-28
1
-6
/
+3
*
Begin CompletionCallback switchover.
willchan@chromium.org
2011-10-01
1
-3
/
+3
*
Don't try to use explicit credentials with schemes that don't support it.
asanka@chromium.org
2011-08-31
1
-3
/
+4
*
Rename NET_API to NET_EXPORT, and rename NET_TEST to NET_EXPORT_PRIVATE.
darin@chromium.org
2011-08-12
1
-3
/
+3
*
Fail with ERR_UNSUPPORTED_AUTH_SCHEME instead of ERR_INVALID_RESPONSE
wtc@chromium.org
2011-05-31
1
-1
/
+1
*
net: Add NET_API to the auth code.
rvargas@google.com
2011-05-20
1
-3
/
+4
*
More net/ method ordering.
erg@google.com
2011-01-26
1
-13
/
+12
*
Support specifying the GSSAPI library that will be used.
danno@chromium.org
2010-11-12
1
-8
/
+4
*
Stop refcounting HostResolver.
willchan@chromium.org
2010-10-01
1
-2
/
+2
*
Fix multi-round authentication.
cbentzel@chromium.org
2010-09-11
1
-2
/
+3
*
Add support for delegated kerberos tickets to Negotiate authentication.
cbentzel@chromium.org
2010-08-27
1
-1
/
+2
*
Net: Convert username and password to string16.
thestig@chromium.org
2010-07-29
1
-6
/
+5
*
`#pragma once` for app, base, chrome, gfx, ipc, net, skia, views
thakis@chromium.org
2010-07-26
1
-0
/
+1
*
Don't do Negotiate with GSSAPI if default credentials are not allowed.
cbentzel@chromium.org
2010-07-19
1
-33
/
+21
*
Make the Negotiate Authentication Handler a state machine.
cbentzel@chromium.org
2010-07-01
1
-12
/
+45
*
Hooking GSSAPI code into HTTP authenticate Negotiate handler.
ahendrickson@google.com
2010-06-28
1
-9
/
+24
*
Async support for HttpAuthHandler::GenerateAuthToken.
cbentzel@chromium.org
2010-06-10
1
-10
/
+6
*
HttpAuthHandler's are no longer refcounted.
cbentzel@chromium.org
2010-06-07
1
-3
/
+3
*
HttpAuthHandlers hold onto a bound net log.
cbentzel@chromium.org
2010-05-27
1
-2
/
+2
*
Lazy initialization of URLSecurityManager to reduce start-up time.
ahendrickson@chromium.org
2010-05-20
1
-4
/
+3
*
Remove handler from HttpAuthCache.
cbentzel@chromium.org
2010-05-20
1
-0
/
+2
*
Adds unit tests for how HttpAuthHandlerNegotiate creates SPNs.
cbentzel@chromium.org
2010-04-28
1
-2
/
+6
*
Refactored to pass the URLSecurityManager via the HttpAuthFactory class to th...
ahendrickson@chromium.org
2010-04-16
1
-2
/
+7
*
Kerberos uses an SPN (Service Principal Name) to identify a server. This is t...
cbentzel@chromium.org
2010-04-14
1
-1
/
+39
*
On Windows, use IInternetSecurityManager to determine if it's OK
wtc@chromium.org
2010-03-29
1
-1
/
+1
*
Added SSPILibrary interface so unit tests can mock SSPI calls.
cbentzel@chromium.org
2010-02-25
1
-1
/
+14
*
Validate that an SSPI scheme is supported before generating a handler.
cbentzel@chromium.org
2010-02-22
1
-0
/
+10
*
Added factories for HttpAuthHandler.
cbentzel@chromium.org
2010-02-15
1
-2
/
+13
*
Add Single Sign On support to HTTP Authentication handlers.
cbentzel@chromium.org
2010-02-05
1
-4
/
+10
*
Added WWW-Authenticate Negotate support using shared HttpAuthSspi.
cbentzel@chromium.org
2010-01-21
1
-0
/
+53