summaryrefslogtreecommitdiffstats
path: root/source/smbd/posix_acls.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* r23914: try to fix the build on Tru64Stefan Metzmacher2007-10-101-3/+3
* r23784: use the GPLv3 boilerplate as recommended by the FSF and the license textAndrew Tridgell2007-10-101-2/+1
* r23779: Change from v2 or later to v3 or later.Jeremy Allison2007-10-101-1/+1
* r23724: Reduce access to the global inbuf a tiny bit. Add a struct smb_requestVolker Lendecke2007-10-101-1/+2
* r23664: Fix incorrect index - should be j not i. How did we everJeremy Allison2007-10-101-1/+1
* r23663: Fix bug #4308 - Excel save operation corrupts file ACLs.Jeremy Allison2007-10-101-28/+255
* r23620: Convert set_nt_acl to return NTSTATUS. Also fix the chownJeremy Allison2007-10-101-56/+33
* r22611: Fix from Jens Nissen <jens.nissen@gmx.net>. Fix badJeremy Allison2007-10-101-0/+1
* r22481: Move check for non-mappable SIDs to after sid_to_uid,Jeremy Allison2007-10-101-11/+10
* r21223: Try and fix bug #4361 - Vista backup fails.Jeremy Allison2007-10-101-2/+24
* r20873: Some correctness fixes w.r.t. Samba4 torture BASE-DELETE.Jeremy Allison2007-10-101-0/+5