Initial revision
authorKen Raeburn <raeburn@mit.edu>
Thu, 1 Nov 1990 15:13:59 +0000 (15:13 +0000)
committerKen Raeburn <raeburn@mit.edu>
Thu, 1 Nov 1990 15:13:59 +0000 (15:13 +0000)
commit9d5af61de37936866d962846f1ef8c268b4381d2
tree2e8e2d76057023e8522bc001dceb28d1226a50d9
parentd2c1771b6627bda6a80a509d9d0cb961f8a5b981
Initial revision

git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@1388 dc483132-0cff-0310-8789-dd5450dbe970
25 files changed:
src/lib/krb5/ccache/stdio/Imakefile [new file with mode: 0644]
src/lib/krb5/ccache/stdio/scc-proto.h [new file with mode: 0644]
src/lib/krb5/ccache/stdio/scc.h [new file with mode: 0644]
src/lib/krb5/ccache/stdio/scc_close.c [new file with mode: 0644]
src/lib/krb5/ccache/stdio/scc_defnam.c [new file with mode: 0644]
src/lib/krb5/ccache/stdio/scc_defops.c [new file with mode: 0644]
src/lib/krb5/ccache/stdio/scc_destry.c [new file with mode: 0644]
src/lib/krb5/ccache/stdio/scc_errs.c [new file with mode: 0644]
src/lib/krb5/ccache/stdio/scc_eseq.c [new file with mode: 0644]
src/lib/krb5/ccache/stdio/scc_gennew.c [new file with mode: 0644]
src/lib/krb5/ccache/stdio/scc_getnam.c [new file with mode: 0644]
src/lib/krb5/ccache/stdio/scc_gprin.c [new file with mode: 0644]
src/lib/krb5/ccache/stdio/scc_init.c [new file with mode: 0644]
src/lib/krb5/ccache/stdio/scc_maybe.c [new file with mode: 0644]
src/lib/krb5/ccache/stdio/scc_nseq.c [new file with mode: 0644]
src/lib/krb5/ccache/stdio/scc_ops.c [new file with mode: 0644]
src/lib/krb5/ccache/stdio/scc_read.c [new file with mode: 0644]
src/lib/krb5/ccache/stdio/scc_reslv.c [new file with mode: 0644]
src/lib/krb5/ccache/stdio/scc_retrv.c [new file with mode: 0644]
src/lib/krb5/ccache/stdio/scc_sflags.c [new file with mode: 0644]
src/lib/krb5/ccache/stdio/scc_skip.c [new file with mode: 0644]
src/lib/krb5/ccache/stdio/scc_sseq.c [new file with mode: 0644]
src/lib/krb5/ccache/stdio/scc_store.c [new file with mode: 0644]
src/lib/krb5/ccache/stdio/scc_test.c [new file with mode: 0644]
src/lib/krb5/ccache/stdio/scc_write.c [new file with mode: 0644]