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-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
2010-07-09
s3: Cleanup of the initial SMB2 counters patch.
Ira Cooper
1
-89
/
+191
2010-07-07
s3: Add SMB2 performance counters.
Ira Cooper
1
-19
/
+58
2010-06-14
SMB2 correctness fix. As we've already returned the credits in an interim
Jeremy Allison
1
-0
/
+2
2010-06-10
Ensure we correctly setup req->subreq before testing for async. Stops crashes...
Jeremy Allison
1
-4
/
+4
2010-06-08
Second part of fix for 7501 - SMB2: CREATE request replies getting mangled.
Jeremy Allison
1
-67
/
+67
2010-06-08
Fix for bug 7501 - SMB2: CREATE request replies getting mangled.
Ira Cooper
1
-3
/
+1
2010-06-02
Ensure we remove SMB2 cancel requests from the active queue
Jeremy Allison
1
-0
/
+1
2010-06-02
Fix a crash bug found by Ira Cooper <samba@ira.wakeful.net>.
Jeremy Allison
1
-4
/
+5
[next]