Age | Commit message (Expand) | Author | Files | Lines |
2010-06-12 | s3: Explicitly pass sconn to process_blocking_lock_queue_smb2 | Volker Lendecke | 1 | -1/+1 |
2010-06-12 | s3: Explicitly pass sconn to process_blocking_lock_queue | Volker Lendecke | 1 | -4/+3 |
2010-06-12 | s3: Remove smbd_server_conn from blocking_lock_cancel_smb1 | Volker Lendecke | 1 | -1/+1 |
2010-06-12 | s3: Explicitly pass sconn to recalc_brl_timeout | Volker Lendecke | 1 | -4/+3 |
2010-06-12 | s3: Explicitly pass sconn to blocking_lock_was_deferred_smb1 | Volker Lendecke | 1 | -2/+2 |
2010-06-12 | s3: Explicitly pass sconn to remove_pending_lock_requests_by_mid_smb1 | Volker Lendecke | 1 | -2/+2 |
2010-06-12 | s3: Remove smbd_server_conn from cancel_pending_lock_requests_by_fid | Volker Lendecke | 1 | -1/+1 |
2010-06-12 | s3: Remove smbd_server_conn from push_blocking_lock_request | Volker Lendecke | 1 | -1/+1 |
2010-06-12 | s3: Remove smbd_server_conn from brl_timeout_fn | Volker Lendecke | 1 | -4/+6 |
2010-06-09 | Rename "allow_smb2" -> "using_smb2" and make the usage clearer. | Jeremy Allison | 1 | -3/+3 |
2010-05-07 | This patch looks bigger than it is. It does 2 things. 1). Renames smbpid -> s... | Jeremy Allison | 1 | -27/+27 |
2010-05-07 | Make us pass all SMB2 lock tests except MULTIPLE-UNLOCK and CONTEXT. Them nex... | Jeremy Allison | 1 | -2/+6 |
2010-05-06 | Fix more SMB2 locking. We still crash but this won't last :-). | Jeremy Allison | 1 | -3/+2 |
2010-05-06 | s3: only include gen_ndr headers where needed. | Günther Deschner | 1 | -0/+1 |
2010-05-05 | Fixed issue with return in a void function found by Björn JACKE <bj@SerNet.DE> | Jeremy Allison | 1 | -1/+2 |
2010-04-30 | Plumb the SMB2 front end into the blocking lock backend. | Jeremy Allison | 1 | -5/+16 |
2010-04-29 | Carefully label SMB1-specific locking calls. | Jeremy Allison | 1 | -5/+14 |
2010-04-29 | Move the global blocking lock records into the smb1 state. | Jeremy Allison | 1 | -21/+30 |
2010-04-12 | Move to using 64-bit mid values in our internal open file database. | Jeremy Allison | 1 | -2/+2 |
2010-04-09 | Plumb SMB2 stubs into all the places we defer SMB1 operations. | Jeremy Allison | 1 | -1/+1 |
2010-04-08 | Stop smb2 from calling into smb1 blocking lock request code. | Jeremy Allison | 1 | -0/+14 |
2010-02-12 | s3/smbd: change locking behavior when "lock spin time = 0". | Steven Danneman | 1 | -1/+1 |
2010-02-05 | Fix trailing whitespace errors I added (sorry). | Jeremy Allison | 1 | -2/+2 |
2010-02-05 | s3-brlock: add a minimim retry time for pending blocking locks | Andrew Tridgell | 1 | -0/+20 |
2009-10-26 | Second part of the fix for bug 6828 - infinite timeout occurs when byte lock ... | Jeremy Allison | 1 | -6/+9 |
2009-10-20 | Fix bug 6828 - infinite timeout occurs when byte lock held outside of samba | Jeremy Allison | 1 | -8/+18 |
2009-07-20 | s3: Change fsp->fsp_name to be an smb_filename struct! | Tim Prouty | 1 | -7/+8 |
2009-03-23 | s3:smbd: use new simplified snb_signing code in the server | Stefan Metzmacher | 1 | -3/+2 |
2009-02-13 | Add VFS ops for Windows BRL: Lock, Unlock and Cancel: | Zack Kirsch | 1 | -48/+59 |
2009-02-13 | Remove typedef struct blocking_lock_record and move references to struct bloc... | Zack Kirsch | 1 | -19/+19 |
2009-02-09 | S3: New module interface for SMB message statistics gathering | todd stecher | 1 | -2/+4 |
2009-01-31 | Remove the global variable "chain_size" | Volker Lendecke | 1 | -6/+1 |
2009-01-16 | Add a new implementation of chain_reply | Volker Lendecke | 1 | -6/+0 |
2009-01-08 | s3:smbd: move all globals and static variables in globals.[ch] | Stefan Metzmacher | 1 | -15/+6 |
2009-01-05 | s3:events: change event_add_timed() prototype to match samba4 | Stefan Metzmacher | 1 | -2/+2 |
2008-11-08 | Do not write into inbuf for the transs request | Volker Lendecke | 1 | -1/+0 |
2008-11-08 | Remove the change to the user context in process_blocking_lock_queue() | Volker Lendecke | 1 | -76/+8 |
2008-11-04 | Convert blocking.c to store a smb_request instead of just inbuf | Volker Lendecke | 1 | -88/+54 |
2008-11-04 | Simplify logic of cancel_pending_lock_requests_by_fid() | Volker Lendecke | 1 | -20/+18 |
2008-11-04 | Slightly simplify logic in process_lockingX() | Volker Lendecke | 1 | -7/+8 |
2008-11-04 | Slightly simplify logic in remove_pending_lock_requests_by_mid() | Volker Lendecke | 1 | -13/+21 |
2008-11-04 | Slightly simplify logic in cancel_pending_lock_requests_by_fid() | Volker Lendecke | 1 | -20/+24 |
2008-11-04 | Convert blocking.c to use talloc | Volker Lendecke | 1 | -23/+15 |
2008-11-04 | Make "inbuf" a talloc child of "smb_request" for normal smb requests | Volker Lendecke | 1 | -0/+2 |
2008-11-03 | Fix nonempty blank lines | Volker Lendecke | 1 | -14/+14 |
2008-11-02 | Remove some inbuf references by adding "cmd" to smb_request | Volker Lendecke | 1 | -1/+1 |
2008-11-01 | Apply some const to get_lock_*() | Volker Lendecke | 1 | -4/+6 |
2008-10-14 | Use {u,}int64_t instead of SMB_BIG_{U,}INT. | Jelmer Vernooij | 1 | -12/+12 |
2008-10-13 | Remove the chain_fsp global | Volker Lendecke | 1 | -1/+0 |
2008-01-10 | Some more talloc_tos() | Volker Lendecke | 1 | -5/+5 |