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
/
chromeos
/
cryptohome
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove duplicate includes from chromeos/
pneubeck
2015-02-25
2
-2
/
+0
*
Cryptohome: Notify about error in async calls if cryptohome is not ready yet.
antrim
2015-01-29
1
-1
/
+15
*
Update {virtual,override,final} to follow C++11 style in chromeos.
dcheng
2015-01-21
4
-65
/
+62
*
Make WeakPtrFactory member appear last in chromeos
dmichael
2014-12-19
1
-1
/
+1
*
Use scoped_ptr::Pass instead of scoped_ptr::PassAs<T>.
dcheng
2014-10-16
1
-1
/
+1
*
Add note to cryptohome_util that functions are blocking.
tnagel
2014-10-08
1
-1
/
+2
*
replace OVERRIDE and FINAL with override and final in chromeos/
mostynb
2014-10-06
4
-25
/
+25
*
cros: Create cryptohome keys for Easy sign-in.
xiyuan
2014-09-15
2
-0
/
+13
*
Merge cryptohome::RetrievedKeyData with cryptohome::KeyDefinition
bartfab
2014-09-15
6
-144
/
+315
*
Make CryptohomeAuthenticator's Login*() methods work with pre-hashed keys
bartfab
2014-09-04
2
-0
/
+9
*
Wire up GetKeyDataEx() in Chrome
bartfab
2014-08-29
6
-5
/
+389
*
Switch CryptohomeAuthenticator from MountAsync() to MountEx()
bartfab
2014-08-27
3
-10
/
+58
*
Part 3: Merged FakedDBusThreadManager with DBusThreadManager.
zelidrag
2014-08-27
1
-4
/
+2
*
Move StringToLowerASCII to base namespace
brettw@chromium.org
2014-08-07
1
-1
/
+1
*
Add new cryptohome error codes,
antrim@chromium.org
2014-04-16
1
-0
/
+5
*
Enable supervised users password sync/import on ChromeOS
antrim@chromium.org
2014-04-04
2
-0
/
+7
*
Use actual implementation of RemoveKeyEx in supervised users password change ...
antrim@chromium.org
2014-03-26
2
-0
/
+28
*
Move new cryptohome calls intermediate classes back to chromeos/cryptohome.
antrim@chromium.org
2014-03-15
6
-0
/
+577
*
Move to new attestation dbus methods.
dkrahn@chromium.org
2014-03-13
4
-22
/
+36
*
ChromeOS: Remove MockDBusThreadManager.
pneubeck@chromium.org
2013-11-10
1
-1
/
+3
*
chromeos: Remove SystemSaltGetter::GetSystemSaltSync
hashimoto@chromium.org
2013-10-28
3
-31
/
+35
*
settings: Add async system salt retrieval logic in DeviceOAuth2TokenServiceFa...
satorux@chromium.org
2013-10-25
2
-9
/
+0
*
chromeos: Wait for service to be available when getting system salt
hashimoto@chromium.org
2013-10-22
3
-4
/
+85
*
Added multi-profile support for attestation on chromeos.
dkrahn@chromium.org
2013-10-21
4
-20
/
+44
*
cryptohome: Rename CryptohomeLibrary to SystemSaltGetter
satorux@chromium.org
2013-10-18
2
-31
/
+30
*
chromeos: Rewrite login code to get the system salt asynchronously
hashimoto@chromium.org
2013-10-13
2
-2
/
+12
*
cryptohome: Remove CryptohomeLibraryStubImpl
satorux@chromium.org
2013-10-10
2
-105
/
+42
*
chromeos: Add asynchronous version of GetSystemSalt()
hashimoto@chromium.org
2013-10-10
2
-5
/
+25
*
cryptohome: Move Encrypt/DecryptWithSystemSalt() out of CryptohomeLibrary
satorux@chromium.org
2013-10-09
4
-172
/
+11
*
Move functions in cryptohome_util into a set of new files
satorux@chromium.org
2013-10-03
4
-90
/
+118
*
cryptohome: Move stateless wrapper functions out of CryptohomeLibrary
satorux@chromium.org
2013-10-02
3
-139
/
+91
*
Move IsRunningOnChromeOS to SysInfo
stevenjb@chromium.org
2013-09-27
1
-4
/
+4
*
cryptohome: Remove TpmClearStoredPassword() and TpmCanAttemptOwnership() from...
satorux@chromium.org
2013-09-26
3
-24
/
+0
*
cryptohome: Introduce EmptyVoidDBusMethodCallback()
satorux@chromium.org
2013-09-26
1
-4
/
+2
*
Eliminate CHECK from CryptohomeLibrary::LoadSystemSalt
stevenjb@chromium.org
2013-09-20
2
-14
/
+19
*
Added support for the content protection profile to AttestationFlow.
dkrahn@google.com
2013-08-14
4
-11
/
+23
*
cros: Use AsyncMountPublic to mount kiosk app home.
xiyuan@chromium.org
2013-07-31
3
-0
/
+22
*
Add calls to cryptohome for adding extra keys.
antrim@chromium.org
2013-06-24
4
-0
/
+27
*
Rename base/hash_tables to base/containers/hash_tables.
brettw@chromium.org
2013-06-11
1
-1
/
+1
*
Use a direct include of strings headers in chromeos/.
avi@chromium.org
2013-06-11
1
-1
/
+1
*
Update includes of message_loop_proxy.
brettw@chromium.org
2013-06-10
1
-1
/
+1
*
Enable Clang warnings in .cc files for Linux+[Aura/ChromeOS]
rsleevi@chromium.org
2013-05-07
1
-2
/
+2
*
Separate cert loading code from CertLibrary and move to src/chromeos.
stevenjb@chromium.org
2013-05-06
1
-5
/
+5
*
Enhanced and refactored the AttestationFlow interface.
dkrahn@google.com
2013-04-27
4
-17
/
+33
*
Initialize the real CryptohomeLibraryImpl when running on ChromeOS.
joaodasilva@chromium.org
2013-04-25
1
-2
/
+2
*
Move cryptohome_library to src/chromeos
stevenjb@chromium.org
2013-04-24
4
-0
/
+504
*
Added an options parameter to TpmAttestationSignEnterpriseChallenge.
dkrahn@google.com
2013-04-09
3
-7
/
+12
*
Added support in CryptohomeClient for new attestation dbus calls.
dkrahn@google.com
2013-03-30
3
-0
/
+99
*
[cros] Multi-profiles backend plumbing.
nkostylev@chromium.org
2013-03-29
1
-1
/
+1
*
Updated attestation flow to conform with new DBUS interface.
dkrahn@google.com
2013-03-27
4
-19
/
+35
[next]