summaryrefslogtreecommitdiff
path: root/source3/modules
Commit message (Expand)AuthorAgeFilesLines
* s3: VFS: vfs_default. Convert underlying system call to renameat().Jeremy Allison2019-08-161-4/+4
* s3: VFS: Complete the replacement of SMB_VFS_RENAME() -> SMB_VFS_RENAMEAT().Jeremy Allison2019-08-162-30/+0
* s3: VFS: vfs_time_audit. Remove rename_fn(). No longer used.Jeremy Allison2019-08-161-21/+0
* s3: VFS: vfs_full_audit. Remove rename_fn(). No longer used.Jeremy Allison2019-08-161-18/+0
* s3: VFS: vfs_virusfilter. Remove rename_fn(). No longer used.Jeremy Allison2019-08-161-35/+0
* s3: VFS: vfs_unityed_media. Remove rename_fn(). No longer used.Jeremy Allison2019-08-161-49/+0
* s3: VFS: vfs_syncops. Remove rename_fn(). No longer used.Jeremy Allison2019-08-161-22/+1
* s3: VFS: vfs_streams_xattr. Remove rename_fn(). No longer used.Jeremy Allison2019-08-161-89/+0
* s3: VFS: vfs_streams_depot: Change to using SMB_VFS_RENAMEAT() instead of SMB...Jeremy Allison2019-08-161-2/+5
* s3: VFS: vfs_streams_depot. Remove rename_fn(). No longer used.Jeremy Allison2019-08-161-53/+0
* s3: VFS: vfs_snapper. Remove rename_fn(). No longer used.Jeremy Allison2019-08-161-28/+0
* s3: VFS: vfs_shadow_copy2. Remove rename_fn(). No longer used.Jeremy Allison2019-08-161-44/+0
* s3: VFS: vfs_netatalk. Remove rename_fn(). No longer used.Jeremy Allison2019-08-161-39/+0
* s3: VFS: vfs_media_harmony. Remove rename_fn(). No longer used.Jeremy Allison2019-08-161-57/+0
* s3: VFS: vfs_glusterfs. Remove rename_fn(). No longer used.Jeremy Allison2019-08-161-9/+0
* s3: VFS: vfs_fruit. Remove rename_fn(). No longer used.Jeremy Allison2019-08-161-55/+0
* s3: VFS: vfs_extd_audit. Remove rename_fn(). No longer used.Jeremy Allison2019-08-161-25/+0
* s3: VFS: vfs_crossrename. Remove rename_fn(). No longer used.Jeremy Allison2019-08-161-27/+0
* s3: VFS: vfs_ceph_snapshots. Remove rename_fn(). No longer used.Jeremy Allison2019-08-161-33/+0
* s3: VFS: vfs_ceph. Remove rename_fn(). No longer used.Jeremy Allison2019-08-161-16/+0
* s3: VFS: vfs_catia. Remove rename_fn(). No longer used.Jeremy Allison2019-08-161-59/+0
* s3: VFS: vfs_cap. Remove rename_fn(). No longer used.Jeremy Allison2019-08-161-44/+0
* s3: VFS: vfs_audit. Remove rename_fn(). No longer used.Jeremy Allison2019-08-161-18/+0
* s3: VFS: vfs_recycle. Use SMB_VFS_RENAMEAT() instead of SMB_VFS_RENAME().Jeremy Allison2019-08-161-1/+5
* s3: smbd: vfs_virusfilter: Use SMB_VFS_RENAMEAT() instead of SMB_VFS_RENAME.Jeremy Allison2019-08-161-1/+5
* s3: VFS: vfs_virusfilter. Implement renameat().Jeremy Allison2019-08-161-0/+42
* s3: VFS: vfs_unityed_media. Implement renameat().Jeremy Allison2019-08-161-0/+59
* s3: VFS: vfs_time_audit. Implement renameat().Jeremy Allison2019-08-161-0/+27
* s3: VFS: vfs_syncops. Implement renameat().Jeremy Allison2019-08-161-0/+27
* s3: VFS: vfs_streams_xattr. Implement renameat().Jeremy Allison2019-08-161-0/+94
* s3: VFS: vfs_streams_depot. Implement renameat().Jeremy Allison2019-08-161-0/+61
* s3: VFS: vfs_snapper. Implement renameat().Jeremy Allison2019-08-161-0/+35
* s3: VFS: vfs_shadow_copy2. Implement renameat().Jeremy Allison2019-08-161-0/+51
* s3: VFS: vfs_netatalk. Implement renameat().Jeremy Allison2019-08-161-0/+47
* s3: VFS: vfs_media_harmony. Implement renameat().Jeremy Allison2019-08-161-0/+65
* s3: VFS: vfs_glusterfs. Implement renameat().Jeremy Allison2019-08-161-0/+11
* s3: VFS: vfs_full_audit. Implement renameat().Jeremy Allison2019-08-161-0/+24
* s3: VFS: vfs_fruit. Implement renameat().Jeremy Allison2019-08-161-0/+65
* s3: VFS: vfs_extd_audit. Implement renameat().Jeremy Allison2019-08-161-0/+31
* s3: VFS: vfs_crossrename. Implement renameat().Jeremy Allison2019-08-161-1/+30
* s3: VFS: vfs_ceph_snapshots. Implement renameat().Jeremy Allison2019-08-161-0/+39
* s3: VFS: vfs_ceph. Implement renameat().Jeremy Allison2019-08-161-0/+18
* s3: VFS: vfs_catia. Implement renameat().Jeremy Allison2019-08-161-0/+66
* s3: VFS: vfs_cap. Implement renameat().Jeremy Allison2019-08-161-0/+50
* s3: VFS: vfs_audit. Implement renameat().Jeremy Allison2019-08-161-0/+25
* s3: VFS: Add SMB_VFS_RENAMEAT().Jeremy Allison2019-08-163-1/+38
* s3: VFS: change connection_struct cwd_fname to cwd_fspRalph Boehme2019-08-169-26/+26
* vfs_full_audit: pass conn to smb_fname_str_do_log()Ralph Boehme2019-08-161-18/+18
* vfs_glusterfs: initialize st_ex_file_id, st_ex_itime and st_ex_iflagsRalph Boehme2019-08-161-0/+4
* vfs_default: use correct flag in vfswrap_fs_file_idRalph Boehme2019-08-151-1/+1