[SCM] Samba Shared Repository - branch master updated

2021-06-28 Thread Andrew Bartlett
The branch, master has been updated
   via  5f70396e62d idl: secrets_domain_info1_change is not a recursive 
structure
   via  feaf0d1ab71 s4:dsdsb: Check return code of cli_credentials_guess()
   via  ee9dc1fb474 s3:libsmb: Check return code of cli_credentials_guess()
   via  08585bcfb2b s3:libnetapi: Check return code of 
cli_credentials_guess()
   via  304cb910bd3 auth:creds: Check return code of cli_credentials_guess()
   via  9f69e93bad3 lib:cmdline: Ignore the return code of 
cli_credentials_guess()
   via  9f786df2a2f auth:creds: Return bool for cli_credentials_guess()
   via  f7ff694cddd auth:creds: Add sanity check for env variables
   via  5dd3a0cc175 s4:rpc_server: Check return code of 
cli_credentials_set_conf()
   via  cfe9fb2373f s4:kpasswd: Check return code of 
cli_credentials_set_conf()
   via  0ea4041432f s4:dns_server: Check return code of 
cli_credentials_set_conf()
   via  9c84bea515e s4:dns:bind_dlz: Check return codes of cli_credentials 
functions
   via  6fb3cd8d133 s4:auth: Check return code of cli_credentials_set_conf()
   via  2f700ebda69 s4:auth: Check return code of cli_credentials_set_conf()
   via  5281a6592b0 s3:winbindd: Check return code of 
cli_credentials_set_conf()
   via  0f13044634d s3:passdb: Check return code of 
cli_credentials_set_conf()
   via  b18fa931f31 s3:libsmb: Check return code of 
cli_credentials_set_conf()
   via  ced8390c955 s3:auth: Check return code of cli_credentials_set_conf()
   via  cdf8859b906 auth:creds: Check return code of 
cli_credentials_set_conf()
   via  1d6dfd5b4d7 auth:creds: Return a bool for cli_credentials_set_conf()
   via  701c55841fb rpc/dnsserver: check talloc_strndup return
   via  14ce22f4465 rpc dnsserver: improve handling of serial numbers
   via  0fa98cd38b5 rpc dnsserver: set the record rank
   via  8b3d2556dad rpc dnsserver: updates reset more than timestamp
   via  9fb87134b8c rpc:dnsserver: allow update replacing with similar 
record
   via  fa608837369 rpc:dnsserver: split off record rank setting logic
  from  b5339048001 s3: VFS: fake_acls. Add missing NULL check for return 
of cp_smb_filename().

https://git.samba.org/?p=samba.git;a=shortlog;h=master


- Log -
commit 5f70396e62d7cc77bf248576e2ca6e7f0f755bde
Author: Pavel Filipenský 
Date:   Tue Jun 22 16:00:00 2021 +0200

idl: secrets_domain_info1_change is not a recursive structure

575d39048e3b4f619d65d65303ac809c40c5d495 has marked
several structures as recursive, they contain typically a
backpointer named '* next'. secrets_domain_info1 is not self
recursive, it only contains a pointer named '*next_change'.

Signed-off-by: Pavel Filipenský 
Reviewed-by: Andrew Bartlett 
Reviewed-by: Douglas Bagnall 

Autobuild-User(master): Andrew Bartlett 
Autobuild-Date(master): Tue Jun 29 03:07:17 UTC 2021 on sn-devel-184

commit feaf0d1ab7128230181c071c8da9cd2cc67bd41c
Author: Andreas Schneider 
Date:   Tue Jun 22 09:37:13 2021 +0200

s4:dsdsb: Check return code of cli_credentials_guess()

Signed-off-by: Andreas Schneider 
Reviewed-by: Andrew Bartlett 

commit ee9dc1fb47442c6b8839b10be135f2af525fe376
Author: Andreas Schneider 
Date:   Tue Jun 22 09:35:47 2021 +0200

