]> git.ipfire.org Git - thirdparty/krb5.git/commit
Adjust marshalling interfaces for KCM
authorGreg Hudson <ghudson@mit.edu>
Tue, 1 Jul 2014 16:13:15 +0000 (12:13 -0400)
committerGreg Hudson <ghudson@mit.edu>
Wed, 30 Jul 2014 16:11:40 +0000 (12:11 -0400)
commit8641f87bab24926688a91590040e5b8903e10897
tree3609ec035f35f384b3cd7a79961bde0d60e4580e
parent651f3af251d172361a954f55f2d87561ae42c2d0
Adjust marshalling interfaces for KCM

Make k5_marshal_cred and k5_marshal_princ write to an existing struct
k5buf instead of allocating a new one, so that they can be marshalled
before or after other data.
src/lib/krb5/ccache/cc-int.h
src/lib/krb5/ccache/cc_file.c
src/lib/krb5/ccache/cc_keyring.c
src/lib/krb5/ccache/ccmarshal.c
src/lib/krb5/ccache/t_marshal.c