[commit-cp] classpath javax/security/auth/kerberos/ServiceP...

2006-04-05 Thread Tom Tromey
CVSROOT:/cvsroot/classpath Module name:classpath Branch: Changes by: Tom Tromey [EMAIL PROTECTED] 06/04/06 01:20:40 Modified files: javax/security/auth/kerberos: ServicePermission.java . : ChangeLog Log message: * javax/security

[commit-cp] classpath/javax/security/auth/kerberos

2006-04-03 Thread Tom Tromey
CVSROOT:/cvsroot/classpath Module name:classpath Branch: Changes by: Tom Tromey [EMAIL PROTECTED] 06/04/03 19:19:52 classpath/javax/security/auth/kerberos Update of /cvsroot/classpath/classpath/javax/security/auth/kerberos In directory savannah:/tmp/cvs-serv2985/javax

Re: Kerberos

2005-11-20 Thread Roman Kennke
Hi Jeff, Am Samstag, den 19.11.2005, 23:09 -0500 schrieb Jeff Bailey: Hi! I sent in a patch to implement the KerberosPrincipal class. Cool! What I was thinking is that there should probably really be three implementations of the Kerberos stuff. The first two are glue code around MIT

Re: Kerberos

2005-11-20 Thread Jeff Bailey
On dim, 2005-11-20 at 20:42 +0100, Roman Kennke wrote: The third is a native implementation so that people don't need to install Kerberos in order to have classpath installed. I don't know if this is necessary or even desirable. I think (as with many other areas too, like imageio vs

Re: Kerberos

2005-11-20 Thread Archie Cobbs
Jeff Bailey wrote: Sorry, I chose my words poorly there. By 'native' I meant Done in Java. Is there a better word that means that? =) Pure Java... ? -Archie __ Archie Cobbs *CTO, Awarix*

Re: Kerberos

2005-11-20 Thread David Daney
Archie Cobbs wrote: Jeff Bailey wrote: Sorry, I chose my words poorly there. By 'native' I meant Done in Java. Is there a better word that means that? =) Pure Java... ? Nice, but I think it may be (tm) Sun Microsystems, Inc. ___ Classpath

Kerberos

2005-11-19 Thread Jeff Bailey
Hi! I sent in a patch to implement the KerberosPrincipal class. Now comes the fun part. =) What I was thinking is that there should probably really be three implementations of the Kerberos stuff. The first two are glue code around MIT Kerberos and Heimdal Kerberos. That way if you have a user