Age | Commit message (Expand) | Author | Files | Lines |
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 |
2010-05-19 | (Finally) fix bug #7158 - SMB2 connection resets during IOZone tests from 64-... | Jeremy Allison | 1 | -1/+2 |
2010-05-18 | Keep track of credits we're giving out. Set initial credits to 1 (MS-SMB2 spe... | Jeremy Allison | 1 | -1/+8 |
2010-05-07 | Make us pass all SMB2 lock tests except MULTIPLE-UNLOCK and CONTEXT. Them nex... | Jeremy Allison | 1 | -0/+8 |
2010-04-28 | Update (C) for 2010. | Jeremy Allison | 1 | -0/+1 |
2010-04-27 | Don't return an intermediate reply on async on a pipe call (Windows doesn't). | Jeremy Allison | 1 | -0/+5 |
2010-04-24 | Implement oplocks within SMB2. Plumb into the existing SMB1 oplock system. | Jeremy Allison | 1 | -3/+2 |
2010-04-23 | When sending the initial async response, this is never part of a chain. | Jeremy Allison | 1 | -1/+1 |
2010-04-22 | Make deferred opens (NT_STATUS_SHARING_VIOLATION) work over SMB2. | Jeremy Allison | 1 | -8/+9 |
2010-04-19 | Now SMB2 error messages are correctly being returned with the 1 byte data are... | Jeremy Allison | 1 | -51/+49 |
2010-04-19 | Ensure vectors are always allocated with consistent size. Removes one byte al... | Jeremy Allison | 1 | -20/+60 |
2010-04-19 | Remove an unused auto variable. | Jeremy Allison | 1 | -3/+0 |
2010-04-19 | s3-smb2: fix some c++ warnings. | Günther Deschner | 1 | -3/+3 |
2010-04-18 | Final fix for #7331 - Compound async SMB 2 requests don't work right. | Jeremy Allison | 1 | -4/+13 |
2010-04-17 | Second part of fix for bug #7331 - Compound async SMB 2 requests don't work r... | Jeremy Allison | 1 | -58/+158 |
2010-04-17 | First part of fix for bug #7331 - Compound async SMB 2 requests don't work ri... | Jeremy Allison | 1 | -86/+320 |
2010-04-07 | Don't forget to initialize *p_creds_requested. | Jeremy Allison | 1 | -0/+1 |
2010-04-06 | Ensure we total up the correct number of creds requested in a compound request. | Jeremy Allison | 1 | -1/+7 |
2010-03-31 | Make smbd_lock_socket/smbd_unlock_socket recursive with a ref_count. | Jeremy Allison | 1 | -1/+1 |
2010-02-24 | Change the credential handling so that we start with maxmux creds, | Jeremy Allison | 1 | -7/+10 |
2009-08-17 | s3:smbd: implement SMB2 Cancel correctly. | Stefan Metzmacher | 1 | -4/+13 |
2009-08-14 | s3:smbd: allow SMB2 Cancel to have the async flag set | Stefan Metzmacher | 1 | -6/+8 |
2009-08-14 | s3:smbd: fix parsing of the SMB2 body | Stefan Metzmacher | 1 | -5/+7 |
2009-08-12 | libcli: move some common SMB and SMB2 stuff into libcli/smb/ | Stefan Metzmacher | 1 | -1/+1 |