summaryrefslogtreecommitdiff
path: root/source3/modules/onefs_acl.c
AgeCommit message (Expand)AuthorFilesLines
2011-08-17Replace calls to sid_equal with calls to dom_sid_equalVolker Lendecke1-5/+5
2011-04-29s3-smb Use FILE_ATTRIBUTE_DIRECTORY intead of aDIRAndrew Bartlett1-1/+1
2011-03-30s3-vfs: include smbd/smbd.h in vfs modules.Günther Deschner1-0/+1
2010-06-03s3-security: use shared SECINFO_DACL define.Günther Deschner1-3/+3
2010-06-03s3-security: use shared SECINFO_SACL define.Günther Deschner1-5/+5
2010-06-03s3-security: use shared SECINFO_GROUP define.Günther Deschner1-2/+2
2010-06-03s3-security: use shared SECINFO_OWNER define.Günther Deschner1-2/+2
2010-05-21s3:dom_sid Global replace of DOM_SID with struct dom_sidAndrew Bartlett1-9/+9
2010-05-18s3-secdesc: remove "typedef struct security_descriptor SEC_DESC".Günther Deschner1-6/+7
2010-05-18s3-secdesc: remove "typedef struct security_acl SEC_ACL".Günther Deschner1-6/+6
2010-05-18s3-secdesc: remove "typedef struct security_ace SEC_ACE".Günther Deschner1-5/+5
2009-08-26s3 onefs: Canonicalize the ACL in the correct ordertprouty1-4/+8
2009-07-24s3 onefs: Fix the onefs modules after the big refactoringTim Prouty1-2/+2
2009-07-20s3: Finish plumbing the fsp->fsp_name smb_fname conversion through the modules.Tim Prouty1-27/+24
2009-07-08s3: convert unix_mode to take an smb_filenameTim Prouty1-2/+13
2009-05-28s3 onefs: update the onefs module to be compliant with stat_exTim Prouty1-2/+3
2009-05-12s3 onefs: Fix ignore sacl parameterTim Prouty1-11/+20
2009-03-24s3 onefs: Change error status to NT_ACCESS_DENIED for errors in SET_SECURITY_...David Kwan1-5/+5
2009-03-01s3 OneFS: Refactor config code and cleanup includesTim Prouty1-0/+3
2009-02-24s3 OneFS: Fix uninitialized variableTim Prouty1-1/+1
2009-02-24s3: onefs_acl.c cleanupDan Sledz1-4/+1
2009-02-24S3: Add in profile counters for new vfs and syscall entries.todd stecher1-1/+10
2009-02-12s3 onefs: rename custom parameter to plural to match previous usageSteven Danneman1-2/+2
2009-02-11s3 OneFS: Expand the usage of the ignore sacl parametertodd stecher1-0/+6
2009-02-09s3 OneFS: Change ACLs to do a stat-only open before get/set_security_descriptorTim Prouty1-22/+4
2009-01-30s3 onefs: Fix onefs ACLs to work with updated ACL syscallTim Prouty1-1/+1
2009-01-23s3: OneFS unmappable sids support.Dan Sledz1-65/+173
2009-01-11s3: General cleanup of the open path in the OneFS vfs moduleTim Prouty1-3/+3
2008-12-09s3: Add the OneFS SMB_VFS_CREATE_FILE implementationTim Prouty1-38/+81
2008-12-02Add support for OneFS ACLsSteven Danneman1-0/+807