Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-winehq
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
wine
wine-winehq
Commits
dfb2b429
Commit
dfb2b429
authored
Aug 11, 2009
by
Kai Blin
Committed by
Alexandre Julliard
Aug 12, 2009
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
secur32: Load Negotiate provider again.
parent
fbe98458
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
6 deletions
+4
-6
secur32.c
dlls/secur32/secur32.c
+4
-6
No files found.
dlls/secur32/secur32.c
View file @
dfb2b429
...
@@ -557,13 +557,11 @@ static void SECUR32_initializeProviders(void)
...
@@ -557,13 +557,11 @@ static void SECUR32_initializeProviders(void)
cs
.
DebugInfo
->
Spare
[
0
]
=
(
DWORD_PTR
)(
__FILE__
": cs"
);
cs
.
DebugInfo
->
Spare
[
0
]
=
(
DWORD_PTR
)(
__FILE__
": cs"
);
/* First load built-in providers */
/* First load built-in providers */
SECUR32_initSchannelSP
();
SECUR32_initSchannelSP
();
/* Do not load Negotiate yet. This breaks for some user on the wine-users
* mailing list as of 2006-09-12. Without Negotiate, applications should
* fall back to NTLM and that should work.*/
#if 0
SECUR32_initNegotiateSP();
#endif
SECUR32_initNTLMSP
();
SECUR32_initNTLMSP
();
/* Load the Negotiate provider last so apps stumble over the working NTLM
* provider first. Attempting to fix bug #16905 while keeping the
* application reported on wine-users on 2006-09-12 working. */
SECUR32_initNegotiateSP
();
/* Now load providers from registry */
/* Now load providers from registry */
apiRet
=
RegOpenKeyExW
(
HKEY_LOCAL_MACHINE
,
securityProvidersKeyW
,
0
,
apiRet
=
RegOpenKeyExW
(
HKEY_LOCAL_MACHINE
,
securityProvidersKeyW
,
0
,
KEY_READ
,
&
key
);
KEY_READ
,
&
key
);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment