mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 12:23:31 +00:00
[SCHANNEL] Sync with Wine Staging 1.9.11. CORE-11368
svn path=/trunk/; revision=71821
This commit is contained in:
@@ -104,6 +104,7 @@ static SECPKG_FUNCTION_TABLE secPkgFunctionTable[2] =
|
||||
NULL, /* GetCredUIContext */
|
||||
NULL, /* UpdateCredentials */
|
||||
NULL, /* ValidateTargetInfo */
|
||||
NULL, /* PostLogonUser */
|
||||
}, {
|
||||
NULL, /* InitializePackage */
|
||||
NULL, /* LsaLogonUser */
|
||||
@@ -140,6 +141,7 @@ static SECPKG_FUNCTION_TABLE secPkgFunctionTable[2] =
|
||||
NULL, /* GetCredUIContext */
|
||||
NULL, /* UpdateCredentials */
|
||||
NULL, /* ValidateTargetInfo */
|
||||
NULL, /* PostLogonUser */
|
||||
}
|
||||
};
|
||||
|
||||
@@ -151,7 +153,7 @@ NTSTATUS WINAPI SpLsaModeInitialize(ULONG LsaVersion, PULONG PackageVersion,
|
||||
{
|
||||
TRACE("(%u, %p, %p, %p)\n", LsaVersion, PackageVersion, ppTables, pcTables);
|
||||
|
||||
*PackageVersion = SECPKG_INTERFACE_VERSION_6;
|
||||
*PackageVersion = SECPKG_INTERFACE_VERSION_7;
|
||||
*pcTables = 2;
|
||||
*ppTables = secPkgFunctionTable;
|
||||
|
||||
|
||||
@@ -167,7 +167,7 @@ reactos/dll/win32/rpcrt4 # Synced to WineStaging-1.9.11
|
||||
reactos/dll/win32/rsabase # Synced to WineStaging-1.9.11
|
||||
reactos/dll/win32/rsaenh # Synced to WineStaging-1.9.11
|
||||
reactos/dll/win32/sccbase # Synced to WineStaging-1.9.11
|
||||
reactos/dll/win32/schannel # Synced to WineStaging-1.9.4
|
||||
reactos/dll/win32/schannel # Synced to WineStaging-1.9.11
|
||||
reactos/dll/win32/scrrun # Synced to WineStaging-1.9.11
|
||||
reactos/dll/win32/secur32 # Forked
|
||||
reactos/dll/win32/security # Forked (different .spec)
|
||||
|
||||
Reference in New Issue
Block a user