Create common stream and ipc layer for CCAPI and KIM.
authorAlexandra Ellwood <lxs@mit.edu>
Sun, 28 Sep 2008 19:43:47 +0000 (19:43 +0000)
committerAlexandra Ellwood <lxs@mit.edu>
Sun, 28 Sep 2008 19:43:47 +0000 (19:43 +0000)
commitb5dce4285a9330d25542528030ce93da78e36375
treec8cbd6a729cddb99bda84991e1c7c231449434f2
parent01a5986cbf7afdba2b805bdd16893b6b52c87f42
Create common stream and ipc layer for CCAPI and KIM.
Will switch CCAPI to this new code later though, so as
not to destabilize KfM and the Windows builds.

ticket: 6055

git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@20769 dc483132-0cff-0310-8789-dd5450dbe970
19 files changed:
src/include/k5-ipc_stream.h [new file with mode: 0644]
src/include/k5-thread.h
src/include/kim/kim_ui_plugin.h
src/kim/agent/mac/ServerDemux.h [new file with mode: 0644]
src/kim/agent/mac/ServerDemux.m
src/kim/agent/mac/ServerThread.h [deleted file]
src/kim/agent/mac/ServerThread.m [deleted file]
src/kim/agent/mac/main.m
src/kim/lib/mac/kim_os_ui_gui.c
src/kim/mac/kim_mig.defs [deleted file]
src/util/mac/k5_mig.defs [new file with mode: 0644]
src/util/mac/k5_mig_client.c [new file with mode: 0644]
src/util/mac/k5_mig_client.h [moved from src/kim/mac/kim_mig_types.h with 73% similarity]
src/util/mac/k5_mig_reply.defs [new file with mode: 0644]
src/util/mac/k5_mig_request.defs [new file with mode: 0644]
src/util/mac/k5_mig_server.c [new file with mode: 0644]
src/util/mac/k5_mig_server.h [new file with mode: 0644]
src/util/mac/k5_mig_types.h [new file with mode: 0644]
src/util/support/ipc_stream.c [new file with mode: 0644]