1. 14 Jan, 2011 2 commits
  2. 09 Jan, 2011 1 commit
  3. 27 Dec, 2010 1 commit
  4. 19 Dec, 2010 1 commit
    • Ken Sumrall's avatar
      Support for encrypting /data on Stingray. · 8f869aa1
      Ken Sumrall authored
      There are still a few hacks and performance issues related
      to shutting down the framework in this code, but it is
      functional and tested.  Without the UI changes, it requires
      cryptic adb shell commands to enable, which I shall not
      utter here.
      
      Change-Id: I0b8f90afd707e17fbdb0373d156236946633cf8b
      8f869aa1
  5. 10 Dec, 2010 1 commit
  6. 20 Nov, 2010 4 commits
  7. 19 Nov, 2010 2 commits
  8. 18 Nov, 2010 1 commit
  9. 17 Nov, 2010 1 commit
  10. 16 Nov, 2010 2 commits
  11. 29 Oct, 2010 1 commit
  12. 28 Oct, 2010 1 commit
  13. 01 Oct, 2010 2 commits
  14. 26 Sep, 2010 2 commits
    • Kenny Root's avatar
      am cbacf78e: Track type of container mounted · 45f22ad1
      Kenny Root authored
      Merge commit 'cbacf78e' into gingerbread-plus-aosp
      
      * commit 'cbacf78e':
        Track type of container mounted
      45f22ad1
    • Kenny Root's avatar
      Track type of container mounted · cbacf78e
      Kenny Root authored
      OBB and ASEC are tracked in the same active container list, but when it
      comes time to unmount everything, it was trying to unmount the OBBs
      according to ASEC rules. This led to the OBB not being unmounted and the
      volume unmount failing.
      
      Change-Id: I12c1d4d387b8022185d552b63edd61a50b9c0fc3
      cbacf78e
  15. 21 Sep, 2010 2 commits
  16. 20 Sep, 2010 2 commits
  17. 17 Sep, 2010 2 commits
  18. 02 Sep, 2010 2 commits
  19. 30 Aug, 2010 2 commits
  20. 29 Jul, 2010 3 commits
  21. 23 Jul, 2010 1 commit
  22. 22 Jul, 2010 1 commit
  23. 16 Jul, 2010 1 commit
    • Kenny Root's avatar
      Fix loop_info/loop_info64 impedance mismatch · e17e91f6
      Kenny Root authored
      LOOP_GET_STATUS64 isn't useful here since the data contained within
      isn't actually checked, so stick with the regular LOOP_GET_STATUS here
      to match the struct loop_info we're using.
      
      Change-Id: I4f9ff06fa44d4ae3aed046d423054554f9cf450b
      e17e91f6
  24. 15 Jul, 2010 1 commit
    • Kenny Root's avatar
      Additional Obb functionality · 508c0e16
      Kenny Root authored
      * Rename all functions dealing with OBB files to mention Obb
      
      * Add 'path' and 'list' functionality to OBB commands
      
      * Store hashed filename in loop's lo_crypt_name and keep lo_file_name
        for the real source filename. That way we can recover it later with an
        ioctl call.
      
      Change-Id: I29e468265988bfb931d981532d86d7be7b3adfc8
      508c0e16
  25. 07 Jul, 2010 1 commit
    • Kenny Root's avatar
      Add image mounting commands for OBB files · fb7c4d5a
      Kenny Root authored
      Allow the mounting of OBB filesystem images if they're encrypted with
      twofish and in FAT filesystem format.
      
      Change-Id: I54804e598f46b1f3a784ffe517ebd9d7626de7aa
      fb7c4d5a