summaryrefslogtreecommitdiffstats
path: root/auth
Commit message (Collapse)AuthorAgeFilesLines
* am dfd0afbc: Each time we start an SSL session, we have to find the trust ↵Bob Lee2009-08-261-2/+20
|\ | | | | | | | | | | | | | | | | anchor. This used to be an O(N) operation. If the trust anchor we\'re looking for was close to N, finding it could take a couple seconds. This change makes the operation O(1). Merge commit 'dfd0afbcb08b871e224a28ecb4ed427a7693545c' into eclair * commit 'dfd0afbcb08b871e224a28ecb4ed427a7693545c': Each time we start an SSL session, we have to find the trust anchor. This used to be an O(N) operation. If the trust anchor we're looking for was close to N, finding it could take a couple seconds. This change makes the operation O(1).
| * Each time we start an SSL session, we have to find the trust anchor. This ↵Bob Lee2009-08-261-2/+20
| | | | | | | | used to be an O(N) operation. If the trust anchor we're looking for was close to N, finding it could take a couple seconds. This change makes the operation O(1).
* | Squashed commit of the following:Jesse Wilson2009-05-1112-89/+66
|/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | commit 2e4a7b3a3accb25865fb4c5535168b0d6bcebae4 Merge: 81ff13e 6c7f7e7 Author: Jesse Wilson <jessewilson@jessewilson.mtv.corp.google.com> Date: Mon May 11 13:47:02 2009 -0700 Update our auth/ package to Harmony r772995. This change is just whitespace, plus dropping the newly added GSS tests and sample data (Generic Security services, org.ietf.jgss). Merge branch 'auth_772995' into auth_dalvik Conflicts: libcore/auth/.classpath libcore/auth/META-INF/MANIFEST.MF libcore/auth/build.xml libcore/auth/make/exclude.common libcore/auth/src/main/java/javax/security/auth/AuthPermission.java libcore/auth/src/main/java/javax/security/auth/DestroyFailedException.java libcore/auth/src/main/java/javax/security/auth/Destroyable.java libcore/auth/src/main/java/javax/security/auth/PrivateCredentialPermission.java libcore/auth/src/main/java/javax/security/auth/Subject.java libcore/auth/src/main/java/javax/security/auth/SubjectDomainCombiner.java libcore/auth/src/main/java/javax/security/auth/callback/CallbackHandler.java libcore/auth/src/main/java/javax/security/auth/callback/PasswordCallback.java libcore/auth/src/main/java/javax/security/auth/callback/UnsupportedCallbackException.java libcore/auth/src/main/java/javax/security/auth/kerberos/KerberosKey.java libcore/auth/src/main/java/javax/security/auth/login/LoginException.java libcore/auth/src/main/java/javax/security/auth/x500/X500Principal.java libcore/auth/src/main/java/org/apache/harmony/auth/login/DefaultConfiguration.java libcore/auth/src/main/native/auth/unix/exports.txt libcore/auth/src/main/native/auth/unix/makefile libcore/auth/src/main/native/auth/windows/makefile libcore/auth/src/test/java/common/org/ietf/jgss/OidTest.java commit 81ff13ec7ae480ac783f692f38c845f502b49809 Author: Jesse Wilson <jessewilson@jessewilson.mtv.corp.google.com> Date: Fri May 8 17:53:27 2009 -0700 Stripped @since tags commit 8b4d0e9b66d8d674a56a26f0d1bc111f9d2faa8d Author: Jesse Wilson <jessewilson@jessewilson.mtv.corp.google.com> Date: Fri May 8 17:40:36 2009 -0700 Auth dalvik. commit 6c7f7e7d41393869e3900ad224bf32a26378d723 Author: Jesse Wilson <jessewilson@jessewilson.mtv.corp.google.com> Date: Fri May 8 17:39:48 2009 -0700 Auth 772995 commit ed7f6150f8235006c59afab862d30d6033b02460 Author: Jesse Wilson <jessewilson@jessewilson.mtv.corp.google.com> Date: Fri May 8 17:38:12 2009 -0700 Auth 527399
* auto import from //depot/cupcake/@136654The Android Open Source Project2009-03-051-1/+3
|
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-0319-0/+2352
|
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-0319-2352/+0
|
* auto import from //branches/cupcake/...@125939The Android Open Source Project2009-01-091-1/+1
|
* Code drop from //branches/cupcake/...@124589The Android Open Source Project2008-12-1717-30/+617
|
* Initial ContributionThe Android Open Source Project2008-10-2119-0/+1765