summaryrefslogtreecommitdiffstats
path: root/cryptfs.c
Commit message (Expand)AuthorAgeFilesLines
* Another fix for encryptionKen Sumrall2012-10-171-2/+13
* Fix encryption on certain devicesKen Sumrall2012-10-091-0/+3
* Update environment variable for multi-user.Jeff Sharkey2012-10-011-1/+1
* Workaround a kernel race when loading dmcrypt tableKen Sumrall2012-09-291-1/+13
* Unmount external storage on multi-user devices.Jeff Sharkey2012-08-231-5/+8
* Merge "Fix a typo in cryptfs.c"Ken Sumrall2012-06-281-1/+1
|\
| * Fix a typo in cryptfs.cKen Sumrall2012-06-271-1/+1
| * Changes to encryption to work with the new filesystem managerKen Sumrall2012-04-271-75/+44
* | Add mode when open(O_CREAT) is used.Nick Kralevich2012-06-261-1/+1
* | Unmount all asec apps before encryptingKen Sumrall2012-06-151-0/+7
* | Changes to encryption to work with the new filesystem managerKen Sumrall2012-05-011-75/+44
|/
* Merge "Fix to not return a bogus decryption error when a device is not encryp...Ken Sumrall2012-03-091-2/+16
|\
| * Fix to not return a bogus decryption error when a device is not encrypted.Ken Sumrall2011-12-141-2/+16
* | Add support for wiping data immediately if crypt failsMike Lockwood2012-02-161-2/+21
|/
* Add the new verifypw command to vold/cryptfsKen Sumrall2011-10-121-0/+59
* Fix cryptfs to work with a raw block device for key storageKen Sumrall2011-09-141-3/+6
* Add the ability to revert a crypto mapping when unmounting a volumeKen Sumrall2011-08-311-0/+9
* Prevent sharing or formatting of a vold managed volumes during encryption.Ken Sumrall2011-07-111-1/+1
* Fix to display the proper percentage complete during encryption.Ken Sumrall2011-07-111-1/+4
* Don't abort the encryption process if an internal volume is present but unmou...Ken Sumrall2011-06-141-2/+5
* vold: allow to store key in a file on another partitionKen Sumrall2011-06-021-85/+305
* Load persistent properties after mounting an encrypted /data partition.Ken Sumrall2011-03-091-0/+1
* Teach vold to use the new android_reboot() function.Ken Sumrall2011-03-091-5/+3
* Enable detection of failed encryption process, for bug 3384231.Ken Sumrall2011-02-151-4/+0
* Improve detection of incomplete encryptionKen Sumrall2011-02-011-6/+47
* Detect when encryption failed to completeKen Sumrall2011-02-011-0/+12
* Have vold grab a partial wakelock when encryptingKen Sumrall2011-01-301-0/+17
* Merge "Don't try to encrypt in place a filesystem that is too large and retur...Ken Sumrall2011-01-291-16/+86
|\
| * Don't try to encrypt in place a filesystem that is too large and return prope...Ken Sumrall2011-01-291-16/+86
* | Change cryptfs changepw to only require a new password.Jason parks2011-01-281-38/+23
|/
* Create and use a salt when calling pbkdf2 to encrypt/decrypt the master key.Ken Sumrall2011-01-181-30/+56
* Verify that it's OK to run the various cryptfs commandsKen Sumrall2011-01-181-1/+31
* Don't wait for the framework to come up before starting to encrypt in place.Ken Sumrall2011-01-181-19/+5
* Minor tweaks to logging for the cryptfs changepw command.Ken Sumrall2011-01-171-2/+3
* Updates to cryptfs framework.Ken Sumrall2011-01-171-96/+227
* Change the cryptfs command to separate out checking the password and restartingKen Sumrall2011-01-141-4/+12
* Cleanup a few issues with the cryptfs code.Ken Sumrall2011-01-141-5/+5
* Support for encrypting /data on Stingray.Ken Sumrall2010-12-181-0/+845