mirror of
https://github.com/samba-team/samba.git
synced 2025-02-04 17:47:26 +03:00
910d61bcd1
- it does Negprot and SessionSetup yet the rest returns NT_STATUS_NOT_IMPLEMENTED - it's off by default, enable with: smbsrv:enable smb2 = yes - negotition in the SMB Negprot isn't supported yet - it's only tested with smbtorture SMB2-CONNECT not with vista as client metze (This used to be commit 08b31d5f618d2e416cb9812ad3a49754cd7212b8)
21 lines
340 B
Makefile
21 lines
340 B
Makefile
# SMB server subsystem
|
|
|
|
#######################
|
|
# Start SUBSYSTEM SMB
|
|
[SUBSYSTEM::SMB]
|
|
INIT_OBJ_FILES = \
|
|
smb_server.o
|
|
ADD_OBJ_FILES = \
|
|
tcon.o \
|
|
session.o \
|
|
management.o
|
|
REQUIRED_SUBSYSTEMS = \
|
|
LIBPACKET \
|
|
SMB_PROTOCOL \
|
|
SMB2_PROTOCOL
|
|
# End SUBSYSTEM SMB
|
|
#######################
|
|
|
|
include smb/config.mk
|
|
include smb2/config.mk
|