summaryrefslogtreecommitdiff
path: root/source3
Commit message (Expand)AuthorAgeFilesLines
* s3:winbindd: Check return code of cli_credentials_set_conf()Andreas Schneider2021-06-291-1/+6
* s3:passdb: Check return code of cli_credentials_set_conf()Andreas Schneider2021-06-291-2/+10
* s3:libsmb: Check return code of cli_credentials_set_conf()Andreas Schneider2021-06-291-1/+4
* s3:auth: Check return code of cli_credentials_set_conf()Andreas Schneider2021-06-291-1/+7
* s3: VFS: fake_acls. Add missing NULL check for return of cp_smb_filename().Jeremy Allison2021-06-281-0/+5
* s3: smbd: Cleanup - rename get_ea_names_from_file() -> get_ea_names_from_fsp().Jeremy Allison2021-06-254-6/+6
* s3: smbd: Rename get_ea_value() -> get_ea_value_fsp().Jeremy Allison2021-06-253-78/+51
* s3: VFS: streams_xattr: Rename get_xattr_size() -> get_xattr_size_fsp().Jeremy Allison2021-06-251-28/+12
* s3: VFS: streams_xattr: In streams_xattr_stat() - ~S_IFMT already removes S_I...Jeremy Allison2021-06-251-1/+0
* s3: VFS: streams_xattr: Use openat_pathref_fsp() to create a smb_fname->fsp (...Jeremy Allison2021-06-251-16/+49
* s3: VFS: streams_xattr: In streams_xattr_stat(), make use of smb_fname->fsp->...Jeremy Allison2021-06-251-1/+9
* s3: VFS: streams_xattr: Bring streams_xattr_stat_base() inline into streams_x...Jeremy Allison2021-06-251-22/+7
* s3: VFS: streams_xattr: Simplify streams_xattr_lstat().Jeremy Allison2021-06-251-41/+9
* s3: VFS: streams_xattr: Use fsp->base_fsp for the fsp parameter to get_xattr_...Jeremy Allison2021-06-251-20/+2
* s3: VFS: streams_xattr: Add an fsp parameter to get_xattr_size().Jeremy Allison2021-06-251-5/+23
* s3: VFS: streams_xattr: In streams_xattr_openat() we can assume fsp->base_fsp...Jeremy Allison2021-06-251-3/+7
* s3: VFS: streams_xattr: In walk_xattr_streams() use smb_fname->fsp for get_ea...Jeremy Allison2021-06-251-1/+1
* s3: VFS: streams_xattr: In streams_xattr_ftruncate() - remove smb_fname_base.Jeremy Allison2021-06-251-13/+0
* s3: VFS: streams_xattr: In streams_xattr_ftruncate() - use the fsp->base_fsp ...Jeremy Allison2021-06-251-2/+6
* s3: VFS: streams_xattr: In streams_xattr_ftruncate() - remove conditional.Jeremy Allison2021-06-251-3/+5
* s3: VFS: streams_xattr: In streams_xattr_pread() - remove smb_fname_base.Jeremy Allison2021-06-251-13/+0
* s3: VFS: streams_xattr: In streams_xattr_pread() - use the fsp->base_fsp argu...Jeremy Allison2021-06-251-2/+6
* s3: VFS: streams_xattr: In streams_xattr_pwrite() - remove smb_fname_base.Jeremy Allison2021-06-251-13/+0
* s3: VFS: streams_xattr: In streams_xattr_pwrite() - use the fsp->base_fsp arg...Jeremy Allison2021-06-251-2/+6
* s3: VFS: streams_xattr: In streams_xattr_pwrite() - remove conditional.Jeremy Allison2021-06-251-3/+5
* s3: VFS: ceph_snapshots: Remove ceph_snap_get_btime().Jeremy Allison2021-06-251-67/+0
* s3: VFS: ceph_snapshots: In ceph_snap_gmt_convert_dir() - change to use ceph_...Jeremy Allison2021-06-251-2/+37
* s3: VFS: ceph_snapshots: In ceph_snap_fill_label(), use ceph_snap_get_btime_f...Jeremy Allison2021-06-251-3/+32
* s3: VFS: ceph_snapshots: In ceph_snap_fill_label() - pass in dirfsp instead o...Jeremy Allison2021-06-251-3/+6
* s3: VFS: ceph_snapshots: Add ceph_snap_get_btime_fsp().Jeremy Allison2021-06-251-0/+70
* s3: VFS: fake_acls: Remove unused fake_acls_uid()/fake_acls_gid().Jeremy Allison2021-06-251-39/+0
* s3: VFS: fake_acls: In fake_acls_stat() - Now we always have a valid fsp, rem...Jeremy Allison2021-06-251-16/+8
* s3: VFS: fake_acls: In fake_acls_stat() - use openat_pathref_fsp() to always ...Jeremy Allison2021-06-251-5/+62
* s3: VFS: fake_acls: In fake_acls_stat() - if we have a pathref fsp, use it.Jeremy Allison2021-06-251-2/+26
* s3: VFS: fake_acls: In fake_acls_stat() - remove call to get_full_smb_filenam...Jeremy Allison2021-06-251-18/+1
* s3: VFS: fake_acls: In fake_acls_lstat() - get a pathref on whatever the link...Jeremy Allison2021-06-251-14/+49
* s3: VFS: fake_acls: In fake_acls_lstat() - remove call to get_full_smb_filena...Jeremy Allison2021-06-251-16/+0
* s3: VFS: streams_depot: file_is_valid(), SMB_VFS_GETXATTR() -> SMB_VFS_FGETXA...Jeremy Allison2021-06-251-3/+25
* s3: lib: adouble: Remove ad_set() - Dead code. Not used anywhere.Jeremy Allison2021-06-252-42/+0
* s3: lib: adouble: Protect ad_read_meta() from accidently using a NULL fsp.Jeremy Allison2021-06-251-4/+6
* s3: torture: In cmd_getxattr(), SMB_VFS_GETXATTR() -> SMB_VFS_FGETXATTR().Jeremy Allison2021-06-251-4/+21
* s3: smbd: get_ea_list_from_fsp(). Make it clear we're using only the fsp by r...Jeremy Allison2021-06-251-1/+1
* s3: smbd: fload_inherited_info(). Always use SMB_VFS_FGETXATTR().Jeremy Allison2021-06-251-9/+1
* s3: modules: acl_xattr: getxattr_do(). Remove the smb_fname parameter.Jeremy Allison2021-06-251-9/+3
* s3: smbd: Temporarily add protection to get_ea_value() for fsp==NULL and smb_...Jeremy Allison2021-06-251-0/+8
* s3: smbd: get_ea_value(). If we have an fsp, *always* use it for SMB_VFS_FGET...Jeremy Allison2021-06-251-1/+1
* s3: smbd: Move the call to fsp_set_fd(conn->cwd_fsp, AT_FDCWD) to just after ...Jeremy Allison2021-06-251-1/+1
* s3: smbd: On startup file_name_hash() can be called with an absolute pathname.Jeremy Allison2021-06-251-2/+13
* s3: smbd: In openat_pathref_fsp(), just check we're opening the same file typ...Jeremy Allison2021-06-251-8/+22
* docs-xml: Disable `winbind scan trusted domains` by defaultAndreas Schneider2021-06-231-1/+1