summaryrefslogtreecommitdiffstats
path: root/src/util/support/plugins.c
Commit message (Expand)AuthorAgeFilesLines
* Updated comments to explain how the CFBundles get unloaded.Alexandra Ellwood2006-04-251-1/+2
* Update internal plugin interface to add an errinfo structure to "open"Ken Raeburn2006-04-251-32/+38
* Don't define DEBUG; it prints debug messages that cause test suite failuresKen Raeburn2006-04-251-2/+0
* Added CoreFoundation bundle plugin supportAlexandra Ellwood2006-04-241-208/+332
* Fix memory leak. closedir() was never being called after successful opendir()Ezra Peisach2006-04-201-0/+2
* * errors.c (krb5int_get_error): Try strerror_r if available before strerror.Ken Raeburn2006-04-191-2/+12
* * plugins.c (krb5int_get_plugin_dir_data): If dirhandle is null or theKen Raeburn2006-03-131-5/+3
* missed a dlsym call removalKen Raeburn2006-03-081-1/+0
* Oops. This should come closer to building on Windows..Ken Raeburn2006-03-081-18/+36
* krb5.h, which is built after util/et, which is built after the supportKen Raeburn2006-03-081-8/+22
* Merge from plugin branchKen Raeburn2006-03-071-0/+339