Bugs item #1758775, was opened at 2007-07-23 05:48
Message generated for change (Comment added) made by ir0nh34d
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=102435&aid=1758775&group_id=2435
Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: w32api
Group: None
>Status: Closed
>Resolution: Fixed
Priority: 5
Private: No
Submitted By: Magnus Hagander (mha)
Assigned to: Chris Sutcliffe (ir0nh34d)
Summary: Missing function in libsecur32/sspi.h
Initial Comment:
libsecur32 is missing the definition for QuerySecurityContextToken. sspi.h is also missing the same function.
For the .def file, the line needed is:
QuerySecurityContextToken@...
For the .h file, something like:
SECURITY_STATUS WINAPI
QuerySecurityContextToken(
PCtxtHandle phContext,
HANDLE *Token
);
----------------------------------------------------------------------
Comment By: Chris Sutcliffe (ir0nh34d)
Date: 2010-08-25 22:43
Message:
Thank you for the report, I've committed a fix to CVS.
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=102435&aid=1758775&group_id=2435
|