re: secur32: Allow loading external schannel.dll.
Hi Zhangrong, your patch looks fine, but I'd appreciate it if you could update the comment for SECUR32_addProvider in secur32_priv.h to reflect your changes. --Juan
On Monday 23 June 2008 21:41:08 Juan Lang wrote:
Hi Zhangrong,
your patch looks fine, but I'd appreciate it if you could update the comment for SECUR32_addProvider in secur32_priv.h to reflect your changes.
The patch doesn't load for me (it looks empty). Could someone bounce it to me off-list? Cheers, Kai -- Kai Blin WorldForge developer http://www.worldforge.org/ Wine developer http://wiki.winehq.org/KaiBlin Samba team member http://www.samba.org/samba/team/ -- Will code for cotton.
Hi, Which app did you tried? I tried googletalk.exe, it worked as excepted. 2008/6/24 Kai Blin <kai.blin(a)gmail.com>:
The patch doesn't load for me (it looks empty). Could someone bounce it to me off-list?
-- $ apt-get moo (__) (oo) /------\/ / | || * /\---/\ ~~ ~~ ...."Have you mooed today?"...
I cannot get this to work with googletalk.exe. I get the following messages: trace:secur32:SECUR32_initializeProviders trace:secur32:_tryLoadProvider loaded L"schannel.dll", InitSecurityInterfaceA is 0x7ec2fae0, InitSecurityInterfaceW is 0x7ec2fb00 trace:secur32:_tryLoadProvider L"schannel.dll" has built-in providers, skip adding Even though I have removed schannel.dll completely from the libraries. Then the rest of the messages come up reporting stubs. 2008/6/24 Huang, Zhangrong <hzhrong(a)gmail.com>:
Hi, Which app did you tried? I tried googletalk.exe, it worked as excepted.
2008/6/24 Kai Blin <kai.blin(a)gmail.com>:
The patch doesn't load for me (it looks empty). Could someone bounce it to me off-list?
-- $ apt-get moo (__) (oo) /------\/ / | || * /\---/\ ~~ ~~ ...."Have you mooed today?"...
Hi, 2008/6/25 Austin Lund <austin.lund(a)gmail.com>:
I cannot get this to work with googletalk.exe.
No luck, googletalk.exe still can't login.
I get the following messages:
trace:secur32:SECUR32_initializeProviders trace:secur32:_tryLoadProvider loaded L"schannel.dll", InitSecurityInterfaceA is 0x7ec2fae0, InitSecurityInterfaceW is 0x7ec2fb00 trace:secur32:_tryLoadProvider L"schannel.dll" has built-in providers, skip adding
This message means secur32 is loading schannel.dll, and find built-in providers.
Even though I have removed schannel.dll completely from the libraries.
Then the rest of the messages come up reporting stubs.
To get googletalk.exe work, first step is let secur32 load schannel.dll which has LSA/user mode functions tables, next need to implement the stubs in schannel.dll. -- $ apt-get moo (__) (oo) /------\/ / | || * /\---/\ ~~ ~~ ...."Have you mooed today?"...
Hi, Thanks for mentioning that, I'll update and resend it. 2008/6/24 Juan Lang <juan.lang(a)gmail.com>:
Hi Zhangrong,
your patch looks fine, but I'd appreciate it if you could update the comment for SECUR32_addProvider in secur32_priv.h to reflect your changes. --Juan
-- $ apt-get moo (__) (oo) /------\/ / | || * /\---/\ ~~ ~~ ...."Have you mooed today?"...
participants (4)
-
Austin Lund -
Huang, Zhangrong -
Juan Lang -
Kai Blin