summaryrefslogtreecommitdiffstats
path: root/net/net_lib.scons
diff options
context:
space:
mode:
authorwtc@chromium.org <wtc@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-02-28 01:29:24 +0000
committerwtc@chromium.org <wtc@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-02-28 01:29:24 +0000
commit3f918787e1073e17439e55ed34f23ffdc31f891f (patch)
tree3e591f7dc3c54e8859815486057725366532ca22 /net/net_lib.scons
parent0a5f0a187c73e47417511ea2ed988c5b3876f563 (diff)
downloadchromium_src-3f918787e1073e17439e55ed34f23ffdc31f891f.zip
chromium_src-3f918787e1073e17439e55ed34f23ffdc31f891f.tar.gz
chromium_src-3f918787e1073e17439e55ed34f23ffdc31f891f.tar.bz2
Implement the NTLM authentication scheme by porting
Mozilla's implementation. R=darin,eroman BUG=6567,6824 Review URL: http://codereview.chromium.org/28144 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@10667 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'net/net_lib.scons')
-rw-r--r--net/net_lib.scons6
1 files changed, 6 insertions, 0 deletions
diff --git a/net/net_lib.scons b/net/net_lib.scons
index 9d0acbb..6a06759 100644
--- a/net/net_lib.scons
+++ b/net/net_lib.scons
@@ -163,6 +163,8 @@ input_files = ChromeFileList([
'url_request/url_request_view_cache_job.h',
]),
MSVSFilter('http', [
+ 'http/des.cc',
+ 'http/des.h',
'http/http_atom_list.h',
'http/http_auth.cc',
'http/http_auth.h',
@@ -174,6 +176,8 @@ input_files = ChromeFileList([
'http/http_auth_handler_basic.h',
'http/http_auth_handler_digest.cc',
'http/http_auth_handler_digest.h',
+ 'http/http_auth_handler_ntlm.cc',
+ 'http/http_auth_handler_ntlm.h',
'http/http_cache.cc',
'http/http_cache.h',
'http/http_chunked_decoder.cc',
@@ -194,6 +198,8 @@ input_files = ChromeFileList([
'http/http_util.h',
'http/http_vary_data.cc',
'http/http_vary_data.h',
+ 'http/md4.cc',
+ 'http/md4.h',
]),
MSVSFilter('disk_cache', [
'disk_cache/addr.cc',