summaryrefslogtreecommitdiffstats
path: root/source3/smbd/smb2_server.c
Commit message (Expand)AuthorAgeFilesLines
* s3: Fix dup_smb2_vec3Volker Lendecke2011-05-051-1/+1
* s3-tevent: only include ../lib/util/tevent wrappers where needed.Günther Deschner2011-04-291-0/+1
* s3: only include smb profiling where needed.Günther Deschner2011-04-141-0/+1
* s3: include smbd/smbd.h where needed.Günther Deschner2011-03-301-0/+1
* Change "security=share" to downgrade to SMB1 from SMB2, rather than trying to...Jeremy Allison2011-01-271-8/+0
* s3: Fix a C++ warningVolker Lendecke2011-01-171-1/+1
* My algorithm for determining whan an incoming sequence number can be allowed ...Jeremy Allison2010-12-211-6/+7
* CREATE in a compound CREATE/NOTIFY sequence was being passed through set_oper...Ken Harris2010-12-201-17/+17
* Implement "use sendfile = yes" for SMB2. (cherry picked from commit 95cb7adcd...Jeremy Allison2010-12-151-0/+9
* Change crediting so that the credits are returned on the interim async response.Jeremy Allison2010-12-141-4/+7
* We need to start off with smb2.credits_granted == 0. That wayJeremy Allison2010-12-131-2/+3
* Remove extra unused credit arg. to smbd_smb2_request_setup_out()Jeremy Allison2010-12-131-3/+3
* Add a SMB2 crediting algorithm, by default the same as Windows. Defaults to 1...Jeremy Allison2010-12-101-23/+132
* s3: Fix some uninitialized variable warningsVolker Lendecke2010-08-301-1/+1
* Fix bug #7653 - When SMB2 is on, Windows 7 clients can not connect as guest t...Jeremy Allison2010-08-271-0/+8
* s3: Remove smbd_server_fd from smbd_initialize_smb2Volker Lendecke2010-08-161-2/+2
* s3: Cleanup of the initial SMB2 counters patch.Ira Cooper2010-07-091-89/+191
* s3: Add SMB2 performance counters.Ira Cooper2010-07-071-19/+58
* SMB2 correctness fix. As we've already returned the credits in an interimJeremy Allison2010-06-141-0/+2
* Ensure we correctly setup req->subreq before testing for async. Stops crashes...Jeremy Allison2010-06-101-4/+4
* Second part of fix for 7501 - SMB2: CREATE request replies getting mangled.Jeremy Allison2010-06-081-67/+67
* Fix for bug 7501 - SMB2: CREATE request replies getting mangled.Ira Cooper2010-06-081-3/+1
* Ensure we remove SMB2 cancel requests from the active queueJeremy Allison2010-06-021-0/+1
* Fix a crash bug found by Ira Cooper <samba@ira.wakeful.net>.Jeremy Allison2010-06-021-4/+5
* (Finally) fix bug #7158 - SMB2 connection resets during IOZone tests from 64-...Jeremy Allison2010-05-191-1/+2
* Keep track of credits we're giving out. Set initial credits to 1 (MS-SMB2 spe...Jeremy Allison2010-05-181-1/+8
* Make us pass all SMB2 lock tests except MULTIPLE-UNLOCK and CONTEXT. Them nex...Jeremy Allison2010-05-071-0/+8
* 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