Windows: Shim library for ABI compatibility with MIT KfW
authorAsanka Herath <asanka@secure-endpoints.com>
Wed, 14 Jul 2010 05:31:03 +0000 (01:31 -0400)
committerAsanka Herath <asanka@secure-endpoints.com>
Fri, 20 Aug 2010 17:14:17 +0000 (13:14 -0400)
commit8793628306417794904e3f991b478ef929403cb4
tree2cc7021ff5831edf495fb5b653f8bfa206fe3072
parentc111770aed9a72e38899dcc9a58fb6e58e1c1e12
Windows: Shim library for ABI compatibility with MIT KfW

The shim code creates DLLs that intend to be ABI compatible with MIT
Kerberos for Windows DLLs.  At its current state, the shim isn't
complete and there are multiple functions that are missing.
packages/windows/kfw_shim/NTMakefile [new file with mode: 0644]
packages/windows/kfw_shim/comerr32.def [new file with mode: 0644]
packages/windows/kfw_shim/comerr64.def [new file with mode: 0644]
packages/windows/kfw_shim/comerr_shim.c [new file with mode: 0644]
packages/windows/kfw_shim/gssapi32.def [new file with mode: 0644]
packages/windows/kfw_shim/gssapi64.def [new file with mode: 0644]
packages/windows/kfw_shim/gssapi_shim.c [new file with mode: 0644]
packages/windows/kfw_shim/krb5_32.def [new file with mode: 0644]
packages/windows/kfw_shim/krb5_64.def [new file with mode: 0644]
packages/windows/kfw_shim/krb5_shim.c [new file with mode: 0644]