summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* auth:creds: Check return code of cli_credentials_guess()Andreas Schneider2021-06-291-2/+5
* lib:cmdline: Ignore the return code of cli_credentials_guess()Andreas Schneider2021-06-291-1/+8
* auth:creds: Return bool for cli_credentials_guess()Andreas Schneider2021-06-293-15/+39
* auth:creds: Add sanity check for env variablesAndreas Schneider2021-06-291-18/+45
* s4:rpc_server: Check return code of cli_credentials_set_conf()Andreas Schneider2021-06-291-1/+9
* s4:kpasswd: Check return code of cli_credentials_set_conf()Andreas Schneider2021-06-291-1/+4
* s4:dns_server: Check return code of cli_credentials_set_conf()Andreas Schneider2021-06-291-1/+8
* s4:dns:bind_dlz: Check return codes of cli_credentials functionsAndreas Schneider2021-06-291-2/+20
* s4:auth: Check return code of cli_credentials_set_conf()Andreas Schneider2021-06-291-2/+10
* s4:auth: Check return code of cli_credentials_set_conf()Andreas Schneider2021-06-291-1/+7
* 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
* auth:creds: Check return code of cli_credentials_set_conf()Andreas Schneider2021-06-291-2/+5
* auth:creds: Return a bool for cli_credentials_set_conf()Andreas Schneider2021-06-293-18/+74
* rpc/dnsserver: check talloc_strndup returnDouglas Bagnall2021-06-291-17/+15
* rpc dnsserver: improve handling of serial numbersDouglas Bagnall2021-06-292-6/+32
* rpc dnsserver: set the record rankDouglas Bagnall2021-06-291-0/+2
* rpc dnsserver: updates reset more than timestampDouglas Bagnall2021-06-291-2/+8
* rpc:dnsserver: allow update replacing with similar recordDouglas Bagnall2021-06-293-10/+15
* rpc:dnsserver: split off record rank setting logicDouglas Bagnall2021-06-291-9/+16
* 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