]> git.ipfire.org Git - thirdparty/krb5.git/commitdiff
Add another note to the "What's wrong with this branch" section of the
authorGreg Hudson <ghudson@mit.edu>
Fri, 23 Jul 2010 05:30:37 +0000 (05:30 +0000)
committerGreg Hudson <ghudson@mit.edu>
Fri, 23 Jul 2010 05:30:37 +0000 (05:30 +0000)
plugins2 branch readme.

git-svn-id: svn://anonsvn.mit.edu/krb5/branches/plugins2@24206 dc483132-0cff-0310-8789-dd5450dbe970

README.BRANCH

index 02af723c1fb90dd6b8eb94d75b97e355d0518be1..8e21907962f78c29cd4fea719a0225eba9ab1788 100644 (file)
@@ -196,3 +196,8 @@ demonstration branch it is not perfect.  Problems include:
   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.