]> eyrie.org Git - kerberos/krb5-strength.git/blob - debian/changelog
4335f590f1a42899283f58af06eae9c866f55e1e
[kerberos/krb5-strength.git] / debian / changelog
1 krb5-strength (3.0-2) UNRELEASED; urgency=medium
2
3   * Prefer *.tar.xz in debian/watch to match packaging.
4   * Fix Upstream-Contact email address in debian/copyright.
5
6  -- Russ Allbery <rra@debian.org>  Sun, 13 Apr 2014 12:23:18 -0700
7
8 krb5-strength (3.0-1) unstable; urgency=medium
9
10   * New upstream release.
11     - SQLite password dictionaries are now supported and can be used to
12       reject passwords within edit distance one of any dictionary word.
13     - cdbmake-wordlist has been renamed to krb5-strength-wordlist and can
14       also generate SQLite databases compatible with this plugin and
15       Heimdal quality check program.
16     - heimdal-history, a password history implementation for Heimdal, has
17       been added and can be stacked with heimdal-strength to check both
18       history and password strength.
19     - New configuration option, minimum_different, which sets the minimum
20       number of different characters required in a password.
21   * Add the upstream signing key to debian/upstream/signing-key.asc and
22     configure uscan to do signature validation.  Configure uscan to
23     download the xz tarball instead of the gz tarball.
24   * Create a _history user and group and a /var/lib/heimdal-history
25     directory on package installation for the use of heimdal-history,
26     remove the user and the standard database on purge, and remove the
27     directory if empty on package purge or removal.
28
29  -- Russ Allbery <rra@debian.org>  Wed, 26 Mar 2014 00:04:13 -0700
30
31 krb5-strength (2.2-1) unstable; urgency=low
32
33   * New upstream release.
34     - Support for more complex length-sensitive character class
35       restrictions using the new require_classes configuration setting.
36     - cdbmake-wordlist now supports filtering out words based on maximum
37       length and user-supplied regular expressions, and supports running
38       in filter mode to generate a new word list.
39   * Update to standards version 3.9.5 (no changes required).
40
41  -- Russ Allbery <rra@debian.org>  Mon, 16 Dec 2013 15:36:29 -0800
42
43 krb5-strength (2.1-1) unstable; urgency=low
44
45   * New upstream release.
46     - Improve some of the password rejection error messages.
47
48  -- Russ Allbery <rra@debian.org>  Thu, 10 Oct 2013 17:09:37 -0700
49
50 krb5-strength (2.0-1) unstable; urgency=low
51
52   * Initial upload to Debian.  (Closes: #725753)
53   * New upstream release.
54     - Add native support for the MIT Kerberos password quality plugin
55       interface included in MIT Kerberos 1.9 and later.
56     - Stop building the Heimdal plugin.  Heimdal prefers using an external
57       check program anyway.
58     - Add support for TinyCDB dictionaries with a simpler dictionary
59       lookup algorithm.  This allows use of this package to check
60       passwords against a large, fast dictionary with a minimum of
61       permutations as an alternative or supplement to the extensive
62       permutations tested by CrackLib.
63     - Minimum password length can now be enforced directly through
64       configuration of this module without relying on CrackLib.
65     - New boolean settings require_ascii_printable and require_non_letter
66       to reject passwords with non-ASCII or non-printable characters and
67       to require passwords contain at least one non-letter (and
68       non-space).
69     - The plugin and external checking program will now run without a
70       dictionary configured so that they can be used only to check length
71       and the lighter character restrictions if so desired.
72     - When checking for passwords based on the principal, also check each
73       component of the principal to find passwords based on the realm.
74   * Eliminate the heimdal-strength package.  krb5-strength now builds a
75     single binary package of the same name including the MIT plugin and
76     the Heimdal external password quality program.  The Heimdal plugin is
77     not built by the Debian packaging because Heimdal prefers external
78     programs.  The plugin can be added later as a separate package if
79     there is demand.
80   * Revise the package long description for the merger of krb5-strength
81     and heimdal-strength and the new capabilities in 2.0.
82   * Recommend cracklib-runtime and tinycdb since they are required to
83     build dictionaries.  Downgrade krb5-admin-server to Enhances and add
84     heimdal-kdc.
85   * Update debhelper compatibility level to V9.
86     - Enable hardening flags, including bindnow and PIE.
87     - Enable parallel builds.
88   * Use dh-autoreconf to rebuild the build system during package builds.
89   * Use xz compression for the upstream and Debian tarballs.
90   * Add branch information to the Vcs-Git metadata.
91   * Update standards version to 3.9.4 (no changes required).
92   * Rewrite debian/copyright in copyright-format 1.0.
93   * Remove README.Debian.  All of that information is now available in the
94     installed upstream README file.
95   * Remove Bugs header now that this package is in Debian proper.
96
97  -- Russ Allbery <rra@debian.org>  Mon, 07 Oct 2013 18:56:49 -0700
98
99 krb5-strength (1.1-1) unstable; urgency=low
100
101   * New upstream release.
102     - Increase minimum password length to 8.
103     - Reject passwords formed from the username with digits appended.
104     - Reject duplicated dictionary words.
105     - Fix variable sizes on 64-bit platforms.
106   * Add a Bugs header directing bug reports to me personally.
107   * Update to debhelper compatibility level V8.
108   * Switch to Debian source package format 3.0 (quilt) with a custom local
109     patch header.
110   * Update standards version to 3.9.3 (no changes required).
111
112  -- Russ Allbery <rra@debian.org>  Fri, 11 May 2012 15:03:11 -0700
113
114 krb5-strength (1.0-1) unstable; urgency=low
115
116   * New upstream release.
117     - Add an external password strength program for Heimdal.
118     - Add a plugin for the Heimdal password strength support.
119   * Create a separate heimdal-strength package containing only the
120     external password check program for Heimdal.  The Heimdal version of
121     the libkadm5srv plugin isn't packaged for the time being.
122   * Update debhelper compatibility mode to V7.
123     - Use debhelper rule minimization with overrides.
124     - Add ${misc:Depends} to dependencies.
125   * Add Homepage, Vcs-Git, and Vcs-Browser control fields.
126   * Add a watch file.
127   * Update standards version to 3.8.4 (no changes required).
128
129  -- Russ Allbery <rra@debian.org>  Tue, 16 Feb 2010 22:47:35 -0800
130
131 krb5-strength (0.5-1) unstable; urgency=low
132
133   * New upstream release.
134     - More checks for passwords based on the principal.
135
136  -- Russ Allbery <rra@debian.org>  Wed, 18 Jul 2007 23:16:37 -0700
137
138 krb5-strength (0.3-1) unstable; urgency=low
139
140   * New upstream release with a different name.
141     - Many cleanups to the code and build system.
142     - Unnecessary differences from CrackLib removed.
143     - Some Debian CrackLib patches applied for robustness.
144   * Updated README.Debian with a better example kdc.conf entry.
145   * No longer install the packer binary.  We can use the one from
146     cracklib-runtime.
147
148  -- Russ Allbery <rra@debian.org>  Fri, 23 Mar 2007 15:27:50 -0700
149
150 krb5-passwd-strength (0.2-1) unstable; urgency=low
151
152   * Initial release.
153
154  -- Russ Allbery <rra@debian.org>  Thu, 22 Jun 2006 15:07:03 -0700
155