summaryrefslogtreecommitdiffstats
path: root/source3/smbd/smb2_server.c
Commit message (Expand)AuthorAgeFilesLines
* Update (C) for 2010.Jeremy Allison2010-04-281-0/+1
* Don't return an intermediate reply on async on a pipe call (Windows doesn't).Jeremy Allison2010-04-271-0/+5
* Implement oplocks within SMB2. Plumb into the existing SMB1 oplock system.Jeremy Allison2010-04-241-3/+2
* When sending the initial async response, this is never part of a chain.Jeremy Allison2010-04-231-1/+1
* Make deferred opens (NT_STATUS_SHARING_VIOLATION) work over SMB2.Jeremy Allison2010-04-221-8/+9
* Now SMB2 error messages are correctly being returned with the 1 byte data are...Jeremy Allison2010-04-191-51/+49
* Ensure vectors are always allocated with consistent size. Removes one byte al...Jeremy Allison2010-04-191-20/+60
* Remove an unused auto variable.Jeremy Allison2010-04-191-3/+0
* s3-smb2: fix some c++ warnings.Günther Deschner2010-04-191-3/+3
* Final fix for #7331 - Compound async SMB 2 requests don't work right.Jeremy Allison2010-04-181-4/+13
* Second part of fix for bug #7331 - Compound async SMB 2 requests don't work r...Jeremy Allison2010-04-171-58/+158
* First part of fix for bug #7331 - Compound async SMB 2 requests don't work ri...Jeremy Allison2010-04-171-86/+320
* Don't forget to initialize *p_creds_requested.Jeremy Allison2010-04-071-0/+1
* Ensure we total up the correct number of creds requested in a compound request.Jeremy Allison2010-04-061-1/+7
* Make smbd_lock_socket/smbd_unlock_socket recursive with a ref_count.Jeremy Allison2010-03-311-1/+1
* Change the credential handling so that we start with maxmux creds,Jeremy Allison2010-02-241-7/+10
* 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