summaryrefslogtreecommitdiff
path: root/source3
Commit message (Expand)AuthorAgeFilesLines
...
* docs-xml: Enable `winbind use krb5 enterprise principals` by defaultAndreas Schneider2021-06-231-0/+2
* s3: VFS: posixacl_xattr: Remove posixacl_xattr_acl_set_file(). No longer used.Jeremy Allison2021-06-232-40/+0
* s3: VFS: posixacl_xattr: Remove posixacl_xattr_acl_get_file(). No longer used.Jeremy Allison2021-06-232-77/+0
* s3: VFS: Update status of SMB_VFS_RENAMEAT.Jeremy Allison2021-06-222-2/+2
* s3: smbd: Make SMB_VFS_RENAMEAT() a relative call.Jeremy Allison2021-06-221-5/+93
* s3: VFS: streams_xattr: Use real dirfsp for SMB_VFS_RENAMEAT()Jeremy Allison2021-06-221-27/+62
* s3: VFS: streams_depot: Use real dirfsp for SMB_VFS_RENAMEAT()Jeremy Allison2021-06-221-4/+29
* s3: VFS: unityed_media: Use real dirfsp for SMB_VFS_RENAMEAT()Jeremy Allison2021-06-221-10/+32
* s3: VFS: time_audit: Use real dirfsp for SMB_VFS_RENAMEAT()Jeremy Allison2021-06-221-1/+12
* s3: VFS: syncops: Use real dirfsp for SMB_VFS_RENAMEAT()Jeremy Allison2021-06-221-2/+21
* s3: VFS: virusfilter: Use real dirfsp for SMB_VFS_RENAMEAT()Noel Power2021-06-221-4/+29
* s3: VFS: media_harmony: Use real dirfsp for SMB_VFS_RENAMEAT()Jeremy Allison2021-06-221-14/+29
* s3: VFS: glusterfs: Use real dirfsp for SMB_VFS_RENAMEAT()Jeremy Allison2021-06-221-2/+25
* s3: VFS: full_audit.c: Use real dirfsp for SMB_VFS_RENAMEAT()Jeremy Allison2021-06-221-2/+30
* s3: VFS: extd_audit: Use real dirfsp for SMB_VFS_RENAMEAT()Jeremy Allison2021-06-221-7/+35
* s3: VFS: ceph: Use real dirfsp for SMB_VFS_RENAMEAT()Jeremy Allison2021-06-221-3/+25
* s3: VFS: cap: Use real dirfsp for SMB_VFS_RENAMEAT()Jeremy Allison2021-06-221-6/+36
* s3: VFS: audit: Use real dirfsp for SMB_VFS_RENAMEAT()Jeremy Allison2021-06-221-2/+30
* s3: VFS: crossrename. Use real dirfsp for SMB_VFS_RENAMEAT()Jeremy Allison2021-06-221-106/+89
* s3: smbd: Make copy_internals() public. vfs_crossrename() will be changed to ...Jeremy Allison2021-06-222-6/+12
* s3: VFS: syncops. Do early return in syncops_renameat().Jeremy Allison2021-06-221-4/+12
* s3: VFS: syncops. Do early return in syncops_linkat()Jeremy Allison2021-06-221-17/+25
* s3: VFS: syncops: Do early returns in SYNCOPS_NEXT_SMB_FNAME() macro.Jeremy Allison2021-06-221-5/+12
* s3: VFS: syncops: Remove direct system calls and use OpenDir()/smb_vfs_fsync_...Jeremy Allison2021-06-221-12/+17
* s3: VFS: syncops: Add 'connection_struct *conn' to syncops_sync_directory().Jeremy Allison2021-06-221-4/+5
* s3: VFS: Add 'connection_struct *conn' parameter to syncops_two_names().Jeremy Allison2021-06-221-8/+12
* s3: VFS: syncops. Add 'connection_struct *conn' to syncops_smb_fname().Jeremy Allison2021-06-221-2/+3
* s3: lib: In adouble_path(), if the parent directory name is ".", don't prepen...Jeremy Allison2021-06-221-1/+6
* s3: VFS: Cleanup. Remove SMB_VFS_FSYNC() macro.Jeremy Allison2021-06-221-5/+0
* s3:modules: Reduce debug level if file doesn't exists on dfs shareAndreas Schneider2021-06-181-4/+11
* s3: smbd: Optimization in non_widelink_open(). Don't need to vfs_ChDir(parent...Jeremy Allison2021-06-181-9/+11
* s3: smbd: change_file_owner_to_parent_fsp(). Don't re-stat the pathref.Jeremy Allison2021-06-181-9/+0
* s3: smbd: Change change_file_owner_to_parent() -> change_file_owner_to_parent...Jeremy Allison2021-06-181-26/+28
* s3: smbd: Make change_file_owner_to_parent() static.Jeremy Allison2021-06-182-4/+1
* s3: smbd: change_dir_owner_to_parent_fsp(). Don't re-stat the pathref.Jeremy Allison2021-06-181-9/+0
* s3: smbd: Change change_dir_owner_to_parent() -> change_dir_owner_to_parent_f...Jeremy Allison2021-06-181-28/+26
* s3: smbd: open_directory(). Cleanup. We don't need 'int flags' here.Jeremy Allison2021-06-181-8/+1
* s3: smbd: Fix smbd crash on dangling symlink with posix connection calling se...Jeremy Allison2021-06-161-1/+13
* s3: torture: Add POSIX-SYMLINK-SETPATHINFO regression test.Jeremy Allison2021-06-164-0/+200
* mdssvc: avoid direct filesystem access, use the VFSRalph Boehme2021-06-161-9/+65
* mdssvc: chdir() to the conn of the RPC requestRalph Boehme2021-06-161-0/+12
* mdssvc: maintain a connection struct in the mds_ctxRalph Boehme2021-06-162-0/+31
* smbd: add create_conn_struct_cwd()Ralph Boehme2021-06-162-0/+46
* smbd: pass tevent context to create_conn_struct_as_root()Ralph Boehme2021-06-161-6/+10
* mdssvc: pass messaging context to mds_init_ctx()Ralph Boehme2021-06-163-0/+3
* mdssvc: don't fail mds_add_result() if result is not found in CNID setRalph Boehme2021-06-161-1/+1
* mdssvc: use a helper variable in mds_add_result()Ralph Boehme2021-06-161-6/+8
* s4:torture: Migrate smbtorture to new cmdline option parserAndreas Schneider2021-06-161-3/+3
* testprogs: Use new kerberos options for smbclient(4) testsAndreas Schneider2021-06-162-4/+4
* gse_krb5: Provide keytab name in fill_mem_keytab_from_dedicated_keytab() erro...Andrew Bartlett2021-06-151-2/+5