OSDN Git Service

android-x86/system-vold.git
2016-07-13 Paul CrowleyMerge "Run secdiscard on encrypted key and key blob...
2016-07-13 Paul CrowleyMerge "Zero out blocks if BLKSECDISCARD fails" into...
2016-07-12 Paul CrowleyRun secdiscard on encrypted key and key blob too
2016-07-12 Paul CrowleyZero out blocks if BLKSECDISCARD fails
2016-07-06 Henrik BaardFailing to "Migrate data" leaves target unusable
2016-07-06 Henrik BaardMigrating data sometimes leaves emulated unmounted
2016-07-06 Jeff SharkeyFix copy/paste error in benchmark code.
2016-06-29 Yabin CuiUse libbootloader_message.
2016-06-22 Paul LawrenceStop dropping caches now we have kernel fix
2016-05-27 Paul LawrenceSet encryption mode in mode file
2016-05-23 Paul LawrenceRevert "Add fileencrypted=software/ice to fstab options"
2016-05-18 Paul CrowleyTwo phases to set the password for disk encryption
2016-05-17 Paul CrowleyTwo phases to set the password for disk encryption
2016-05-11 Paul LawrenceAdd fileencrypted=software/ice to fstab options
2016-05-10 Paul CrowleyMerge "e4crypt_is_native has been moved into system...
2016-05-10 Paul CrowleyMerge "e4crypt_is_native has been moved into system...
2016-05-10 Paul CrowleyRevert "Two phases to set the password for disk encryption"
2016-05-10 Paul CrowleyRevert "Two phases to set the password for disk encryption"
2016-05-10 Paul Crowleye4crypt_is_native has been moved into system/extras.
2016-05-09 Paul CrowleyTwo phases to set the password for disk encryption
2016-05-06 Paul CrowleyTwo phases to set the password for disk encryption
2016-04-29 Paul LawrenceMerge "Drop caches after installing key policy to avoid...
2016-04-29 Paul LawrenceDrop caches after installing key policy to avoid cache...
2016-04-27 Paul CrowleyUse a longer timeout on the disk encryption keys
2016-04-27 Paul CrowleyUse a longer timeout on the disk encryption keys
2016-04-25 John CormieMerge "Unmount public sdcard filesystems before killing...
2016-04-25 John CormieMerge "Unmount public sdcard filesystems before killing...
2016-04-25 Martijn CoenenMerge "Move vold (and sdcard childs) to foreground...
2016-04-25 Martijn CoenenMerge "Move vold (and sdcard childs) to foreground...
2016-04-19 John CormieUnmount public sdcard filesystems before killing the...
2016-04-19 Paul LawrenceMerge "Don\'t start defaultcrypto twice" into nyc-dev
2016-04-19 Paul LawrenceMerge "Don't start defaultcrypto twice" into nyc-dev
2016-04-18 Paul LawrenceDon't start defaultcrypto twice
2016-04-18 Jeff SharkeyConsistent creation/destruction of user data.
2016-04-15 Jeff SharkeyConsistent creation/destruction of user data.
2016-04-15 Martijn CoenenMove vold (and sdcard childs) to foreground cpuset.
2016-04-08 Yabin CuiMerge "vold: write bootloader message directly." into...
2016-04-07 Daichi HironoAdd log flag for verbose AppFuse log for nyc-dev.
2016-04-07 Yabin Cuivold: write bootloader message directly.
2016-03-31 Jeff SharkeyKill apps using PublicVolume when unmounting.
2016-03-29 Paul CrowleyDon't fail if the CE key isn't loaded in destroy_user_key
2016-03-17 Paul CrowleySupport Keymaster2 with lots of clever template logic :)
2016-03-11 Paul LawrenceFix some static analyser issues
2016-03-11 Paul LawrenceMerge "Make sure encryption type is set on first boot...
2016-03-11 Jeff SharkeyMerge "Print size as unsigned when sending to framework...
2016-03-10 Paul LawrenceMake sure encryption type is set on first boot
2016-03-10 Jeff SharkeyPrint size as unsigned when sending to framework.
2016-03-10 Prathmesh PrabhuMerge "Support emulator's virtio-blk based SD card...
2016-03-09 Daniel RosenbergMerge "Add information to error message" into nyc-dev
2016-03-09 Daniel RosenbergAdd information to error message
2016-03-09 Paul CrowleyRun clang-format over ext4crypt related code
2016-03-09 Paul CrowleyUse pointers not references for out arguments
2016-03-08 Paul CrowleyRequire the auth token for decryption.
2016-03-08 Paul CrowleyFix memory leak in generate_key wrapper. Other fixes.
2016-03-08 Yu NingSupport emulator's virtio-blk based SD card
2016-03-02 Paul CrowleyMerge "Use a proper key length for the mode." into...
2016-03-02 Paul CrowleyUse a proper key length for the mode.
2016-03-02 Calin JuravlePrepare profile directories only for the internal storage
2016-02-25 Calin JuravleCreate profile folder for foreign dex markers.
2016-02-19 Calin JuravlePrepare user profile folder
2016-02-10 Paul CrowleyLog a warning if old creds passed to change_user_key...
2016-02-10 Paul CrowleyAdd scrypt-based password stretching.
2016-02-09 Paul LawrenceMerge "Fix encryption on non-default devices" into...
2016-02-09 Paul LawrenceFix encryption on non-default devices
2016-02-09 Paul CrowleyPrefer bool returns to int throughout
2016-02-09 Paul CrowleyRefactor now that global DE has been reworked
2016-02-09 Paul CrowleyFix some "false" returns to be "-1" where appropriate...
2016-02-09 Jeff Sharkeye4crypt_unlock_user_key no longer likes nullptr.
2016-02-08 Paul CrowleyAdd new argument to unlock_user_key, fixing merge-cause...
2016-02-08 Paul CrowleyMerge "Password security for FBE disk encryption keys...
2016-02-08 Paul CrowleyPassword security for FBE disk encryption keys
2016-02-08 Jeff SharkeyEmulation fixes: mics dirs, recover after disable.
2016-02-07 Daichi HironoMerge "Add context mount option for appfuse."
2016-02-05 Jeff SharkeyAllow callers to prepare CE/DE user storage.
2016-02-05 Daichi HironoAdd context mount option for appfuse.
2016-02-04 Paul LawrenceRemove unencrypted_properties
2016-02-03 Paul LawrenceFix minor issues with previous change
2016-02-03 Paul LawrenceUse consistent method for device key
2016-02-02 Paul LawrenceRemove support for non-default root passwords in FBE
2016-02-02 Daichi HironoMerge "Mount appfuse in process namespace."
2016-02-02 Daichi HironoMount appfuse in process namespace.
2016-02-01 Jeff Vander... resolve merge conflicts of 2b6f9ce823 to master.
2016-02-01 Jeffrey Vander... Merge "cryptfs: run e2fsck/fsck.f2fs in fsck domain"
2016-02-01 Jeffrey Vander... Merge "cryptfs: run e2fsck/fsck.f2fs in fsck domain"
2016-02-01 Jeff Vander... cryptfs: run e2fsck/fsck.f2fs in fsck domain
2016-02-01 Paul CrowleyAdd support for per-user DE keys.
2016-02-01 Paul CrowleyRefactor of Ext4Crypt.cpp in preparation for DE keys
2016-02-01 Paul CrowleyAdd init_user0 command.
2016-01-28 Paul CrowleyCreate disk encryption keys only when FBE enabled
2016-01-27 Paul CrowleyImprovements to the key storage module
2016-01-27 Paul CrowleyMerge "Use a keymaster-based key storage module"
2016-01-26 Paul CrowleyUse a keymaster-based key storage module
2016-01-26 Narayan KamathUnmount emulated filesystems before killing the fuse...
2016-01-21 Paul CrowleyDon't fail on unlock if we're not even emulating FBE
2016-01-20 Paul CrowleyRework FBE crypto to match the N way of doing things
2016-01-15 Jeff SharkeyOffer to enforce "locked" state using SELinux.
2016-01-14 Daichi HironoMerge "Add allow_other mount option for appfuse."
2016-01-12 Paul LawrenceMerge "cryptfs: Skip to encrtypt unused blocks into...
2016-01-12 Paul CrowleyUse android-base logging not cutils in secdiscard
2016-01-11 Paul LawrenceMerge "cryptfs: Skip to encrtypt unused blocks into...
next