summaryrefslogtreecommitdiff
path: root/source3/smbd/smb2_server.c
AgeCommit message (Expand)AuthorFilesLines
2012-03-14s3:smb2_server: fix a compiler warningChristian Ambach1-2/+2
2012-03-10s3: Fix a 64-bit warningVolker Lendecke1-1/+1
2012-03-09Fix up Christian Ambach's multi-credit code - the CreditCharge field is a 16-...Jeremy Allison1-2/+2
2012-03-09s3:smb2_server validate message ids with largemtuChristian Ambach1-27/+56
2012-03-09s3:smb2_server add function to verify creditchargeChristian Ambach1-0/+39
2012-03-02s3:smb2_server fix a typoChristian Ambach1-1/+1
2012-02-27libcli/smb/smb2_signing: pass down 'protocol' to smb2_signing_[sign|check]_pdu()Stefan Metzmacher1-0/+4
2012-02-18Fix a bunch of "unused variable" warnings.Jeremy Allison1-2/+0
2011-12-12s3:smb2_server: use sconn->ev_ctx instead of sconn->smb2.event_ctxStefan Metzmacher1-9/+7
2011-12-12s3:smbd: remember the event context on smbd_server_connectionStefan Metzmacher1-1/+1
2011-11-15Ensure we correctly calculate reply credits over all returnedJeremy Allison1-4/+13
2011-11-15s3:smb2_server: pass explicit defer_times to smbd_smb2_request_pending_queue()Stefan Metzmacher1-2/+2
2011-11-15s3:smb2_server: always send STATUS_PENDING responses, but delayed by 0.5 mill...Stefan Metzmacher1-105/+120
2011-11-09s3:smb2_server: grant credits in async interim responses (bug #8357)Stefan Metzmacher1-1/+3
2011-11-02s3:smb2_server: remove unused outhdr variablesDavid Disseldorp1-2/+0
2011-10-31s3:smb2_server: FLAG_CHAINED means we always use the last session_id and tidStefan Metzmacher1-33/+18
2011-10-31s3:smb2_server: don't reset the tid and session id in the out hdr of compound...Stefan Metzmacher1-14/+0
2011-10-31s3:smb2_server: echo the SMB2_HDR_CREDIT_CHARGE and SMB2_HDR_SIGNATURE fieldsStefan Metzmacher1-2/+4
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