[pywin32-bugs] [ pywin32-Patches-781823 ] SID/SecurityDescriptor string conversions
OLD project page for the Python extensions for Windows
Brought to you by:
mhammond
From: SourceForge.net <no...@so...> - 2003-08-08 04:03:49
|
Patches item #781823, was opened at 2003-08-02 11:20 Message generated for change (Comment added) made by mhammond You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=551956&aid=781823&group_id=78018 Category: None Group: None >Status: Closed >Resolution: Fixed Priority: 5 Submitted By: Roger Upole (rupole) Assigned to: Nobody/Anonymous (nobody) Summary: SID/SecurityDescriptor string conversions Initial Comment: API functions to convert SIDs and Security descriptors to strings and vice-versa. Two of these mirror a couple of hand-rolled functions already in win32security (GetTextualSid and GetBinarySid). Very handy for storing default permissions in a database. ---------------------------------------------------------------------- >Comment By: Mark Hammond (mhammond) Date: 2003-08-08 14:03 Message: Logged In: YES user_id=14198 Thanks, Checked in, but I did an #ifdef for those 2 tokens that failed. If these are very common, we can just add the literals (ie, an "#else" block to the #ifdefs I added) Checking in win32security.i; new revision: 1.10; previous revision: 1.9 ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=551956&aid=781823&group_id=78018 |