Re: Using multiple keytabs with Krb5LoginModule

2013-03-18 Thread Weijun Wang
JDK6 does not support two keytabs loaded at the same time. It was designed that way. You can merge the two to one and java will pick keys by service names. Of course, if your two keytab files contains keys for the same service and they are different, this won't work. JDK7 should support it. Ju

hg: jdk8/tl/jaxws: 8007803: Implement javax.lang.model API for Type Annotations

2013-03-18 Thread jonathan . gibbons
Changeset: 0ab59cba6167 Author:jjg Date: 2013-03-18 18:34 -0700 URL: http://hg.openjdk.java.net/jdk8/tl/jaxws/rev/0ab59cba6167 8007803: Implement javax.lang.model API for Type Annotations Reviewed-by: darcy ! src/share/jaxws_classes/com/sun/tools/internal/jxc/model/nav/ApNavigator.

Re: PKCS #11 provider shutdown process, key zeroization

2013-03-18 Thread Matthew Hall
It's great to hear from you, Milton! Below I have placed everything into one report in order of importance. Perhaps someone could take a look at let me know what the solution is if there are some, and how we could work together to correct anything that could be an issue. 1. Correct procedure fo

Re: PKCS #11 provider shutdown process, key zeroization

2013-03-18 Thread Milton Smith
Hi Matthew, I reached out to you outside this list not long ago. We have not forgot about you. ;o) Can you quickly enumerate your concerns (#1, #2, etc)? They seem mostly related to zeroization. I just want to be sure we capture all your concerns and don't miss any. Regards, Milton On Ma

Re: PKCS #11 provider shutdown process, key zeroization

2013-03-18 Thread Matthew Hall
Hello, Can anyone please respond to my feedback on the PKCS #11 provider? It's been one month since I posted about several potential issues with the code. I would like to hear from someone with the necessary expertise. The OpenJDK process isn't very community-friendly if nobody will try to repl

Using multiple keytabs with Krb5LoginModule

2013-03-18 Thread Vipul Mehta
I want to use multiple keytabs within the same kerberos server so instead of using a JAAS configuration file i wrote my own login configuration. But it seems that Krb5LoginModule instances share the same keytab file location. To use a different keytab we need to set refereshKrb5config to true in lo

hg: jdk8/tl/langtools: 8005220: RFE to write javap tests for repeating annotations.

2013-03-18 Thread jonathan . gibbons
Changeset: 1f8c28134ffc Author:jjg Date: 2013-03-18 08:46 -0700 URL: http://hg.openjdk.java.net/jdk8/tl/langtools/rev/1f8c28134ffc 8005220: RFE to write javap tests for repeating annotations. Reviewed-by: jjg Contributed-by: [email protected] + test/tools/javap/output/Repeati

Re: Allow configure to detect if EC implementation is present

2013-03-18 Thread Omair Majid
Hi, On 03/15/2013 07:15 AM, David Holmes wrote: > On 15/03/2013 7:04 PM, Erik Joelsson wrote: >> And as David pointed out, please notify me and Tim Bell when you push > > If I am added to that list we will have global timezone coverage :) > Though we should all see the push notifications anyway,

Re: Code review request: 8010192: Enable native JGSS provider on Mac

2013-03-18 Thread Erik Joelsson
The build changes look ok. /Erik On 2013-03-18 12:00, Weijun Wang wrote: Please take a look at http://cr.openjdk.java.net/~weijun/8010192/webrev.00/ The Mac native JGSS provider is back. Besides reverting changes made in http://hg.openjdk.java.net/jdk8/tl/jdk/rev/5a2ab2c3f106, there are:

Code review request: 8010192: Enable native JGSS provider on Mac

2013-03-18 Thread Weijun Wang
Please take a look at http://cr.openjdk.java.net/~weijun/8010192/webrev.00/ The Mac native JGSS provider is back. Besides reverting changes made in http://hg.openjdk.java.net/jdk8/tl/jdk/rev/5a2ab2c3f106, there are: 1. GSSManagerImpl.java: enable the provider 2. SunNativeProvider.java: lib