1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439
|
// Copyright (c) 2012 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#include <windows.h>
#include <string>
#include <vector>
#include "base/bind.h"
#include "base/bind_helpers.h"
#include "base/files/scoped_temp_dir.h"
#include "base/memory/scoped_ptr.h"
#include "base/message_loop/message_loop.h"
#include "base/prefs/pref_service.h"
#include "base/stl_util.h"
#include "base/synchronization/waitable_event.h"
#include "base/time/time.h"
#include "chrome/browser/password_manager/password_store_win.h"
#include "chrome/test/base/testing_profile.h"
#include "components/os_crypt/ie7_password_win.h"
#include "components/password_manager/core/browser/password_form_data.h"
#include "components/password_manager/core/browser/password_store_consumer.h"
#include "components/password_manager/core/browser/webdata/logins_table.h"
#include "components/password_manager/core/browser/webdata/password_web_data_service_win.h"
#include "components/password_manager/core/common/password_manager_pref_names.h"
#include "components/webdata/common/web_database_service.h"
#include "content/public/test/test_browser_thread.h"
#include "crypto/wincrypt_shim.h"
#include "testing/gmock/include/gmock/gmock.h"
#include "testing/gtest/include/gtest/gtest.h"
using autofill::PasswordForm;
using base::WaitableEvent;
using content::BrowserThread;
using password_manager::LoginDatabase;
using password_manager::ContainsAllPasswordForms;
using password_manager::PasswordFormData;
using password_manager::PasswordStore;
using password_manager::PasswordStoreConsumer;
using testing::_;
using testing::DoAll;
using testing::WithArg;
namespace {
class MockPasswordStoreConsumer : public PasswordStoreConsumer {
public:
MOCK_METHOD1(OnGetPasswordStoreResults,
void(const std::vector<autofill::PasswordForm*>&));
};
class MockWebDataServiceConsumer : public WebDataServiceConsumer {
public:
MOCK_METHOD2(OnWebDataServiceRequestDone,
void(PasswordWebDataService::Handle, const WDTypedResult*));
};
} // anonymous namespace
typedef std::vector<PasswordForm*> VectorOfForms;
class PasswordStoreWinTest : public testing::Test {
protected:
PasswordStoreWinTest()
: ui_thread_(BrowserThread::UI, &message_loop_),
db_thread_(BrowserThread::DB) {
}
bool CreateIE7PasswordInfo(const std::wstring& url, const base::Time& created,
IE7PasswordInfo* info) {
// Copied from chrome/browser/importer/importer_unittest.cc
// The username is "abcdefgh" and the password "abcdefghijkl".
unsigned char data[] = "\x0c\x00\x00\x00\x38\x00\x00\x00\x2c\x00\x00\x00"
"\x57\x49\x43\x4b\x18\x00\x00\x00\x02\x00\x00\x00"
"\x67\x00\x72\x00\x01\x00\x00\x00\x00\x00\x00\x00"
"\x00\x00\x00\x00\x4e\xfa\x67\x76\x22\x94\xc8\x01"
"\x08\x00\x00\x00\x12\x00\x00\x00\x4e\xfa\x67\x76"
"\x22\x94\xc8\x01\x0c\x00\x00\x00\x61\x00\x62\x00"
"\x63\x00\x64\x00\x65\x00\x66\x00\x67\x00\x68\x00"
"\x00\x00\x61\x00\x62\x00\x63\x00\x64\x00\x65\x00"
"\x66\x00\x67\x00\x68\x00\x69\x00\x6a\x00\x6b\x00"
"\x6c\x00\x00\x00";
DATA_BLOB input = {0};
DATA_BLOB url_key = {0};
DATA_BLOB output = {0};
input.pbData = data;
input.cbData = sizeof(data);
url_key.pbData = reinterpret_cast<unsigned char*>(
const_cast<wchar_t*>(url.data()));
url_key.cbData = static_cast<DWORD>((url.size() + 1) *
sizeof(std::wstring::value_type));
if (!CryptProtectData(&input, NULL, &url_key, NULL, NULL,
CRYPTPROTECT_UI_FORBIDDEN, &output))
return false;
std::vector<unsigned char> encrypted_data;
encrypted_data.resize(output.cbData);
memcpy(&encrypted_data.front(), output.pbData, output.cbData);
LocalFree(output.pbData);
info->url_hash = ie7_password::GetUrlHash(url);
info->encrypted_data = encrypted_data;
info->date_created = created;
return true;
}
virtual void SetUp() {
ASSERT_TRUE(db_thread_.Start());
ASSERT_TRUE(temp_dir_.CreateUniqueTempDir());
profile_.reset(new TestingProfile());
login_db_.reset(new LoginDatabase());
ASSERT_TRUE(login_db_->Init(temp_dir_.path().Append(
FILE_PATH_LITERAL("login_test"))));
base::FilePath path = temp_dir_.path().AppendASCII("web_data_test");
wdbs_ = new WebDatabaseService(path,
BrowserThread::GetMessageLoopProxyForThread(BrowserThread::UI),
BrowserThread::GetMessageLoopProxyForThread(BrowserThread::DB));
// Need to add at least one table so the database gets created.
wdbs_->AddTable(scoped_ptr<WebDatabaseTable>(new LoginsTable()));
wdbs_->LoadDatabase();
wds_ = new PasswordWebDataService(
wdbs_,
BrowserThread::GetMessageLoopProxyForThread(BrowserThread::UI),
WebDataServiceBase::ProfileErrorCallback());
wds_->Init();
}
virtual void TearDown() {
if (store_.get())
store_->Shutdown();
wds_->ShutdownOnUIThread();
wdbs_->ShutdownDatabase();
wds_ = NULL;
wdbs_ = NULL;
base::WaitableEvent done(false, false);
BrowserThread::PostTask(BrowserThread::DB, FROM_HERE,
base::Bind(&base::WaitableEvent::Signal, base::Unretained(&done)));
done.Wait();
base::MessageLoop::current()->PostTask(FROM_HERE,
base::MessageLoop::QuitClosure());
base::MessageLoop::current()->Run();
db_thread_.Stop();
}
PasswordStoreWin* CreatePasswordStore() {
return new PasswordStoreWin(
base::MessageLoopProxy::current(),
BrowserThread::GetMessageLoopProxyForThread(BrowserThread::DB),
login_db_.release(),
wds_.get());
}
base::MessageLoopForUI message_loop_;
content::TestBrowserThread ui_thread_;
// PasswordStore, WDS schedule work on this thread.
content::TestBrowserThread db_thread_;
base::ScopedTempDir temp_dir_;
scoped_ptr<TestingProfile> profile_;
scoped_ptr<LoginDatabase> login_db_;
scoped_refptr<PasswordWebDataService> wds_;
scoped_refptr<WebDatabaseService> wdbs_;
scoped_refptr<PasswordStore> store_;
};
ACTION(STLDeleteElements0) {
STLDeleteContainerPointers(arg0.begin(), arg0.end());
}
ACTION(QuitUIMessageLoop) {
DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI));
base::MessageLoop::current()->Quit();
}
MATCHER(EmptyWDResult, "") {
return static_cast<const WDResult<std::vector<PasswordForm*> >*>(
arg)->GetValue().empty();
}
// Hangs flakily, http://crbug.com/71385.
TEST_F(PasswordStoreWinTest, DISABLED_ConvertIE7Login) {
IE7PasswordInfo password_info;
ASSERT_TRUE(CreateIE7PasswordInfo(L"http://example.com/origin",
base::Time::FromDoubleT(1),
&password_info));
// Verify the URL hash
ASSERT_EQ(L"39471418FF5453FEEB3731E382DEB5D53E14FAF9B5",
password_info.url_hash);
// This IE7 password will be retrieved by the GetLogins call.
wds_->AddIE7Login(password_info);
// The WDS schedules tasks to run on the DB thread so we schedule yet another
// task to notify us that it's safe to carry on with the test.
WaitableEvent done(false, false);
BrowserThread::PostTask(BrowserThread::DB, FROM_HERE,
base::Bind(&WaitableEvent::Signal, base::Unretained(&done)));
done.Wait();
store_ = CreatePasswordStore();
EXPECT_TRUE(store_->Init(syncer::SyncableService::StartSyncFlare()));
MockPasswordStoreConsumer consumer;
// Make sure we quit the MessageLoop even if the test fails.
ON_CALL(consumer, OnGetPasswordStoreResults(_))
.WillByDefault(QuitUIMessageLoop());
PasswordFormData form_data = {
PasswordForm::SCHEME_HTML,
"http://example.com/",
"http://example.com/origin",
"http://example.com/action",
L"submit_element",
L"username_element",
L"password_element",
L"",
L"",
true, false, 1,
};
scoped_ptr<PasswordForm> form(CreatePasswordFormFromData(form_data));
// The returned form will not have 'action' or '*_element' fields set. This
// is because credentials imported from IE don't have this information.
PasswordFormData expected_form_data = {
PasswordForm::SCHEME_HTML,
"http://example.com/",
"http://example.com/origin",
"",
L"",
L"",
L"",
L"abcdefgh",
L"abcdefghijkl",
true, false, 1,
};
std::vector<PasswordForm*> forms;
forms.push_back(CreatePasswordFormFromData(expected_form_data));
// The IE7 password should be returned.
EXPECT_CALL(consumer,
OnGetPasswordStoreResults(ContainsAllPasswordForms(forms)))
.WillOnce(QuitUIMessageLoop());
store_->GetLogins(*form, PasswordStore::DISALLOW_PROMPT, &consumer);
base::MessageLoop::current()->Run();
STLDeleteElements(&forms);
}
// Crashy. http://crbug.com/86558
TEST_F(PasswordStoreWinTest, DISABLED_OutstandingWDSQueries) {
store_ = CreatePasswordStore();
EXPECT_TRUE(store_->Init(syncer::SyncableService::StartSyncFlare()));
PasswordFormData form_data = {
PasswordForm::SCHEME_HTML,
"http://example.com/",
"http://example.com/origin",
"http://example.com/action",
L"submit_element",
L"username_element",
L"password_element",
L"",
L"",
true, false, 1,
};
scoped_ptr<PasswordForm> form(CreatePasswordFormFromData(form_data));
MockPasswordStoreConsumer consumer;
store_->GetLogins(*form, PasswordStore::DISALLOW_PROMPT, &consumer);
// Release the PSW and the WDS before the query can return.
store_->Shutdown();
store_ = NULL;
wds_ = NULL;
base::MessageLoop::current()->RunUntilIdle();
}
// Hangs flakily, see http://crbug.com/43836.
TEST_F(PasswordStoreWinTest, DISABLED_MultipleWDSQueriesOnDifferentThreads) {
IE7PasswordInfo password_info;
ASSERT_TRUE(CreateIE7PasswordInfo(L"http://example.com/origin",
base::Time::FromDoubleT(1),
&password_info));
wds_->AddIE7Login(password_info);
// The WDS schedules tasks to run on the DB thread so we schedule yet another
// task to notify us that it's safe to carry on with the test.
WaitableEvent done(false, false);
BrowserThread::PostTask(BrowserThread::DB, FROM_HERE,
base::Bind(&WaitableEvent::Signal, base::Unretained(&done)));
done.Wait();
store_ = CreatePasswordStore();
EXPECT_TRUE(store_->Init(syncer::SyncableService::StartSyncFlare()));
MockPasswordStoreConsumer password_consumer;
// Make sure we quit the MessageLoop even if the test fails.
ON_CALL(password_consumer, OnGetPasswordStoreResults(_))
.WillByDefault(QuitUIMessageLoop());
PasswordFormData form_data = {
PasswordForm::SCHEME_HTML,
"http://example.com/",
"http://example.com/origin",
"http://example.com/action",
L"submit_element",
L"username_element",
L"password_element",
L"",
L"",
true, false, 1,
};
scoped_ptr<PasswordForm> form(CreatePasswordFormFromData(form_data));
PasswordFormData expected_form_data = {
PasswordForm::SCHEME_HTML,
"http://example.com/",
"http://example.com/origin",
"http://example.com/action",
L"submit_element",
L"username_element",
L"password_element",
L"abcdefgh",
L"abcdefghijkl",
true, false, 1,
};
std::vector<PasswordForm*> forms;
forms.push_back(CreatePasswordFormFromData(expected_form_data));
// The IE7 password should be returned.
EXPECT_CALL(password_consumer,
OnGetPasswordStoreResults(ContainsAllPasswordForms(forms)))
.WillOnce(QuitUIMessageLoop());
store_->GetLogins(*form, PasswordStore::DISALLOW_PROMPT, &password_consumer);
MockWebDataServiceConsumer wds_consumer;
EXPECT_CALL(wds_consumer,
OnWebDataServiceRequestDone(_, _))
.WillOnce(QuitUIMessageLoop());
wds_->GetIE7Login(password_info, &wds_consumer);
// Run the MessageLoop twice: once for the GetIE7Login that PasswordStoreWin
// schedules on the DB thread and once for the one we just scheduled on the UI
// thread.
base::MessageLoop::current()->Run();
base::MessageLoop::current()->Run();
STLDeleteElements(&forms);
}
TEST_F(PasswordStoreWinTest, EmptyLogins) {
store_ = CreatePasswordStore();
store_->Init(syncer::SyncableService::StartSyncFlare());
PasswordFormData form_data = {
PasswordForm::SCHEME_HTML,
"http://example.com/",
"http://example.com/origin",
"http://example.com/action",
L"submit_element",
L"username_element",
L"password_element",
L"",
L"",
true, false, 1,
};
scoped_ptr<PasswordForm> form(CreatePasswordFormFromData(form_data));
MockPasswordStoreConsumer consumer;
// Make sure we quit the MessageLoop even if the test fails.
ON_CALL(consumer, OnGetPasswordStoreResults(_))
.WillByDefault(QuitUIMessageLoop());
VectorOfForms expect_none;
// expect that we get no results;
EXPECT_CALL(consumer,
OnGetPasswordStoreResults(ContainsAllPasswordForms(expect_none)))
.WillOnce(DoAll(WithArg<0>(STLDeleteElements0()), QuitUIMessageLoop()));
store_->GetLogins(*form, PasswordStore::DISALLOW_PROMPT, &consumer);
base::MessageLoop::current()->Run();
}
TEST_F(PasswordStoreWinTest, EmptyBlacklistLogins) {
store_ = CreatePasswordStore();
store_->Init(syncer::SyncableService::StartSyncFlare());
MockPasswordStoreConsumer consumer;
// Make sure we quit the MessageLoop even if the test fails.
ON_CALL(consumer, OnGetPasswordStoreResults(_))
.WillByDefault(QuitUIMessageLoop());
VectorOfForms expect_none;
// expect that we get no results;
EXPECT_CALL(
consumer,
OnGetPasswordStoreResults(ContainsAllPasswordForms(expect_none)))
.WillOnce(DoAll(WithArg<0>(STLDeleteElements0()), QuitUIMessageLoop()));
store_->GetBlacklistLogins(&consumer);
base::MessageLoop::current()->Run();
}
TEST_F(PasswordStoreWinTest, EmptyAutofillableLogins) {
store_ = CreatePasswordStore();
store_->Init(syncer::SyncableService::StartSyncFlare());
MockPasswordStoreConsumer consumer;
// Make sure we quit the MessageLoop even if the test fails.
ON_CALL(consumer, OnGetPasswordStoreResults(_))
.WillByDefault(QuitUIMessageLoop());
VectorOfForms expect_none;
// expect that we get no results;
EXPECT_CALL(
consumer,
OnGetPasswordStoreResults(ContainsAllPasswordForms(expect_none)))
.WillOnce(DoAll(WithArg<0>(STLDeleteElements0()), QuitUIMessageLoop()));
store_->GetAutofillableLogins(&consumer);
base::MessageLoop::current()->Run();
}
|