]> eyrie.org Git - kerberos/krb5-strength.git/blob - debian/changelog
Merge tag 'upstream/2.1' into debian
[kerberos/krb5-strength.git] / debian / changelog
1 krb5-strength (2.0-1) unstable; 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 README.Debian.  All of that information is now available in the
45     installed upstream README file.
46   * Remove Bugs header now that this package is in Debian proper.
47
48  -- Russ Allbery <rra@debian.org>  Mon, 07 Oct 2013 18:56:49 -0700
49
50 krb5-strength (1.1-1) unstable; urgency=low
51
52   * New upstream release.
53     - Increase minimum password length to 8.
54     - Reject passwords formed from the username with digits appended.
55     - Reject duplicated dictionary words.
56     - Fix variable sizes on 64-bit platforms.
57   * Add a Bugs header directing bug reports to me personally.
58   * Update to debhelper compatibility level V8.
59   * Switch to Debian source package format 3.0 (quilt) with a custom local
60     patch header.
61   * Update standards version to 3.9.3 (no changes required).
62
63  -- Russ Allbery <rra@debian.org>  Fri, 11 May 2012 15:03:11 -0700
64
65 krb5-strength (1.0-1) unstable; urgency=low
66
67   * New upstream release.
68     - Add an external password strength program for Heimdal.
69     - Add a plugin for the Heimdal password strength support.
70   * Create a separate heimdal-strength package containing only the
71     external password check program for Heimdal.  The Heimdal version of
72     the libkadm5srv plugin isn't packaged for the time being.
73   * Update debhelper compatibility mode to V7.
74     - Use debhelper rule minimization with overrides.
75     - Add ${misc:Depends} to dependencies.
76   * Add Homepage, Vcs-Git, and Vcs-Browser control fields.
77   * Add a watch file.
78   * Update standards version to 3.8.4 (no changes required).
79
80  -- Russ Allbery <rra@debian.org>  Tue, 16 Feb 2010 22:47:35 -0800
81
82 krb5-strength (0.5-1) unstable; urgency=low
83
84   * New upstream release.
85     - More checks for passwords based on the principal.
86
87  -- Russ Allbery <rra@debian.org>  Wed, 18 Jul 2007 23:16:37 -0700
88
89 krb5-strength (0.3-1) unstable; urgency=low
90
91   * New upstream release with a different name.
92     - Many cleanups to the code and build system.
93     - Unnecessary differences from CrackLib removed.
94     - Some Debian CrackLib patches applied for robustness.
95   * Updated README.Debian with a better example kdc.conf entry.
96   * No longer install the packer binary.  We can use the one from
97     cracklib-runtime.
98
99  -- Russ Allbery <rra@debian.org>  Fri, 23 Mar 2007 15:27:50 -0700
100
101 krb5-passwd-strength (0.2-1) unstable; urgency=low
102
103   * Initial release.
104
105  -- Russ Allbery <rra@debian.org>  Thu, 22 Jun 2006 15:07:03 -0700
106