Java-Kerberos v5 Snapshot 2 September 14, 1999 This release contains the following features: 1. Extensible credentials cache framework 2. Memory-based credentials cache implementation 3. Pure-java command line utilities jkinit, jklist, and jkdestroy 4. Server keytab api implementation 5. Server replay cache interface and implementation 6. Kerberos config file reader 7. Revised demo applications for demoing the above 8. Javadoc tree Also, as of this release, the sources are being maintained in CVS. Information about the location of the CVS tree will be forthcoming. This release has been built with Visual Cafe 3.0c and Sun JDK 1.1.8. Notably absent features: 1. The file-based cache implementation is stubbed out; the command line tools call it, but credentials are not actually saved. You can still use jkinit to get an initial tgt however. 2. The native method cache implementation which accesses the MIT combined k5/k4 cache dll has not yet been implemented. 3. The implementation config parameters are still global static at this point. 4. The v4 implementation is not included. It will be along shortly, however, there are only minor changes to it at this point. Send me more patches if you have them. 5. jkinit currently echoes the password. This will go away with the applet version. These things will be in the next snapshot. I will be trying to do snapshots at a higher frequency as well. Tom Sanfilippo tsanfilippo@earthlink.net