Age | Commit message (Expand) | Author | Files | Lines |
2012-03-14 | s3:smb2_server: fix a compiler warning | Christian Ambach | 1 | -2/+2 |
2012-03-10 | s3: Fix a 64-bit warning | Volker Lendecke | 1 | -1/+1 |
2012-03-09 | Fix up Christian Ambach's multi-credit code - the CreditCharge field is a 16-... | Jeremy Allison | 1 | -2/+2 |
2012-03-09 | s3:smb2_server validate message ids with largemtu | Christian Ambach | 1 | -27/+56 |
2012-03-09 | s3:smb2_server add function to verify creditcharge | Christian Ambach | 1 | -0/+39 |
2012-03-02 | s3:smb2_server fix a typo | Christian Ambach | 1 | -1/+1 |
2012-02-27 | libcli/smb/smb2_signing: pass down 'protocol' to smb2_signing_[sign|check]_pdu() | Stefan Metzmacher | 1 | -0/+4 |
2012-02-18 | Fix a bunch of "unused variable" warnings. | Jeremy Allison | 1 | -2/+0 |
2011-12-12 | s3:smb2_server: use sconn->ev_ctx instead of sconn->smb2.event_ctx | Stefan Metzmacher | 1 | -9/+7 |
2011-12-12 | s3:smbd: remember the event context on smbd_server_connection | Stefan Metzmacher | 1 | -1/+1 |
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 |