summaryrefslogtreecommitdiffstats
path: root/source3/smbd/smb2_server.c
Commit message (Expand)AuthorAgeFilesLines
* s3:smbd: implement SMB2 Cancel correctly.Stefan Metzmacher2009-08-171-4/+13
* s3:smbd: allow SMB2 Cancel to have the async flag setStefan Metzmacher2009-08-141-6/+8
* s3:smbd: fix parsing of the SMB2 bodyStefan Metzmacher2009-08-141-5/+7
* libcli: move some common SMB and SMB2 stuff into libcli/smb/Stefan Metzmacher2009-08-121-1/+1
* s3:smbd: rename conn => sconn for smbd_server_connection structsStefan Metzmacher2009-08-081-56/+56
* Fix a few uninitialized variable warningsVolker Lendecke2009-07-241-1/+1
* s3:smbd: fix parsing of invalid SMB2 requests.Stefan Metzmacher2009-07-101-2/+2
* s3:smbd: add marshalling layer for SMB2 Lock supportStefan Metzmacher2009-07-021-1/+1
* s3:smbd: add marshalling layer for SMB2 Find (QueryDirectory) supportStefan Metzmacher2009-07-021-1/+1
* s3:smbd: add marshalling layer for SMB2 Break support (SMB 2.002 only)Stefan Metzmacher2009-07-021-1/+1
* s3:smbd: add marshalling layer for SMB2 SetInfo supportStefan Metzmacher2009-07-021-1/+1
* s3:smbd: add marshalling layer for SMB2 GetInfo supportStefan Metzmacher2009-07-021-1/+1
* s3:smbd: add support for SMB2 NotifyStefan Metzmacher2009-07-021-1/+1
* s3:smbd: add support for async interim SMB2 responses and prepare SMB2 cancelStefan Metzmacher2009-06-241-1/+155
* s3:smbd: keep a list of outstanding SMB2 requestsStefan Metzmacher2009-06-241-28/+65
* s3:smbd: add smbd_smb2_send_oplock_break()Stefan Metzmacher2009-06-241-0/+88
* s3:smbd: the SMB2-COMPOUND test shows that the related vs. unrelated flags is...Stefan Metzmacher2009-06-241-0/+7
* s3:smbd: only check the next_status for related requestsStefan Metzmacher2009-06-091-11/+12
* s3:smbd: response with the same SMB2 flags as given by the clientStefan Metzmacher2009-06-091-1/+4
* s3:smbd: only pass the chained file handle for related compounded SMB2 requestsStefan Metzmacher2009-06-091-0/+4
* s3:smbd: make sure we pad compounded SMB2 responses to 8 bytesStefan Metzmacher2009-06-091-2/+47
* s3:smbd: more validation of the incoming SMB2 requestsStefan Metzmacher2009-06-091-4/+94
* s3:smbd: for now ignore all non NBT Session Message requests for SMB2Stefan Metzmacher2009-06-091-0/+9
* s3:smbd: don't include 1 byte padding for the dynamic buffer of SMB2 responsesStefan Metzmacher2009-06-091-21/+9
* s3:smbd: fix the logic for compounded requestsStefan Metzmacher2009-06-051-1/+1
* s3:smbd: only setup the dyn iovec if a a dyn blob is givenStefan Metzmacher2009-06-051-2/+1
* s3:smbd: add support for SMB2 IoctlStefan Metzmacher2009-06-051-1/+1
* s3:smbd: make smbd_server_connection_terminate() a macroStefan Metzmacher2009-06-051-3/+5
* s3:smbd: implement smbd_smb2_request_error/done() as macros on top of the _ex...Stefan Metzmacher2009-06-051-20/+11
* Change smbd_smb2_request_error() to add a __location__.Jeremy Allison2009-06-041-6/+7
* Add NTLMSSP SPNEGO to smb2 auth. Tested with Win7.Jeremy Allison2009-06-041-1/+2
* s3:smbd: implement SMB2 WriteStefan Metzmacher2009-06-031-1/+1
* s3:smbd: implement SMB2 ReadStefan Metzmacher2009-06-031-1/+1
* s3:smbd: implement SMB2 FlushStefan Metzmacher2009-06-031-1/+1
* s3:smbd: implement SMB2 CloseStefan Metzmacher2009-06-031-1/+1
* s3:smbd: implement a simple version of SMB2 CreateStefan Metzmacher2009-06-031-1/+1
* s3:smbd: create a user_struct for compat in SMB2 Session SetupStefan Metzmacher2009-06-031-1/+1
* s3:smbd: remove old comment, we support SMB2 signing nowStefan Metzmacher2009-06-031-2/+0
* s3:smbd: move SMB1 specific stuff into a substructure of smbd_server_connectionStefan Metzmacher2009-05-261-1/+1
* s3:smbd: add support for SMB2 signingStefan Metzmacher2009-05-261-42/+72
* s3:smbd: implement SMB2 Tree DisconnectStefan Metzmacher2009-05-221-1/+1
* s3:smbd: implement SMB2 Tree ConnectStefan Metzmacher2009-05-221-1/+53
* s3:smbd: SMB2 session ids are 64bit...Stefan Metzmacher2009-05-221-1/+1
* s3:smbd: implement SMB2 LogoffStefan Metzmacher2009-05-221-1/+1
* s3:smbd: we want to get the next command offset and not set it...Stefan Metzmacher2009-05-211-1/+1
* s3:smbd: check the incoming session id for SMB2 requestsStefan Metzmacher2009-05-201-2/+61
* s3:smbd: implement SMB2 Session Setup with raw NTLMSSPStefan Metzmacher2009-05-201-1/+8
* s3:smbd: move the callback functions of smbd_smb2_request_reply() closer itselfStefan Metzmacher2009-05-201-42/+42
* s3:smbd: add smbd_smb2_request_done_ex()Stefan Metzmacher2009-05-201-5/+13
* s3:smbd: fix initialized memory in SMB2 responsesStefan Metzmacher2009-05-201-4/+4