[SCM] Samba Shared Repository - branch master updated

Ralph Böhme slow at samba.org
Thu May 9 20:44:02 UTC 2019


The branch, master has been updated
       via  219bc189472 s3:smbd: don't use recvfile on streams
      from  fd4b1f4f16a s3:smbspool: Fix regression printing with Kerberos credentials

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


- Log -----------------------------------------------------------------
commit 219bc189472acff24410009ee16a409e0aaf8eef
Author: Ralph Boehme <slow at samba.org>
Date:   Thu Apr 25 10:57:58 2019 +0200

    s3:smbd: don't use recvfile on streams
    
    Bug: https://bugzilla.samba.org/show_bug.cgi?id=13938
    
    Signed-off-by: Ralph Boehme <slow at samba.org>
    Reviewed-by: Jeremy Allison <jra at samba.org>
    
    Autobuild-User(master): Ralph Böhme <slow at samba.org>
    Autobuild-Date(master): Thu May  9 20:43:53 UTC 2019 on sn-devel-184

-----------------------------------------------------------------------

Summary of changes:
 source3/smbd/smb2_server.c | 3 +++
 1 file changed, 3 insertions(+)


Changeset truncated at 500 lines:

diff --git a/source3/smbd/smb2_server.c b/source3/smbd/smb2_server.c
index bb2d626539b..5057cf68d7b 100644
--- a/source3/smbd/smb2_server.c
+++ b/source3/smbd/smb2_server.c
@@ -3541,6 +3541,9 @@ static bool is_smb2_recvfile_write(struct smbd_smb2_request_read_state *state)
 	if (IS_PRINT(fsp->conn)) {
 		return false;
 	}
+	if (fsp->base_fsp != NULL) {
+		return false;
+	}
 
 	DEBUG(10,("Doing recvfile write len = %u\n",
 		(unsigned int)(state->pktfull - state->pktlen)));


-- 
Samba Shared Repository



More information about the samba-cvs mailing list