Windows CCAPI snapshot. Should build & pass ping test
authorKevin Koch <kpkoch@mit.edu>
Tue, 22 Jan 2008 19:14:04 +0000 (19:14 +0000)
committerKevin Koch <kpkoch@mit.edu>
Tue, 22 Jan 2008 19:14:04 +0000 (19:14 +0000)
commit7bfff83859f4bfb254c659dc0caa529735fd2507
tree0a9f78c9ae794e3f98616b7d7f9cc59825aef216
parentfaf9366d3111f171e157b1e45ba7b49d5a529903
Windows CCAPI snapshot.  Should build & pass ping test

TargetVersion: 1.7
Component: krb5-libs
Ticket: 5594

git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@20203 dc483132-0cff-0310-8789-dd5450dbe970
51 files changed:
src/ccapi/common/win/OldCC/autolock.hxx [new file with mode: 0644]
src/ccapi/common/win/OldCC/ccutil.cxx [new file with mode: 0644]
src/ccapi/common/win/OldCC/ccutil.def [new file with mode: 0644]
src/ccapi/common/win/OldCC/ccutils.c [new file with mode: 0644]
src/ccapi/common/win/OldCC/ccutils.h [new file with mode: 0644]
src/ccapi/common/win/OldCC/init.cxx [new file with mode: 0644]
src/ccapi/common/win/OldCC/init.hxx [new file with mode: 0644]
src/ccapi/common/win/OldCC/name.h [new file with mode: 0644]
src/ccapi/common/win/OldCC/opts.cxx [new file with mode: 0644]
src/ccapi/common/win/OldCC/opts.hxx [new file with mode: 0644]
src/ccapi/common/win/OldCC/secure.cxx [new file with mode: 0644]
src/ccapi/common/win/OldCC/secure.hxx [new file with mode: 0644]
src/ccapi/common/win/OldCC/util.cxx [new file with mode: 0644]
src/ccapi/common/win/OldCC/util.h [new file with mode: 0644]
src/ccapi/common/win/cci_os_debugging.c [new file with mode: 0644]
src/ccapi/common/win/cci_os_identifier.c [new file with mode: 0644]
src/ccapi/common/win/ccs_reply.Acf [new file with mode: 0644]
src/ccapi/common/win/ccs_reply.Idl [new file with mode: 0644]
src/ccapi/common/win/ccs_request.Acf [new file with mode: 0644]
src/ccapi/common/win/ccs_request.idl [new file with mode: 0644]
src/ccapi/common/win/tls.c [new file with mode: 0644]
src/ccapi/common/win/tls.h [new file with mode: 0644]
src/ccapi/common/win/win-utils.c [new file with mode: 0644]
src/ccapi/common/win/win-utils.h [new file with mode: 0644]
src/ccapi/lib/win/Makefile [new file with mode: 0644]
src/ccapi/lib/win/OldCC/ccapi.h [new file with mode: 0644]
src/ccapi/lib/win/OldCC/client.cxx [new file with mode: 0644]
src/ccapi/lib/win/OldCC/client.h [new file with mode: 0644]
src/ccapi/lib/win/OldCC/rpc.cxx [new file with mode: 0644]
src/ccapi/lib/win/WINCCAPI.sln [new file with mode: 0644]
src/ccapi/lib/win/WINCCAPI.vcproj [new file with mode: 0644]
src/ccapi/lib/win/ccapi.def [new file with mode: 0644]
src/ccapi/lib/win/ccapi_os_ipc.cxx [new file with mode: 0644]
src/ccapi/lib/win/ccs_reply_proc.c [new file with mode: 0644]
src/ccapi/lib/win/dllmain.cxx [new file with mode: 0644]
src/ccapi/lib/win/dllmain.h [new file with mode: 0644]
src/ccapi/server/win/Makefile [new file with mode: 0644]
src/ccapi/server/win/Server.sln [new file with mode: 0644]
src/ccapi/server/win/Server.vcproj [new file with mode: 0644]
src/ccapi/server/win/WorkItem.cpp [new file with mode: 0644]
src/ccapi/server/win/WorkQueue.cpp [new file with mode: 0644]
src/ccapi/server/win/WorkQueue.h [new file with mode: 0644]
src/ccapi/server/win/ccs_os_pipe.c [new file with mode: 0644]
src/ccapi/server/win/ccs_os_server.cpp [new file with mode: 0644]
src/ccapi/server/win/ccs_request_proc.c [new file with mode: 0644]
src/ccapi/server/win/ccs_win_pipe.c [new file with mode: 0644]
src/ccapi/server/win/ccs_win_pipe.h [new file with mode: 0644]
src/ccapi/server/win/workitem.h [new file with mode: 0644]
src/ccapi/test/Makefile.w32 [new file with mode: 0644]
src/ccapi/test/pingtest.c [new file with mode: 0644]
src/ccapi/test/simple_lock_test.c