]> eyrie.org Git - kerberos/krb5-strength.git/commit - README
Clean up and refactor configuration handling
authorRuss Allbery <rra@stanford.edu>
Thu, 3 Oct 2013 02:40:58 +0000 (19:40 -0700)
committerRuss Allbery <rra@stanford.edu>
Thu, 3 Oct 2013 02:40:58 +0000 (19:40 -0700)
commit9e44a9e2db84715eceecc36c1a7c5af44e9f7ab0
tree30a7e4544952dd8625baa20c25d5383b28be2ceb
parent8a66c3cec316452b36bdfd6e23bb287977c4468c
Clean up and refactor configuration handling

Each "module" (CDB and CrackLib) now handles its own configuration
and setup, and the internal APIs are more straightforward and
simpler.

The plugin can now be configured without a dictionary, in which case
only the simpler checks available through the new configuration
variables are done.  This mode is mostly useful for testing, since
such simple checking can more easily be done via less complex password
strength configurations.
NEWS
README
plugin/cdb.c
plugin/cracklib.c
plugin/general.c
plugin/internal.h
tests/data/passwords/length.json
tests/data/wordlist
tests/plugin/heimdal-t.c
tests/plugin/mit-t.c
tests/tools/heimdal-strength-t