summaryrefslogtreecommitdiffstats
path: root/cmds/keystore/keystore.c
Commit message (Expand)AuthorAgeFilesLines
* Revert "Don't chdir into the keystore directory"Chia-chi Yeh2010-06-191-39/+18
* Don't chdir into the keystore directoryColin Cross2010-06-171-18/+39
* keystore: add AID_ROOT into the user table.Chia-chi Yeh2010-03-091-5/+6
* keystore: compute the padding in an intuitive way.Chia-chi Yeh2009-12-301-7/+3
* keystore: Add paddings before checksumming.Chia-chi Yeh2009-12-221-10/+13
* keystore: rename scan() to saw().Chia-chi Yeh2009-09-221-4/+4
* keystore: enable delete(), scan(), exist() when keystore is locked.Chia-chi Yeh2009-09-211-4/+14
* keystore: switch to multi-user version.Chia-chi Yeh2009-09-181-7/+7
* keystore: add multi-user support.Chia-chi Yeh2009-09-181-0/+532
* Implement the generic mini-keystore for security.Chung-yih Wang2009-07-021-315/+0
* Change the keystore APIs.Chung-yih Wang2009-06-171-20/+80
* Provide the Keystore feature in the framework.Chung-yih Wang2009-06-111-19/+26
* First version of the keystore service.Chung-yih Wang2009-06-081-0/+248