summaryrefslogtreecommitdiff
path: root/source3/modules
Commit message (Expand)AuthorAgeFilesLines
* s3: rename talloc_sub_advanced() to talloc_sub_full()Ralph Boehme2019-11-074-4/+4
* vfs: Use file_id_str_buf() in vfs_delay_inject_brl_lock_timer()Volker Lendecke2019-11-061-1/+2
* smbd: Use struct initialization instead of ZERO_STRUCT()Volker Lendecke2019-11-061-3/+1
* vfs: Use file_id_str_buf() in smb_full_audit_file_id_create()Volker Lendecke2019-11-061-1/+4
* source3/modules/vfs_virusfilter.c: typo fixesBjörn Jacke2019-10-311-1/+1
* source3/modules/vfs_recycle.c: typo fixesBjörn Jacke2019-10-311-1/+1
* s3: VFS: Complete the removal of SMB_VFS_CHOWN()Jeremy Allison2019-10-152-24/+0
* s3: VFS: vfs_full_audit: Remove chown_fn(). No longer used.Jeremy Allison2019-10-151-18/+0
* s3: VFS: vfs_time_audit: Remove chown_fn(). No longer used.Jeremy Allison2019-10-151-24/+0
* s3: VFS: vfs_cap: Remove chown_fn().Jeremy Allison2019-10-151-30/+0
* s3: VFS: vfs_snapper: Remove chown_fn().Jeremy Allison2019-10-151-22/+0
* s3: VFS: vfs_shadow_copy2: Remove chown_fn().Jeremy Allison2019-10-151-22/+0
* s3: VFS: vfs_media_harmony: Remove chown_fn().Jeremy Allison2019-10-151-35/+0
* s3: VFS: vfs_glusterfs: Remove chown_fn().Jeremy Allison2019-10-151-15/+0
* s3: VFS: vfs_fruit: Remove chown_fn().Jeremy Allison2019-10-151-47/+0
* s3: VFS: vfs_fake_acls: Remove chown_fn().Jeremy Allison2019-10-151-41/+0
* s3: VFS: vfs_ceph_snapshots: Remove chown_fn().Jeremy Allison2019-10-151-23/+0
* s3: VFS: vfs_ceph: Remove chown_fn().Jeremy Allison2019-10-151-13/+0
* s3: VFS: vfs_catia: Remove chown_fn().Jeremy Allison2019-10-151-39/+0
* s3: VFS: vfs_cap: Remove chown_fn().Jeremy Allison2019-10-151-35/+0
* s3: VFS: Complete the removal of SMB_VFS_RMDIR()Jeremy Allison2019-10-102-20/+0
* s3: VFS: vfs_time_audit: Remove rmdir_fn(). No longer used.Jeremy Allison2019-10-101-19/+0
* s3: VFS: vfs_time_audit: Remove rmdir_fn(). No longer used.Jeremy Allison2019-10-101-22/+0
* s3: VFS: vfs_syncops: Remove rmdir_fn(). No longer used.Jeremy Allison2019-10-101-7/+0
* s3: VFS: vfs_streams_depot: Remove rmdir_fn(). No longer used.Jeremy Allison2019-10-101-9/+0
* s3: VFS: vfs_snapper: Remove rmdir_fn(). No longer used.Jeremy Allison2019-10-101-17/+0
* s3: VFS: vfs_shadow_copy2: Remove rmdir_fn(). No longer used.Jeremy Allison2019-10-101-20/+0
* s3: VFS: vfs_posix_eadb: Remove rmdir_fn(). No longer used.Jeremy Allison2019-10-101-12/+0
* s3: VFS: vfs_media_harmony: Remove rmdir_fn(). No longer used.Jeremy Allison2019-10-101-36/+0
* s3: VFS: vfs_glusterfs: Remove rmdir_fn(). No longer used.Jeremy Allison2019-10-101-14/+0
* s3: VFS: vfs_extd_audit: Remove rmdir_fn(). No longer used.Jeremy Allison2019-10-101-22/+0
* s3: VFS: vfs_ceph_snapshots: Remove rmdir_fn(). No longer used.Jeremy Allison2019-10-101-21/+0
* s3: VFS: vfs_ceph: Remove rmdir_fn(). No longer used.Jeremy Allison2019-10-101-12/+0
* s3: VFS: vfs_catia: Remove rmdir_fn(). No longer used.Jeremy Allison2019-10-101-35/+0
* s3: VFS: vfs_cap: Remove rmdir_fn(). No longer used.Jeremy Allison2019-10-101-26/+0
* s3: VFS: vfs_audit: Remove rmdir_fn(). No longer used.Jeremy Allison2019-10-101-16/+0
* s3: VFS: vfs_acl_xattr: Remove rmdir_fn(). No longer used.Jeremy Allison2019-10-101-9/+0
* s3: VFS: vfs_acl_tdb: Remove rmdir_fn(). No longer used.Jeremy Allison2019-10-101-29/+0
* s3: VFS: vfs_fruit: Remove rmdir_fn. No longer used.Jeremy Allison2019-10-101-9/+0
* s3: VFS: vfs_unityed_media: Remove rmdir_fn. No longer used.Jeremy Allison2019-10-101-29/+0
* s3: VFS: vfs_xattr_tdb: Remove rmdir_fn. No longer used.Jeremy Allison2019-10-101-41/+0
* s3: VFS: vfs_fruit: Change fruit_rmdir_internal() to call UNLINKAT instead of...Jeremy Allison2019-10-101-1/+4
* s3: VFS: vfs_streams_depot: Change RMDIR -> UNLINKAT inside streams_depot_unl...Jeremy Allison2019-10-101-1/+4
* s3: VFS: vfs_streams_depot: Change RMDIR -> UNLINKAT inside stream_dir().Jeremy Allison2019-10-101-1/+4
* s3: VFS: vfs_streams_depot: Add a dirfsp parameter to streams_depot_rmdir_int...Jeremy Allison2019-10-101-2/+6
* s3: VFS: vfs_streams_depot: Rename streams_depot_rmdir() to streams_depot_rmd...Jeremy Allison2019-10-101-4/+10
* s3: VFS: vfs_posix_eadb: Convert streams_depot_rmdir_internal() to call UNLIN...Jeremy Allison2019-10-101-2/+8
* s3: VFS: vfs_posix_eadb: Convert posix_eadb_rmdir_internal() to call UNLINKAT...Jeremy Allison2019-10-101-1/+4
* s3: VFS: vfs_posix_eadb: Add a dirfsp parameter to posix_eadb_rmdir_internal().Jeremy Allison2019-10-101-1/+5
* s3: VFS: vfs_posix_eadb: Rename posix_eadb_rmdir() to posix_eadb_rmdir_intern...Jeremy Allison2019-10-101-2/+12