From: Greg Hudson Date: Fri, 23 Jul 2010 05:30:37 +0000 (+0000) Subject: Add another note to the "What's wrong with this branch" section of the X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0646b5f0443367de0cc1b6e84716480a861272e2;p=thirdparty%2Fkrb5.git Add another note to the "What's wrong with this branch" section of the plugins2 branch readme. git-svn-id: svn://anonsvn.mit.edu/krb5/branches/plugins2@24206 dc483132-0cff-0310-8789-dd5450dbe970 --- diff --git a/README.BRANCH b/README.BRANCH index 02af723c1f..8e21907962 100644 --- a/README.BRANCH +++ b/README.BRANCH @@ -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.