Content-Type: text/plain Content-Disposition: inline Content-Transfer-Encoding: binary MIME-Version: 1.0 X-Mailer: MIME-tools 5.427 (Entity 5.427) From: ghudson@mit.edu Subject: git commit X-RT-Original-Encoding: iso-8859-1 Content-Length: 637 Provide plugin module ordering guarantees Rewrite the plugin internals so that modules have a well-defined order--either the order of enable_only tags, or dynamic modules followed by the built-in modules in order of registration. https://github.com/krb5/krb5/commit/e0a74797bd3a8395b81e68ecfa7ada6e2b4be4c6 Author: Greg Hudson Commit: e0a74797bd3a8395b81e68ecfa7ada6e2b4be4c6 Branch: master doc/admin/conf_files/krb5_conf.rst | 6 + src/include/k5-int.h | 14 +- src/lib/krb5/krb/plugin.c | 453 +++++++++++++++++++++--------------- 3 files changed, 273 insertions(+), 200 deletions(-)