summaryrefslogtreecommitdiffstats
path: root/source3/smbd/smb2_server.c
Commit message (Expand)AuthorAgeFilesLines
* s3:smb2_server: fix a compiler warningChristian Ambach2012-03-141-2/+2
* s3: Fix a 64-bit warningVolker Lendecke2012-03-101-1/+1
* Fix up Christian Ambach's multi-credit code - the CreditCharge field is a 16-...Jeremy Allison2012-03-091-2/+2
* s3:smb2_server validate message ids with largemtuChristian Ambach2012-03-091-27/+56
* s3:smb2_server add function to verify creditchargeChristian Ambach2012-03-091-0/+39
* s3:smb2_server fix a typoChristian Ambach2012-03-021-1/+1
* libcli/smb/smb2_signing: pass down 'protocol' to smb2_signing_[sign|check]_pdu()Stefan Metzmacher2012-02-271-0/+4
* Fix a bunch of "unused variable" warnings.Jeremy Allison2012-02-181-2/+0
* s3:smb2_server: use sconn->ev_ctx instead of sconn->smb2.event_ctxStefan Metzmacher2011-12-121-9/+7
* s3:smbd: remember the event context on smbd_server_connectionStefan Metzmacher2011-12-121-1/+1
* Ensure we correctly calculate reply credits over all returnedJeremy Allison2011-11-151-4/+13
* s3:smb2_server: pass explicit defer_times to smbd_smb2_request_pending_queue()Stefan Metzmacher2011-11-151-2/+2
* s3:smb2_server: always send STATUS_PENDING responses, but delayed by 0.5 mill...Stefan Metzmacher2011-11-151-105/+120
* s3:smb2_server: grant credits in async interim responses (bug #8357)Stefan Metzmacher2011-11-091-1/+3
* s3:smb2_server: remove unused outhdr variablesDavid Disseldorp2011-11-021-2/+0
* s3:smb2_server: FLAG_CHAINED means we always use the last session_id and tidStefan Metzmacher2011-10-311-33/+18
* s3:smb2_server: don't reset the tid and session id in the out hdr of compound...Stefan Metzmacher2011-10-311-14/+0
* s3:smb2_server: echo the SMB2_HDR_CREDIT_CHARGE and SMB2_HDR_SIGNATURE fieldsStefan Metzmacher2011-10-311-2/+4
* s3-smb2_server: SMB2_OP_IOCTL doesn't require at least 1 dyn byteDavid Disseldorp2011-09-291-0/+1
* s3:smb2_server: SMB2_OP_CANCEL requests don't have to be signedStefan Metzmacher2011-09-291-0/+2
* s3:smbd: disconnect the socket if we got an unexpected requestStefan Metzmacher2011-09-231-0/+20
* s3:smbd: don't call smbd_terminate_connection in smb2_validate_message_id() (...Stefan Metzmacher2011-09-231-2/+3
* Fix bug #8476 - Samba asserts when SMB2 client breaks the crediting rules.Jeremy Allison2011-09-221-1/+6
* s3:smb2_server: SMB2_OP_GETINFO doesn't require at least 1 dyn byteStefan Metzmacher2011-09-141-1/+13
* s3:smb2_server: add smbd_smb2_request_verify_sizes()Stefan Metzmacher2011-09-071-0/+42
* Fix bug 8429 - Compound SMB2 requests on an IPC connection can corrupt the re...Jeremy Allison2011-08-311-12/+17
* Based on metze's fix for Bug 8407 - SMB2 server can return requests out-of-or...Jeremy Allison2011-08-311-2/+38
* s3:smb2_server: keep compound_related on struct smbd_smb2_requestStefan Metzmacher2011-08-311-4/+3
* s3:smb2_server: make sure we prefer responses over requests on the client socketStefan Metzmacher2011-08-121-12/+52
* s3:smb2_server: make sure we grant credits on async read/write operations (bu...Stefan Metzmacher2011-08-071-6/+15
* Secod part of bugfix for bug #8335 - file copy aborts with smb2_validate_mess...Jeremy Allison2011-07-291-3/+24
* s3-auth use auth_user_info not netr_SamInfo3 in auth3_session_infoAndrew Bartlett2011-07-201-1/+1
* s3-auth Use struct auth_user_info_unix for unix_name and sanitized_usernameAndrew Bartlett2011-07-201-2/+2
* Move smbd_smb2_request_check_tcon() smbd_smb2_request_check_session() next to...Jeremy Allison2011-07-081-0/+130
* s3:smb2_server: add some comments about change_to_user() and change_to_root_u...Stefan Metzmacher2011-07-081-2/+98
* lib/util Move bitmap.c to lib/utilAndrew Bartlett2011-07-081-0/+1
* Fix bug #8293 - SMB2 doesn't rotate the log files often enough.Jeremy Allison2011-07-081-0/+17
* s3:smb2_server: call change_to_root_user() or smbd_smb2_request_check_tcon()Stefan Metzmacher2011-07-071-3/+26
* s3:smb2_server: there's no reason to check the session id twice on a smb2_tco...Stefan Metzmacher2011-07-041-5/+0
* Second part of fix for bug #8219 - SMB Panic from Windows 7 Client.Jeremy Allison2011-06-291-1/+1
* Fix bug #8219 - SMB Panic from Windows 7 ClientJeremy Allison2011-06-291-0/+8
* s3-globals Remove smbd_event_context() (use server_event_context())Andrew Bartlett2011-05-311-1/+1
* s3: Slightly simplify smbd_smb2_request_next_vectorVolker Lendecke2011-05-121-3/+5
* More simple const fixes.Jeremy Allison2011-05-051-4/+4
* 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