summaryrefslogtreecommitdiffstats
path: root/source/smbd/posix_acls.c
Commit message (Expand)AuthorAgeFilesLines
* Bug 6488: acl_group_override() call in posix acls references an uninitialized...samba-3.2.13Jeremy Allison2009-06-221-12/+10
* s3:smbd: fix posix acls when setting an ACL without explicit ACE for the owne...Stefan Metzmacher2009-06-021-3/+18
* Fix profile acls in some corner casesSimo Sorce2009-06-021-3/+18
* Avoid duplicate acesSimo Sorce2009-06-021-13/+48
* Don't try and delete a default ACL from a file.Günter Kukkukk2009-03-271-4/+8
* Fix logic error in try_chown - we shouldn't arbitrarily chownJeremy Allison2009-01-281-6/+9
* Second part of the attemt to fix #4308 - Excel save operation corrupts file A...Jeremy Allison2009-01-281-129/+143
* Another attempt to fix bug #4308 - Excel save operation corrupts file ACLs.Jeremy Allison2009-01-281-25/+4
* Fix bug #5873 - ACL inheritance cannot be broken. This regresses #4308, but t...Jeremy Allison2008-12-091-0/+8
* Add reference to bug #4308 to remind me to add regression test to smbtorture.Jeremy Allison2008-12-091-1/+1
* Note url explaining this code.Jeremy Allison2008-12-091-0/+4
* Revert "Note url explaining this code."Karolin Seeger2008-11-171-4/+0
* Note url explaining this code.Jeremy Allison2008-10-151-0/+4
* 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-061-14/+26
* posix_acls: clarify loop condition code, removing unneeded counter variable.Michael Adam2008-04-101-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
* Change apply_default_perms() to not take an fsp.Michael Adam2007-12-191-14/+15
* Replace sid_string_static by sid_string_dbg in DEBUGsVolker Lendecke2007-12-151-10/+8
* Make [f]get_nt_acl return NTSTATUSVolker Lendecke2007-11-131-10/+10
* Move some access check functions that are not posix-acl specificMichael Adam2007-11-061-212/+0
* Don't repeat fast-pathing...Michael Adam2007-11-061-1/+1
* This is a proposed patch for Bug #5023.Michael Adam2007-11-061-300/+70
* Add a const.Michael Adam2007-11-061-1/+1
* Add two const's.Michael Adam2007-11-051-2/+2
* RIP BOOL. Convert BOOL -> bool. I found a few interestingJeremy Allison2007-10-181-51/+51
* r25534: Apply some constVolker Lendecke2007-10-101-1/+1
* r25117: The mega-patch Jerry was waiting for. Remove all pstrings fromJeremy Allison2007-10-101-29/+35
* r24809: Consolidate the use of temporary talloc contexts.Volker Lendecke2007-10-101-2/+2