summaryrefslogtreecommitdiffstats
path: root/source3/modules
Commit message (Expand)AuthorAgeFilesLines
* s3:modules:nfs4_acls remove unused mem_ctx parameter to smbacl4_fill_ace4Christian Ambach2012-11-171-3/+1
* s3:modules:nfs4_acls fix memory hierarchy in smb_create_smb4aclChristian Ambach2012-11-161-2/+1
* s3:vfs_gpfs fix a memory leak in gpfsacl_get_posix_aclChristian Ambach2012-11-161-0/+3
* s3:vfs_gpfs fix memory corruption in gpfs2smb_aclChristian Ambach2012-11-161-0/+2
* s3:vfs_gpfs fix memory leak in gpfs_get_nfs4_aclChristian Ambach2012-11-161-0/+1
* s3:vfs_gpfs fix memory leaks in gpfs_getacl_allocChristian Ambach2012-11-161-2/+4
* s3:vfs_default: optimize vfswrap_asys_finished() and read as much as we canStefan Metzmacher2012-11-051-16/+33
* vfs_acl_common: In add_directory_inheritable_components allocate on psd as pa...Andrew Bartlett2012-11-021-4/+16
* vfs: Fix compilation of ACL support on solarisAndrew Bartlett2012-10-231-2/+4
* s3:vfs_gpfs re-indent run-away linesChristian Ambach2012-10-121-4/+10
* s3:vfs_gpfs fix the buildChristian Ambach2012-10-121-5/+11
* s3:vfs_gpfs remove a trailing spaceChristian Ambach2012-10-121-1/+1
* s3:vfs_gpfs skip local flock when gpfs sharemodes are disabledChristian Ambach2012-10-121-2/+5
* vfs: Remove irixacl module (all the fucntions in it are unimplemented)Andrew Bartlett2012-10-113-145/+0
* vfs: Fix alternative posix and no-op sys acl implementations to take a mem_ctxAndrew Bartlett2012-10-113-9/+13
* vfs: Improve formatting of vfs_fake_aclsAndrew Bartlett2012-10-111-2/+2
* vfs: Improve formatting of vfs_defaultAndrew Bartlett2012-10-111-23/+23
* vfs: Use a blocking function in vfs_zfsacl for system ACL blobsAndrew Bartlett2012-10-111-0/+12
* vfs: Use posix_sys_acl_blob_get_file in vfs_tru64acl for posix ACLsAndrew Bartlett2012-10-111-0/+2
* vfs: Use posix_sys_acl_blob_get_file in vfs_solarisacl for posix ACLsAndrew Bartlett2012-10-111-0/+2
* vfs: Use posix_sys_acl_blob_get_file in vfs_posixacl for posix ACLsAndrew Bartlett2012-10-111-0/+2
* vfs: Use posix_sys_acl_blob_get_file in vfs_irix for posix ACLsAndrew Bartlett2012-10-111-0/+2
* vfs: Use posix_sys_acl_blob_get_file in vfs_hpux for posix ACLsAndrew Bartlett2012-10-111-0/+2
* vfs: Use posix_sys_acl_blob_get_file in vfs_gpfs for posix ACLsAndrew Bartlett2012-10-111-0/+58
* vfs: Use posix_sys_acl_blob_get_file in vfs_fake_acls for posix ACLsAndrew Bartlett2012-10-111-67/+2
* vfs: Use posix_sys_acl_blob_get_file in vfs_default for posix ACLsAndrew Bartlett2012-10-111-0/+2
* vfs: Use posix_sys_acl_blob_get_file in vfs_aixacl2 for posix ACLsAndrew Bartlett2012-10-111-0/+38
* vfs: Use posix_sys_acl_blob_get_file in vfs_aixaclAndrew Bartlett2012-10-111-0/+2
* vfs: Use a blocking function in vfs_afsacl for system ACL blobsAndrew Bartlett2012-10-111-1/+17
* vfs: Remove type parameter from sys_acl_blob_get_{fd,file}Andrew Bartlett2012-10-112-4/+2
* smbd: Add mem_ctx to {f,}get_nt_acl VFS callAndrew Bartlett2012-10-1113-68/+139
* smbd: Add mem_ctx to sys_acl_init() and all callersAndrew Bartlett2012-10-1116-73/+104
* build: Add vfs_media_harmony to the waf buildAndrew Bartlett2012-10-111-0/+9
* s3: Pass down smb_filename to smbacl4_fill_ace4Volker Lendecke2012-10-091-6/+6
* s3: vfs_streams_depot: add delete_lost optionBjörn Baumbach2012-10-011-23/+42
* vfs: check full_audit enum->str mapping on startupDavid Disseldorp2012-09-281-3/+4
* vfs: add missing pwrite ops to full_auditDavid Disseldorp2012-09-281-0/+2
* s3:nfs4acls filter away inheritance flags on filesChristian Ambach2012-09-271-0/+11
* s3:nfs4acls pass down fsp instead of just the filenameChristian Ambach2012-09-271-4/+6
* s3:vfs_fake_acls fix a compiler warningChristian Ambach2012-09-231-1/+1
* vfs: fix acl_blob_get* in vfs_full_auditDavid Disseldorp2012-09-201-9/+11
* vfs: fix lock logging in vfs_full_auditDavid Disseldorp2012-09-201-4/+4
* s3:vfs_gpfs: fix buildChristian Ambach2012-09-161-5/+5
* s3: fix the hpux acl moduleBjörn Jacke2012-09-141-5/+5
* s3: fix the tru64 acl moduleBjörn Jacke2012-09-141-5/+5
* s3: fix the aix acl moduleBjörn Jacke2012-09-141-9/+9
* s3: Fix the vfs_solarisacl module to compile.Ira Cooper2012-09-141-5/+5
* In vfs modules, don't use 'conn->origpath' when we really mean 'conn->cwd'.Jeremy Allison2012-09-124-10/+10
* smbd: Add extra VFS hooks to get the posix ACL as a blobAndrew Bartlett2012-09-123-0/+153
* smbd: Remove pre-allocation of ACL array in sys_acl_init()Andrew Bartlett2012-09-121-1/+1