[SCHANNEL]
[reactos.git] / reactos / dll / win32 / schannel / stubs.c
diff --git a/reactos/dll/win32/schannel/stubs.c b/reactos/dll/win32/schannel/stubs.c
new file mode 100644 (file)
index 0000000..4695672
--- /dev/null
@@ -0,0 +1,28 @@
+
+#include "precomp.h"
+
+SECURITY_STATUS WINAPI schan_AcceptSecurityContext(
+ PCredHandle phCredential, PCtxtHandle phContext, PSecBufferDesc pInput,
+ ULONG fContextReq, ULONG TargetDataRep, PCtxtHandle phNewContext,
+ PSecBufferDesc pOutput, ULONG *pfContextAttr, PTimeStamp ptsExpiry)
+{
+    return SEC_E_UNSUPPORTED_FUNCTION;
+}
+
+SECURITY_STATUS WINAPI schan_ApplyControlToken(PCtxtHandle phContext,
+ PSecBufferDesc pInput)
+{
+    return SEC_E_UNSUPPORTED_FUNCTION;
+}
+
+SECURITY_STATUS WINAPI schan_CompleteAuthToken(PCtxtHandle phContext,
+ PSecBufferDesc pToken)
+{
+    return SEC_E_UNSUPPORTED_FUNCTION;
+}
+
+SECURITY_STATUS WINAPI schan_ImpersonateSecurityContext(PCtxtHandle phContext)
+{
+    return SEC_E_UNSUPPORTED_FUNCTION;
+}
+