index
:
samba
fixes
master
netlogon-2
netlogon-4
netlogon-5
netlogon-6
netlogon-7
netlogon-8
netlogon-9
Unnamed repository; edit this file 'description' to name the repository.
ben
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
source3
/
smbd
/
smb2_server.c
Age
Commit message (
Expand
)
Author
Files
Lines
2011-11-15
Ensure we correctly calculate reply credits over all returned
Jeremy Allison
1
-4
/
+13
2011-11-15
s3:smb2_server: pass explicit defer_times to smbd_smb2_request_pending_queue()
Stefan Metzmacher
1
-2
/
+2
2011-11-15
s3:smb2_server: always send STATUS_PENDING responses, but delayed by 0.5 mill...
Stefan Metzmacher
1
-105
/
+120
2011-11-09
s3:smb2_server: grant credits in async interim responses (bug #8357)
Stefan Metzmacher
1
-1
/
+3
2011-11-02
s3:smb2_server: remove unused outhdr variables
David Disseldorp
1
-2
/
+0
2011-10-31
s3:smb2_server: FLAG_CHAINED means we always use the last session_id and tid
Stefan Metzmacher
1
-33
/
+18
2011-10-31
s3:smb2_server: don't reset the tid and session id in the out hdr of compound...
Stefan Metzmacher
1
-14
/
+0
2011-10-31
s3:smb2_server: echo the SMB2_HDR_CREDIT_CHARGE and SMB2_HDR_SIGNATURE fields
Stefan Metzmacher
1
-2
/
+4
2011-09-29
s3-smb2_server: SMB2_OP_IOCTL doesn't require at least 1 dyn byte
David Disseldorp
1
-0
/
+1
2011-09-29
s3:smb2_server: SMB2_OP_CANCEL requests don't have to be signed
Stefan Metzmacher
1
-0
/
+2
2011-09-23
s3:smbd: disconnect the socket if we got an unexpected request
Stefan Metzmacher
1
-0
/
+20
2011-09-23
s3:smbd: don't call smbd_terminate_connection in smb2_validate_message_id() (...
Stefan Metzmacher
1
-2
/
+3
2011-09-22
Fix bug #8476 - Samba asserts when SMB2 client breaks the crediting rules.
Jeremy Allison
1
-1
/
+6
2011-09-14
s3:smb2_server: SMB2_OP_GETINFO doesn't require at least 1 dyn byte
Stefan Metzmacher
1
-1
/
+13
2011-09-07
s3:smb2_server: add smbd_smb2_request_verify_sizes()
Stefan Metzmacher
1
-0
/
+42
2011-08-31
Fix bug 8429 - Compound SMB2 requests on an IPC connection can corrupt the re...
Jeremy Allison
1
-12
/
+17
2011-08-31
Based on metze's fix for Bug 8407 - SMB2 server can return requests out-of-or...
Jeremy Allison
1
-2
/
+38
2011-08-31
s3:smb2_server: keep compound_related on struct smbd_smb2_request
Stefan Metzmacher
1
-4
/
+3
2011-08-12
s3:smb2_server: make sure we prefer responses over requests on the client socket
Stefan Metzmacher
1
-12
/
+52
2011-08-07
s3:smb2_server: make sure we grant credits on async read/write operations (bu...
Stefan Metzmacher
1
-6
/
+15
2011-07-29
Secod part of bugfix for bug #8335 - file copy aborts with smb2_validate_mess...
Jeremy Allison
1
-3
/
+24
2011-07-20
s3-auth use auth_user_info not netr_SamInfo3 in auth3_session_info
Andrew Bartlett
1
-1
/
+1
2011-07-20
s3-auth Use struct auth_user_info_unix for unix_name and sanitized_username
Andrew Bartlett
1
-2
/
+2
2011-07-08
Move smbd_smb2_request_check_tcon() smbd_smb2_request_check_session() next to...
Jeremy Allison
1
-0
/
+130
2011-07-08
s3:smb2_server: add some comments about change_to_user() and change_to_root_u...
Stefan Metzmacher
1
-2
/
+98
2011-07-08
lib/util Move bitmap.c to lib/util
Andrew Bartlett
1
-0
/
+1
2011-07-08
Fix bug #8293 - SMB2 doesn't rotate the log files often enough.
Jeremy Allison
1
-0
/
+17
2011-07-07
s3:smb2_server: call change_to_root_user() or smbd_smb2_request_check_tcon()
Stefan Metzmacher
1
-3
/
+26
2011-07-04
s3:smb2_server: there's no reason to check the session id twice on a smb2_tco...
Stefan Metzmacher
1
-5
/
+0
2011-06-29
Second part of fix for bug #8219 - SMB Panic from Windows 7 Client.
Jeremy Allison
1
-1
/
+1
2011-06-29
Fix bug #8219 - SMB Panic from Windows 7 Client
Jeremy Allison
1
-0
/
+8
2011-05-31
s3-globals Remove smbd_event_context() (use server_event_context())
Andrew Bartlett
1
-1
/
+1
2011-05-12
s3: Slightly simplify smbd_smb2_request_next_vector
Volker Lendecke
1
-3
/
+5
2011-05-05
More simple const fixes.
Jeremy Allison
1
-4
/
+4
2011-05-05
s3: Fix dup_smb2_vec3
Volker Lendecke
1
-1
/
+1
2011-04-29
s3-tevent: only include ../lib/util/tevent wrappers where needed.
Günther Deschner
1
-0
/
+1
2011-04-14
s3: only include smb profiling where needed.
Günther Deschner
1
-0
/
+1
2011-03-30
s3: include smbd/smbd.h where needed.
Günther Deschner
1
-0
/
+1
2011-01-27
Change "security=share" to downgrade to SMB1 from SMB2, rather than trying to...
Jeremy Allison
1
-8
/
+0
2011-01-17
s3: Fix a C++ warning
Volker Lendecke
1
-1
/
+1
2010-12-21
My algorithm for determining whan an incoming sequence number can be allowed ...
Jeremy Allison
1
-6
/
+7
2010-12-20
CREATE in a compound CREATE/NOTIFY sequence was being passed through set_oper...
Ken Harris
1
-17
/
+17
2010-12-15
Implement "use sendfile = yes" for SMB2. (cherry picked from commit 95cb7adcd...
Jeremy Allison
1
-0
/
+9
2010-12-14
Change crediting so that the credits are returned on the interim async response.
Jeremy Allison
1
-4
/
+7
2010-12-13
We need to start off with smb2.credits_granted == 0. That way
Jeremy Allison
1
-2
/
+3
2010-12-13
Remove extra unused credit arg. to smbd_smb2_request_setup_out()
Jeremy Allison
1
-3
/
+3
2010-12-10
Add a SMB2 crediting algorithm, by default the same as Windows. Defaults to 1...
Jeremy Allison
1
-23
/
+132
2010-08-30
s3: Fix some uninitialized variable warnings
Volker Lendecke
1
-1
/
+1
2010-08-27
Fix bug #7653 - When SMB2 is on, Windows 7 clients can not connect as guest t...
Jeremy Allison
1
-0
/
+8
2010-08-16
s3: Remove smbd_server_fd from smbd_initialize_smb2
Volker Lendecke
1
-2
/
+2
[next]