From eaf1910a98c01b8030ba93ef1aa8f527fcb5df20 Mon Sep 17 00:00:00 2001 From: Amine Khaldi Date: Tue, 5 Jul 2016 10:38:15 +0000 Subject: [PATCH] [SCHANNEL] Sync with Wine Staging 1.9.11. CORE-11368 svn path=/trunk/; revision=71821 --- reactos/dll/win32/schannel/lsamode.c | 4 +++- reactos/media/doc/README.WINE | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/reactos/dll/win32/schannel/lsamode.c b/reactos/dll/win32/schannel/lsamode.c index 1d691f6c8a2..f00cff11ecf 100644 --- a/reactos/dll/win32/schannel/lsamode.c +++ b/reactos/dll/win32/schannel/lsamode.c @@ -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; diff --git a/reactos/media/doc/README.WINE b/reactos/media/doc/README.WINE index 012e4f020f4..c31fdf6f2f9 100644 --- a/reactos/media/doc/README.WINE +++ b/reactos/media/doc/README.WINE @@ -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)