]> git.ipfire.org Git - thirdparty/krb5.git/commit
Add cred marshalling functions
authorGreg Hudson <ghudson@mit.edu>
Mon, 5 May 2014 04:06:38 +0000 (00:06 -0400)
committerGreg Hudson <ghudson@mit.edu>
Sat, 17 May 2014 23:04:20 +0000 (19:04 -0400)
commit99e1d7a4b91676d968ecf9329a48ec2b3c0a193a
tree73adf2d2401f90c24c8ef7029d32f52d64b5507d
parent1263ed281d1f50b97399137b90344a75e991129c
Add cred marshalling functions

Add a new file ccmarshal.c containing functions to marshal and
unmarshal credentials in file formats version 1-4.  These will replace
the functions in cc_file.c and cc_keyring.c, and can be used for KCM
in the future.
src/lib/krb5/ccache/Makefile.in
src/lib/krb5/ccache/cc-int.h
src/lib/krb5/ccache/ccmarshal.c [new file with mode: 0644]