* Initial commit of C CCAPI implementation
authorJeffrey Altman <jaltman@secure-endpoints.com>
Wed, 27 Oct 2004 20:48:07 +0000 (20:48 +0000)
committerJeffrey Altman <jaltman@secure-endpoints.com>
Wed, 27 Oct 2004 20:48:07 +0000 (20:48 +0000)
commit3c323c8486c538abcba3ec9bb4a6e8a4af20496c
tree1ea35c96ef0601dee44b625f86bd7601608a7bfc
parentb05d25d9b8be378287a86d57c12d4295e5949919
 * Initial commit of C CCAPI implementation

ticket: 2753

git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@16840 dc483132-0cff-0310-8789-dd5450dbe970
46 files changed:
src/lib/ccapi/ChangeLog [new file with mode: 0644]
src/lib/ccapi/client/ChangeLog [new file with mode: 0644]
src/lib/ccapi/client/NTMakefile [new file with mode: 0644]
src/lib/ccapi/client/cacheapi.c [new file with mode: 0644]
src/lib/ccapi/client/ccache.c [new file with mode: 0644]
src/lib/ccapi/client/ccache.h [new file with mode: 0644]
src/lib/ccapi/client/ccache_iterator.c [new file with mode: 0644]
src/lib/ccapi/client/ccache_iterator.h [new file with mode: 0644]
src/lib/ccapi/client/ccstring.c [new file with mode: 0644]
src/lib/ccapi/client/ccstring.h [new file with mode: 0644]
src/lib/ccapi/client/context.c [new file with mode: 0644]
src/lib/ccapi/client/context.h [new file with mode: 0644]
src/lib/ccapi/client/credentials.c [new file with mode: 0644]
src/lib/ccapi/client/credentials.h [new file with mode: 0644]
src/lib/ccapi/client/credentials_iterator.c [new file with mode: 0644]
src/lib/ccapi/client/credentials_iterator.h [new file with mode: 0644]
src/lib/ccapi/client/mac/ChangeLog [new file with mode: 0644]
src/lib/ccapi/client/windows/ChangeLog [new file with mode: 0644]
src/lib/ccapi/include/ChangeLog [new file with mode: 0644]
src/lib/ccapi/include/CredentialsCache.h [new file with mode: 0644]
src/lib/ccapi/include/CredentialsCache2.h [new file with mode: 0644]
src/lib/ccapi/include/marshall.h [new file with mode: 0644]
src/lib/ccapi/include/msg.h [new file with mode: 0644]
src/lib/ccapi/include/msg_headers.h [new file with mode: 0644]
src/lib/ccapi/mac/ChangeLog [new file with mode: 0644]
src/lib/ccapi/marshall.c [new file with mode: 0644]
src/lib/ccapi/msg.c [new file with mode: 0644]
src/lib/ccapi/server/ChangeLog [new file with mode: 0644]
src/lib/ccapi/server/NTMakefile [new file with mode: 0644]
src/lib/ccapi/server/ccache.c [new file with mode: 0644]
src/lib/ccapi/server/context.c [new file with mode: 0644]
src/lib/ccapi/server/datastore.h [new file with mode: 0644]
src/lib/ccapi/server/lists.c [new file with mode: 0644]
src/lib/ccapi/server/mac/ChangeLog [new file with mode: 0644]
src/lib/ccapi/server/rpc_auth.c [new file with mode: 0644]
src/lib/ccapi/server/rpc_auth.h [new file with mode: 0644]
src/lib/ccapi/server/serv_ops.c [new file with mode: 0644]
src/lib/ccapi/server/serv_ops.h [new file with mode: 0644]
src/lib/ccapi/server/windows/ChangeLog [new file with mode: 0644]
src/lib/ccapi/unit-test/ChangeLog [new file with mode: 0644]
src/lib/ccapi/unit-test/t_ccache.c [new file with mode: 0644]
src/lib/ccapi/unit-test/t_context.c [new file with mode: 0644]
src/lib/ccapi/unit-test/t_lists.c [new file with mode: 0644]
src/lib/ccapi/unit-test/t_msg.c [new file with mode: 0644]
src/lib/ccapi/unit-test/t_server.c [new file with mode: 0644]
src/lib/ccapi/windows/ChangeLog [new file with mode: 0644]