summaryrefslogtreecommitdiffstats
path: root/cmds
Commit message (Expand)AuthorAgeFilesLines
* Move keystore to system/security repoKenny Root2012-02-156-1333/+0
* Merge "Fix build warnings"Glenn Kasten2012-02-131-1/+1
|\
| * Fix build warningsGlenn Kasten2012-01-111-1/+1
* | Some hardening of isolated processes by restricting access to services.Dianne Hackborn2012-02-091-1/+1
|/
* Rename (IF_)LOGE(_IF) to (IF_)ALOGE(_IF) DO NOT MERGESteve Block2012-01-081-5/+5
* Rename (IF_)LOGW(_IF) to (IF_)ALOGW(_IF) DO NOT MERGESteve Block2012-01-061-1/+1
* Rename (IF_)LOGI(_IF) to (IF_)ALOGI(_IF) DO NOT MERGESteve Block2012-01-041-1/+1
* Remove the simulator target from all makefiles.Jeff Brown2011-07-111-4/+0
* Remove more simulator support code.Jeff Brown2011-07-118-1190/+0
* Eliminate single-process mode.Jeff Brown2011-07-081-65/+22
* Revert "Add keychain user with special keystore access permissions"Brian Carlstrom2011-06-301-1/+0
* KeyStore: fix test-keystoreChia-chi Yeh2011-06-271-4/+5
* KeyStore: allow system user to get secrets from keystore.Chia-chi Yeh2011-06-261-1/+1
* Reinitialize KeyStore::mMasterKey after unlock (and add test-keystore)Brian Carlstrom2011-06-232-0/+273
* KeyStore.reset changesBrian Carlstrom2011-06-021-3/+1
* Integrating keystore with keyguard (Part 1 of 4)Brian Carlstrom2011-06-015-621/+851
* Support wrapping app processes to inject debug instrumentation.Jeff Brown2011-05-241-1/+1
* Replace a custom AndroidRuntime::findClass with a more targeted fix.Elliott Hughes2011-04-131-20/+19
* Add keychain user with special keystore access permissionsBrian Carlstrom2011-04-081-0/+1
* KeyStore: Update the parameters of generating master keys.Chia-chi Yeh2010-10-011-24/+71
* KeyStore: Initialize IV correctly.Chia-chi Yeh2010-09-301-1/+1
* KeyStore: Fix the return value when send() or recv() has an error.Chia-chi Yeh2010-09-301-1/+4
* added BinderService<> template to help creating native binder servicesMathias Agopian2010-07-141-12/+19
* move native services under services/Mathias Agopian2010-07-141-1/+1
* keystore: rephrase the comment to make the usage more clear.Chia-chi Yeh2010-03-171-3/+5
* Merge "keystore: add AID_ROOT into the user table."Chia-chi Yeh2010-03-081-5/+6
|\
| * keystore: add AID_ROOT into the user table.Chia-chi Yeh2010-03-091-5/+6
* | keystore: allow '\0's in keys and add guards for cplusplus.Chia-chi Yeh2010-03-081-4/+10
|/
* Fix simulator build.Marco Nelissen2010-02-111-1/+1
* 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: remove old implementation and test.Chia-chi Yeh2009-09-249-1532/+0
* keystore: rename scan() to saw().Chia-chi Yeh2009-09-221-4/+4
* keystore: exclude builds for simulator.Chia-chi Yeh2009-09-221-0/+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-184-61/+87
* keystore: add multi-user support.Chia-chi Yeh2009-09-183-0/+662
* Fix a minor bug in is_alnum_string()...Hung-ying Tyan2009-09-171-5/+8
* Add tests and misc fixes on keystore.Hung-ying Tyan2009-09-117-24/+94
* Replace the delimiter whitespace with '\0'.Chung-yih Wang2009-09-095-87/+96
* Fix network order for marshalling in keystore interface.repo sync2009-08-102-1/+8
* am b86bad94: Merge change 9438 into donutAndroid (Google) Code Review2009-07-311-2/+3
|\
| * Merge change 9438 into donutAndroid (Google) Code Review2009-07-311-2/+3
| |\
| | * Change some log.i to log.d.Hung-ying Tyan2009-08-011-2/+3
* | | am f4692640: Add unit tests for netkeystore.Chung-yih Wang2009-07-303-7/+308
|\ \ \ | |/ /
| * | Add unit tests for netkeystore.Chung-yih Wang2009-07-303-7/+308
| |/
* | am 75b68163: Add memcpy and strcpy boundary check.Chung-yih Wang2009-07-241-1/+31
|\ \ | |/
| * Add memcpy and strcpy boundary check.Chung-yih Wang2009-07-241-1/+31
* | am 0d039ba3: Merge change 7508 into donutAndroid (Google) Code Review2009-07-161-1/+1
|\ \ | |/
| * keystore: Fix a compile warning.Chia-chi Yeh2009-07-161-1/+1