summaryrefslogtreecommitdiffstats
path: root/source3/modules/vfs_acl_xattr.c
Commit message (Expand)AuthorAgeFilesLines
* Introduce "struct stat_ex" as a replacement for SMB_STRUCT_STATVolker Lendecke2009-05-261-2/+2
* Fix crashes when running RAW-ACLs against system with tdb ACL modulesJeremy Allison2009-03-041-1/+1
* Use fsp->posix_open in preference if we have it.Jeremy Allison2009-02-251-2/+2
* Ensure ACL modules work with POSIX paths.Jeremy Allison2009-02-251-2/+10
* Rename parent_dirname_talloc() to parent_dirname()Volker Lendecke2008-12-311-4/+1
* Comment out the parent inheritance code (this is incorrect) as wasJeremy Allison2008-12-181-0/+2
* Fix the build, by some cut-and-paste error I got two versions of the same fun...Jeremy Allison2008-11-201-50/+0
* Fix build farm breakage.Jeremy Allison2008-11-191-1/+1
* Add functions to delete NTACL on posix ACL set.Jeremy Allison2008-11-191-0/+100
* Move v2 from timestamp to 16-byte hash. Got the change in before on disk form...Jeremy Allison2008-11-131-20/+10
* Added vfs_acl_tdb.c module to do ACLs completely in userspace. Passes all of ...Jeremy Allison2008-11-101-44/+54
* Fix a subtle logic bug in the adaption of se_create_child_secdesc(), pass RAW...Jeremy Allison2008-11-081-1/+20
* Start factoring out the inheritance differences.Jeremy Allison2008-11-061-2/+1
* Don't call FSET_NT_ACL on file create if there's no SD to set. Leave the defa...Jeremy Allison2008-11-061-4/+0
* Only one more issue with NULL ACL test left to solve.Jeremy Allison2008-11-061-1/+1
* Fix crash in module, get more of the NULL acl test right.Jeremy Allison2008-11-061-14/+18
* Pass all of RAW-ACLS except for inheritence. Working on that next.Jeremy Allison2008-11-041-1/+1
* Pass all the non-inherited S4 RAW-ACL tests.Jeremy Allison2008-11-031-0/+4
* Get closer to passing S4 RAW-ACLs.Jeremy Allison2008-10-311-15/+76
* Unify se_access_check with the S4 code. Will makeJeremy Allison2008-10-311-3/+3
* Start moving us closer to passing S4 RAW-ACL test using the vfs_acl_xattr mod...Jeremy Allison2008-10-301-0/+51
* Inherit Windows ACLs on a new directory.Jeremy Allison2008-10-301-13/+55
* Allow a new file to inherit the Windows ACL from its parent.Jeremy Allison2008-10-291-82/+174
* Fixed "might be uninitialized" warningTim Prouty2008-10-081-2/+2
* Deal with inheritance from parent directory when setting WindowsJeremy Allison2008-10-081-0/+16
* Fix const warning.Jeremy Allison2008-10-071-1/+1
* Update vfs version as I've added a const to the security_descriptor paramter ...Jeremy Allison2008-10-071-2/+2
* Make map_errno_from_nt_status() a generic call, not just a cli specific one.Jeremy Allison2008-10-071-22/+36
* s3-nbt: fix remaining callers of ndr_push/pull_struct_blob.Günther Deschner2008-09-231-2/+2
* Correctly get+set the NT ACL on a file. Now to make us check it on open..Jeremy Allison2008-09-171-3/+12
* Mark module experimental, fix crash bugs.Jeremy Allison2008-09-171-2/+9
* First (incomplete) cut of this module. Based on Volker's original work.Jeremy Allison2008-09-161-0/+315