Authen-Krb5-Admin

 view release on metacpan or  search on metacpan

ChangeLog  view on Meta::CPAN

	   to do this but it requires a change to Authen::Krb5.
	* Reduced the set of libraries we link against as we do not use
  	   libkrb5 and libk5crypto directly, patch taken from Debian.
	* Applied patch from Kevan Carstensen to export the
	   KRB5_KDB_ACCESS_ERROR constant. Closes: #77093.

VERSION 0.12
============

2012-03-12  Stephen Quinney <squinney@inf.ed.ac.uk>

	* New maintainer, thanks to Andrew Korty for all his good work.
	* No code changes in this release.
	* Closes: #69831

VERSION 0.11
============

2008-02-25  Andrew J. Korty  <ajk@iu.edu>

	* Makefile.PL: Exit 0 if Kerberos 5 can't be found so as not to
	produce a FAIL from CPAN Testers.

VERSION 0.10
============

2008-01-30  Andrew J. Korty  <ajk@iu.edu>

	* MANIFEST, MANIFEST.SKIP, META.yml, Makefile.PL: Include and
	verify a module signature.

	* t/34-cpw.t: Skip tests that tickle what might be an
	incompatibility between Authen::Krb5 1.7 and MIT 1.6.3 that causes
	get_in_tkt_with_password to segfault.

	* Makefile.PL: Using $KRB5_EXTRAINCS, include files from
	$PREFIX/include/et.  On RHEL 5, this directory is where com_err.h
	is kept.

VERSION 0.09
============

2007-01-05  Andrew Korty  <ajk@iu.edu>

	* ppport.h: new version, complete with INT2PTR()
	* Admin.xs, typemap: Convert to four-column indent.
	* Admin.xs: Copy the policy name we get from kadm5_get_principal()
	into memory allocated with New() and then free() what was given to
	us.  That way, we can just Safefree() it in DESTROY().

2006-12-28  Andrew J. Korty  <ajk@iu.edu>

	* Admin.xs, typemap: Use INT2PTR() and friends to make sure void *
	and Perl values are compatible when perl is built with
	-Duse64bitint.

	* Makefile.PL, t/01-config.t, t/10-getprivs.t, t/20-addpol.t,
	t/21-getpol.t, t/22-getpols.t, t/23-modpol.t, t/30-addprinc.t,
	t/31-getprinc.t, t/32-getprincs.t, t/33-modprinc.t, t/34-cpw.t,
	t/35-randkey.t, t/36-rename.t, t/91-delprinc.t, t/92-delpol.t: Let
	us specify a credentials cache with the $PERL_KADM5_TEST_CACHE
	environment variable.

	* t/91-delprinc.t, t/92-delpol.t: Test to see if the
	principal/policy is gone after we delete it.

	* Admin.pm, Admin.xs, admin.h: Attempt to detect MIT Kerberos 5
	Release 1.5 and later, whose kadm5_init_with_* functions take an
	extra argument (char **db_args) and whose kadm5_config_params
	structure doesn't have a profile field.

VERSION 0.07
============

2005-02-19  Andrew J. Korty  <ajk@iu.edu>

	* Makefile.PL: Red Hat installs Kerberos in /usr/kerberos/, so
	look there too.

	* Admin.xs: Initialize structs correctly.  Calling Newz() is wrong
	because it sets all bits to zero, which doesn't guarantee that any
	element but those of type int are properly initialized.

	* Admin.pm, Admin.xs, typemap: Authen::Krb5 now has a keyblock
	class, so use that instead of a fake one.

2004-02-18  Andrew J. Korty  <ajk@iu.edu>

	* Admin.pm: Add an EXAMPLES section pointing out that examples can
	be found in the unit tests.  Add a FILES section referring to
	krb5.conf.  Add a BUGS section explaining missing functionality
	that probably belongs in Authen::Krb5.  Add perlvar(1) to the SEE
	ALSO section since it's referenced elsewhere.

VERSION 0.06
============

2004-02-12  Andrew Korty  <ajk@iu.edu>

	* Admin.pm: Document rename_principal method.

2003-07-21  Andrew Korty  <ajk@iu.edu>

	* Makefile.PL: Require Admin::Krb5 1.2.

2003-02-05  Andrew Korty  <ajk@iu.edu>

	* Makefile.PL: Add another test principal name for
	krb5_rename_principal().

	* Admin.xs: Add interface to krb5_rename_principal().

	* t/36-rename.t: Tests for rename_principal.

2003-01-30  Andrew Korty  <ajk@iu.edu>

	* Admin.pm: Principal and policy methods return TRUE or undef, not
	error codes.

	* Admin.pm, Admin.xs, admin.h: Add error table constants.



( run in 0.819 second using v1.01-cache-2.11-cpan-5837b0d9d2c )