|
|
Update on feedback, update dbus API, add unit tests. TEST=manual,unit,BVT BUG= 3628
323
This CL includes changes based on code review feedback, an updated dbus API which adds MountGuest, and refactors code to allow for unit testing. Functionally, it is compatible with prior versions of cryptohome.
Total comments: 52
Total comments: 14
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+1968 lines, -1599 lines) |
Patch |
 |
M |
SConstruct
|
View
|
|
2 chunks |
+18 lines, -15 lines |
0 comments
|
Download
|
 |
M |
credentials.h
|
View
|
1
2
3
|
3 chunks |
+8 lines, -5 lines |
0 comments
|
Download
|
 |
A |
crypto.h
|
View
|
1
2
3
|
1 chunk |
+143 lines, -0 lines |
0 comments
|
Download
|
 |
A |
crypto.cc
|
View
|
1
2
3
|
1 chunk |
+346 lines, -0 lines |
0 comments
|
Download
|
 |
A |
crypto_unittest.cc
|
View
|
1
2
3
|
1 chunk |
+170 lines, -0 lines |
0 comments
|
Download
|
 |
M |
cryptohome.cc
|
View
|
1
2
3
|
7 chunks |
+78 lines, -98 lines |
0 comments
|
Download
|
 |
M |
cryptohome.xml
|
View
|
|
1 chunk |
+5 lines, -0 lines |
0 comments
|
Download
|
 |
M |
cryptohome_common.h
|
View
|
1
|
2 chunks |
+9 lines, -15 lines |
0 comments
|
Download
|
 |
M |
cryptohomed.cc
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
etc/Cryptohome.conf
|
View
|
|
1 chunk |
+3 lines, -0 lines |
0 comments
|
Download
|
 |
M |
init_cryptohome_data.sh
|
View
|
|
2 chunks |
+16 lines, -25 lines |
0 comments
|
Download
|
 |
M |
interface.h
|
View
|
1
2
3
|
2 chunks |
+10 lines, -4 lines |
0 comments
|
Download
|
 |
M |
interface.cc
|
View
|
1
2
3
|
2 chunks |
+9 lines, -2 lines |
0 comments
|
Download
|
 |
M |
make_tests.sh
|
View
|
1
|
3 chunks |
+27 lines, -25 lines |
0 comments
|
Download
|
 |
M |
mock_mount.h
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
mount.h
|
View
|
1
2
3
|
7 chunks |
+72 lines, -128 lines |
0 comments
|
Download
|
 |
M |
mount.cc
|
View
|
1
2
3
|
16 chunks |
+148 lines, -610 lines |
0 comments
|
Download
|
 |
M |
mount_unittest.cc
|
View
|
1
2
3
|
9 chunks |
+69 lines, -71 lines |
0 comments
|
Download
|
 |
A |
platform.h
|
View
|
1
2
3
|
1 chunk |
+150 lines, -0 lines |
0 comments
|
Download
|
 |
A |
platform.cc
|
View
|
1
2
3
|
1 chunk |
+282 lines, -0 lines |
0 comments
|
Download
|
 |
M |
secure_blob.h
|
View
|
1
2
3
|
2 chunks |
+6 lines, -1 line |
0 comments
|
Download
|
 |
M |
secure_blob.cc
|
View
|
1
2
3
|
2 chunks |
+23 lines, -5 lines |
0 comments
|
Download
|
 |
A |
secure_blob_unittest.cc
|
View
|
1
2
3
|
1 chunk |
+112 lines, -0 lines |
0 comments
|
Download
|
 |
M |
service.h
|
View
|
1
2
3
|
3 chunks |
+12 lines, -5 lines |
0 comments
|
Download
|
 |
M |
service.cc
|
View
|
1
2
3
|
6 chunks |
+46 lines, -38 lines |
0 comments
|
Download
|
 |
M |
service_unittest.cc
|
View
|
2
3
|
1 chunk |
+5 lines, -6 lines |
0 comments
|
Download
|
 |
D |
test.sh
|
View
|
|
1 chunk |
+0 lines, -9 lines |
0 comments
|
Download
|
 |
D |
tests/mocks
|
View
|
|
1 chunk |
+0 lines, -181 lines |
0 comments
|
Download
|
 |
D |
tests/mount
|
View
|
|
1 chunk |
+0 lines, -183 lines |
0 comments
|
Download
|
 |
M |
username_passkey.h
|
View
|
1
2
3
|
1 chunk |
+9 lines, -28 lines |
0 comments
|
Download
|
 |
M |
username_passkey.cc
|
View
|
1
2
3
|
2 chunks |
+10 lines, -85 lines |
0 comments
|
Download
|
 |
M |
username_passkey_unittest.cc
|
View
|
1
2
3
|
3 chunks |
+20 lines, -17 lines |
0 comments
|
Download
|
 |
M |
vault_keyset.h
|
View
|
1
2
3
|
4 chunks |
+7 lines, -5 lines |
0 comments
|
Download
|
 |
M |
vault_keyset.cc
|
View
|
1
2
3
|
4 chunks |
+41 lines, -36 lines |
0 comments
|
Download
|
 |
A |
vault_keyset_unittest.cc
|
View
|
1
2
3
|
1 chunk |
+112 lines, -0 lines |
0 comments
|
Download
|
Total messages: 6 (0 generated)
|