summaryrefslogtreecommitdiffstats
path: root/source/smbd/posix_acls.c
Commit message (Expand)AuthorAgeFilesLines
* Re-fix bug 5202 - cannot change ACLs on writable file with "dos filemode=yes"Jeremy Allison2010-01-131-0/+3
* Fix bug 6769 - symlink unlink does nothing. Jeremy.Jeremy Allison2009-10-121-15/+42
* Bug 6488: acl_group_override() call in posix acls references an uninitialized...Jeremy Allison2009-06-221-12/+10
* s3:smbd: fix posix acls when setting an ACL without explicit ACE for the owne...Stefan Metzmacher2009-06-101-3/+18
* Fix profile acls in some corner casesSimo Sorce2009-04-281-3/+18
* Avoid duplicate acesSimo Sorce2009-04-281-7/+48
* More warning fixes for Solaris.Jeremy Allison2009-02-241-26/+26
* Don't try and delete a default ACL from a file.Günter Kukkukk2009-02-161-4/+8
* Fix logic error in try_chown - we shouldn't arbitrarily chownJeremy Allison2009-01-231-6/+9
* Second part of the attemt to fix #4308 - Excel save operation corrupts file A...Jeremy Allison2009-01-231-131/+144
* Another attempt to fix bug #4308 - Excel save operation corrupts file ACLs.Jeremy Allison2009-01-231-25/+4
* Fix bug #5873 - ACL inheritance cannot be broken. This regresses #4308, but t...Jeremy Allison2008-11-261-0/+8
* Convert to use VFS layer.Herb Lewis2008-11-181-1/+1
* Add reference to bug #4308 to remind me to add regression test to smbtorture.Jeremy Allison2008-11-181-1/+1
* Start moving us closer to passing S4 RAW-ACL test using the vfs_acl_xattr mod...Jeremy Allison2008-11-181-1/+1
* Note url explaining this code.Jeremy Allison2008-10-151-0/+4
* Remove SEC_ACCESS. It's a uint32_t.Jeremy Allison2008-10-151-19/+7
* Deal with inheritance from parent directory when setting WindowsJeremy Allison2008-10-151-1/+1
* Update vfs version as I've added a const to the security_descriptor paramter ...Jeremy Allison2008-10-151-25/+26
* Fix bug #5052 - not work cancel inheritance on share. We wereJeremy Allison2008-09-111-3/+10
* Patch from SATOH Fumiyasu <fumiyas@osstech.co.jp> for bug #5202. Re-activate ...Jeremy Allison2008-07-031-14/+26
* RWX on a file does not imply DELETE accessVolker Lendecke2008-06-191-1/+1
* Remove some codeVolker Lendecke2008-06-191-12/+4
* Remove connection_struct->mem_ctx, connection_struct is its own parentVolker Lendecke2008-05-051-14/+13
* Rename inherit_access_acl() -> inherit_access_posix_acl() to make use clear.Jeremy Allison2008-05-021-4/+4
* Move directory_has_default_acl() to file_access.c, belongsJeremy Allison2008-05-021-25/+0
* Start to ensure we use the NT ACL interface, keep the POSIXJeremy Allison2008-05-011-21/+46
* posix_acls: clarify loop condition code, removing unneeded counter variable.Michael Adam2008-03-271-7/+2
* Fix the same bug with user -> user_obj.Jeremy Allison2008-01-241-1/+7
* Fix a really subtle old, old bug :-). When canonicalizing theJeremy Allison2008-01-241-3/+9
* Correctly set flags in ACE's inherited from parent. Still one bugJeremy Allison2008-01-241-3/+35
* Make explicit in debug we're ignoring flags from the parent SD.Jeremy Allison2008-01-241-6/+10
* Add debug messages to trace this if needed.Jeremy Allison2008-01-241-0/+14
* The checks for OI and CI were just wrong.... Fix them. Thanks toJeremy Allison2008-01-241-9/+4
* First part of fix for bug #4929 - worked out by jmcd.Jeremy Allison2008-01-241-80/+29
* Merge latest fixes to vfs_gpfs and NFS4 ACLs from Samba 3.0 CTDB branch (from...Alexander Bokovoy2008-01-161-1/+30
* Remove redundant parameter fd from SMB_VFS_FSETXATTR().Michael Adam2008-01-081-1/+1
* Remove redundant parameter fd from SMB_VFS_FREMOVEXATTR().Michael Adam2008-01-081-1/+1
* Remove redundant parameter fd from SMB_VFS_FGETXATTR().Michael Adam2008-01-081-1/+1
* Remove redundant parameter fd from SMB_VFS_SYS_ACL_SET_FD().Michael Adam2008-01-081-5/+5
* Remove redundant parameter fd from SMB_VFS_FCHMOD_ACL().Michael Adam2008-01-081-1/+1
* Remove redundant parameter fd from SMB_VFS_SYS_ACL_GET_FD().Michael Adam2008-01-071-4/+4
* Remove redundant parameter fd from SMB_VFS_FCHOWN().Michael Adam2008-01-071-1/+1
* Remove redundant parameter fd from SMB_VFS_FSTAT().Michael Adam2008-01-071-3/+3
* Some C++ fixesVolker Lendecke2007-12-211-3/+3
* Change the prototype of the vfs function get_nt_acl().Michael Adam2007-12-191-1/+1
* Split get_nt_acl() into two functions: fsp- and non-fsp variant.Michael Adam2007-12-191-63/+148
* Remove the "is_directory" parameter from canonicalise_acl():Michael Adam2007-12-191-7/+9
* Change canonicalise_acl() to not take an fsp.Michael Adam2007-12-191-8/+15
* Change ensure_canon_entry_valid() to not take and fsp.Michael Adam2007-12-191-10/+11