summaryrefslogtreecommitdiff
path: root/source3/smbd/blocking.c
Commit message (Expand)AuthorAgeFilesLines
...
* s3: Explicitly pass sconn to recalc_brl_timeoutVolker Lendecke2010-06-121-4/+3
* s3: Explicitly pass sconn to blocking_lock_was_deferred_smb1Volker Lendecke2010-06-121-2/+2
* s3: Explicitly pass sconn to remove_pending_lock_requests_by_mid_smb1Volker Lendecke2010-06-121-2/+2
* s3: Remove smbd_server_conn from cancel_pending_lock_requests_by_fidVolker Lendecke2010-06-121-1/+1
* s3: Remove smbd_server_conn from push_blocking_lock_requestVolker Lendecke2010-06-121-1/+1
* s3: Remove smbd_server_conn from brl_timeout_fnVolker Lendecke2010-06-121-4/+6
* Rename "allow_smb2" -> "using_smb2" and make the usage clearer.Jeremy Allison2010-06-091-3/+3
* This patch looks bigger than it is. It does 2 things. 1). Renames smbpid -> s...Jeremy Allison2010-05-071-27/+27
* Make us pass all SMB2 lock tests except MULTIPLE-UNLOCK and CONTEXT. Them nex...Jeremy Allison2010-05-071-2/+6
* Fix more SMB2 locking. We still crash but this won't last :-).Jeremy Allison2010-05-061-3/+2
* s3: only include gen_ndr headers where needed.Günther Deschner2010-05-061-0/+1
* Fixed issue with return in a void function found by Björn JACKE <bj@SerNet.DE>Jeremy Allison2010-05-051-1/+2
* Plumb the SMB2 front end into the blocking lock backend.Jeremy Allison2010-04-301-5/+16
* Carefully label SMB1-specific locking calls.Jeremy Allison2010-04-291-5/+14
* Move the global blocking lock records into the smb1 state.Jeremy Allison2010-04-291-21/+30
* Move to using 64-bit mid values in our internal open file database.Jeremy Allison2010-04-121-2/+2
* Plumb SMB2 stubs into all the places we defer SMB1 operations.Jeremy Allison2010-04-091-1/+1
* Stop smb2 from calling into smb1 blocking lock request code.Jeremy Allison2010-04-081-0/+14
* s3/smbd: change locking behavior when "lock spin time = 0".Steven Danneman2010-02-121-1/+1
* Fix trailing whitespace errors I added (sorry).Jeremy Allison2010-02-051-2/+2
* s3-brlock: add a minimim retry time for pending blocking locksAndrew Tridgell2010-02-051-0/+20
* Second part of the fix for bug 6828 - infinite timeout occurs when byte lock ...Jeremy Allison2009-10-261-6/+9
* Fix bug 6828 - infinite timeout occurs when byte lock held outside of sambaJeremy Allison2009-10-201-8/+18
* s3: Change fsp->fsp_name to be an smb_filename struct!Tim Prouty2009-07-201-7/+8
* s3:smbd: use new simplified snb_signing code in the serverStefan Metzmacher2009-03-231-3/+2
* Add VFS ops for Windows BRL: Lock, Unlock and Cancel:Zack Kirsch2009-02-131-48/+59
* Remove typedef struct blocking_lock_record and move references to struct bloc...Zack Kirsch2009-02-131-19/+19
* S3: New module interface for SMB message statistics gatheringtodd stecher2009-02-091-2/+4
* Remove the global variable "chain_size"Volker Lendecke2009-01-311-6/+1
* Add a new implementation of chain_replyVolker Lendecke2009-01-161-6/+0
* s3:smbd: move all globals and static variables in globals.[ch]Stefan Metzmacher2009-01-081-15/+6
* s3:events: change event_add_timed() prototype to match samba4Stefan Metzmacher2009-01-051-2/+2
* Do not write into inbuf for the transs requestVolker Lendecke2008-11-081-1/+0
* Remove the change to the user context in process_blocking_lock_queue()Volker Lendecke2008-11-081-76/+8
* Convert blocking.c to store a smb_request instead of just inbufVolker Lendecke2008-11-041-88/+54
* Simplify logic of cancel_pending_lock_requests_by_fid()Volker Lendecke2008-11-041-20/+18
* Slightly simplify logic in process_lockingX()Volker Lendecke2008-11-041-7/+8
* Slightly simplify logic in remove_pending_lock_requests_by_mid()Volker Lendecke2008-11-041-13/+21
* Slightly simplify logic in cancel_pending_lock_requests_by_fid()Volker Lendecke2008-11-041-20/+24
* Convert blocking.c to use tallocVolker Lendecke2008-11-041-23/+15
* Make "inbuf" a talloc child of "smb_request" for normal smb requestsVolker Lendecke2008-11-041-0/+2
* Fix nonempty blank linesVolker Lendecke2008-11-031-14/+14
* Remove some inbuf references by adding "cmd" to smb_requestVolker Lendecke2008-11-021-1/+1
* Apply some const to get_lock_*()Volker Lendecke2008-11-011-4/+6
* Use {u,}int64_t instead of SMB_BIG_{U,}INT.Jelmer Vernooij2008-10-141-12/+12
* Remove the chain_fsp globalVolker Lendecke2008-10-131-1/+0
* Some more talloc_tos()Volker Lendecke2008-01-101-5/+5
* Fix %d / size_t printf arg missmatch.Jeremy Allison2008-01-051-2/+2
* Fix interesting bug found with make valgrindtest. When cancellingJeremy Allison2008-01-041-10/+14
* Refactor the crypto code after a very helpful conversationJeremy Allison2008-01-041-13/+21