Displaying 3 results from an estimated 3 matches for "acl_revision2".
Did you mean:
acl_revision3
2001 Oct 16
2
Win 2000 says Samba file as a revision 3 ACL (ACL_REVISION3)
Hey,
Would anyone be able to point me to info on ACL_REVISION3 specifications?
My lowly MSDN and SDK seem to only know about ACL_REVISION2. A file on Win
2000 share has revision 2, same file copied to samba share has revision 3.
Context: I am looking at the security descriptor for files under Windows
2000.
Thanks,
Matthew
======================
Matthew Von-Maszewski
matthewv@matthewv.org
508-870-0118
http://www.matthewv.org
2006 Mar 25
1
Help with File.set_permissions port
I''ve got a (broken) version of File.set_permissions in CVS, and I need
some help finishing it off please.
Heesob, can you take a look?
Thanks,
Dan
2007 Oct 26
0
Wine release 0.9.48
...in the tests for the function, since it isn't available on all platforms.
advapi32: Add some tests for ACL functions.
ntdll: Fix RtlValidAcl to accept newer ACL revisions.
ntdll: Add a stub for RtlSetControlSecurityDescriptor.
include: Remove duplicate ACL_REVISION1 and ACL_REVISION2 defines in winnt.h.
credui: Implement CredUIConfirmCredentialsW.
credui: The pUIInfo parameter is optional to CredUIPromptForCredentials, so check before dereferencing it to get the parent window.
credui: Verify some of the parameters to CredUIPromptForCredentials, like native doe...