What routine is that?
-----Original Message-----
From: Smith, Joel [mailto:xxxxx@ntpsoftware.com]
Sent: Wednesday, February 20, 2002 10:21 AM
To: File Systems Developers
Subject: [ntfsd] Re: Owner SID of FILE
Stephan,
If you used the routine I had sent you before to extract the sd the sd will be in self relative format.
-Joel
-----Original Message-----
From: Fuller, Rob [mailto:xxxxx@inin.com]
Sent: Wednesday, February 20, 2002 10:01 AM
To: File Systems Developers
Subject: [ntfsd] Re: Owner SID of FILE
Are you talking about a SID or a security descriptor? If you’re talking about a security descriptor, you need to make sure the security descriptor is in self-relative format, so there is only one block of memory to copy to the user’s virtual address space, and you don’t need to dissect the security descriptor. The API that does this is RtlAbsoluteToSelfRelativeSD, prototyped in some version of either NTIFS.H or NTDDK.H. I don’t have that handy at the moment.
-----Original Message-----
From: Smith, Joel [mailto:xxxxx@ntpsoftware.com]
Sent: Wednesday, February 20, 2002 8:51 AM
To: File Systems Developers
Subject: [ntfsd] Re: Owner SID of FILE
Stephan,
Yes, You can pass the sid back to user mode without any sort of transformation.
-Joel
-----Original Message-----
From: xxxxx@amsjv.com [mailto:xxxxx@amsjv.com]
Sent: Wednesday, February 20, 2002 3:37 AM
To: File Systems Developers
Subject: [ntfsd] Re: Owner SID of FILE
I have managed to get a SID from a FILE, I was wondering can I just pass
the SID information back up to an application I have running in User Mode
and use the SID in the Win32 environment or do I have to convert the SID
first(somehow) and then pass back up in to my User area.
Stephan Boome
You are currently subscribed to ntfsd as: xxxxx@ntpsoftware.com
To unsubscribe send a blank email to leave-ntfsd-$subst(‘Recip.MemberIDChar’)@lists.osr.com
You are currently subscribed to ntfsd as: xxxxx@inin.com
To unsubscribe send a blank email to leave-ntfsd-$subst(‘Recip.MemberIDChar’)@lists.osr.com
You are currently subscribed to ntfsd as: xxxxx@ntpsoftware.com
To unsubscribe send a blank email to leave-ntfsd-$subst(‘Recip.MemberIDChar’)@lists.osr.com
You are currently subscribed to ntfsd as: xxxxx@inin.com
To unsubscribe send a blank email to leave-ntfsd-$subst(‘Recip.MemberIDChar’)@lists.osr.com
You are currently subscribed to ntfsd as: $subst(‘Recip.EmailAddr’)
To unsubscribe send a blank email to leave-ntfsd-$subst(‘Recip.MemberIDChar’)@lists.osr.com