X-Git-Url: https://git.eyrie.org/?a=blobdiff_plain;f=TODO;h=19e6b97cdaef19081d344e514b6193cea06b6c69;hb=7c18163c94997ae8c9313b790929c4275b18446e;hp=89c769a0e3601f6824afa6f95bdf059fc4ef7366;hpb=b16a4d124ca1541b7de6561afd378179baa746b9;p=kerberos%2Fkrb5-strength.git diff --git a/TODO b/TODO index 89c769a..19e6b97 100644 --- a/TODO +++ b/TODO @@ -1,9 +1,19 @@ krb5-strength To-Do List - * Update to CrackLib 2, which is currently shipped in Debian. This + * Update to CrackLib 2.9, which is currently shipped in Debian. This requires testing to confirm that the on-disk data format is still the same. - * Feed back modifications to CrackLib 2 to allow a program to use a - custom set of rules, which would allow us to stop embedding our own - copy of CrackLib customized to add additional rules. + * Feed back modifications to CrackLib to allow a program to use a custom + set of rules, which would allow us to stop embedding our own copy of + CrackLib customized to add additional rules. + + * Do something useful with errors when parsing numeric arguments from + krb5.conf configuration or failing to allocate memory when getting + string arguments. + + * Use the realm of the principal changing its password to determine the + krb5.conf configuration rather than always using the default realm. + + * Refactor the tests for configuration errors in the heimdal-strength + test suite into JSON.