summaryrefslogtreecommitdiffstats
path: root/CommandListener.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix issue #7503920: Log spew from voldDianne Hackborn2012-11-271-0/+4
* Handle multi-user mountObb() requests.Jeff Sharkey2012-09-251-1/+1
* Fix truncation of ASEC idsKenny Root2012-04-271-1/+1
* Add in ext4 support for ASEC containersKenny Root2012-04-251-21/+60
* Use the new command numbering scheme.Robert Greenwalt2012-02-291-2/+1
* Add the new verifypw command to vold/cryptfsKen Sumrall2011-10-121-0/+13
* Add the ability to revert a crypto mapping when unmounting a volumeKen Sumrall2011-08-311-3/+9
* Add new vold call to get the path to an asec fs.Dianne Hackborn2011-06-271-0/+12
* Remove obsolete code for monitoring USB statusMike Lockwood2011-06-071-34/+0
* Improve detection of incomplete encryptionKen Sumrall2011-02-011-0/+7
* Change cryptfs changepw to only require a new password.Jason parks2011-01-281-4/+4
* Always return success if the command was run.Jason parks2011-01-211-7/+5
* Minor tweaks to logging for the cryptfs changepw command.Ken Sumrall2011-01-171-1/+1
* Updates to cryptfs framework.Ken Sumrall2011-01-171-2/+11
* Change the cryptfs command to separate out checking the password and restartingKen Sumrall2011-01-141-0/+6
* Support for encrypting /data on Stingray.Ken Sumrall2010-12-181-1/+46
* Add missing include headers for compilation on Intel target for Google TV.Olivier Bailly2010-11-161-1/+1
* Additional Obb functionalityKenny Root2010-07-151-12/+28
* Add image mounting commands for OBB filesKenny Root2010-07-071-0/+49
* vold: Switch from LOG -> SLOGSan Mehat2010-03-251-1/+1
* vold: asec path cmd now returns OpFailedStorageNotFound if id doesn't existSan Mehat2010-03-231-4/+2
* vold: Add mounted filesystems to dump cmdSan Mehat2010-03-171-0/+10
* vold: Fix argument validation for volume commandsSan Mehat2010-03-141-1/+33
* vold: Bugfixes & cleanupsSan Mehat2010-03-131-1/+69
* vold: Add support for xwarpSan Mehat2010-03-021-0/+47
* vold: Stage the mounting of media to hide the ASEC imagefile directorySan Mehat2010-02-191-1/+1
* vold: Clean up asec command response and add support for 'StorageBusy'San Mehat2010-02-181-49/+16
* vold: Add 'force' option to anything that can cause an unmountSan Mehat2010-02-181-8/+19
* vold: Refactor Processkiller and add command to return users of a mount pointSan Mehat2010-02-161-0/+51
* vold: Fix a few bugsSan Mehat2010-02-041-2/+4
* vold: Fix share status argument off by oneSan Mehat2010-02-031-1/+1
* vold: Bloat reductionSan Mehat2010-02-021-265/+169
* vold: Add support for renaming secure containersSan Mehat2010-01-231-0/+21
* vold: Add command to unmount secure containersSan Mehat2010-01-181-0/+21
* vold2: Fix a mb -> sector conversion refactor bugSan Mehat2010-01-111-1/+1
* vold: Rename the C in ASEC to ContainerSan Mehat2010-01-111-5/+5
* vold: Internally use sector counts for asec lengthsSan Mehat2010-01-111-0/+1
* vold2: Initial support for Android Secure External CachesSan Mehat2010-01-061-0/+147
* vold2: Get mounting/unmounting/formatting/sharing workingSan Mehat2009-12-191-28/+86
* vold2: Wire up more of the mount functionSan Mehat2009-10-121-6/+14
* system: vold2: Initial skeleton for vold2.San Mehat2009-10-101-0/+96