plugins2 branch readme.
git-svn-id: svn://anonsvn.mit.edu/krb5/branches/plugins2@24206
dc483132-0cff-0310-8789-
dd5450dbe970
typedefs. The vtable definition would then be very concise, with
only one line per method. This would be consistent with how the
existing preauth pluggable interfaces are declared.
+
+* Filtering should probably be applied to module mappings before
+ dynamic modules are opened, since dlopen() is not always a cheap
+ operation. This is an implementation detail of the
+ domain-independent plugin framework.