Content-Type: text/plain Content-Disposition: inline Content-Transfer-Encoding: binary MIME-Version: 1.0 X-Mailer: MIME-tools 5.427 (Entity 5.427) From: ghudson@mit.edu Subject: git commit RT-Send-CC: X-RT-Original-Encoding: iso-8859-1 Content-Length: 734 Load cred store functions from GSS modules When the credential store feature was implement the related functions were added to struct gss_config, but the initialization function that dynamically loads modules was not changed to see if the plugin being loaded provided such functions. This will allow non-builtin mechanism and interposer mechanism to implement custom credential store extensions if they wish. https://github.com/krb5/krb5/commit/ee53a887bead08ec1354de3e74659da537f87515 Author: Simo Sorce Committer: Greg Hudson Commit: ee53a887bead08ec1354de3e74659da537f87515 Branch: master src/lib/gssapi/mechglue/g_initialize.c | 4 ++++ 1 files changed, 4 insertions(+), 0 deletions(-)