Re: code review request (Re: Some Mac JDK codes not open sourced (was Fwd: Re: Kerberos codes in Apple's Java))

2011-12-20 Thread Weijun Wang
beros code in the macos port? It looks like something is missing. Thanks jeannette Begin forwarded message: *From: *Weijun Wangmailto:[email protected]> <mailto:[email protected]>> *Subject: **Some Mac JDK codes not open sourced (was Fwd: Re: Kerberos codes in Apple's J

Re: code review request (Re: Some Mac JDK codes not open sourced (was Fwd: Re: Kerberos codes in Apple's Java))

2011-12-19 Thread Jeannette Hung
t;>>>>>>>> >>>>>>>>> >>>>>>>>> The difference between JDK6 and JDK7 is that in JDK6 we do not compile >>>>>>>>> the SCDynamicStore code. But since SCDynamicStore does not use any

Re: code review request (Re: Some Mac JDK codes not open sourced (was Fwd: Re: Kerberos codes in Apple's Java))

2011-12-19 Thread Mike Swingler
;>>> the SCDynamicStore code. But since SCDynamicStore does not use any new >>>>>>>> API, we compile it both on Lion and SnowLeopard on JDK7 and we only >>>>>>>> load >>>>>>>> the SCDynamicStore code on Lion (we check at runtime f

Re: code review request (Re: Some Mac JDK codes not open sourced (was Fwd: Re: Kerberos codes in Apple's Java))

2011-12-19 Thread Scott Kovatch
gt;> the SCDynamicStore code on Lion (we check at runtime for os version). >>>>>>>> We >>>>>>>> don't rely on any OS provided constants, I don't think there are any, >>>>>>>> we >>>&g

code review request (Re: Some Mac JDK codes not open sourced (was Fwd: Re: Kerberos codes in Apple's Java))

2011-12-19 Thread Weijun Wang
until now. (see forwarded mail thread) Do we have a project/product manager that can talk to someone inside Apple on this? In my opinion, these are not sensitive codes that they cannot open source. Thanks Max Original Message Subject: Re: Kerberos codes in Apple's Java Da

Re: Kerberos codes in Apple's Java

2011-12-01 Thread Weijun Wang
Hi Bino 2. Reading native memory-based credentials cache into Credentials objects I don't think we do this in JDK6 either. I just tried OS X's builtin kinit and klist command: $ kinit dummy Please enter the password for [email protected]: $ klist Kerberos 5 ticket cache: 'API:Initial defaul

Re: Kerberos codes in Apple's Java

2011-10-14 Thread Weijun Wang
On Oct 14, 2011, at 5:50 PM, Bino George wrote: > Hi Max, > >> 1. Looking for krb5.conf at /Library/Preferences/edu.mit.Kerberos > > I filed http://java.net/jira/browse/MACOSX_PORT-566 which tracks this > feature. This should be fairly straight forward to port it from JDK6. We > fixed JDK6 in

Re: Kerberos codes in Apple's Java

2011-10-14 Thread Bino George
Hi Max, > 1. Looking for krb5.conf at /Library/Preferences/edu.mit.Kerberos I filed http://java.net/jira/browse/MACOSX_PORT-566 which tracks this feature. This should be fairly straight forward to port it from JDK6. We fixed JDK6 in Lion to also read the Kerberos config from SCDynamicStore as

Kerberos codes in Apple's Java

2011-10-14 Thread Weijun Wang
Hi Mike I'm working in the Java SE Security Team in Oracle. Apple's JRE (at least in the JDK 6 releases) supports some extra Kerberos features for OS X. As I know, at least there are: 1. Looking for krb5.conf at /Library/Preferences/edu.mit.Kerberos 2. Reading native memory-based credentials