[1/7] sspicli: New dll.

Hans Leidekker hans at codeweavers.com
Wed Jul 13 03:28:29 CDT 2016


Signed-off-by: Hans Leidekker <hans at codeweavers.com>
---
 configure.ac              |   1 +
 dlls/sspicli/Makefile.in  |   1 +
 dlls/sspicli/sspicli.spec | 104 ++++++++++++++++++++++++++++++++++++++++++++++
 3 files changed, 106 insertions(+)
 create mode 100644 dlls/sspicli/Makefile.in
 create mode 100644 dlls/sspicli/sspicli.spec

diff --git a/configure.ac b/configure.ac
index e7c1dd1..f38044e 100644
--- a/configure.ac
+++ b/configure.ac
@@ -3263,6 +3263,7 @@ WINE_CONFIG_DLL(softpub)
 WINE_CONFIG_DLL(sound.drv16,enable_win16)
 WINE_CONFIG_DLL(spoolss,,[implib])
 WINE_CONFIG_TEST(dlls/spoolss/tests)
+WINE_CONFIG_DLL(sspicli)
 WINE_CONFIG_DLL(stdole2.tlb,,[clean])
 WINE_CONFIG_DLL(stdole32.tlb,,[clean])
 WINE_CONFIG_DLL(sti,,[clean,implib])
diff --git a/dlls/sspicli/Makefile.in b/dlls/sspicli/Makefile.in
new file mode 100644
index 0000000..24e8d43
--- /dev/null
+++ b/dlls/sspicli/Makefile.in
@@ -0,0 +1 @@
+MODULE    = sspicli.dll
diff --git a/dlls/sspicli/sspicli.spec b/dlls/sspicli/sspicli.spec
new file mode 100644
index 0000000..acd8b70
--- /dev/null
+++ b/dlls/sspicli/sspicli.spec
@@ -0,0 +1,104 @@
+@ stub AcceptSecurityContext
+@ stub AcquireCredentialsHandleA
+@ stub AcquireCredentialsHandleW
+@ stub AddCredentialsA
+@ stub AddCredentialsW
+@ stub AddSecurityPackageA
+@ stub AddSecurityPackageW
+@ stub ApplyControlToken
+@ stub ChangeAccountPasswordA
+@ stub ChangeAccountPasswordW
+@ stub CompleteAuthToken
+@ stub CredMarshalTargetInfo
+@ stub CredUnmarshalTargetInfo
+@ stub DecryptMessage
+@ stub DeleteSecurityContext
+@ stub DeleteSecurityPackageA
+@ stub DeleteSecurityPackageW
+@ stub EncryptMessage
+@ stub EnumerateSecurityPackagesA
+@ stub EnumerateSecurityPackagesW
+@ stub ExportSecurityContext
+@ stub FreeContextBuffer
+@ stub FreeCredentialsHandle
+@ stub GetSecurityUserInfo
+@ stub GetUserNameExA
+@ stub GetUserNameExW
+@ stub ImpersonateSecurityContext
+@ stub ImportSecurityContextA
+@ stub ImportSecurityContextW
+@ stub InitializeSecurityContextA
+@ stub InitializeSecurityContextW
+@ stub InitSecurityInterfaceA
+@ stub InitSecurityInterfaceW
+@ stub LogonUserExExW
+@ stub LsaCallAuthenticationPackage
+@ stub LsaConnectUntrusted
+@ stub LsaDeregisterLogonProcess
+@ stub LsaEnumerateLogonSessions
+@ stub LsaFreeReturnBuffer
+@ stub LsaGetLogonSessionData
+@ stub LsaLogonUser
+@ stub LsaLookupAuthenticationPackage
+@ stub LsaRegisterLogonProcess
+@ stub LsaRegisterPolicyChangeNotification
+@ stub LsaUnregisterPolicyChangeNotification
+@ stub MakeSignature
+@ stub QueryContextAttributesA
+@ stub QueryContextAttributesExA
+@ stub QueryContextAttributesExW
+@ stub QueryContextAttributesW
+@ stub QueryCredentialsAttributesA
+@ stub QueryCredentialsAttributesExA
+@ stub QueryCredentialsAttributesExW
+@ stub QueryCredentialsAttributesW
+@ stub QuerySecurityContextToken
+@ stub QuerySecurityPackageInfoA
+@ stub QuerySecurityPackageInfoW
+@ stub RevertSecurityContext
+@ stub SaslAcceptSecurityContext
+@ stub SaslEnumerateProfilesA
+@ stub SaslEnumerateProfilesW
+@ stub SaslGetContextOption
+@ stub SaslGetProfilePackageA
+@ stub SaslGetProfilePackageW
+@ stub SaslIdentifyPackageA
+@ stub SaslIdentifyPackageW
+@ stub SaslInitializeSecurityContextA
+@ stub SaslInitializeSecurityContextW
+@ stub SaslSetContextOption
+@ stub SealMessage
+@ stub SecCacheSspiPackages
+@ stub SecDeleteUserModeContext
+@ stub SeciAllocateAndSetCallFlags
+@ stub SeciAllocateAndSetIPAddress
+@ stub SeciFreeCallContext
+@ stub SeciIsProtectedUser
+@ stub SecInitUserModeContext
+@ stub SetContextAttributesA
+@ stub SetContextAttributesW
+@ stub SetCredentialsAttributesA
+@ stub SetCredentialsAttributesW
+@ stub SspiCompareAuthIdentities
+@ stub SspiCopyAuthIdentity
+@ stub SspiDecryptAuthIdentity
+@ stub SspiDecryptAuthIdentityEx
+@ stub SspiEncodeAuthIdentityAsStrings
+@ stub SspiEncodeStringsAsAuthIdentity
+@ stub SspiEncryptAuthIdentity
+@ stub SspiEncryptAuthIdentityEx
+@ stub SspiExcludePackage
+@ stub SspiFreeAuthIdentity
+@ stub SspiGetComputerNameForSPN
+@ stub SspiGetTargetHostName
+@ stub SspiIsAuthIdentityEncrypted
+@ stub SspiLocalFree
+@ stub SspiMarshalAuthIdentity
+@ stub SspiPrepareForCredRead
+@ stub SspiPrepareForCredWrite
+@ stub SspiUnmarshalAuthIdentity
+@ stub SspiUnmarshalAuthIdentityInternal
+@ stub SspiValidateAuthIdentity
+@ stub SspiZeroAuthIdentity
+@ stub UnsealMessage
+@ stub VerifySignature
-- 
2.8.1




More information about the wine-patches mailing list