Add APIs for marshalling credentials Faciliate KCM daemon implementations by providing functions to deserialize and reserialize credentials in the FILE v4 format. [ghudson@mit.edu: minor editorial changes] https://github.com/krb5/krb5/commit/18ea3bd2fca55b789b7de9c663624bc11d348fa6 Author: Robbie Harwood Committer: Greg Hudson Commit: 18ea3bd2fca55b789b7de9c663624bc11d348fa6 Branch: master doc/appdev/refs/api/index.rst | 2 + src/include/krb5/krb5.hin | 36 ++++++++++++++++++++++++++ src/lib/krb5/ccache/ccmarshal.c | 53 +++++++++++++++++++++++++++++++++++++++ src/lib/krb5/ccache/t_marshal.c | 15 ++++++++++- src/lib/krb5/libkrb5.exports | 2 + src/lib/krb5_32.def | 4 +++ 6 files changed, 111 insertions(+), 1 deletions(-)