- 15 Feb, 2012 1 commit
-
-
Mike Lockwood authored
Needed for headless devices that need to recover with no user intervention Bug: 5556856 Change-Id: Iabe5d68599259b14626bfcf45e6697d81b866101 Signed-off-by:
Mike Lockwood <lockwood@google.com>
-
- 28 Oct, 2011 1 commit
-
-
Ed Heyl authored
-
- 26 Oct, 2011 2 commits
- 25 Oct, 2011 2 commits
-
-
Steve Block authored
* commit '8c487331': Rename LOG() to ALOG() DO NOT MERGE
-
Steve Block authored
See https://android-git.corp.google.com/g/#/c/141576 Bug: 5449033 Change-Id: Icc1c76abe506d53c07c7c3db526c6fa05f73988b
-
- 13 Oct, 2011 1 commit
-
-
Ken Sumrall authored
This vold command returns 0 if the given password matches the password used to decrypt the device on boot. It returns 1 if they don't match, and it returns -1 on an internal error, and -2 if the device is not encrypted. Also check the uid of the sender of the command and only allow the root and system users to issue cryptfs commands. Change-Id: I5e5ae3b72a2d7814ae68c2d49aa9deb90fb1dac5
-
- 14 Sep, 2011 1 commit
-
-
Ken Sumrall authored
If a raw block is specified for key storage, do not try to force the size of the file to 16 Kbytes when writing the keys, and do not complain if the size is not 16 Kbytes when reading the keys. Only do them if the keyfile is a regular file. Change-Id: I4de1cb7c3614479d93289d4f2767ca6ce1bbbc73
-
- 01 Sep, 2011 1 commit
-
-
Ken Sumrall authored
Add the force_and_revert option to the unmount command which will force the unmount, and revert a crypto mapping. This is used during factory reset so that when the internal sdcard volume is formatted, it formats the raw device, not the encrypted mapping. Change-Id: I36b6ff9bb54863b121de635472a303bf4a2334a9
-
- 18 Jul, 2011 1 commit
-
-
The Android Open Source Project authored
Change-Id: Ia9383258bc25f7a82628a1c7238140b810e2f3d3
-
- 14 Jul, 2011 3 commits
-
-
David 'Digit' Turner authored
* commit '6c190fd3': Avoid array overrun. We can now mount the /sdcard partition on our boot sdcards
-
David 'Digit' Turner authored
* commit '137858b4': Avoid array overrun. We can now mount the /sdcard partition on our boot sdcards
-
David 'Digit' Turner authored
Change-Id: I108a0c32efb5add1fec41bfe76f041971801d48d
-
- 12 Jul, 2011 2 commits
-
-
Jeff Brown authored
-
Jeff Brown authored
Bug: 5010576 Change-Id: I7e531101ae057fb059d7d56c99433c4d66e866dc
-
- 11 Jul, 2011 4 commits
-
-
Ken Sumrall authored
-
Ken Sumrall authored
Mounting was already not allowed, but also unshare before starting encryption, and don't allow sharing or formatting to be initiated during encrytion. Change-Id: Ida188d81f025739ba4dd90492b3e66088735991e
-
Ken Sumrall authored
-
Ken Sumrall authored
Forgot to include the size of the userdata partition when computing the total size of vold managed volumes to encrypt. Change-Id: I237548439d4380b4225ffbc603fa972c3b1c5bae
-
- 08 Jul, 2011 2 commits
-
-
android-merger authored
-
David 'Digit' Turner authored
-
- 07 Jul, 2011 3 commits
-
-
The Android Open Source Project authored
Change-Id: I3cb3d915837ebe59c2d7007d71ef3a1f334e9b8b
-
android-merger authored
This reverts commit f3d3ce5e.
-
android-merger authored
This reverts commit c51920c8.
-
- 06 Jul, 2011 1 commit
-
-
Joseph Lehrer authored
Works around a race condition between the vold and MountService uevent handlers Change-Id: I71c92f2e9b92e1fefc192da166a91d81bc60e242 Signed-off-by:
Mike Lockwood <lockwood@android.com>
-
- 29 Jun, 2011 3 commits
-
-
Mike Lockwood authored
* commit '273d3549': Prevent buffer overflows.
-
Mike Lockwood authored
* commit '2c9d8de7': Prevent buffer overflows.
-
Mike Lockwood authored
-
- 27 Jun, 2011 2 commits
-
-
Dianne Hackborn authored
Change-Id: Ife15628ed6e2493c9e85a2ade6d59a194fdddde5
-
Peter Bohm authored
To eliminate possible buffer overflows some strcpy, sprintf and strcat have been changed to strlcpy, snprintf and strlcat. Change-Id: Ieb9d4b600c894946a6492f8629ff39f2fcc106d3 Signed-off-by:
Oskar Andero <oskar.andero@sonyericsson.com>
-
- 18 Jun, 2011 2 commits
-
-
Mike Lockwood authored
Change-Id: I0e5fab1624e5ef5d2f55e2584d8adc1b6bab91b0 Signed-off-by:
Mike Lockwood <lockwood@android.com>
-
Mike Lockwood authored
-
- 14 Jun, 2011 2 commits
-
-
Ken Sumrall authored
-
Ken Sumrall authored
It is not a failure if the SD card is not mounted. Change-Id: If954f77c55ac124b9b7b39c89ffbafb4e5ea9e98
-
- 09 Jun, 2011 2 commits
-
-
Nick Kralevich authored
* commit '598e833d': fix double closing file descriptors
-
Bruce Beare authored
Orig-Change-Id: I6e9db8c55db49b4aa61dd40cd59495f55e5b3368 Signed-off-by:
Bruce Beare <brucex.j.beare@intel.com>
-
- 07 Jun, 2011 3 commits
-
-
Nick Kralevich authored
* commit 'b20d54b2': fix double closing file descriptors
-
Nick Kralevich authored
-
Mike Lockwood authored
Change-Id: I8ac8900b3135f03b7717540b825ff6df76f31c0b Signed-off-by:
Mike Lockwood <lockwood@android.com>
-
- 06 Jun, 2011 1 commit
-
-
Robert CH Chou authored
Change-Id: I243628b77a0b7b138785167ccb5520e1a9374a78
-