From b342ef95db98fa3fb4603d96a83c9a5f5a7da8a7 Mon Sep 17 00:00:00 2001 From: Hans Leidekker Date: Wed, 13 Jul 2016 10:28:29 +0200 Subject: [PATCH] sspicli: New dll. Signed-off-by: Hans Leidekker Signed-off-by: Alexandre Julliard --- configure | 2 + configure.ac | 1 + dlls/sspicli/Makefile.in | 1 + dlls/sspicli/sspicli.spec | 104 ++++++++++++++++++++++++++++++++++++++ 4 files changed, 108 insertions(+) create mode 100644 dlls/sspicli/Makefile.in create mode 100644 dlls/sspicli/sspicli.spec diff --git a/configure b/configure index 0b1528de82a..944ff6bd2a3 100755 --- a/configure +++ b/configure @@ -1328,6 +1328,7 @@ enable_slc enable_snmpapi enable_softpub enable_spoolss +enable_sspicli enable_stdole2_tlb enable_stdole32_tlb enable_sti @@ -18029,6 +18030,7 @@ wine_fn_config_dll softpub enable_softpub wine_fn_config_dll sound.drv16 enable_win16 wine_fn_config_dll spoolss enable_spoolss implib wine_fn_config_test dlls/spoolss/tests spoolss_test +wine_fn_config_dll sspicli enable_sspicli wine_fn_config_dll stdole2.tlb enable_stdole2_tlb clean wine_fn_config_dll stdole32.tlb enable_stdole32_tlb clean wine_fn_config_dll sti enable_sti clean,implib diff --git a/configure.ac b/configure.ac index 595b8f19398..6e960a1fbef 100644 --- a/configure.ac +++ b/configure.ac @@ -3264,6 +3264,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 00000000000..24e8d43def6 --- /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 00000000000..acd8b70b14a --- /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