summaryrefslogtreecommitdiffstats
path: root/source3/smbd/posix_acls.c
Commit message (Expand)AuthorAgeFilesLines
* Fix bug #7892 - open_file_fchmod() leaves a stale lock.Jeremy Allison2011-01-131-2/+2
* Re-fix bug 5202 - cannot change ACLs on writable file with "dos filemode=yes"Jeremy Allison2010-01-181-0/+3
* s3:posix_acls: Fix bug 6841 - "map acl inherit = yes" not working.Jeremy Allison2009-12-231-8/+29
* Fix bug 6769 - symlink unlink does nothing. Jeremy.Jeremy Allison2009-10-201-15/+42
* Bug 6488: acl_group_override() call in posix acls references an uninitializedJeremy Allison2009-06-191-12/+10
* Expand the comment explaining why user_in_group_sid isJeremy Allison2009-05-261-1/+6
* s3:smbd: fix posix acls when setting an ACL without explicit ACE for the owne...Stefan Metzmacher2009-05-261-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-231-26/+26
* Don't try and delete a default ACL from a file.Günter Kukkukk2009-02-051-4/+8
* Upgrade POSIX inheritance storage to a new format (version 2). StoresJeremy Allison2009-01-291-200/+360
* Fix logic error in try_chown - we shouldn't arbitrarily chownJeremy Allison2009-01-221-6/+9
* Second part of the attemt to fix #4308 - Excel save operation corrupts file A...Jeremy Allison2009-01-221-131/+144
* Another attempt to fix bug #4308 - Excel save operation corrupts file ACLs.Jeremy Allison2009-01-221-25/+4
* Rename parent_dirname_talloc() to parent_dirname()Volker Lendecke2008-12-311-4/+1
* s3: Change SMB_VFS_CREATE_FILE to take a create_file_flags argumentTim Prouty2008-12-031-1/+1
* s3: Modify direct callers of open_file_ntcreate and open_directory to call SM...Tim Prouty2008-12-031-11/+18
* Make nt4_compatible_acls() non-static for use by VFS ACL modules.Steven Danneman2008-11-301-1/+1
* Fix bug #5873 - ACL inheritance cannot be broken. This regresses #4308, but t...Jeremy Allison2008-11-241-0/+8
* Convert to use VFS layer.Herb Lewis2008-11-061-1/+1
* Add reference to bug #4308 to remind me to add regression test to smbtorture.Jeremy Allison2008-11-051-1/+1
* Start moving us closer to passing S4 RAW-ACL test using the vfs_acl_xattr mod...Jeremy Allison2008-10-301-1/+1
* Note url explaining this code.Jeremy Allison2008-10-141-0/+4
* Pass struct smb_request to file_freeVolker Lendecke2008-10-131-2/+2
* Pass struct smb_request to file_newVolker Lendecke2008-10-131-1/+1
* Remove SEC_ACCESS. It's a uint32_t.Jeremy Allison2008-10-091-19/+7
* Deal with inheritance from parent directory when setting WindowsJeremy Allison2008-10-081-1/+1
* Update vfs version as I've added a const to the security_descriptor paramter ...Jeremy Allison2008-10-071-25/+26
* Fix bug #5052 - not work cancel inheritance on share. We wereJeremy Allison2008-09-101-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