]> git.ipfire.org Git - thirdparty/krb5.git/commit
Simplify plugin loading code 1258/head
authorGreg Hudson <ghudson@mit.edu>
Thu, 23 Jun 2022 20:41:40 +0000 (16:41 -0400)
committerGreg Hudson <ghudson@mit.edu>
Wed, 29 Jun 2022 16:13:22 +0000 (12:13 -0400)
commit05c83221ec30b8c416226cbbde45ad395e1c6f14
tree3588d38b48b6b58df63ea9f60cc733255bc5273d
parente134d9a6b6332bd085093e9075c949ece784fcd0
Simplify plugin loading code

Remove the USE_CFBUNDLE code, which was only used by KfM.  Handle
platform conditionals according to current practice.  Use
k5_dir_filenames() instead of opendir() and remove the Windows
implementation of opendir().
src/util/support/plugins.c