summaryrefslogtreecommitdiff
path: root/source3/smbd/smb2_server.c
AgeCommit message (Expand)AuthorFilesLines
2009-06-09s3:smbd: make sure we pad compounded SMB2 responses to 8 bytesStefan Metzmacher1-2/+47
2009-06-09s3:smbd: more validation of the incoming SMB2 requestsStefan Metzmacher1-4/+94
2009-06-09s3:smbd: for now ignore all non NBT Session Message requests for SMB2Stefan Metzmacher1-0/+9
2009-06-09s3:smbd: don't include 1 byte padding for the dynamic buffer of SMB2 responsesStefan Metzmacher1-21/+9
2009-06-05s3:smbd: fix the logic for compounded requestsStefan Metzmacher1-1/+1
2009-06-05s3:smbd: only setup the dyn iovec if a a dyn blob is givenStefan Metzmacher1-2/+1
2009-06-05s3:smbd: add support for SMB2 IoctlStefan Metzmacher1-1/+1
2009-06-05s3:smbd: make smbd_server_connection_terminate() a macroStefan Metzmacher1-3/+5
2009-06-05s3:smbd: implement smbd_smb2_request_error/done() as macros on top of the _ex...Stefan Metzmacher1-20/+11
2009-06-04Change smbd_smb2_request_error() to add a __location__.Jeremy Allison1-6/+7
2009-06-04Add NTLMSSP SPNEGO to smb2 auth. Tested with Win7.Jeremy Allison1-1/+2
2009-06-03s3:smbd: implement SMB2 WriteStefan Metzmacher1-1/+1
2009-06-03s3:smbd: implement SMB2 ReadStefan Metzmacher1-1/+1
2009-06-03s3:smbd: implement SMB2 FlushStefan Metzmacher1-1/+1
2009-06-03s3:smbd: implement SMB2 CloseStefan Metzmacher1-1/+1
2009-06-03s3:smbd: implement a simple version of SMB2 CreateStefan Metzmacher1-1/+1
2009-06-03s3:smbd: create a user_struct for compat in SMB2 Session SetupStefan Metzmacher1-1/+1
2009-06-03s3:smbd: remove old comment, we support SMB2 signing nowStefan Metzmacher1-2/+0
2009-05-26s3:smbd: move SMB1 specific stuff into a substructure of smbd_server_connectionStefan Metzmacher1-1/+1
2009-05-26s3:smbd: add support for SMB2 signingStefan Metzmacher1-42/+72
2009-05-22s3:smbd: implement SMB2 Tree DisconnectStefan Metzmacher1-1/+1
2009-05-22s3:smbd: implement SMB2 Tree ConnectStefan Metzmacher1-1/+53
2009-05-22s3:smbd: SMB2 session ids are 64bit...Stefan Metzmacher1-1/+1
2009-05-22s3:smbd: implement SMB2 LogoffStefan Metzmacher1-1/+1
2009-05-21s3:smbd: we want to get the next command offset and not set it...Stefan Metzmacher1-1/+1
2009-05-20s3:smbd: check the incoming session id for SMB2 requestsStefan Metzmacher1-2/+61
2009-05-20s3:smbd: implement SMB2 Session Setup with raw NTLMSSPStefan Metzmacher1-1/+8
2009-05-20s3:smbd: move the callback functions of smbd_smb2_request_reply() closer itselfStefan Metzmacher1-42/+42
2009-05-20s3:smbd: add smbd_smb2_request_done_ex()Stefan Metzmacher1-5/+13
2009-05-20s3:smbd: fix initialized memory in SMB2 responsesStefan Metzmacher1-4/+4
2009-05-20s3:smbd: add support for SMB2 Keepalive (SMB2 Echo)Stefan Metzmacher1-0/+36
2009-05-20s3:smbd: add support for SMB2 NegotiateStefan Metzmacher1-0/+2
2009-05-20s3:smbd: add infrastructure for SMB2 supportStefan Metzmacher1-0/+961