summaryrefslogtreecommitdiffstats
path: root/source3/smbd/smb2_server.c
Commit message (Expand)AuthorAgeFilesLines
* s3:smb2_server: call smbd_smb2_flush_send_queue() directlyStefan Metzmacher2014-05-311-6/+5
* s3:smb2_server: fix invalid TALLOC_FREE(iov) in smbd_smb2_inbuf_parse_compound()Stefan Metzmacher2014-05-311-7/+7
* s3:smb2_server: remove unused get_min_receive_file_size() wrapper functionStefan Metzmacher2014-04-111-13/+2
* s3:smb2_server: only allocate the required buffer in the smb2 recvfile() code...Stefan Metzmacher2014-04-111-19/+29
* s3:smb2_server: prepare smbd_smb2_request_verify_sizes() for the optimized re...Stefan Metzmacher2014-04-111-0/+9
* s3:smb2_server: make sure we don't try recvfile for special NBT messagesStefan Metzmacher2014-04-111-0/+3
* s3:smb2_server: use the same logic to avoid recvfile() for IPC/PRINT sharesStefan Metzmacher2014-04-111-0/+41
* s3:smb2_server: avoid talloc_zero_array() in smbd_smb2_request_setup_out()Stefan Metzmacher2014-03-061-4/+11
* s3:smb2_server: don't assume that req->out.vector is always a valid talloc po...Stefan Metzmacher2014-03-051-4/+4
* s3:smb2_server: avoid talloc_zero_array() in smbd_smb2_request_error_ex()Stefan Metzmacher2014-03-051-6/+2
* s3:smb2_server: optimize smbd_smb2_generate_outbody() for the common caseStefan Metzmacher2014-03-051-0/+6
* s3:smb2_server: add smbd_smb2_generate_outbody() helperStefan Metzmacher2014-03-051-0/+5
* s3:smb2_read: avoid 2 talloc* calls when using sendfile()Stefan Metzmacher2014-03-051-3/+11
* s3:smb2_server: avoid a call to data_blob_clear_free() if not neededStefan Metzmacher2014-03-051-6/+18
* s3:smb2_server: optimize smbd_smb2_request_setup_out()Stefan Metzmacher2014-03-051-6/+8
* s3:smb2_server: optimize req->in.vector allocationStefan Metzmacher2014-03-051-13/+30
* s3:smbd: maintain smbd_server_connection->statusStefan Metzmacher2014-02-211-0/+16
* smbd: Fix CID 1138328 Logically dead codeVolker Lendecke2013-12-171-0/+2
* s3:smb2_server: avoid calling set_current_user_info() for each requestStefan Metzmacher2013-11-271-3/+6
* s3:smb2_server: generate a header blob for the sendfile pathStefan Metzmacher2013-11-271-1/+33
* s3:smb2_server: allocate smbd_smb2_request on talloc_tos()Stefan Metzmacher2013-11-271-1/+3
* s3:smb2_server: use tevent_req_notify_callback() in smbd_smb2_request_pending...Stefan Metzmacher2013-11-271-0/+7
* s3:smb2_server: for performance reasons we use tevent_fd and readv/writev dir...Stefan Metzmacher2013-11-271-435/+377
* s3:smb2_server: fix drain_socket error handlingStefan Metzmacher2013-11-271-3/+17
* smbd:smb2: fix error code when the header says the request is signed but we d...Michael Adam2013-10-021-1/+1
* s3:smb2_server: don't rely on the SMB2_HDR_FLAG_SIGNED if signing is requiredStefan Metzmacher2013-10-021-1/+1
* Revert my accidental commit.Richard Sharpe2013-05-231-1/+1
* Make sure that if an smbd is exiting because of an error we let the user know.Richard Sharpe2013-05-211-1/+1
* Remove the compound_related_in_progress state from the smb2 global state.Jeremy Allison2013-05-071-11/+0
* The core of the fix to allow opens to go async inside a compound request.Jeremy Allison2013-05-071-43/+53
* Move a variable into the area of code where it's used.Jeremy Allison2013-05-071-2/+2
* Ensure we don't try and cancel anything that is in a compound-related request.Jeremy Allison2013-05-071-0/+8
* Add the internals of is_smb2_recvfile_write.Jeremy Allison2013-04-191-1/+37
* The guts of the receivefile code changes.Jeremy Allison2013-04-191-5/+60
* Add stub static function that will turn on/off receivefile code path.Jeremy Allison2013-04-191-0/+5
* Add extra fields into struct smbd_smb2_request_read_state to support receivef...Jeremy Allison2013-04-191-0/+3
* Add utility function get_min_receive_file_size().Jeremy Allison2013-04-191-0/+11
* Allow smbd_smb2_request_error_ex() to cope with unread bytes on error.Jeremy Allison2013-04-191-0/+10
* Fix bad SMB2 opcode reading in server.Jeremy Allison2013-04-021-5/+5
* smb2_server: Fix typo in comment.Karolin Seeger2012-11-021-1/+1
* s3:smbd:smb2: fix a comment typo in the crediting code.Michael Adam2012-11-021-1/+1
* Fix bug #9214 - Bad user supplied SMB2 credit value can cause smbd to call sm...Jeremy Allison2012-10-031-1/+6
* s3:smb2_server: avoid segfault in smbd_smb2_request_pending_queue()Stefan Metzmacher2012-09-221-2/+6
* s3:smbd:smb2: simplify smbd_smb2_request_validate() and smbd_smb2_request_dis...Michael Adam2012-09-221-49/+3
* s3:smbd:smb2: add check for session_status for compound requestsMichael Adam2012-09-221-3/+3
* s3:smb2_server: do the req->next_status check before the signing checksStefan Metzmacher2012-09-221-15/+15
* s3:smb2_server: reset req->last_session_id and req->last_tid after using itStefan Metzmacher2012-09-221-0/+4
* s3: Compound requests should continue processing.Ira Cooper2012-09-221-3/+2
* s3:smb2_server: fix usage of invalid memory in smb2_signing_check_pdu()Stefan Metzmacher2012-09-201-1/+1
* s3:smb2_break: encrypt OPLOCK BREAK notificationsStefan Metzmacher2012-08-231-13/+80