[krbdev.mit.edu #7217] SVN Commit

Greg Hudson via RT rt-comment at krbdev.mit.edu
Fri Jul 20 15:36:29 EDT 2012


Introduce credential store extensions

Add new APIs gss_acquire_cred_from, gss_add_cred_from, and
gss_store_cred_into, which take additional argments to specify the
location of the credential storage using a key-value map, where keys
are interpreted by the mechanisms.

https://github.com/krb5/krb5/commit/25ee704e83c2c63d4b5ecd12ea31c1979239041e
Author: Simo Sorce <simo at redhat.com>
Committer: Greg Hudson <ghudson at mit.edu>
Commit: 25ee704e83c2c63d4b5ecd12ea31c1979239041e
Branch: master
 src/lib/gssapi/generic/gssapi_ext.h      |   56 +++++++++++++++
 src/lib/gssapi/libgssapi_krb5.exports    |    3 +
 src/lib/gssapi/mechglue/g_acquire_cred.c |  104 +++++++++++++++++++++++++---
 src/lib/gssapi/mechglue/g_store_cred.c   |  110 ++++++++++++++++++++++++------
 src/lib/gssapi/mechglue/mglueP.h         |   28 ++++++++
 5 files changed, 269 insertions(+), 32 deletions(-)



More information about the krb5-bugs mailing list