summaryrefslogtreecommitdiff
path: root/source3/smbd/smb2_server.c
AgeCommit message (Expand)AuthorFilesLines
2011-09-29s3-smb2_server: SMB2_OP_IOCTL doesn't require at least 1 dyn byteDavid Disseldorp1-0/+1
2011-09-29s3:smb2_server: SMB2_OP_CANCEL requests don't have to be signedStefan Metzmacher1-0/+2
2011-09-23s3:smbd: disconnect the socket if we got an unexpected requestStefan Metzmacher1-0/+20
2011-09-23s3:smbd: don't call smbd_terminate_connection in smb2_validate_message_id() (...Stefan Metzmacher1-2/+3
2011-09-22Fix bug #8476 - Samba asserts when SMB2 client breaks the crediting rules.Jeremy Allison1-1/+6
2011-09-14s3:smb2_server: SMB2_OP_GETINFO doesn't require at least 1 dyn byteStefan Metzmacher1-1/+13
2011-09-07s3:smb2_server: add smbd_smb2_request_verify_sizes()Stefan Metzmacher1-0/+42
2011-08-31Fix bug 8429 - Compound SMB2 requests on an IPC connection can corrupt the re...Jeremy Allison1-12/+17
2011-08-31Based on metze's fix for Bug 8407 - SMB2 server can return requests out-of-or...Jeremy Allison1-2/+38
2011-08-31s3:smb2_server: keep compound_related on struct smbd_smb2_requestStefan Metzmacher1-4/+3
2011-08-12s3:smb2_server: make sure we prefer responses over requests on the client socketStefan Metzmacher1-12/+52
2011-08-07s3:smb2_server: make sure we grant credits on async read/write operations (bu...Stefan Metzmacher1-6/+15
2011-07-29Secod part of bugfix for bug #8335 - file copy aborts with smb2_validate_mess...Jeremy Allison1-3/+24
2011-07-20s3-auth use auth_user_info not netr_SamInfo3 in auth3_session_infoAndrew Bartlett1-1/+1
2011-07-20s3-auth Use struct auth_user_info_unix for unix_name and sanitized_usernameAndrew Bartlett1-2/+2
2011-07-08Move smbd_smb2_request_check_tcon() smbd_smb2_request_check_session() next to...Jeremy Allison1-0/+130
2011-07-08s3:smb2_server: add some comments about change_to_user() and change_to_root_u...Stefan Metzmacher1-2/+98
2011-07-08lib/util Move bitmap.c to lib/utilAndrew Bartlett1-0/+1
2011-07-08Fix bug #8293 - SMB2 doesn't rotate the log files often enough.Jeremy Allison1-0/+17
2011-07-07s3:smb2_server: call change_to_root_user() or smbd_smb2_request_check_tcon()Stefan Metzmacher1-3/+26
2011-07-04s3:smb2_server: there's no reason to check the session id twice on a smb2_tco...Stefan Metzmacher1-5/+0
2011-06-29Second part of fix for bug #8219 - SMB Panic from Windows 7 Client.Jeremy Allison1-1/+1
2011-06-29Fix bug #8219 - SMB Panic from Windows 7 ClientJeremy Allison1-0/+8
2011-05-31s3-globals Remove smbd_event_context() (use server_event_context())Andrew Bartlett1-1/+1
2011-05-12s3: Slightly simplify smbd_smb2_request_next_vectorVolker Lendecke1-3/+5
2011-05-05More simple const fixes.Jeremy Allison1-4/+4
2011-05-05s3: Fix dup_smb2_vec3Volker Lendecke1-1/+1
2011-04-29s3-tevent: only include ../lib/util/tevent wrappers where needed.Günther Deschner1-0/+1
2011-04-14s3: only include smb profiling where needed.Günther Deschner1-0/+1
2011-03-30s3: include smbd/smbd.h where needed.Günther Deschner1-0/+1
2011-01-27Change "security=share" to downgrade to SMB1 from SMB2, rather than trying to...Jeremy Allison1-8/+0
2011-01-17s3: Fix a C++ warningVolker Lendecke1-1/+1
2010-12-21My algorithm for determining whan an incoming sequence number can be allowed ...Jeremy Allison1-6/+7
2010-12-20CREATE in a compound CREATE/NOTIFY sequence was being passed through set_oper...Ken Harris1-17/+17
2010-12-15Implement "use sendfile = yes" for SMB2. (cherry picked from commit 95cb7adcd...Jeremy Allison1-0/+9
2010-12-14Change crediting so that the credits are returned on the interim async response.Jeremy Allison1-4/+7
2010-12-13We need to start off with smb2.credits_granted == 0. That wayJeremy Allison1-2/+3
2010-12-13Remove extra unused credit arg. to smbd_smb2_request_setup_out()Jeremy Allison1-3/+3
2010-12-10Add a SMB2 crediting algorithm, by default the same as Windows. Defaults to 1...Jeremy Allison1-23/+132
2010-08-30s3: Fix some uninitialized variable warningsVolker Lendecke1-1/+1
2010-08-27Fix bug #7653 - When SMB2 is on, Windows 7 clients can not connect as guest t...Jeremy Allison1-0/+8
2010-08-16s3: Remove smbd_server_fd from smbd_initialize_smb2Volker Lendecke1-2/+2
2010-07-09s3: Cleanup of the initial SMB2 counters patch.Ira Cooper1-89/+191
2010-07-07s3: Add SMB2 performance counters.Ira Cooper1-19/+58
2010-06-14SMB2 correctness fix. As we've already returned the credits in an interimJeremy Allison1-0/+2
2010-06-10Ensure we correctly setup req->subreq before testing for async. Stops crashes...Jeremy Allison1-4/+4
2010-06-08Second part of fix for 7501 - SMB2: CREATE request replies getting mangled.Jeremy Allison1-67/+67
2010-06-08Fix for bug 7501 - SMB2: CREATE request replies getting mangled.Ira Cooper1-3/+1
2010-06-02Ensure we remove SMB2 cancel requests from the active queueJeremy Allison1-0/+1
2010-06-02Fix a crash bug found by Ira Cooper <samba@ira.wakeful.net>.Jeremy Allison1-4/+5