summaryrefslogtreecommitdiffstats
path: root/source3/modules/onefs_acl.c
Commit message (Expand)AuthorAgeFilesLines
* s3-smb Use FILE_ATTRIBUTE_DIRECTORY intead of aDIRAndrew Bartlett2011-04-291-1/+1
* s3-vfs: include smbd/smbd.h in vfs modules.Günther Deschner2011-03-301-0/+1
* s3-security: use shared SECINFO_DACL define.Günther Deschner2010-06-031-3/+3
* s3-security: use shared SECINFO_SACL define.Günther Deschner2010-06-031-5/+5
* s3-security: use shared SECINFO_GROUP define.Günther Deschner2010-06-031-2/+2
* s3-security: use shared SECINFO_OWNER define.Günther Deschner2010-06-031-2/+2
* s3:dom_sid Global replace of DOM_SID with struct dom_sidAndrew Bartlett2010-05-211-9/+9
* s3-secdesc: remove "typedef struct security_descriptor SEC_DESC".Günther Deschner2010-05-181-6/+7
* s3-secdesc: remove "typedef struct security_acl SEC_ACL".Günther Deschner2010-05-181-6/+6
* s3-secdesc: remove "typedef struct security_ace SEC_ACE".Günther Deschner2010-05-181-5/+5
* s3 onefs: Canonicalize the ACL in the correct ordertprouty2009-08-261-4/+8
* s3 onefs: Fix the onefs modules after the big refactoringTim Prouty2009-07-241-2/+2
* s3: Finish plumbing the fsp->fsp_name smb_fname conversion through the modules.Tim Prouty2009-07-201-27/+24
* s3: convert unix_mode to take an smb_filenameTim Prouty2009-07-081-2/+13
* s3 onefs: update the onefs module to be compliant with stat_exTim Prouty2009-05-281-2/+3
* s3 onefs: Fix ignore sacl parameterTim Prouty2009-05-121-11/+20
* s3 onefs: Change error status to NT_ACCESS_DENIED for errors in SET_SECURITY_...David Kwan2009-03-241-5/+5
* s3 OneFS: Refactor config code and cleanup includesTim Prouty2009-03-011-0/+3
* s3 OneFS: Fix uninitialized variableTim Prouty2009-02-241-1/+1
* s3: onefs_acl.c cleanupDan Sledz2009-02-241-4/+1
* S3: Add in profile counters for new vfs and syscall entries.todd stecher2009-02-241-1/+10
* s3 onefs: rename custom parameter to plural to match previous usageSteven Danneman2009-02-121-2/+2
* s3 OneFS: Expand the usage of the ignore sacl parametertodd stecher2009-02-111-0/+6
* s3 OneFS: Change ACLs to do a stat-only open before get/set_security_descriptorTim Prouty2009-02-091-22/+4
* s3 onefs: Fix onefs ACLs to work with updated ACL syscallTim Prouty2009-01-301-1/+1
* s3: OneFS unmappable sids support.Dan Sledz2009-01-231-65/+173
* s3: General cleanup of the open path in the OneFS vfs moduleTim Prouty2009-01-111-3/+3
* s3: Add the OneFS SMB_VFS_CREATE_FILE implementationTim Prouty2008-12-091-38/+81
* Add support for OneFS ACLsSteven Danneman2008-12-021-0/+807