All files:
authorTheodore Tso <tytso@mit.edu>
Fri, 18 Nov 1994 19:56:41 +0000 (19:56 +0000)
committerTheodore Tso <tytso@mit.edu>
Fri, 18 Nov 1994 19:56:41 +0000 (19:56 +0000)
commit198cd52c488b77ee741f094fdd64055d520f51df
treeb9d4d650dc5a30f58c6df97d87983b03f5578dbd
parent34734d82b8435453aee2804009a249f2e5792a65
All files:
Changes to implement SCC format version #3, which is architecture
independent, and includes the key encryption type information.

scc_gennew.c (krb5_scc_generate_new): Generate new ccaches using
whatever version is marked as the default.

scc_read.c (krb5_scc_read_keyblock): Insert keyblock magic
number and initialize etype value.  Also add magic numbers
for the krb5_principal, krb5_data, krb5_address, and
krb5_authdata structures.

git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@4693 dc483132-0cff-0310-8789-dd5450dbe970
src/lib/krb5/ccache/stdio/ChangeLog
src/lib/krb5/ccache/stdio/scc-proto.h
src/lib/krb5/ccache/stdio/scc.h
src/lib/krb5/ccache/stdio/scc_gennew.c
src/lib/krb5/ccache/stdio/scc_maybe.c
src/lib/krb5/ccache/stdio/scc_nseq.c
src/lib/krb5/ccache/stdio/scc_read.c
src/lib/krb5/ccache/stdio/scc_store.c
src/lib/krb5/ccache/stdio/scc_write.c