summaryrefslogtreecommitdiffstats
path: root/source3/smbd/smb2_lock.c
Commit message (Expand)AuthorAgeFilesLines
* s3:smb2_lock: return RANGE_NOT_LOCKED instead of CANCELLED for logoff and tdisStefan Metzmacher2014-03-121-0/+20
* s3:smb2_lock: fix whitespaces/tabs in smbd_smb2_lock_cancel()Stefan Metzmacher2014-03-121-11/+11
* s3:smb2_lock: make use of smbd_smb2_generate_outbody()Stefan Metzmacher2014-03-051-1/+1
* smbd: Fix a panic when a smb2 brlock times outVolker Lendecke2013-12-051-1/+1
* s3:smbd: remove struct member smbd_smb2_request.cancelled - it was only writtenMichael Adam2012-09-221-1/+0
* s3:smb2_lock: let smbd_smb2_lock_cancel() trigger NT_STATUS_CANCELEDStefan Metzmacher2012-09-221-26/+3
* s3:smb2_lock: make use of SMBD_SMB2_* macrosStefan Metzmacher2012-08-051-10/+7
* s3:smb2_lock: remove unused in_smbpidStefan Metzmacher2012-08-051-8/+0
* s3:smbd: make use of smbXsrv_open for smb1/2/3Stefan Metzmacher2012-06-291-1/+1
* s3:smbd: change smb2_lock.c to use fsp_fnum_dbg() for fsp->fnum logging.Michael Adam2012-06-151-6/+6
* s3:smb2_lock: make use of file_fsp_smb2()Stefan Metzmacher2012-06-091-30/+12
* s3:smb2_lock: use fsp->fnum as locking contextStefan Metzmacher2012-06-091-1/+1
* s3:smb2_lock: use smb2req->compat_chain_fsp instead of looking it up againStefan Metzmacher2012-06-091-6/+1
* s3:smbd: avoid using sconn_server_id()Stefan Metzmacher2011-12-161-3/+3
* s3:smb2_lock: use talloc_get_type_abort() as private_data can't be NULLStefan Metzmacher2011-12-141-5/+1
* s3:smb2_lock: pass smbd_server_connection as private_data to received_unlock_...Stefan Metzmacher2011-12-121-6/+7
* s3:smb2_server: use sconn->ev_ctx instead of sconn->smb2.event_ctxStefan Metzmacher2011-12-121-1/+1
* s3:smb2_lock: avoid using server_event_context()Stefan Metzmacher2011-12-121-2/+2
* s3:smb2_server: pass explicit defer_times to smbd_smb2_request_pending_queue()Stefan Metzmacher2011-11-151-1/+1
* s3:smb2_server: use smbd_smb2_request_verify_sizes() in smb2_lock.cStefan Metzmacher2011-09-071-11/+5
* lib/util/time.c: timeval_current_ofs_msecRusty Russell2011-06-011-3/+1
* s3-globals Remove smbd_event_context() (use server_event_context())Andrew Bartlett2011-05-311-1/+1
* s3-tevent: only include ../lib/util/tevent wrappers where needed.Günther Deschner2011-04-291-0/+1
* s3-messages: make ndr_messaging.h part of messages.h.Günther Deschner2011-03-301-1/+0
* s3-messages: only include messages.h where needed.Günther Deschner2011-03-301-0/+1
* s3: include smbd/smbd.h where needed.Günther Deschner2011-03-301-0/+1
* s3: Remove smbd_server_conn from smb2 receive_unlock_msgVolker Lendecke2010-10-031-1/+9
* s3: Remove procid_self() from cancel_pending_lock_requests_by_fid_smb2()Volker Lendecke2010-07-051-1/+1
* s3: Remove procid_self() from remove_pending_lock()Volker Lendecke2010-07-051-1/+1
* s3: Remove smbd_messaging_context() from reprocess_blocked_smb2_lock()Volker Lendecke2010-07-051-1/+1
* s3: Remove smbd_messaging_context() from remove_pending_lock()Volker Lendecke2010-07-051-1/+1
* s3: Remove smbd_messaging_context() from push_blocking_lock_request_smb2()Volker Lendecke2010-07-051-1/+1
* s3: Remove procid_self() from push_blocking_lock_request_smb2()Volker Lendecke2010-07-051-2/+2
* s3-smbd: Make sure that status is initialized when used.Andreas Schneider2010-06-281-1/+1
* s3: Remove smbd_server_conn from cancel_pending_lock_requests_by_fid_smb2Volker Lendecke2010-06-121-1/+1
* s3: Explicitly pass sconn to process_blocking_lock_queue_smb2Volker Lendecke2010-06-121-3/+3
* s3: Remove smbd_server_conn from push_blocking_lock_request_smb2Volker Lendecke2010-06-121-1/+1
* (Finally) fix bug #7158 - SMB2 connection resets during IOZone tests from 64-...Jeremy Allison2010-05-191-1/+1
* Fix the processing of unlocks followed by locks. We now pass SMB2-LOCK test.Jeremy Allison2010-05-101-9/+5
* Fix more of the SMB2-LOCK tests. Correctly unlock locks on error.Jeremy Allison2010-05-101-3/+19
* Only MULTIPLE-UNLOCK test left to fix !Jeremy Allison2010-05-071-1/+1
* This patch looks bigger than it is. It does 2 things. 1). Renames smbpid -> s...Jeremy Allison2010-05-071-14/+14
* Make us pass all SMB2 lock tests except MULTIPLE-UNLOCK and CONTEXT. Them nex...Jeremy Allison2010-05-071-2/+8
* Fix cancel by close lock test.Jeremy Allison2010-05-061-24/+36
* Fix more SMB2 locking. We still crash but this won't last :-).Jeremy Allison2010-05-061-45/+96
* Move to MS-FSA algorithm when checking for invalid lock range.Jeremy Allison2010-05-051-7/+0
* s3: only include gen_ndr headers where needed.Günther Deschner2010-05-061-0/+1
* Get closer to passing SMB2 lock test. Still crashes but we get further.Jeremy Allison2010-05-051-24/+32
* Plumb the SMB2 front end into the blocking lock backend.Jeremy Allison2010-04-301-18/+454
* Carefully label SMB1-specific locking calls.Jeremy Allison2010-04-291-0/+5