[PATCH} Implement SMB3/SMB3 in smbclient and smbcacls (and generic client library).

Jeremy Allison jra at samba.org
Mon Aug 12 11:33:22 MDT 2013


On Mon, Aug 12, 2013 at 07:00:00PM +0200, Stefan (metze) Metzmacher wrote:
> And here the attachement...
> (From my master3-jra branch)

Doesn't compile for me:

../source3/libsmb/cliconnect.c: In function ‘cli_start_connection_done’:
../source3/libsmb/cliconnect.c:3141:28: error: ‘state’ undeclared (first use in this function)
../source3/libsmb/cliconnect.c:3141:28: note: each undeclared identifier is reported only once for each function it appears in[2236/412

and indeed this is an error in patch:

Subject: [PATCH 06/43] s3:libsmb: Ensure we ask for DEFAULT_SMB2_MAX_CREDITS
 on successful negprot.

Signed-off-by: Jeremy Allison <jra at samba.org>
Signed-off-by: Stefan Metzmacher <metze at samba.org>
---
 source3/libsmb/cliconnect.c |    8 ++++++++
 source3/libsmb/clidfs.c     |    5 +++++

being moved from cli_start_connection_recv() to cli_start_connection_done().

Jeremy.


More information about the samba-technical mailing list