]> eyrie.org Git - kerberos/perl-kerberos.git/log
kerberos/perl-kerberos.git
10 years agoImported Upstream version 0.01 upstream/0.01
Russ Allbery [Fri, 28 Feb 2014 05:58:47 +0000 (21:58 -0800)]
Imported Upstream version 0.01

10 years agoSet KRB5_CONFIG when running the test suite release/0.01
Russ Allbery [Fri, 28 Feb 2014 05:36:14 +0000 (21:36 -0800)]
Set KRB5_CONFIG when running the test suite

For some reason, initializing the kadmin library wants to map
the local host to a realm.

10 years agoImported Upstream version 0.01
Russ Allbery [Fri, 28 Feb 2014 05:20:05 +0000 (21:20 -0800)]
Imported Upstream version 0.01

10 years agoIgnore Debian packaging files when checking the distribution
Russ Allbery [Fri, 28 Feb 2014 05:15:50 +0000 (21:15 -0800)]
Ignore Debian packaging files when checking the distribution

10 years agoAdd Test::RRA modules from rra-c-util needed for tests
Russ Allbery [Fri, 28 Feb 2014 05:15:15 +0000 (21:15 -0800)]
Add Test::RRA modules from rra-c-util needed for tests

10 years agoImported Upstream version 0.01
Russ Allbery [Fri, 28 Feb 2014 04:44:41 +0000 (20:44 -0800)]
Imported Upstream version 0.01

10 years agoGet Heimdal compiler flags using pkg-config
Russ Allbery [Fri, 28 Feb 2014 04:36:00 +0000 (20:36 -0800)]
Get Heimdal compiler flags using pkg-config

For right now, until we support a wider range of Kerberos libraries,
get the Heimdal compiler flags using pkg-config.  This will let the
package build properly on a Debian system with heimdal-multidev but
not heimdal-dev.

10 years agoUpdate manifest for recently added files
Russ Allbery [Fri, 28 Feb 2014 04:24:33 +0000 (20:24 -0800)]
Update manifest for recently added files

10 years agoTidy t/kadmin/heimdal.t code
Russ Allbery [Sat, 22 Feb 2014 04:59:35 +0000 (20:59 -0800)]
Tidy t/kadmin/heimdal.t code

10 years agoAdd some initial tests for password change
Russ Allbery [Sat, 22 Feb 2014 04:53:13 +0000 (20:53 -0800)]
Add some initial tests for password change

10 years agoAdd more configuration parameters, fix various bugs
Russ Allbery [Sat, 22 Feb 2014 04:50:56 +0000 (20:50 -0800)]
Add more configuration parameters, fix various bugs

Add config_file, db_name, and stash_file configuration parameters
and pass them into either libkadm5srv or the Kerberos context as
needed.

Fix the code to set the elements of the exception thrown from the
Kerberos kadmin code.  hv_stores is a better API to use here.

Use KADM5_ADMIN_SERVICE instead of a hard-coded string.

Include the Authen::Kerberos::Exception class in the
Authen::Kerberos::Kadmin class so that exceptions will stringify
and compare properly by default.

10 years agoShorten the Authen::Kerberos::Exception to_string code
Russ Allbery [Sat, 22 Feb 2014 04:50:16 +0000 (20:50 -0800)]
Shorten the Authen::Kerberos::Exception to_string code

Rewrite the code to be more succinct and to use fewer conditional
blocks.

10 years agoInitial version
Russ Allbery [Fri, 21 Feb 2014 18:53:50 +0000 (10:53 -0800)]
Initial version

Compiles and loads, but hasn't been tested and doesn't support the
configuration parameters required for effective testing.  The only
functionality implemented so far is server-mode support for the
Heimdal libkadm5srv library.