rpcrt4: Allow applications to specify authentication levels other than connect in RpcBindingSetAuthInfoA/W.

Kai Blin kai.blin at gmail.com
Tue Nov 21 09:03:51 CST 2006


On Tuesday 21 November 2006 14:09, Robert Shearman wrote:
> +  /* FIXME: the mapping should probably be retrieved using SSPI somehow */
> +  if (AuthnLevel == RPC_C_AUTHN_LEVEL_DEFAULT)
> +    AuthnLevel = RPC_C_AUTHN_LEVEL_NONE;

I figure this could be done using QueryContextAttributes, I guess. So far this 
is a bit stubbed out, but it should basically do the right thing (tm) for 
integrity and confidentiality.

Cheers,
Kai

-- 
Kai Blin, <kai Dot blin At gmail Dot com>
WorldForge developer    http://www.worldforge.org/
Wine developer          http://wiki.winehq.org/KaiBlin/
--
Will code for cotton.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 189 bytes
Desc: not available
Url : http://www.winehq.org/pipermail/wine-devel/attachments/20061121/3107f3ef/attachment.pgp


More information about the wine-devel mailing list