index
:
samba.git
master
old-v4-0-stable
old-v4-0-test
v3-0-stable
v3-0-test
v3-2-stable
v3-2-test
v3-3-stable
v3-3-test
v3-4-stable
v3-4-test
v3-5-stable
v3-5-test
v3-6-stable
v3-6-test
v3-devel
v4-0-stable
v4-0-test
Unnamed repository; edit this file 'description' to name the repository.
Sumit Bose
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
source3
/
smbd
/
smb2_server.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
s3:smb2_server: call smbd_smb2_flush_send_queue() directly
Stefan Metzmacher
2014-05-31
1
-6
/
+5
*
s3:smb2_server: fix invalid TALLOC_FREE(iov) in smbd_smb2_inbuf_parse_compound()
Stefan Metzmacher
2014-05-31
1
-7
/
+7
*
s3:smb2_server: remove unused get_min_receive_file_size() wrapper function
Stefan Metzmacher
2014-04-11
1
-13
/
+2
*
s3:smb2_server: only allocate the required buffer in the smb2 recvfile() code...
Stefan Metzmacher
2014-04-11
1
-19
/
+29
*
s3:smb2_server: prepare smbd_smb2_request_verify_sizes() for the optimized re...
Stefan Metzmacher
2014-04-11
1
-0
/
+9
*
s3:smb2_server: make sure we don't try recvfile for special NBT messages
Stefan Metzmacher
2014-04-11
1
-0
/
+3
*
s3:smb2_server: use the same logic to avoid recvfile() for IPC/PRINT shares
Stefan Metzmacher
2014-04-11
1
-0
/
+41
*
s3:smb2_server: avoid talloc_zero_array() in smbd_smb2_request_setup_out()
Stefan Metzmacher
2014-03-06
1
-4
/
+11
*
s3:smb2_server: don't assume that req->out.vector is always a valid talloc po...
Stefan Metzmacher
2014-03-05
1
-4
/
+4
*
s3:smb2_server: avoid talloc_zero_array() in smbd_smb2_request_error_ex()
Stefan Metzmacher
2014-03-05
1
-6
/
+2
*
s3:smb2_server: optimize smbd_smb2_generate_outbody() for the common case
Stefan Metzmacher
2014-03-05
1
-0
/
+6
*
s3:smb2_server: add smbd_smb2_generate_outbody() helper
Stefan Metzmacher
2014-03-05
1
-0
/
+5
*
s3:smb2_read: avoid 2 talloc* calls when using sendfile()
Stefan Metzmacher
2014-03-05
1
-3
/
+11
*
s3:smb2_server: avoid a call to data_blob_clear_free() if not needed
Stefan Metzmacher
2014-03-05
1
-6
/
+18
*
s3:smb2_server: optimize smbd_smb2_request_setup_out()
Stefan Metzmacher
2014-03-05
1
-6
/
+8
*
s3:smb2_server: optimize req->in.vector allocation
Stefan Metzmacher
2014-03-05
1
-13
/
+30
*
s3:smbd: maintain smbd_server_connection->status
Stefan Metzmacher
2014-02-21
1
-0
/
+16
*
smbd: Fix CID 1138328 Logically dead code
Volker Lendecke
2013-12-17
1
-0
/
+2
*
s3:smb2_server: avoid calling set_current_user_info() for each request
Stefan Metzmacher
2013-11-27
1
-3
/
+6
*
s3:smb2_server: generate a header blob for the sendfile path
Stefan Metzmacher
2013-11-27
1
-1
/
+33
*
s3:smb2_server: allocate smbd_smb2_request on talloc_tos()
Stefan Metzmacher
2013-11-27
1
-1
/
+3
*
s3:smb2_server: use tevent_req_notify_callback() in smbd_smb2_request_pending...
Stefan Metzmacher
2013-11-27
1
-0
/
+7
*
s3:smb2_server: for performance reasons we use tevent_fd and readv/writev dir...
Stefan Metzmacher
2013-11-27
1
-435
/
+377
*
s3:smb2_server: fix drain_socket error handling
Stefan Metzmacher
2013-11-27
1
-3
/
+17
*
smbd:smb2: fix error code when the header says the request is signed but we d...
Michael Adam
2013-10-02
1
-1
/
+1
*
s3:smb2_server: don't rely on the SMB2_HDR_FLAG_SIGNED if signing is required
Stefan Metzmacher
2013-10-02
1
-1
/
+1
*
Revert my accidental commit.
Richard Sharpe
2013-05-23
1
-1
/
+1
*
Make sure that if an smbd is exiting because of an error we let the user know.
Richard Sharpe
2013-05-21
1
-1
/
+1
*
Remove the compound_related_in_progress state from the smb2 global state.
Jeremy Allison
2013-05-07
1
-11
/
+0
*
The core of the fix to allow opens to go async inside a compound request.
Jeremy Allison
2013-05-07
1
-43
/
+53
*
Move a variable into the area of code where it's used.
Jeremy Allison
2013-05-07
1
-2
/
+2
*
Ensure we don't try and cancel anything that is in a compound-related request.
Jeremy Allison
2013-05-07
1
-0
/
+8
*
Add the internals of is_smb2_recvfile_write.
Jeremy Allison
2013-04-19
1
-1
/
+37
*
The guts of the receivefile code changes.
Jeremy Allison
2013-04-19
1
-5
/
+60
*
Add stub static function that will turn on/off receivefile code path.
Jeremy Allison
2013-04-19
1
-0
/
+5
*
Add extra fields into struct smbd_smb2_request_read_state to support receivef...
Jeremy Allison
2013-04-19
1
-0
/
+3
*
Add utility function get_min_receive_file_size().
Jeremy Allison
2013-04-19
1
-0
/
+11
*
Allow smbd_smb2_request_error_ex() to cope with unread bytes on error.
Jeremy Allison
2013-04-19
1
-0
/
+10
*
Fix bad SMB2 opcode reading in server.
Jeremy Allison
2013-04-02
1
-5
/
+5
*
smb2_server: Fix typo in comment.
Karolin Seeger
2012-11-02
1
-1
/
+1
*
s3:smbd:smb2: fix a comment typo in the crediting code.
Michael Adam
2012-11-02
1
-1
/
+1
*
Fix bug #9214 - Bad user supplied SMB2 credit value can cause smbd to call sm...
Jeremy Allison
2012-10-03
1
-1
/
+6
*
s3:smb2_server: avoid segfault in smbd_smb2_request_pending_queue()
Stefan Metzmacher
2012-09-22
1
-2
/
+6
*
s3:smbd:smb2: simplify smbd_smb2_request_validate() and smbd_smb2_request_dis...
Michael Adam
2012-09-22
1
-49
/
+3
*
s3:smbd:smb2: add check for session_status for compound requests
Michael Adam
2012-09-22
1
-3
/
+3
*
s3:smb2_server: do the req->next_status check before the signing checks
Stefan Metzmacher
2012-09-22
1
-15
/
+15
*
s3:smb2_server: reset req->last_session_id and req->last_tid after using it
Stefan Metzmacher
2012-09-22
1
-0
/
+4
*
s3: Compound requests should continue processing.
Ira Cooper
2012-09-22
1
-3
/
+2
*
s3:smb2_server: fix usage of invalid memory in smb2_signing_check_pdu()
Stefan Metzmacher
2012-09-20
1
-1
/
+1
*
s3:smb2_break: encrypt OPLOCK BREAK notifications
Stefan Metzmacher
2012-08-23
1
-13
/
+80
[next]