mirror of
https://github.com/samba-team/samba.git
synced 2025-06-21 03:17:08 +03:00
Windows server doesn't set the SMB2_SESSION_FLAG_IS_GUEST nor SMB2_SESSION_FLAG_IS_NULL flag. This fix makes sure we don't try to verify a signature on the final session setup response. metze Autobuild-User: Stefan Metzmacher <metze@samba.org> Autobuild-Date: Mon Apr 16 14:44:46 CEST 2012 on sn-devel-104
11 lines
440 B
Python
11 lines
440 B
Python
#!/usr/bin/env python
|
|
|
|
bld.SAMBA_SUBSYSTEM('LIBCLI_SMB2',
|
|
source='transport.c request.c session.c tcon.c create.c close.c connect.c getinfo.c write.c read.c setinfo.c find.c ioctl.c logoff.c tdis.c flush.c lock.c notify.c cancel.c keepalive.c break.c util.c signing.c lease_break.c',
|
|
autoproto='smb2_proto.h',
|
|
deps='tevent-util cli_smb_common',
|
|
public_deps='smbclient-raw gensec samba-credentials tevent',
|
|
public_headers='smb2.h',
|
|
)
|
|
|