|
|
Add support for delegated kerberos tickets to Negotiate authentication.
This is controlled by the --auth-negotiate-delegate-whitelist command line. By default no servers are delegated to.
BUG= 50076
TEST=net_unittests, go to an IIS server specified in --auth-negotiate-delegate-whitelist and see if this works correctly.
Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=57695
Total comments: 14
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+177 lines, -66 lines) |
Patch |
 |
M |
chrome/browser/io_thread.cc
|
View
|
2
3
|
1 chunk |
+11 lines, -7 lines |
0 comments
|
Download
|
 |
M |
chrome/common/chrome_switches.h
|
View
|
2
3
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
M |
chrome/common/chrome_switches.cc
|
View
|
2
3
|
1 chunk |
+8 lines, -2 lines |
0 comments
|
Download
|
 |
M |
net/http/http_auth_filter.h
|
View
|
2
3
|
2 chunks |
+5 lines, -5 lines |
0 comments
|
Download
|
 |
M |
net/http/http_auth_filter.cc
|
View
|
|
1 chunk |
+3 lines, -1 line |
0 comments
|
Download
|
 |
M |
net/http/http_auth_filter_unittest.cc
|
View
|
|
3 chunks |
+2 lines, -3 lines |
0 comments
|
Download
|
 |
M |
net/http/http_auth_gssapi_posix.h
|
View
|
1
2
3
|
2 chunks |
+6 lines, -0 lines |
0 comments
|
Download
|
 |
M |
net/http/http_auth_gssapi_posix.cc
|
View
|
1
2
3
|
3 chunks |
+8 lines, -1 line |
0 comments
|
Download
|
 |
M |
net/http/http_auth_handler_negotiate.h
|
View
|
2
3
|
2 chunks |
+2 lines, -1 line |
0 comments
|
Download
|
 |
M |
net/http/http_auth_handler_negotiate.cc
|
View
|
2
3
|
2 chunks |
+11 lines, -0 lines |
0 comments
|
Download
|
 |
M |
net/http/http_auth_sspi_win.h
|
View
|
1
2
3
|
2 chunks |
+6 lines, -0 lines |
0 comments
|
Download
|
 |
M |
net/http/http_auth_sspi_win.cc
|
View
|
1
2
3
|
4 chunks |
+18 lines, -10 lines |
0 comments
|
Download
|
 |
M |
net/http/url_security_manager.h
|
View
|
2
3
|
1 chunk |
+37 lines, -9 lines |
0 comments
|
Download
|
 |
M |
net/http/url_security_manager.cc
|
View
|
2
|
1 chunk |
+13 lines, -4 lines |
0 comments
|
Download
|
 |
M |
net/http/url_security_manager_posix.cc
|
View
|
|
1 chunk |
+3 lines, -2 lines |
0 comments
|
Download
|
 |
M |
net/http/url_security_manager_unittest.cc
|
View
|
|
1 chunk |
+3 lines, -3 lines |
0 comments
|
Download
|
 |
M |
net/http/url_security_manager_win.cc
|
View
|
2
3
|
3 chunks |
+40 lines, -18 lines |
0 comments
|
Download
|
Total messages: 3 (0 generated)
|