summaryrefslogtreecommitdiffstats
path: root/chromeos/cryptohome
Commit message (Expand)AuthorAgeFilesLines
* ChromeOS: Add RenameCryptohome and migration code.alemate2016-03-093-0/+18
* ChromeOS cryptohome should be able to use gaia id as user identifier.alemate2016-03-047-231/+287
* Change scoped_ptr to be a type alias for std::unique_ptr on OS_LINUX.dcheng2016-03-031-4/+4
* Convert Pass()→std::move() in //chromeosdcheng2015-12-311-1/+2
* Switch to standard integer types in chromeos/.avi2015-12-2112-25/+42
* Replace ToLower calls to the new formatbrettw2015-08-101-2/+2
* chromeos: Remove use of MessageLoopProxy and deprecated MessageLoop APIsskyostil2015-06-112-16/+16
* cros: Log authenticator state and cryptohome code on failurexiyuan2015-05-281-0/+2
* Remove duplicate includes from chromeos/pneubeck2015-02-252-2/+0
* Cryptohome: Notify about error in async calls if cryptohome is not ready yet.antrim2015-01-291-1/+15
* Update {virtual,override,final} to follow C++11 style in chromeos.dcheng2015-01-214-65/+62
* Make WeakPtrFactory member appear last in chromeosdmichael2014-12-191-1/+1
* Use scoped_ptr::Pass instead of scoped_ptr::PassAs<T>.dcheng2014-10-161-1/+1
* Add note to cryptohome_util that functions are blocking.tnagel2014-10-081-1/+2
* replace OVERRIDE and FINAL with override and final in chromeos/mostynb2014-10-064-25/+25
* cros: Create cryptohome keys for Easy sign-in.xiyuan2014-09-152-0/+13
* Merge cryptohome::RetrievedKeyData with cryptohome::KeyDefinitionbartfab2014-09-156-144/+315
* Make CryptohomeAuthenticator's Login*() methods work with pre-hashed keysbartfab2014-09-042-0/+9
* Wire up GetKeyDataEx() in Chromebartfab2014-08-296-5/+389
* Switch CryptohomeAuthenticator from MountAsync() to MountEx()bartfab2014-08-273-10/+58
* Part 3: Merged FakedDBusThreadManager with DBusThreadManager.zelidrag2014-08-271-4/+2
* Move StringToLowerASCII to base namespacebrettw@chromium.org2014-08-071-1/+1
* Add new cryptohome error codes,antrim@chromium.org2014-04-161-0/+5
* Enable supervised users password sync/import on ChromeOSantrim@chromium.org2014-04-042-0/+7
* Use actual implementation of RemoveKeyEx in supervised users password change ...antrim@chromium.org2014-03-262-0/+28
* Move new cryptohome calls intermediate classes back to chromeos/cryptohome.antrim@chromium.org2014-03-156-0/+577
* Move to new attestation dbus methods.dkrahn@chromium.org2014-03-134-22/+36
* ChromeOS: Remove MockDBusThreadManager.pneubeck@chromium.org2013-11-101-1/+3
* chromeos: Remove SystemSaltGetter::GetSystemSaltSynchashimoto@chromium.org2013-10-283-31/+35
* settings: Add async system salt retrieval logic in DeviceOAuth2TokenServiceFa...satorux@chromium.org2013-10-252-9/+0
* chromeos: Wait for service to be available when getting system salthashimoto@chromium.org2013-10-223-4/+85
* Added multi-profile support for attestation on chromeos.dkrahn@chromium.org2013-10-214-20/+44
* cryptohome: Rename CryptohomeLibrary to SystemSaltGettersatorux@chromium.org2013-10-182-31/+30
* chromeos: Rewrite login code to get the system salt asynchronouslyhashimoto@chromium.org2013-10-132-2/+12
* cryptohome: Remove CryptohomeLibraryStubImplsatorux@chromium.org2013-10-102-105/+42
* chromeos: Add asynchronous version of GetSystemSalt()hashimoto@chromium.org2013-10-102-5/+25
* cryptohome: Move Encrypt/DecryptWithSystemSalt() out of CryptohomeLibrarysatorux@chromium.org2013-10-094-172/+11
* Move functions in cryptohome_util into a set of new filessatorux@chromium.org2013-10-034-90/+118
* cryptohome: Move stateless wrapper functions out of CryptohomeLibrarysatorux@chromium.org2013-10-023-139/+91
* Move IsRunningOnChromeOS to SysInfostevenjb@chromium.org2013-09-271-4/+4
* cryptohome: Remove TpmClearStoredPassword() and TpmCanAttemptOwnership() from...satorux@chromium.org2013-09-263-24/+0
* cryptohome: Introduce EmptyVoidDBusMethodCallback()satorux@chromium.org2013-09-261-4/+2
* Eliminate CHECK from CryptohomeLibrary::LoadSystemSaltstevenjb@chromium.org2013-09-202-14/+19
* Added support for the content protection profile to AttestationFlow.dkrahn@google.com2013-08-144-11/+23
* cros: Use AsyncMountPublic to mount kiosk app home.xiyuan@chromium.org2013-07-313-0/+22
* Add calls to cryptohome for adding extra keys.antrim@chromium.org2013-06-244-0/+27
* Rename base/hash_tables to base/containers/hash_tables.brettw@chromium.org2013-06-111-1/+1
* Use a direct include of strings headers in chromeos/.avi@chromium.org2013-06-111-1/+1
* Update includes of message_loop_proxy.brettw@chromium.org2013-06-101-1/+1
* Enable Clang warnings in .cc files for Linux+[Aura/ChromeOS]rsleevi@chromium.org2013-05-071-2/+2