summaryrefslogtreecommitdiff
path: root/ext4_utils/ext4_crypt_init_extensions.cpp
AgeCommit message (Expand)Author
2018-01-23Fingerprint data is now stored in one of two ways depending on theAndreas Huber
2017-08-18Try to encrypt /data/media/obb but ignore failuresPaul Crowley
2017-05-10Switch to libkeyutils.Elliott Hughes
2017-05-03Merge "Remove e4crypt_do_init_user0" am: 8ebd2b14a2 am: 52cdeee3d1Tom Cherry
2017-05-03Remove e4crypt_do_init_user0Tom Cherry
2017-03-31Merge "Removed e4crypt_create_device_key" am: 582a79634a am: 6cf3d8775fTom Cherry
2017-03-29Removed e4crypt_create_device_keyJanis Danisevskis
2017-02-07ext4_utils: allow specifying HEH filenames encryptionEric Biggers
2017-01-20ext4_utils: Change to base/logging in ext4_crypt_init_extensionsWei Wang
2017-01-18ext4_utils: add logging in forked commandWei Wang
2016-10-10ext4_utils: Export headers for libext4_utils* libs. am: 018ef1be61 am: 46dcc1...Tao Bao
2016-10-09ext4_utils: Export headers for libext4_utils* libs.Tao Bao
2016-10-07Merge "Fix ext4_util logging" am: c9ff61e5f4 am: 581b45e474Wei Wang
2016-10-06Fix ext4_util loggingWei Wang
2016-05-27Get encryption mode for policyPaul Lawrence
2016-05-27Revert "Add fileencrypted=software/ice to fstab options"Paul Lawrence
2016-05-11Add fileencrypted=software/ice to fstab optionsPaul Lawrence
2016-05-10Fail with an error if we can't read the policy for encryptionPaul Crowley
2016-02-09Encrypt /data/miscPaul Lawrence
2016-02-05Add methods to get and ensure encryption policy.Jeff Sharkey
2016-02-04Remove unencrypted propertiesPaul Lawrence
2016-02-01Merge "Give init the means to invoke "cryptfs init_user0""Paul Crowley
2016-02-01Give init the means to invoke "cryptfs init_user0"Paul Crowley
2016-01-28Add support for per-user DE keys.Paul Crowley
2016-01-20Remove no-longer-needed crypto init builtinsPaul Crowley
2016-01-20Exclude several more directories in /data from encryptionPaul Crowley
2015-12-09Add createuserkeyPaul Lawrence
2015-11-11Special-case for credential encrypted system dir.Jeff Sharkey
2015-08-12am 89a2254a: Merge "Add missing include."Dan Albert
2015-08-11Add missing include.Dan Albert
2015-07-16Actually encrypt stuffPaul Lawrence
2015-07-15Don't encrypt lost+foundPaul Lawrence
2015-07-09Improve error logging.Paul Crowley
2015-07-09Add e4crypt_set_user_crypto_policies, calls vdc setusercryptopoliciesPaul Crowley
2015-07-09Don't apply default encryption to /data/user, it should get per-userPaul Crowley
2015-06-12Retry polling to prevent failuresPaul Lawrence
2015-06-03Move crypt commands to a different listener in voldPaul Lawrence
2015-05-29DO NOT MERGE New faster file open kernelPaul Lawrence
2015-05-29DO NOT MERGE Use default key permissions for ext4encPaul Lawrence
2015-05-29DO NOT MERGE New ext4enc kernel switching from xattrs to ioctlPaul Lawrence
2015-05-29DO NOT MERGE Securely encrypt the master keyPaul Lawrence
2015-05-11Don't apply default encryption to /data/user, it should get per-userPaul Crowley
2015-05-05Use default key permissions for ext4encPaul Lawrence
2015-05-05New faster file open kernelPaul Lawrence
2015-04-30New ext4enc kernel switching from xattrs to ioctlPaul Lawrence
2015-04-28Securely encrypt the master keyPaul Lawrence
2015-04-28Revert "Securely encrypt the master key"Paul Lawrence
2015-04-27Securely encrypt the master keyPaul Lawrence
2015-04-09select(2) is bad, always use poll(2). Also remove unnecessary loop.Paul Crowley
2015-04-04Fix missing '\n's in kernel logging.Elliott Hughes