summaryrefslogtreecommitdiff
path: root/source3/modules
AgeCommit message (Expand)AuthorFilesLines
2012-10-12s3:vfs_gpfs re-indent run-away linesChristian Ambach1-4/+10
2012-10-12s3:vfs_gpfs fix the buildChristian Ambach1-5/+11
2012-10-12s3:vfs_gpfs remove a trailing spaceChristian Ambach1-1/+1
2012-10-12s3:vfs_gpfs skip local flock when gpfs sharemodes are disabledChristian Ambach1-2/+5
2012-10-11vfs: Remove irixacl module (all the fucntions in it are unimplemented)Andrew Bartlett3-145/+0
2012-10-11vfs: Fix alternative posix and no-op sys acl implementations to take a mem_ctxAndrew Bartlett3-9/+13
2012-10-11vfs: Improve formatting of vfs_fake_aclsAndrew Bartlett1-2/+2
2012-10-11vfs: Improve formatting of vfs_defaultAndrew Bartlett1-23/+23
2012-10-11vfs: Use a blocking function in vfs_zfsacl for system ACL blobsAndrew Bartlett1-0/+12
2012-10-11vfs: Use posix_sys_acl_blob_get_file in vfs_tru64acl for posix ACLsAndrew Bartlett1-0/+2
2012-10-11vfs: Use posix_sys_acl_blob_get_file in vfs_solarisacl for posix ACLsAndrew Bartlett1-0/+2
2012-10-11vfs: Use posix_sys_acl_blob_get_file in vfs_posixacl for posix ACLsAndrew Bartlett1-0/+2
2012-10-11vfs: Use posix_sys_acl_blob_get_file in vfs_irix for posix ACLsAndrew Bartlett1-0/+2
2012-10-11vfs: Use posix_sys_acl_blob_get_file in vfs_hpux for posix ACLsAndrew Bartlett1-0/+2
2012-10-11vfs: Use posix_sys_acl_blob_get_file in vfs_gpfs for posix ACLsAndrew Bartlett1-0/+58
2012-10-11vfs: Use posix_sys_acl_blob_get_file in vfs_fake_acls for posix ACLsAndrew Bartlett1-67/+2
2012-10-11vfs: Use posix_sys_acl_blob_get_file in vfs_default for posix ACLsAndrew Bartlett1-0/+2
2012-10-11vfs: Use posix_sys_acl_blob_get_file in vfs_aixacl2 for posix ACLsAndrew Bartlett1-0/+38
2012-10-11vfs: Use posix_sys_acl_blob_get_file in vfs_aixaclAndrew Bartlett1-0/+2
2012-10-11vfs: Use a blocking function in vfs_afsacl for system ACL blobsAndrew Bartlett1-1/+17
2012-10-11vfs: Remove type parameter from sys_acl_blob_get_{fd,file}Andrew Bartlett2-4/+2
2012-10-11smbd: Add mem_ctx to {f,}get_nt_acl VFS callAndrew Bartlett13-68/+139
2012-10-11smbd: Add mem_ctx to sys_acl_init() and all callersAndrew Bartlett16-73/+104
2012-10-11build: Add vfs_media_harmony to the waf buildAndrew Bartlett1-0/+9
2012-10-09s3: Pass down smb_filename to smbacl4_fill_ace4Volker Lendecke1-6/+6
2012-10-01s3: vfs_streams_depot: add delete_lost optionBjörn Baumbach1-23/+42
2012-09-28vfs: check full_audit enum->str mapping on startupDavid Disseldorp1-3/+4
2012-09-28vfs: add missing pwrite ops to full_auditDavid Disseldorp1-0/+2
2012-09-27s3:nfs4acls filter away inheritance flags on filesChristian Ambach1-0/+11
2012-09-27s3:nfs4acls pass down fsp instead of just the filenameChristian Ambach1-4/+6
2012-09-23s3:vfs_fake_acls fix a compiler warningChristian Ambach1-1/+1
2012-09-20vfs: fix acl_blob_get* in vfs_full_auditDavid Disseldorp1-9/+11
2012-09-20vfs: fix lock logging in vfs_full_auditDavid Disseldorp1-4/+4
2012-09-16s3:vfs_gpfs: fix buildChristian Ambach1-5/+5
2012-09-14s3: fix the hpux acl moduleBjörn Jacke1-5/+5
2012-09-14s3: fix the tru64 acl moduleBjörn Jacke1-5/+5
2012-09-14s3: fix the aix acl moduleBjörn Jacke1-9/+9
2012-09-14s3: Fix the vfs_solarisacl module to compile.Ira Cooper1-5/+5
2012-09-12In vfs modules, don't use 'conn->origpath' when we really mean 'conn->cwd'.Jeremy Allison4-10/+10
2012-09-12smbd: Add extra VFS hooks to get the posix ACL as a blobAndrew Bartlett3-0/+153
2012-09-12smbd: Remove pre-allocation of ACL array in sys_acl_init()Andrew Bartlett1-1/+1
2012-09-12smbd-posix_acls: Use a IDL union to store the ACL entryAndrew Bartlett1-4/+4
2012-09-11smbd: Print ACL used to create hash in vfs_xattr_commonAndrew Bartlett1-0/+10
2012-09-10s3:vfs/time_audit: Add back pointer for sys_acl_delete_def_file_fnChristof Schmitt1-0/+1
2012-09-10s3:vfs/time_audit: add path names to log messagesRalph Wuerthner1-80/+170
2012-09-09s3: fix wrong invocations of talloc_reallocBjörn Jacke1-2/+2
2012-09-08s3:vfs_default: add basic support for durable handle request and reconnectMichael Adam1-3/+6
2012-09-08s3:vfs: add durable VFS operationsMichael Adam1-1/+34
2012-09-06s3: Fix 64-bit warnings in vfs_media_harmonyVolker Lendecke1-1/+1
2012-09-05build: Remove unused deps from vfs modulesAndrew Bartlett1-2/+2