Skip Menu |
 

From: lxs@mit.edu
Subject: CVS Commit
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.)

Commit By: lxs



Revision: 17950
Changed Files:
U trunk/src/include/k5-plugin.h
U trunk/src/lib/krb5/os/locate_kdc.c
U trunk/src/util/support/plugins.c