Re: secur32: Don't free the password in InitializeSecurityContextW to enable the credentials handle to be re-used in further InitializeSecurityContextW calls.
Is that possible in Windows or is this a hack to work around a missing credentials cache? 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.
Kai Blin wrote:
Is that possible in Windows or is this a hack to work around a missing credentials cache?
I've just sent a patch that adds a test for the assumption that credential handles can be reused and it succeeds on Windows. -- Rob Shearman
On Wednesday 04 July 2007 12:37:02 Robert Shearman wrote:
Kai Blin wrote:
Is that possible in Windows or is this a hack to work around a missing credentials cache?
I've just sent a patch that adds a test for the assumption that credential handles can be reused and it succeeds on Windows.
Ah, great. Nice catch. :) 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.
participants (2)
-
Kai Blin -
Robert Shearman