summaryrefslogtreecommitdiff
path: root/source3/smbd/smb2_server.c
AgeCommit message (Collapse)AuthorFilesLines
2009-05-20s3:smbd: add support for SMB2 NegotiateStefan Metzmacher1-0/+2
This is not complete, but a start that makes the samba4 smb2 client happy. metze
2009-05-20s3:smbd: add infrastructure for SMB2 supportStefan Metzmacher1-0/+961
This is disabled by default and activated by "max protocol = SMB2". metze