s3:libsmb: Check return code of cli_credentials_guess()

Signed-off-by: Andreas Schneider 
Reviewed-by: Andrew Bartlett 

commit 08585bcfb2b60c1684f2f5c69496d16b8d86ee6b
Author: Andreas Schneider 
Date:   Tue Jun 22 09:34:39 2021 +0200

s3:libnetapi: Check return code of cli_credentials_guess()

Signed-off-by: Andreas Schneider 
Reviewed-by: Andrew Bartlett 

commit 304cb910bd3637e79805b7a0fd21f508d1f9d5a0
Author: Andreas Schneider 
Date:   Tue Jun 22 09:24:38 2021 +0200

auth:creds: Check return code of cli_credentials_guess()

Signed-off-by: Andreas Schneider 
Reviewed-by: Andrew Bartlett 

commit 9f69e93bad38d45a53219cf248ba92097298b7e7
Author: Andreas Schneider 
Date:   Tue Apr 27 16:19:31 2021 +0200

lib:cmdline: Ignore the return code of cli_credentials_guess()

Signed-off-by: Andreas Schneider 
Reviewed-by: Andrew Bartlett 

commit 9f786df2a2fd5c72b331625db74547fc88ad3e83
Author: Andreas Schneider 
Date:   Tue Apr 27 16:15:30 2021 +0200

auth:creds: Return bool for cli_credentials_guess()

Signed-off-by: Andreas Schneider 
Reviewed-by: Andrew Bartlett 

commit f7ff694cdddfe2c93751dd951fdf08defc51b5d5
Author: Andreas Schneider 
Date:   Tue Apr 27 16:11:48 2021 +0200

auth:creds: Add sanity check for env variables

CID 710829

Signed-off-by: Andreas Schneider 
Reviewed-by: Andrew Bartlett 

commit 5dd3a0cc17582388e59f8775d5ffdad679b05aa6
Author: Andreas Schneider 
Date:   Tue Jun 22 09:48:42 2021 +0200

s4:rpc_server: Check return code of cli_credentials_set_conf()


[SCM] Samba Shared Repository - branch master updated

2021-06-28 Thread Jeremy Allison
The branch, master has been updated
   via  b5339048001 s3: VFS: fake_acls. Add missing NULL check for return 
of cp_smb_filename().
  from  c2fde31b1c2 s3: smbd: Cleanup - rename get_ea_names_from_file() -> 
get_ea_names_from_fsp().

https://git.samba.org/?p=samba.git;a=shortlog;h=master


- Log -
commit b5339048001890f4e0ea0b19fdf15f988878c735
Author: Jeremy Allison 
Date:   Mon Jun 28 10:20:49 2021 -0700

s3: VFS: fake_acls. Add missing NULL check for return of cp_smb_filename().

Found by Coverity.

Signed-off-by: Jeremy Allison 
Reviewed-by: Ralph Boehme 

Autobuild-User(master): Jeremy Allison 
Autobuild-Date(master): Mon Jun 28 20:03:33 UTC 2021 on sn-devel-184

---

Summary of changes:
 source3/modules/vfs_fake_acls.c | 5 +
 1 file changed, 5 insertions(+)


Changeset truncated at 500 lines:

diff --git a/source3/modules/vfs_fake_acls.c b/source3/modules/vfs_fake_acls.c
index 79735a81233..15cfff63f44 100644
--- a/source3/modules/vfs_fake_acls.c
+++ b/source3/modules/vfs_fake_acls.c
@@ -116,6 +116,11 @@ static int fake_acls_stat(vfs_handle_struct *handle,
 */
smb_fname_cp = cp_smb_filename(talloc_tos(),
   smb_fname);
+   if (smb_fname_cp == NULL) {
+   errno = ENOMEM;
+   return -1;
+   }
+
/* Recursion guard. */
in_openat_pathref_fsp = true;
status = openat_pathref_fsp(handle->conn->cwd_fsp,


-- 
Samba Shared Repository