Feature Requests item #1429815, was opened at 2006-02-11 22:19
Message generated for change (Tracker Item Submitted) made by Item Submitter
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=551957&aid=1429815&group_id=78018
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: None
Group: None
Status: Open
Resolution: None
Priority: 5
Submitted By: Norman Rasmussen (normanr)
Assigned to: Nobody/Anonymous (nobody)
Summary: win32security missing several constants (listed)
Initial Comment:
Please can you include the following sets of constants:
ISC_REQ_*
ISC_RET_*
ASC_REQ_*
ASC_RET_*
SECBUFFER_*
SECPKG_ATTR_*
SECPKG_CONTEXT_*
SECPKG_FLAG_*
SECPKG_NEGOTIATION_*
SECPKG_OPTIONS_*
SECURITY_*_DREP
SEC_E_OK
SEC_I_*
SEC_WINNT_*
Some are referenced in the help files, but they're not
defined. I had to go and dig in sspi.h in the SDK to
find the vaules. Some used for AcceptSecurityContext
and InitializeSecurityContext are only metioned by
wildcard, and should be listed (like
PyCtxtHandle.QueryContextAttributes does)
(sspi.h attached)
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=551957&aid=1429815&group_id=78018
|