s3:smb2_server: add basic support for SMB 2.1
authorStefan Metzmacher <metze@samba.org>
Mon, 5 Sep 2011 11:14:40 +0000 (13:14 +0200)
committerStefan Metzmacher <metze@samba.org>
Mon, 5 Sep 2011 17:30:58 +0000 (19:30 +0200)
commit012c9d06a94b532377e9e96f60b20b5f0975af74
tree0065c2161af15c9cf92c23e1fb931bc838e71a14
parent1c8e8c7e7b4cc00628b91e2e0596bfa428a2bcdb
s3:smb2_server: add basic support for SMB 2.1

This adds support for the 2 stage negprot, from SMB 1 to SMB 2.1.

Support for this of for now and "max protocol = SMB2" still maps
to "max protocol = SMB2_02" PROTOCOL_SMB2_02.

In order to activate smb2.1, you need to use "max protocol = SMB2_10".

metze

Autobuild-User: Stefan Metzmacher <metze@samba.org>
Autobuild-Date: Mon Sep  5 19:30:58 CEST 2011 on sn-devel-104
source3/param/loadparm.c
source3/smbd/globals.h
source3/smbd/negprot.c
source3/smbd/smb2_negprot.c