]> git.ipfire.org Git - thirdparty/krb5.git/commit
Added CoreFoundation bundle plugin support
authorAlexandra Ellwood <lxs@mit.edu>
Mon, 24 Apr 2006 20:59:52 +0000 (20:59 +0000)
committerAlexandra Ellwood <lxs@mit.edu>
Mon, 24 Apr 2006 20:59:52 +0000 (20:59 +0000)
commit2eeb1594833e3d2ee3086b4179ac5df19c5bfd8f
treeb3944b513c6009cffb59ef4aa912c190e26475c1
parenta89c12117a9eb2a6a0374a36f1cd4798049753d3
Added CoreFoundation bundle plugin support

Added CoreFoundation bundle plugin support to support library bundle plugin
code.  Also modified plugin types so they allocate a list of pointers rather
than a list of structs so that we can reuse the code that generates the
pointer types.  (Basically now krb5int_open_plugin_dir() can call
krb5int_open_plugin() rather than doing nearly the same thing.)

ticket: new
target_version: 1.5

git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@17950 dc483132-0cff-0310-8789-dd5450dbe970
src/include/k5-plugin.h
src/lib/krb5/os/locate_kdc.c
src/util/support/plugins.c