[krbdev.mit.edu #7665] git commit
Greg Hudson via RT
rt-comment at krbdev.mit.edu
Thu Jun 27 02:01:28 EDT 2013
Add tests for pwqual modules and plugin ordering
Create a test module for the pwqual interface, and script to exercise
the built-in and test modules through kadmin.local. Also create a
test harness to display the order of pwqual modules for the current
configuration, and use it to test the plugin module ordering
guarantees.
https://github.com/krb5/krb5/commit/a6debff894e8b24f72675beea9ee4438bd2e8902
Author: Greg Hudson <ghudson at mit.edu>
Commit: a6debff894e8b24f72675beea9ee4438bd2e8902
Branch: master
src/Makefile.in | 1 +
src/configure.in | 1 +
src/plugins/pwqual/test/Makefile.in | 21 +++
src/plugins/pwqual/test/deps | 16 ++
src/plugins/pwqual/test/main.c | 219 +++++++++++++++++++++++++++
src/plugins/pwqual/test/pwqual_test.exports | 4 +
src/tests/Makefile.in | 13 +-
src/tests/deps | 19 +++
src/tests/plugorder.c | 95 ++++++++++++
src/tests/t_pwqual.py | 81 ++++++++++
10 files changed, 466 insertions(+), 4 deletions(-)
More information about the krb5-bugs
mailing list