summaryrefslogtreecommitdiffstats
path: root/src/plugins/pwqual
Commit message (Collapse)AuthorAgeFilesLines
* Fix uninitialized variable bugsGreg Hudson2013-06-271-0/+1
| | | | | The previous few commits introduced a couple of bugs where variables could be used without being initialized. Fix them.
* Add tests for pwqual modules and plugin orderingGreg Hudson2013-06-274-0/+260
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. ticket: 7665