point in the plugins2 branch README.BRANCH.
git-svn-id: svn://anonsvn.mit.edu/krb5/branches/plugins2@24251
dc483132-0cff-0310-8789-
dd5450dbe970
k5_pwqual_free_handles. Currently the responsibility for invoking
these methods rests with the consumer code in server_misc.c.
-* At Tom's suggestion, new internal functions with external linkage
- are using the prefix "k5_" instead of "krb5int_". This practice
- should be validated by the dev community (and perhaps made uniform
- in the code base, although that would result in a lot of churn) or
- abandoned.
-
* The decisions about what is a typedef and what is a simple structure
type are kind of haphazard, erring on the side of using typedefs.