The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
Revision history for Perl extension Krb5.

1.9 Add Authen::Krb5::Creds object (tom.jones@oucs.ox.ac.uk)

1.8 Fix broken get_in_tkt_with_password implementation (rra@debian.org)
 - Add some missing prototypes (rra@debian.org)
 - Clean up some compiler warnings (rra@debian.org)

1.7 Use standard search paths for includes and libs
 - Add get_init_creds_password (rra@debian.org)
 - Add get_init_creds_keytab (rra@debian.org)
 - Add a destructor for Authen::Krb5::Creds (rra@debian.org)
 - Add store_cred() method to Authen::Krb5::Ccache (rra@debian.org)
 - Reimplement deprecated get_in_tkt_with_password and
   get_in_tkt_with_keytab functions to use the the more current
   get_init_creds_{password,keytab}, krb5_cc_initialize, and
   krb5_cc_store_cred (rra@debian.org)
 - Set context to NULL after calling krb5_free_context
   (Wolfgang.Friebel@desy.de)

1.6 Add methods for iterating through credentials cache
 - (mbrown@fensystems.co.uk) Deprecated init_ets Fix some compiler warnings

1.5 Fix broken compile for Authen::Krb5::Keytab::get_name()

1.4 Added methods for manipulating keytabs (ajk@iu.edu)
 - Added keyblock accessor functions to allow use of the session key.

1.3 Added get_in_tkt_with_keytab() function (jorgen@greytower.net)

1.2 Minor fix to support building for Perl 5.6.

1.173210-TRIAL 2017-11-17T14:08:00Z -7
 - Test dzillafied version

1.1 Corrected logic in freed() (internal memory management)
 - Fixed segfault on Linux when calling Authen::Krb5::Ccache::DESTROY after
   calling Authen::Krb5::Ccache::destroy()
 - Changed Makefile.PL to support auto-detection of crypto libraries.
 - Added support for building with MIT Kerberos 5 Version 1.1.1

1.0 Moved module into the Authen:: namespace.
 - Changed return syntax for some functions.  Compilation was failing on
   certain platforms.
 - Fixed some minor bugs.

0.90 1998-03-17T10:25:43Z
 - original version; created by h2xs 1.18