]> eyrie.org Git - kerberos/perl-kerberos.git/log
kerberos/perl-kerberos.git
10 years agoAdd changelog for 0.02-1 debian/0.02-1
Russ Allbery [Tue, 4 Mar 2014 21:53:28 +0000 (13:53 -0800)]
Add changelog for 0.02-1

10 years agoRemove test database patch
Russ Allbery [Tue, 4 Mar 2014 21:51:33 +0000 (13:51 -0800)]
Remove test database patch

Now incorporated upstream.

10 years agoMerge tag 'upstream/0.02' into debian
Russ Allbery [Tue, 4 Mar 2014 21:50:46 +0000 (13:50 -0800)]
Merge tag 'upstream/0.02' into debian

Upstream version 0.02

10 years agoImported Upstream version 0.02 upstream/0.02
Russ Allbery [Tue, 4 Mar 2014 21:50:46 +0000 (13:50 -0800)]
Imported Upstream version 0.02

10 years agoAdd new files to the manifest release/0.02
Russ Allbery [Tue, 4 Mar 2014 21:49:04 +0000 (13:49 -0800)]
Add new files to the manifest

10 years agoBump version to 0.02
Russ Allbery [Tue, 4 Mar 2014 21:29:50 +0000 (13:29 -0800)]
Bump version to 0.02

10 years agoAdd warnings that db_name and stash_file are often ignored
Russ Allbery [Sat, 1 Mar 2014 00:07:09 +0000 (16:07 -0800)]
Add warnings that db_name and stash_file are often ignored

10 years agoClean up style and critic issues in the test suite
Russ Allbery [Fri, 28 Feb 2014 23:55:21 +0000 (15:55 -0800)]
Clean up style and critic issues in the test suite

10 years agoExclude t/data from coverage testing
Russ Allbery [Fri, 28 Feb 2014 23:54:30 +0000 (15:54 -0800)]
Exclude t/data from coverage testing

We may have tiny support programs in the t/data directory.  Those
shouldn't be run as part of coverage testing.  Not only will they
probably not contribute to coverage, they may do disruptive things
like expect something on standard input.

10 years agoSpecify test databases in kdc.conf
Russ Allbery [Fri, 28 Feb 2014 08:41:47 +0000 (00:41 -0800)]
Specify test databases in kdc.conf

Setting the database when calling kadm5_init_with_password_ctx
doesn't actually work.  Set all the database paths in kdc.conf.

10 years agoStart a TODO list with the need for error codes
Russ Allbery [Fri, 28 Feb 2014 23:32:37 +0000 (15:32 -0800)]
Start a TODO list with the need for error codes

10 years agoFix password quality checking
Russ Allbery [Fri, 28 Feb 2014 23:31:43 +0000 (15:31 -0800)]
Fix password quality checking

When using the kadmin libraries in server mode, we have to do
password quality checking ourselves, since the library never does
it.  Add the required code to the chpass implementation, add a
test configuration, and test password quality.

10 years agoAdd new patch to try to clean up test suite databases debian/0.01-1
Russ Allbery [Fri, 28 Feb 2014 08:42:37 +0000 (00:42 -0800)]
Add new patch to try to clean up test suite databases

10 years agoAdd a hack to allow building without pkg-config
Russ Allbery [Fri, 28 Feb 2014 06:41:11 +0000 (22:41 -0800)]
Add a hack to allow building without pkg-config

The pkg-config files are very new (and contain way too many
libraries).  Work around that for now by forcing the linker flags
that work with heimdal-dev.  We'll worry about heimdal-multidev
later.

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 agoMerge tag 'upstream/0.01' into debian
Russ Allbery [Fri, 28 Feb 2014 05:58:47 +0000 (21:58 -0800)]
Merge tag 'upstream/0.01' into debian

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 agoMerge tag 'upstream/0.01' into debian
Russ Allbery [Fri, 28 Feb 2014 05:20:05 +0000 (21:20 -0800)]
Merge tag 'upstream/0.01' into debian

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 agoMerge tag 'upstream/0.01' into debian
Russ Allbery [Fri, 28 Feb 2014 05:10:52 +0000 (21:10 -0800)]
Merge tag 'upstream/0.01' into debian

Upstream version 0.01

10 years agoAdd additional necessary build dependencies
Russ Allbery [Fri, 28 Feb 2014 05:08:59 +0000 (21:08 -0800)]
Add additional necessary build dependencies

10 years agoFix version number of the initial release
Russ Allbery [Fri, 28 Feb 2014 05:07:26 +0000 (21:07 -0800)]
Fix version number of the initial release

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 agoInitial Debian packaging
Russ Allbery [Fri, 28 Feb 2014 04:17:17 +0000 (20:17 -0800)]
Initial Debian packaging

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.