summaryrefslogtreecommitdiffstats
path: root/src/util/support/plugins.c
Commit message (Expand)AuthorAgeFilesLines
* Free unconditionally in plugins.cGreg Hudson2013-03-291-8/+8
* Style cleanup for internal error handlingGreg Hudson2012-12-191-8/+8
* Use %i, not %s to Tprintf GetLastError()Kevin Wasserman2012-07-161-1/+1
* Mark up strings for translationGreg Hudson2011-06-101-5/+5
* Revert r24815 and the RTLD_NODELETE part of r24744, which wasGreg Hudson2011-04-031-10/+2
* Only use RTLD_NODELETE if it's availableKen Raeburn2011-04-031-3/+11
* Set better error messages when plugins fail to load.Greg Hudson2011-03-251-4/+8
* Adjust most C source files to match the new standards for copyrightGreg Hudson2011-03-091-5/+1
* Adapted patch from Arlene Berry to handle dlerror() returning a nullTom Yu2010-04-231-0/+4
* Mark and reindent util/supportTom Yu2009-11-301-41/+42
* make mark-cstyleTom Yu2009-10-311-82/+82
* The last change to plugins.c erroneously passes a size_t as a fieldGreg Hudson2008-10-281-1/+1
* signed vs. unsigned warnings cleanupEzra Peisach2008-10-271-7/+7
* An implementation of opendir() and friends for _WIN32Jeffrey Altman2008-07-211-6/+145
* (more) After malloc/realloc/calloc/strdup/asprintf failures, useKen Raeburn2008-04-301-12/+12
* Generate a large enough array to hold all the base/extension pairs.Alexandra Ellwood2008-04-251-11/+17
* Protect CFBundle calls with mutexesAlexandra Ellwood2008-03-211-81/+84
* Avoid use of unchecked sprintf in libraries. Use asprintf if theKen Raeburn2007-07-121-19/+12
* krb5int_open_plugin_dirs errors out if directory does not existAlexandra Ellwood2007-04-051-10/+2
* fix plugin.c to compile on WindowsJeffrey Altman2006-06-281-3/+3
* * src/util/support/plugins.c (krb5int_open_plugin): Use RTLD_LOCALTom Yu2006-06-221-1/+6
* Revert an untested change that wasn't supposed to go into this ticketKen Raeburn2006-06-201-1/+1
* getaddrinfo code uses vars outside of storage durationKen Raeburn2006-06-201-1/+1
* Missed a reference to + sizeof() vs * sizeof(). Pointed out byEzra Peisach2006-06-011-1/+1
* krb5int_get_plugin_dir_data() uses + instead of * in reallocEzra Peisach2006-06-011-1/+1
* plugins support requires a Windows equivalent to opendir and friendsJeffrey Altman2006-05-091-1/+6
* * plugins.c (krb5int_get_plugin_filenames): Make extention array static and c...Ken Raeburn2006-05-051-1/+1
* * plugins.c (krb5int_get_plugin_filenames): Avoid shadowing local variable namesKen Raeburn2006-05-051-3/+3
* * plugins.c (FILEEXTS): No trailing semicolonKen Raeburn2006-05-051-2/+2
* Changed to krb5int_open_plugin_dirs/krb5int_close_plugin_dirs whichAlexandra Ellwood2006-05-041-68/+203
* 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