Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | keystore: rephrase the comment to make the usage more clear. | Chia-chi Yeh | 2010-03-17 | 1 | -3/+5 |
* | Merge "keystore: add AID_ROOT into the user table." | Chia-chi Yeh | 2010-03-08 | 1 | -5/+6 |
|\ | |||||
| * | keystore: add AID_ROOT into the user table. | Chia-chi Yeh | 2010-03-09 | 1 | -5/+6 |
* | | keystore: allow '\0's in keys and add guards for cplusplus. | Chia-chi Yeh | 2010-03-08 | 1 | -4/+10 |
|/ | |||||
* | Fix simulator build. | Marco Nelissen | 2010-02-11 | 1 | -1/+1 |
* | keystore: compute the padding in an intuitive way. | Chia-chi Yeh | 2009-12-30 | 1 | -7/+3 |
* | keystore: Add paddings before checksumming. | Chia-chi Yeh | 2009-12-22 | 1 | -10/+13 |
* | keystore: remove old implementation and test. | Chia-chi Yeh | 2009-09-24 | 9 | -1532/+0 |
* | keystore: rename scan() to saw(). | Chia-chi Yeh | 2009-09-22 | 1 | -4/+4 |
* | keystore: exclude builds for simulator. | Chia-chi Yeh | 2009-09-22 | 1 | -0/+4 |
* | keystore: enable delete(), scan(), exist() when keystore is locked. | Chia-chi Yeh | 2009-09-21 | 1 | -4/+14 |
* | keystore: switch to multi-user version. | Chia-chi Yeh | 2009-09-18 | 4 | -61/+87 |
* | keystore: add multi-user support. | Chia-chi Yeh | 2009-09-18 | 3 | -0/+662 |
* | Fix a minor bug in is_alnum_string()... | Hung-ying Tyan | 2009-09-17 | 1 | -5/+8 |
* | Add tests and misc fixes on keystore. | Hung-ying Tyan | 2009-09-11 | 7 | -24/+94 |
* | Replace the delimiter whitespace with '\0'. | Chung-yih Wang | 2009-09-09 | 5 | -87/+96 |
* | Fix network order for marshalling in keystore interface. | repo sync | 2009-08-10 | 2 | -1/+8 |
* | am b86bad94: Merge change 9438 into donut | Android (Google) Code Review | 2009-07-31 | 1 | -2/+3 |
|\ | |||||
| * | Merge change 9438 into donut | Android (Google) Code Review | 2009-07-31 | 1 | -2/+3 |
| |\ | |||||
| | * | Change some log.i to log.d. | Hung-ying Tyan | 2009-08-01 | 1 | -2/+3 |
* | | | am f4692640: Add unit tests for netkeystore. | Chung-yih Wang | 2009-07-30 | 3 | -7/+308 |
|\ \ \ | |/ / | |||||
| * | | Add unit tests for netkeystore. | Chung-yih Wang | 2009-07-30 | 3 | -7/+308 |
| |/ | |||||
* | | am 75b68163: Add memcpy and strcpy boundary check. | Chung-yih Wang | 2009-07-24 | 1 | -1/+31 |
|\ \ | |/ | |||||
| * | Add memcpy and strcpy boundary check. | Chung-yih Wang | 2009-07-24 | 1 | -1/+31 |
* | | am 0d039ba3: Merge change 7508 into donut | Android (Google) Code Review | 2009-07-16 | 1 | -1/+1 |
|\ \ | |/ | |||||
| * | keystore: Fix a compile warning. | Chia-chi Yeh | 2009-07-16 | 1 | -1/+1 |
* | | am 3383df38: Merge change 6198 into donut | Android (Google) Code Review | 2009-07-06 | 1 | -0/+53 |
|\ \ | |/ | |||||
| * | Merge change 6198 into donut | Android (Google) Code Review | 2009-07-06 | 1 | -0/+53 |
| |\ | |||||
| | * | keystore: Provide a generic getter for native components. | Chia-chi Yeh | 2009-07-06 | 1 | -0/+53 |
* | | | am 699ca3f2: Add password field for WiFi configuration. | Chung-yih Wang | 2009-07-06 | 1 | -4/+12 |
|\ \ \ | |/ / | |||||
| * | | Add password field for WiFi configuration. | Chung-yih Wang | 2009-07-05 | 1 | -4/+12 |
| |/ | |||||
* | | am 24ad29c6: Merge change 6177 into donut | Android (Google) Code Review | 2009-07-06 | 3 | -1/+10 |
|\ \ | |/ | |||||
| * | Two small checks in keymgmt. | Chung-yih Wang | 2009-07-03 | 3 | -1/+10 |
* | | am 7de4bd9b: Merge change 6045 into donut | Android (Google) Code Review | 2009-07-03 | 1 | -1/+1 |
|\ \ | |/ | |||||
| * | Remove the null-termination for Java string compatibility. | Chung-yih Wang | 2009-07-02 | 1 | -1/+1 |
* | | am d45dcbec: Merge change 5615 into donut | Android (Google) Code Review | 2009-07-03 | 10 | -619/+1098 |
|\ \ | |/ | |||||
| * | Implement the generic mini-keystore for security. | Chung-yih Wang | 2009-07-02 | 10 | -619/+1098 |
* | | am 9fbeb7da: Merge change 4337 into donut | Android (Google) Code Review | 2009-06-17 | 3 | -72/+235 |
|\ \ | |/ | |||||
| * | Change the keystore APIs. | Chung-yih Wang | 2009-06-17 | 3 | -72/+235 |
* | | am db8a6ae6: Merge change 3709 into donut | Android (Google) Code Review | 2009-06-11 | 2 | -20/+27 |
|\ \ | |/ | |||||
| * | Provide the Keystore feature in the framework. | Chung-yih Wang | 2009-06-11 | 2 | -20/+27 |
* | | am 54d63246: Merge change 3427 into donut | Android (Google) Code Review | 2009-06-09 | 4 | -0/+467 |
|\ \ | |/ | |||||
| * | First version of the keystore service. | Chung-yih Wang | 2009-06-08 | 4 | -0/+467 |
* | | get rid of utils.h | Mathias Agopian | 2009-05-31 | 1 | -1/+3 |
* | | Fix sim-eng build. | Andy McFadden | 2009-05-26 | 1 | -1/+1 |
* | | am 9681a5e0: Merge change 2230 into donut | Android (Google) Code Review | 2009-05-22 | 1 | -2/+2 |
|\ \ | |/ | |||||
| * | runtime: Add CAP_SYS_NICE to the system server capabilities list so it | San Mehat | 2009-05-21 | 1 | -2/+2 |
* | | move libbinder's header files under includes/binder | Mathias Agopian | 2009-05-20 | 3 | -7/+7 |
* | | checkpoint: split libutils into libutils + libbinder | Mathias Agopian | 2009-05-20 | 2 | -0/+2 |
|/ | |||||
* | auto import from //depot/cupcake/@135843 | The Android Open Source Project | 2009-03-03 | 10 | -0/+1265 |