Updates of portable CCAPI sources. All code compiles
authorJeffrey Altman <jaltman@secure-endpoints.com>
Fri, 19 May 2006 09:18:37 +0000 (09:18 +0000)
committerJeffrey Altman <jaltman@secure-endpoints.com>
Fri, 19 May 2006 09:18:37 +0000 (09:18 +0000)
commit4e824737afa8bb05db07d92a04855149c2fba5d8
tree025f1cdd0088dc8bbd896127c5082f401986dd8b
parent563a5c0486cf1d45e10f66f509cdbfc96d31b964
Updates of portable CCAPI sources.   All code compiles

git-svn-id: svn://anonsvn.mit.edu/krb5/branches/ccapi@18022 dc483132-0cff-0310-8789-dd5450dbe970
38 files changed:
src/lib/ccapi/client/NTMakefile
src/lib/ccapi/client/cacheapi.c
src/lib/ccapi/client/cacheapi.def [new file with mode: 0644]
src/lib/ccapi/client/ccache.c
src/lib/ccapi/client/ccache.h
src/lib/ccapi/client/ccache_iterator.c
src/lib/ccapi/client/ccache_iterator.h
src/lib/ccapi/client/ccapiv2.c [new file with mode: 0644]
src/lib/ccapi/client/context.c
src/lib/ccapi/client/context.h
src/lib/ccapi/client/credentials.c
src/lib/ccapi/client/credentials.h
src/lib/ccapi/client/credentials_iterator.c
src/lib/ccapi/client/credentials_iterator.h
src/lib/ccapi/client/marshall.c [new file with mode: 0644]
src/lib/ccapi/client/msg.c [moved from src/lib/ccapi/msg.c with 79% similarity]
src/lib/ccapi/include/CredentialsCache.h
src/lib/ccapi/include/CredentialsCache2.h
src/lib/ccapi/include/cc_rpc.h [new file with mode: 0644]
src/lib/ccapi/include/generic_lists.h [new file with mode: 0644]
src/lib/ccapi/include/marshall.h
src/lib/ccapi/include/msg.h
src/lib/ccapi/include/msg_headers.h
src/lib/ccapi/marshall.c [deleted file]
src/lib/ccapi/server/NTMakefile
src/lib/ccapi/server/ccs_ccache.c [moved from src/lib/ccapi/server/ccache.c with 83% similarity]
src/lib/ccapi/server/ccs_context.c [moved from src/lib/ccapi/server/context.c with 76% similarity]
src/lib/ccapi/server/ccs_lists.c [moved from src/lib/ccapi/server/lists.c with 84% similarity]
src/lib/ccapi/server/datastore.h
src/lib/ccapi/server/main.c [new file with mode: 0644]
src/lib/ccapi/server/serv_ops.c
src/lib/ccapi/server/serv_ops.h
src/lib/ccapi/unit-test/NTMakefile [new file with mode: 0644]
src/lib/ccapi/windows/rpcsstest/NTMakefile [new file with mode: 0644]
src/lib/ccapi/windows/rpcsstest/client.c [new file with mode: 0644]
src/lib/ccapi/windows/rpcsstest/cstest.acf [new file with mode: 0644]
src/lib/ccapi/windows/rpcsstest/cstest.idl [new file with mode: 0644]
src/lib/ccapi/windows/rpcsstest/server.c [new file with mode: 0644]