summaryrefslogtreecommitdiff
path: root/source3/modules
Commit message (Expand)AuthorAgeFilesLines
* vfs_error_inject: add unlinkat hookRalph Boehme2021-01-271-0/+44
* vfs: update status of SMB_VFS_SYMLINKAT()Jeremy Allison2021-01-172-2/+2
* s3: VFS: glusterfs: Fix vfs_gluster_symlinkat() to cope with a real dirfsp.Jeremy Allison2021-01-171-2/+14
* s3: VFS: ceph: Fix cephwrap_symlinkat() to cope with real directory fsps.Jeremy Allison2021-01-171-4/+12
* vfs: directory enumeration is now handle basedRalph Boehme2021-01-152-14/+0
* vfs: update status of SMB_VFS_MKDIRAT()Ralph Boehme2021-01-152-2/+2
* vfs: update status of SMB_VFS_MKNODAT()Ralph Boehme2021-01-152-2/+2
* s3: VFS: glusterfs: Fix vfs_gluster_mknodat() to cope with a real dirfsp.Jeremy Allison2021-01-151-2/+14
* s3: VFS: glusterfs: Fix missing END_PROFILE() in mkdirat() return.Jeremy Allison2021-01-151-0/+1
* s3: VFS: ceph: Fix cephwrap_mknodat() to cope with real directory fsps.Jeremy Allison2021-01-151-3/+14
* s3: VFS: ceph: Fix cephwrap_mkdirat() to cope with real directory fsps.Jeremy Allison2021-01-151-3/+12
* vfs: The New VFSRalph Boehme2021-01-142-0/+1102
* vfs_fruit: Fix CID 1471764 Dereference null return valueVolker Lendecke2021-01-141-0/+4
* vfs_fruit: Fix CID 1471760 Dereference null return valueVolker Lendecke2021-01-141-1/+1
* vfs_glusterfs: support read dirfsps in vfs_gluster_openat()Ralph Boehme2021-01-111-1/+13
* vfs_fruit: fix close for fake_fdRalph Boehme2021-01-081-3/+9
* vfs_fruit: check fake_fd in fruit_pread_meta_stream()Ralph Boehme2021-01-081-0/+5
* vfs_fruit: use "fake_fd" instead of "created"Ralph Boehme2021-01-081-10/+1
* vfs_streams_xattr: make use of vfs_fake_fd_close()Stefan Metzmacher2021-01-081-2/+2
* vfs_fruit: make use of vfs_fake_fd_close()Stefan Metzmacher2021-01-081-2/+2
* s3: Remove "developer.c" moduleVolker Lendecke2021-01-081-133/+0
* lib: give global_contexts.c its own header fileVolker Lendecke2021-01-083-0/+3
* vfs_virusfilter: Allocate separate memory for config char*Arne Kreddig2021-01-071-9/+57
* vfs_gpfs:Logging filename for smbd_gpfs_set_times_path()Archana2020-12-301-2/+3
* vfs_acl_tdb: avoid deleting the NT ACL from the tdbRalph Boehme2020-12-171-0/+6
* vfs_acl_xattr: avoid removing the ACL xattrRalph Boehme2020-12-171-1/+7
* vfs_acl_common: add an fsp extension when setting ACLRalph Boehme2020-12-172-0/+12
* vfs_acl_common: add and use a function exit labelRalph Boehme2020-12-171-17/+9
* vfs_acl_xattr: reformattingRalph Boehme2020-12-171-7/+9
* vfs: RIP SMB_VFS_SYS_ACL_SET_FILE()Ralph Boehme2020-12-1723-578/+11
* vfs_time_audit: support real dirfsps in smb_time_audit_mkdirat()Ralph Boehme2020-12-171-1/+12
* vfs_full_audit: support real dirfsps in smb_full_audit_mkdirat()Ralph Boehme2020-12-171-1/+12
* vfs_shadow_copy2: support real dirfsps in shadow_copy2_mkdirat()Ralph Boehme2020-12-171-1/+11
* vfs_linux_xfs_sgid: support real dirfsps in linux_xfs_sgid_mkdirat()Ralph Boehme2020-12-171-8/+8
* vfs_glusterfs: support real dirfsps in vfs_gluster_mkdirat()Ralph Boehme2020-12-171-2/+13
* vfs_audit: support real dirfsps in audit_mkdirat()Ralph Boehme2020-12-171-1/+11
* vfs_extd_audit: support real dirfsps in audit_mkdirat()Ralph Boehme2020-12-171-2/+12
* vfs_xattr_tdb: support real dirfsps in xattr_tdb_mkdirat()Ralph Boehme2020-12-171-7/+9
* vfs_media_harmony: support real dirfsps in mh_mkdirat()Ralph Boehme2020-12-171-2/+11
* vfs_syncops: support real dirfsps in syncops_mkdirat()Ralph Boehme2020-12-171-1/+13
* vfs_unityed_media: support real dirfsps in um_mkdirat()Ralph Boehme2020-12-171-2/+11
* vfs_default: remove assert from vfswrap_mkdirat()Ralph Boehme2020-12-171-2/+0
* smbd: move mode logic out of vfswrap_mkdirat() to the caller mkdir_internal()Ralph Boehme2020-12-172-28/+0
* vfs_default: add support for SMB_ACL_TYPE_DEFAULT and pathref fsps in vfswrap...Ralph Boehme2020-12-171-1/+34
* vfs_aixacl2: handle pathref fsps in aixjfs2_sys_acl_set_fd()Ralph Boehme2020-12-171-0/+12
* vfs_aixacl: handle pathref fsps in aixacl_sys_acl_set_fd()Ralph Boehme2020-12-171-0/+9
* vfs_vxfs: add support for SMB_ACL_TYPE_DEFAULT in vxfs_sys_acl_set_fd()Ralph Boehme2020-12-171-1/+1
* vfs_tru64acl: add support for SMB_ACL_TYPE_DEFAULT to tru64acl_sys_acl_set_fd()Ralph Boehme2020-12-171-1/+15
* vfs_solarisacl: add support for SMB_ACL_TYPE_DEFAULT in solarisacl_sys_acl_se...Ralph Boehme2020-12-171-6/+13
* vfs_posixacl: support SMB_ACL_TYPE_DEFAULT in posixacl_sys_acl_set_fd()Ralph Boehme2020-12-171-3/+3