]> eyrie.org Git - kerberos/krb5-strength.git/blob - debian/changelog
Add more Perl modules to pass Test::Strict
[kerberos/krb5-strength.git] / debian / changelog
1 krb5-strength (2.0-1) UNRELEASED; urgency=low
2
3   * Initial upload to Debian.  (Closes: #725753)
4   * New upstream release.
5     - Add native support for the MIT Kerberos password quality plugin
6       interface included in MIT Kerberos 1.9 and later.
7     - Stop building the Heimdal plugin.  Heimdal prefers using an external
8       check program anyway.
9     - Add support for TinyCDB dictionaries with a simpler dictionary
10       lookup algorithm.  This allows use of this package to check
11       passwords against a large, fast dictionary with a minimum of
12       permutations as an alternative or supplement to the extensive
13       permutations tested by CrackLib.
14     - Minimum password length can now be enforced directly through
15       configuration of this module without relying on CrackLib.
16     - New boolean settings require_ascii_printable and require_non_letter
17       to reject passwords with non-ASCII or non-printable characters and
18       to require passwords contain at least one non-letter (and
19       non-space).
20     - The plugin and external checking program will now run without a
21       dictionary configured so that they can be used only to check length
22       and the lighter character restrictions if so desired.
23     - When checking for passwords based on the principal, also check each
24       component of the principal to find passwords based on the realm.
25   * Eliminate the heimdal-strength package.  krb5-strength now builds a
26     single binary package of the same name including the MIT plugin and
27     the Heimdal external password quality program.  The Heimdal plugin is
28     not built by the Debian packaging because Heimdal prefers external
29     programs.  The plugin can be added later as a separate package if
30     there is demand.
31   * Revise the package long description for the merger of krb5-strength
32     and heimdal-strength and the new capabilities in 2.0.
33   * Recommend cracklib-runtime and tinycdb since they are required to
34     build dictionaries.  Downgrade krb5-admin-server to Enhances and add
35     heimdal-kdc.
36   * Update debhelper compatibility level to V9.
37     - Enable hardening flags, including bindnow and PIE.
38     - Enable parallel builds.
39   * Use dh-autoreconf to rebuild the build system during package builds.
40   * Use xz compression for the upstream and Debian tarballs.
41   * Add branch information to the Vcs-Git metadata.
42   * Update standards version to 3.9.4 (no changes required).
43   * Rewrite debian/copyright in copyright-format 1.0.
44   * Remove Bugs header now that this package is in Debian proper.
45
46  -- Russ Allbery <rra@debian.org>  Mon, 07 Oct 2013 16:30:08 -0700
47
48 krb5-strength (1.1-1) unstable; urgency=low
49
50   * New upstream release.
51     - Increase minimum password length to 8.
52     - Reject passwords formed from the username with digits appended.
53     - Reject duplicated dictionary words.
54     - Fix variable sizes on 64-bit platforms.
55   * Add a Bugs header directing bug reports to me personally.
56   * Update to debhelper compatibility level V8.
57   * Switch to Debian source package format 3.0 (quilt) with a custom local
58     patch header.
59   * Update standards version to 3.9.3 (no changes required).
60
61  -- Russ Allbery <rra@debian.org>  Fri, 11 May 2012 15:03:11 -0700
62
63 krb5-strength (1.0-1) unstable; urgency=low
64
65   * New upstream release.
66     - Add an external password strength program for Heimdal.
67     - Add a plugin for the Heimdal password strength support.
68   * Create a separate heimdal-strength package containing only the
69     external password check program for Heimdal.  The Heimdal version of
70     the libkadm5srv plugin isn't packaged for the time being.
71   * Update debhelper compatibility mode to V7.
72     - Use debhelper rule minimization with overrides.
73     - Add ${misc:Depends} to dependencies.
74   * Add Homepage, Vcs-Git, and Vcs-Browser control fields.
75   * Add a watch file.
76   * Update standards version to 3.8.4 (no changes required).
77
78  -- Russ Allbery <rra@debian.org>  Tue, 16 Feb 2010 22:47:35 -0800
79
80 krb5-strength (0.5-1) unstable; urgency=low
81
82   * New upstream release.
83     - More checks for passwords based on the principal.
84
85  -- Russ Allbery <rra@debian.org>  Wed, 18 Jul 2007 23:16:37 -0700
86
87 krb5-strength (0.3-1) unstable; urgency=low
88
89   * New upstream release with a different name.
90     - Many cleanups to the code and build system.
91     - Unnecessary differences from CrackLib removed.
92     - Some Debian CrackLib patches applied for robustness.
93   * Updated README.Debian with a better example kdc.conf entry.
94   * No longer install the packer binary.  We can use the one from
95     cracklib-runtime.
96
97  -- Russ Allbery <rra@debian.org>  Fri, 23 Mar 2007 15:27:50 -0700
98
99 krb5-passwd-strength (0.2-1) unstable; urgency=low
100
101   * Initial release.
102
103  -- Russ Allbery <rra@debian.org>  Thu, 22 Jun 2006 15:07:03 -0700
104