summaryrefslogtreecommitdiff
path: root/source3/modules/vfs_acl_xattr.c
AgeCommit message (Expand)AuthorFilesLines
2008-11-06Fix crash in module, get more of the NULL acl test right.Jeremy Allison1-14/+18
2008-11-04Pass all of RAW-ACLS except for inheritence. Working on that next.Jeremy Allison1-1/+1
2008-11-03Pass all the non-inherited S4 RAW-ACL tests.Jeremy Allison1-0/+4
2008-10-31Get closer to passing S4 RAW-ACLs.Jeremy Allison1-15/+76
2008-10-31Unify se_access_check with the S4 code. Will makeJeremy Allison1-3/+3
2008-10-30Start moving us closer to passing S4 RAW-ACL test using the vfs_acl_xattr mod...Jeremy Allison1-0/+51
2008-10-30Inherit Windows ACLs on a new directory.Jeremy Allison1-13/+55
2008-10-29Allow a new file to inherit the Windows ACL from its parent.Jeremy Allison1-82/+174
2008-10-08Fixed "might be uninitialized" warningTim Prouty1-2/+2
2008-10-08Deal with inheritance from parent directory when setting WindowsJeremy Allison1-0/+16
2008-10-07Fix const warning.Jeremy Allison1-1/+1
2008-10-07Update vfs version as I've added a const to the security_descriptor paramter ...Jeremy Allison1-2/+2
2008-10-07Make map_errno_from_nt_status() a generic call, not just a cli specific one.Jeremy Allison1-22/+36
2008-09-23s3-nbt: fix remaining callers of ndr_push/pull_struct_blob.Günther Deschner1-2/+2
2008-09-17Correctly get+set the NT ACL on a file. Now to make us check it on open..Jeremy Allison1-3/+12
2008-09-17Mark module experimental, fix crash bugs.Jeremy Allison1-2/+9
2008-09-16First (incomplete) cut of this module. Based on Volker's original work.Jeremy Allison1-0/+315