summaryrefslogtreecommitdiffstats
path: root/source3/smbd/smb2_server.c
Commit message (Expand)AuthorAgeFilesLines
* Ensure we correctly calculate reply credits over all returnedJeremy Allison2011-11-161-4/+13
* s3:smb2_server: grant credits in async interim responses (bug #8357)Stefan Metzmacher2011-11-141-1/+3
* s3:smb2_server: FLAG_CHAINED means we always use the last session_id and tidStefan Metzmacher2011-11-091-0/+3
* s3:smb2_server: echo the SMB2_HDR_CREDIT_CHARGE and SMB2_HDR_SIGNATURE fieldsStefan Metzmacher2011-11-091-2/+4
* s3:smbd: disconnect the socket if we got an unexpected requestStefan Metzmacher2011-10-131-0/+20
* s3-smb2_server: SMB2_OP_IOCTL doesn't require at least 1 dyn byteDavid Disseldorp2011-10-121-0/+1
* s3:smb2_server: SMB2_OP_GETINFO doesn't require at least 1 dyn byteStefan Metzmacher2011-10-121-1/+13
* s3:smb2_server: add smbd_smb2_request_verify_sizes()Stefan Metzmacher2011-10-121-0/+42
* s3:smb2_server: SMB2_OP_CANCEL requests don't have to be signedStefan Metzmacher2011-09-301-0/+2
* s3:smbd: don't call smbd_terminate_connection in smb2_validate_message_id() (...Stefan Metzmacher2011-09-281-2/+3
* Fix bug #8476 - Samba asserts when SMB2 client breaks the crediting rules.Jeremy Allison2011-09-281-1/+6
* Fix bug 8429 - Compound SMB2 requests on an IPC connection can corrupt the re...Jeremy Allison2011-09-151-12/+17
* s3:smb2_server: keep compound_related on struct smbd_smb2_requestStefan Metzmacher2011-09-151-4/+3
* Based on metze's fix for Bug 8407 - SMB2 server can return requests out-of-or...Jeremy Allison2011-09-151-2/+38
* s3:smb2_server: make sure we prefer responses over requests on the client socketStefan Metzmacher2011-09-151-12/+52
* s3:smb2_server: make sure we grant credits on async read/write operations (bu...Stefan Metzmacher2011-08-091-6/+15
* Second part of bugfix for bug #8335 - file copy aborts with smb2_validate_mes...Jeremy Allison2011-07-311-3/+24
* s3:smb2_server: add some comments about change_to_user() and change_to_root_u...Stefan Metzmacher2011-07-131-2/+98
* s3:smb2_server: call change_to_root_user() or smbd_smb2_request_check_tcon()Stefan Metzmacher2011-07-131-3/+26
* s3:smb2_server: there's no reason to check the session id twice on a smb2_tco...Stefan Metzmacher2011-07-131-5/+0
* Fix bug #8293 - SMB2 doesn't rotate the log files often enough.Jeremy Allison2011-07-121-0/+17
* Second part of fix for bug #8219 - SMB Panic from Windows 7 Client.Jeremy Allison2011-06-301-1/+1
* Fix bug #8219 - SMB Panic from Windows 7 ClientJeremy Allison2011-06-301-0/+8
* 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-04-051-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