]> eyrie.org Git - kerberos/krb5-strength.git/commit
Add password history implementation for Heimdal
authorRuss Allbery <eagle@eyrie.org>
Wed, 5 Feb 2014 01:30:39 +0000 (17:30 -0800)
committerRuss Allbery <eagle@eyrie.org>
Wed, 5 Feb 2014 01:30:39 +0000 (17:30 -0800)
commit193fba8fdf499c6742233ece9762608c5dd770b8
tree041564f4d976f7b31b1e06970de63ba801bf1864
parentde1636f3f31221b818edeae9fa8a52c4f4da4496
Add password history implementation for Heimdal

A password history implementation for Heimdal is now included.  This
is a separate Perl program, heimdal-history, that stacks with the
external program implementation of strength checking.  It is not
available in the form of a plugin, only as a Heimdal external password
quality check.  (MIT Kerberos provides its own password history
mechanism.)  This program has more extensive Perl module dependencies
than the other programs in this distribution.
Makefile.am
NEWS
README
autogen
tests/data/perl.conf
tools/heimdal-history [new file with mode: 0755]