X-Git-Url: https://git.eyrie.org/?a=blobdiff_plain;f=NEWS;h=71924d02c9e330ac12eb92a9f6d0dcda0aecebb4;hb=45c90a3a7172bca2f1e232e772f2e8ff12d2d19a;hp=a57b84ff41f0cbfef8627965975ac2a18cf79ec2;hpb=068db18a1ee40f21a49a7331b231514ac209f09f;p=kerberos%2Fkrb5-strength.git diff --git a/NEWS b/NEWS index a57b84f..71924d0 100644 --- a/NEWS +++ b/NEWS @@ -1,6 +1,35 @@ User-Visible krb5-strength Changes -krb5-strength 3.2 (unreleased) +krb5-strength 3.3 (unreleased) + + heimdal-history now requires the Perl modules Const::Fast and + JSON::MaybeXS instead of Readonly and JSON. + + Explicitly erase the copy of the password made in the Heimdal plugin. + + Add a spec file for building RPMs, contributed by Daria Phoebe + Brashear. + + Update to rra-c-util 10.5: + + * Assume a working snprintf rather than supplying a replacement. + * Fix detection of reallocarray on NetBSD. + * Check that Kerberos header files were found during configure. + * Use AS_ECHO in all Autoconf macros. + * Always use lib32 or lib64 if it exists, even on Debian. + * Fix rejection of unknown Clang warning flags. + * Disable -Wreserved-identifier for Clang warning builds. + +krb5-strength 3.2 (2020-05-17) + + Add new -c (--check-only) option to heimdal-history to check whether a + password would be accepted without updating the history or password + length databases. Based on work by macrotex. + + Increase hash iterations for heimdal-history by roughly a factor of + four to increase the time required for a password hash to about 0.1 + seconds on modern hardware. This will affect newly-stored history + entries but will not invalidate existing password history entries. Support building without CrackLib support by passing --without-cracklib to configure. This makes the code a bit simpler @@ -35,6 +64,7 @@ krb5-strength 3.2 (unreleased) * Skip more build system files when running the test suite. * Fix warnings with Clang 10, GCC 10, and the Clang static analyzer. * Exclude more valgrind false positives with Kerberos libraries. + * Improve support for AIX's bundled Kerberos. Update to C TAP Harness 4.7: