summaryrefslogtreecommitdiff
path: root/source3/modules
Commit message (Expand)AuthorAgeFilesLines
...
* s3: VFS: vfs_acl_common: Convert rmdir_acl_common() to use UNLINKAT instead o...Jeremy Allison2019-10-101-1/+4
* s3: VFS: Change rmdir_acl_common() to take a files_struct *dirfsp pointer.Jeremy Allison2019-10-104-6/+16
* s3: VFS: vfs_acl_common: Change acl_common_remove_object() to use UNLINKAT in...Jeremy Allison2019-10-101-1/+4
* s3: VFS: vfs_acl_xattr. Wrap rmdir_acl_common() by acl_xattr_rmdir() so we do...Jeremy Allison2019-10-101-1/+7
* s3: VFS: Add SMB_VFS_FCNTLAnoop C S2019-10-084-0/+102
* s3:smbd: use is_named_stream() in a a few placesRalph Boehme2019-10-025-122/+21
* vfs_default: use is_named_stream() for stream checkRalph Boehme2019-10-021-6/+6
* s3: VFS: Complete the replacement of SMB_VFS_UNLINK() -> SMB_VFS_UNLINKAT().Jeremy Allison2019-09-262-27/+0
* s3: VFS: vfs_full_audit: Remove unlink_fn. No longer used.Jeremy Allison2019-09-261-16/+0
* s3: VFS: vfs_acl_tdb: Remove unlink_fn. No longer used.Jeremy Allison2019-09-261-42/+0
* s3: VFS: vfs_acl_xattr: Remove unlink_fn. No longer used.Jeremy Allison2019-09-261-10/+0
* s3: VFS: vfs_posix_eadb: Remove unlink_fn. No longer used.Jeremy Allison2019-09-261-10/+0
* s3: VFS: vfs_ceph: Remove unlink_fn. No longer used.Jeremy Allison2019-09-261-16/+0
* s3: VFS: vfs_glusterfs: Remove unlink_fn. No longer used.Jeremy Allison2019-09-261-13/+0
* s3: VFS: vfs_streams_depot: Remove unlink_fn. No longer used.Jeremy Allison2019-09-261-10/+0
* s3: VFS: vfs_syncops: Remove unlink_fn. No longer used.Jeremy Allison2019-09-261-7/+0
* s3: VFS: vfs_fruit: Remove unlink_fn. No longer used.Jeremy Allison2019-09-261-9/+0
* s3: VFS: vfs_recycle: Remove unlink_fn. No longer used.Jeremy Allison2019-09-261-13/+0
* s3: VFS: vfs_unityed_media: Remove unlink_fn. No longer used.Jeremy Allison2019-09-261-27/+0
* s3: VFS: vfs_xattr_tdb: Remove unlink_fn. No longer used.Jeremy Allison2019-09-261-60/+0
* s3: VFS: vfs_virusfilter: Remove unlink_fn. No longer used.Jeremy Allison2019-09-261-29/+0
* s3: VFS: vfs_time_audit: Remove unlink_fn. No longer used.Jeremy Allison2019-09-261-20/+0
* s3: VFS: vfs_streams_xattr: Remove unlink_fn. No longer used.Jeremy Allison2019-09-261-10/+0
* s3: VFS: vfs_snapper: Remove unlink_fn. No longer used.Jeremy Allison2019-09-261-18/+0
* s3: VFS: vfs_shadow_copy2: Remove unlink_fn. No longer used.Jeremy Allison2019-09-261-18/+0
* s3: VFS: vfs_media_harmony: Remove unlink_fn. No longer used.Jeremy Allison2019-09-261-36/+0
* s3: VFS: vfs_extd_audit: Remove unlink_fn. No longer used.Jeremy Allison2019-09-261-22/+0
* s3: VFS: vfs_ceph_snapshots: Remove unlink_fn. No longer used.Jeremy Allison2019-09-261-21/+0
* s3: VFS: vfs_catia: Remove unlink_fn. No longer used.Jeremy Allison2019-09-261-32/+0
* s3: VFS: vfs_cap: Remove unlink_fn. No longer used.Jeremy Allison2019-09-261-29/+0
* s3: VFS: vfs_audit: Remove unlink_fn. No longer used.Jeremy Allison2019-09-261-16/+0
* s3: lib: adouble: Add struct files_struct *dirfsp parameter to ad_convert().Jeremy Allison2019-09-261-1/+6
* s3: VFS: vfs_fruit. Change delete_invalid_meta_stream() to use UNLINKAT().Jeremy Allison2019-09-261-1/+4
* s3: VFS: vfs_fruit. Change fruit_pread_meta_stream() to use UNLINKAT().Jeremy Allison2019-09-261-1/+4
* s3: VFS: vfs_fruit. Add struct files_struct *dirfsp parameter to fruit_unlink...Jeremy Allison2019-09-261-4/+11
* s3: VFS: vfs_fruit. Add struct files_struct *dirfsp parameter to fruit_unlink...Jeremy Allison2019-09-261-4/+11
* s3: VFS: vfs_fruit. Add files_struct *dirfsp parameter to fruit_unlink_rsrc().Jeremy Allison2019-09-261-4/+8
* s3: VFS: vfs_fruit. Add struct files_struct *dirfsp parameter to fruit_unlink...Jeremy Allison2019-09-261-3/+9
* s3: VFS: vfs_fruit. Add files_struct *dirfsp parameter to fruit_unlink_meta().Jeremy Allison2019-09-261-2/+5
* s3: VFS: vfs_fruit: Convert fruit_rmdir_internal() to UNLINKAT().Jeremy Allison2019-09-261-1/+4
* s3: VFS: vfs_fruit: Add dirfsp files_struct pointer parameter to fruit_rmdir_...Jeremy Allison2019-09-261-1/+5
* s3: VFS: vfs_fruit: Wrap fruit_rmdir() so we can add parameters.Jeremy Allison2019-09-261-1/+8
* s3: VFS: vfs_fruit. Change fruit_unlink_internal() to call UNLNKAT.Jeremy Allison2019-09-261-3/+12
* s3: VFS: vfs_fruit. Add files_struct *dirfsp to fruit_unlink_internal() so we...Jeremy Allison2019-09-261-2/+7
* s3: VFS: vfs_fruit. Wrap Convert fruit_unlink() -> fruit_unlink_internal() so...Jeremy Allison2019-09-261-2/+8
* s3: VFS: vfs_acl_common: Convert unlink_acl_common(), acl_common_remove_objec...Jeremy Allison2019-09-261-2/+8
* s3: VFS: vfs_acl_common: Add dirfsp, flags parameters to unlink_acl_common().Jeremy Allison2019-09-264-6/+22
* s3: VFS: vfs_acl_xattr: Don't call unlink_acl_common() directly.Jeremy Allison2019-09-261-1/+7
* s3: VFS: vfs_virusfilter: Change UNLINK -> UNLINKAT in infected_file_action_d...Jeremy Allison2019-09-261-1/+4
* s3: VFS: vfs_posix_eadb: Wrap posix_eadb_unlink() into a call to posix_eadb_u...Jeremy Allison2019-09-261-4/+21