summaryrefslogtreecommitdiffstats
path: root/chromeos/dbus/cryptohome_client.cc
Commit message (Expand)AuthorAgeFilesLines
* Cryptohome: Notify about error in async calls if cryptohome is not ready yet.antrim2015-01-291-1/+5
* Update {virtual,override,final} to follow C++11 style in chromeos/dbus.dcheng2015-01-161-127/+110
* replace OVERRIDE and FINAL with override and final in chromeos/mostynb2014-10-061-60/+60
* Wire up GetKeyDataEx() in Chromebartfab2014-08-291-0/+19
* Increase DBus timeout in cryptohome calls to 2 minutes.antrim@chromium.org2014-08-211-32/+37
* Add boot attributes methods in CryptohomeClient.davidyu@chromium.org2014-07-041-0/+48
* Cleanup after transition to new attestation dbus methods.dkrahn@chromium.org2014-03-301-2/+2
* Use actual implementation of RemoveKeyEx in supervised users password change ...antrim@chromium.org2014-03-261-1/+21
* Move to new attestation dbus methods.dkrahn@chromium.org2014-03-131-3/+10
* Add support for new calls in cryptohome.antrim@chromium.org2014-03-121-0/+98
* chromeos: Make dbus::MessageReader memory ownership explicitderat@chromium.org2014-02-241-6/+6
* Remove fake client creation from DBusClients' Create() functions.pneubeck@chromium.org2013-12-031-6/+2
* Clear content protection platform keys on Chrome OS.dkrahn@chromium.org2013-11-011-0/+17
* chromeos: Remove SystemSaltGetter::GetSystemSaltSynchashimoto@chromium.org2013-10-281-12/+23
* chromeos: Wait for service to be available when getting system salthashimoto@chromium.org2013-10-221-0/+6
* Added multi-profile support for attestation on chromeos.dkrahn@chromium.org2013-10-211-11/+29
* Point to temporary attestation dbus methods during transition.dkrahn@chromium.org2013-10-181-9/+9
* Add support for the Pkcs11GetTpmTokenInfoForUser cryptohome call.dkrahn@chromium.org2013-10-101-4/+45
* cryptohome: Merge FakeCryptohomeClient and CryptohomeClinentStubImplsatorux@chromium.org2013-09-271-2/+2
* Split construction and initialization of DBus clients.pneubeck@chromium.org2013-08-271-30/+32
* Added support for the content protection profile to AttestationFlow.dkrahn@google.com2013-08-141-8/+7
* Extract CryptohomeClientImplStub into its own files.pneubeck@chromium.org2013-08-101-419/+3
* Fix CertLoader certificates_loaded() during notification.pneubeck@chromium.org2013-08-061-2/+5
* cros: Use AsyncMountPublic to mount kiosk app home.xiyuan@chromium.org2013-07-311-0/+23
* Load the policy store synchronously on ChromeOS, when appropriate.joaodasilva@chromium.org2013-07-241-0/+26
* Use a direct include of the message_loop header in chromeos/.avi@chromium.org2013-07-171-1/+1
* Use system_api kCryptohomeAsyncAddKey constantnkostylev@chromium.org2013-07-031-3/+1
* Fix hang in AsyncAddKeyantrim@chromium.org2013-06-261-1/+1
* Add calls to cryptohome for adding extra keys.antrim@chromium.org2013-06-241-0/+27
* chromeos: Use base::MessageLoop.xhwang@chromium.org2013-05-291-22/+22
* Updated SessionManagerClient to use the multi-profile user policy calls.joaodasilva@chromium.org2013-05-141-1/+7
* Fixed CryptohomeClient::TpmAttestationSignSimpleChallenge.dkrahn@google.com2013-05-101-1/+1
* [cros mp] Load profiles from /home/chronos/u-[$hash], add GetUserIdHashFromPr...nkostylev@chromium.org2013-05-101-1/+5
* Enhanced and refactored the AttestationFlow interface.dkrahn@google.com2013-04-271-32/+35
* Added dbus bindings for new cryptohomed attestation APIs.dkrahn@google.com2013-04-111-9/+67
* Added an options parameter to TpmAttestationSignEnterpriseChallenge.dkrahn@google.com2013-04-091-0/+4
* chromeos : Make CryptohomeClient::InstallAttributesIsReady asynchronous.haruki@chromium.org2013-04-031-5/+7
* Added support in CryptohomeClient for new attestation dbus calls.dkrahn@google.com2013-03-301-0/+192
* [cros] Multi-profiles backend plumbing. nkostylev@chromium.org2013-03-291-3/+4
* Make system salt length of stub dbus client impl even.xhwang@chromium.org2013-03-291-1/+1
* Updated attestation flow to conform with new DBUS interface.dkrahn@google.com2013-03-271-3/+13
* chromeos: Fix false-positive DCHECK in CryptohomeClienthashimoto@chromium.org2013-02-271-59/+73
* chromeos: Implement async version of CryptohomeClient::Tpm* methodshashimoto@chromium.org2013-02-171-7/+51
* Added more default expectations to MockDBusThreadManager.joaodasilva@chromium.org2013-02-061-2/+2
* Added GetSanitizedUsername() method to CryptohomeClient.joaodasilva@chromium.org2013-02-011-0/+25
* Implemented plumbing for cryptohomed attestation calls.dkrahn@google.com2013-01-151-15/+177
* Fix r171702: Add flag for requesting an ephemeral mountbartfab@chromium.org2012-12-071-2/+1
* Add flag for requesting an ephemeral mountbartfab@chromium.org2012-12-071-3/+5
* Cleanup: Fix a typo that got copied into many files.thestig@chromium.org2012-10-221-7/+7
* Cleaning up weak_ptr_factory destruction order.gdk@chromium.org2012-09-071-7/+10