Age | Commit message (Expand) | Author | Files | Lines |
2012-10-12 | s3:vfs_gpfs skip local flock when gpfs sharemodes are disabled | Christian Ambach | 1 | -2/+5 |
2012-10-11 | vfs: Remove irixacl module (all the fucntions in it are unimplemented) | Andrew Bartlett | 3 | -145/+0 |
2012-10-11 | vfs: Fix alternative posix and no-op sys acl implementations to take a mem_ctx | Andrew Bartlett | 3 | -9/+13 |
2012-10-11 | vfs: Improve formatting of vfs_fake_acls | Andrew Bartlett | 1 | -2/+2 |
2012-10-11 | vfs: Improve formatting of vfs_default | Andrew Bartlett | 1 | -23/+23 |
2012-10-11 | vfs: Use a blocking function in vfs_zfsacl for system ACL blobs | Andrew Bartlett | 1 | -0/+12 |
2012-10-11 | vfs: Use posix_sys_acl_blob_get_file in vfs_tru64acl for posix ACLs | Andrew Bartlett | 1 | -0/+2 |
2012-10-11 | vfs: Use posix_sys_acl_blob_get_file in vfs_solarisacl for posix ACLs | Andrew Bartlett | 1 | -0/+2 |
2012-10-11 | vfs: Use posix_sys_acl_blob_get_file in vfs_posixacl for posix ACLs | Andrew Bartlett | 1 | -0/+2 |
2012-10-11 | vfs: Use posix_sys_acl_blob_get_file in vfs_irix for posix ACLs | Andrew Bartlett | 1 | -0/+2 |
2012-10-11 | vfs: Use posix_sys_acl_blob_get_file in vfs_hpux for posix ACLs | Andrew Bartlett | 1 | -0/+2 |
2012-10-11 | vfs: Use posix_sys_acl_blob_get_file in vfs_gpfs for posix ACLs | Andrew Bartlett | 1 | -0/+58 |
2012-10-11 | vfs: Use posix_sys_acl_blob_get_file in vfs_fake_acls for posix ACLs | Andrew Bartlett | 1 | -67/+2 |
2012-10-11 | vfs: Use posix_sys_acl_blob_get_file in vfs_default for posix ACLs | Andrew Bartlett | 1 | -0/+2 |
2012-10-11 | vfs: Use posix_sys_acl_blob_get_file in vfs_aixacl2 for posix ACLs | Andrew Bartlett | 1 | -0/+38 |
2012-10-11 | vfs: Use posix_sys_acl_blob_get_file in vfs_aixacl | Andrew Bartlett | 1 | -0/+2 |
2012-10-11 | vfs: Use a blocking function in vfs_afsacl for system ACL blobs | Andrew Bartlett | 1 | -1/+17 |
2012-10-11 | vfs: Remove type parameter from sys_acl_blob_get_{fd,file} | Andrew Bartlett | 2 | -4/+2 |
2012-10-11 | smbd: Add mem_ctx to {f,}get_nt_acl VFS call | Andrew Bartlett | 13 | -68/+139 |
2012-10-11 | smbd: Add mem_ctx to sys_acl_init() and all callers | Andrew Bartlett | 16 | -73/+104 |
2012-10-11 | build: Add vfs_media_harmony to the waf build | Andrew Bartlett | 1 | -0/+9 |
2012-10-09 | s3: Pass down smb_filename to smbacl4_fill_ace4 | Volker Lendecke | 1 | -6/+6 |
2012-10-01 | s3: vfs_streams_depot: add delete_lost option | Björn Baumbach | 1 | -23/+42 |
2012-09-28 | vfs: check full_audit enum->str mapping on startup | David Disseldorp | 1 | -3/+4 |
2012-09-28 | vfs: add missing pwrite ops to full_audit | David Disseldorp | 1 | -0/+2 |
2012-09-27 | s3:nfs4acls filter away inheritance flags on files | Christian Ambach | 1 | -0/+11 |
2012-09-27 | s3:nfs4acls pass down fsp instead of just the filename | Christian Ambach | 1 | -4/+6 |
2012-09-23 | s3:vfs_fake_acls fix a compiler warning | Christian Ambach | 1 | -1/+1 |
2012-09-20 | vfs: fix acl_blob_get* in vfs_full_audit | David Disseldorp | 1 | -9/+11 |
2012-09-20 | vfs: fix lock logging in vfs_full_audit | David Disseldorp | 1 | -4/+4 |
2012-09-16 | s3:vfs_gpfs: fix build | Christian Ambach | 1 | -5/+5 |
2012-09-14 | s3: fix the hpux acl module | Björn Jacke | 1 | -5/+5 |
2012-09-14 | s3: fix the tru64 acl module | Björn Jacke | 1 | -5/+5 |
2012-09-14 | s3: fix the aix acl module | Björn Jacke | 1 | -9/+9 |
2012-09-14 | s3: Fix the vfs_solarisacl module to compile. | Ira Cooper | 1 | -5/+5 |
2012-09-12 | In vfs modules, don't use 'conn->origpath' when we really mean 'conn->cwd'. | Jeremy Allison | 4 | -10/+10 |
2012-09-12 | smbd: Add extra VFS hooks to get the posix ACL as a blob | Andrew Bartlett | 3 | -0/+153 |
2012-09-12 | smbd: Remove pre-allocation of ACL array in sys_acl_init() | Andrew Bartlett | 1 | -1/+1 |
2012-09-12 | smbd-posix_acls: Use a IDL union to store the ACL entry | Andrew Bartlett | 1 | -4/+4 |
2012-09-11 | smbd: Print ACL used to create hash in vfs_xattr_common | Andrew Bartlett | 1 | -0/+10 |
2012-09-10 | s3:vfs/time_audit: Add back pointer for sys_acl_delete_def_file_fn | Christof Schmitt | 1 | -0/+1 |
2012-09-10 | s3:vfs/time_audit: add path names to log messages | Ralph Wuerthner | 1 | -80/+170 |
2012-09-09 | s3: fix wrong invocations of talloc_realloc | Björn Jacke | 1 | -2/+2 |
2012-09-08 | s3:vfs_default: add basic support for durable handle request and reconnect | Michael Adam | 1 | -3/+6 |
2012-09-08 | s3:vfs: add durable VFS operations | Michael Adam | 1 | -1/+34 |
2012-09-06 | s3: Fix 64-bit warnings in vfs_media_harmony | Volker Lendecke | 1 | -1/+1 |
2012-09-05 | build: Remove unused deps from vfs modules | Andrew Bartlett | 1 | -2/+2 |
2012-09-04 | build: Remove references to charset modules - we no longer have these | Andrew Bartlett | 1 | -0/+1 |
2012-09-04 | build: vfs_fake_acls does not need the acl lib | Andrew Bartlett | 1 | -1/+1 |
2012-09-01 | s3: Fix warnings in aio_fork.c | Volker Lendecke | 1 | -2/+4 |