summaryrefslogtreecommitdiffstats
path: root/cmds
Commit message (Collapse)AuthorAgeFilesLines
* Remove the null-termination for Java string compatibility.Chung-yih Wang2009-07-021-1/+1
| | | | | | 1. Also change the keyname delimiter in CertTool.java. 2. Return NOTFOUND if the result.len==0 in the listKeys(). 3. Define the keystore states in the class Keystore.
* Implement the generic mini-keystore for security.Chung-yih Wang2009-07-0210-619/+1098
| | | | | | | | | | | | | | | 1. We will progressively migrate to this implementation. 2. For richc to have a quick review on the keymgmt part. 3. Add remove_key and make sure all functions are working. 4. Add permission check for get operation. 5. Return the retry count if unlock failed. 6. Add the reset operation for keystore reset. 7. Add the putfile shell command for putting the key value from file. 8. Fix the boundary issue during parsing command. 9. Use the ' ' as delimiter and reset the reply structure for each request. 10. Add change password retry count check. 11. Extract the read_marshal/write_marshal for certtool.h. 12. Remove the old implementation.
* Change the keystore APIs.Chung-yih Wang2009-06-173-72/+235
| | | | | 1. simplify the keypair selection in UI. 2. add the user certificate and key into the keystore for keygen feature.
* Provide the Keystore feature in the framework.Chung-yih Wang2009-06-112-20/+27
| | | | | -- added the keystore library for Java application. -- changed the marshalling of the keystore function return.
* First version of the keystore service.Chung-yih Wang2009-06-084-0/+467
| | | | | | | | | | | | The keystore service is protected by the user 'keystore'. Only keystore user/group can access the key content. All users are able to do the following commands from shell as well: listcerts listuserkeys installcert removecert installuserkey removeuserkey
* runtime: Add CAP_SYS_NICE to the system server capabilities list so itSan Mehat2009-05-211-2/+2
| | | | | | can (eventually) move arbitrary threads into different cgroups Signed-off-by: San Mehat <san@google.com>
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-0310-0/+1265
|
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-0310-1265/+0
|
* auto import from //branches/cupcake/...@126645The Android Open Source Project2009-01-151-1/+1
|
* Initial ContributionThe Android Open Source Project2008-10-2110-0/+1265