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