s3:smbd: add infrastructure for SMB2 support
authorStefan Metzmacher <metze@samba.org>
Thu, 14 May 2009 12:17:28 +0000 (14:17 +0200)
committerStefan Metzmacher <metze@samba.org>
Wed, 20 May 2009 13:42:24 +0000 (15:42 +0200)
commit688945a994660fa905836b55a995bb90c3e8e67a
treeea93ad930f089ef6048156c6a1f4df88ec010650
parentd23a1935e8180090474cbbba878d5bc5903579c6
s3:smbd: add infrastructure for SMB2 support

This is disabled by default and activated by
"max protocol = SMB2".

metze
source3/Makefile.in
source3/smbd/globals.h
source3/smbd/process.c
source3/smbd/smb2_server.c [new file with mode: 0644]