summaryrefslogtreecommitdiff
path: root/source3
Commit message (Expand)AuthorAgeFilesLines
* libcli:smb: Return NSTATUS for smb2_signing_check_pdu()Andreas Schneider2019-06-241-20/+35
* regfio: Return instead of assert for short blocksMichael Hanselmann2019-06-201-1/+2
* smbd: Remove struct blocking_lock_recordVolker Lendecke2019-06-203-22/+0
* vfs: Remove SMB_VFS_BRL_CANCEL_WINDOWSVolker Lendecke2019-06-209-95/+3
* smbd: Remove unused brlock codeVolker Lendecke2019-06-2016-2188/+10
* smbd: Cancel smbd_smb1_do_locks requests in reply_ntcancelVolker Lendecke2019-06-201-1/+1
* smbd: Add a clarifying comment on triggering waitersVolker Lendecke2019-06-201-0/+6
* smbd: Don't call cancel_pending_lock_requests_by_fid on closeVolker Lendecke2019-06-201-1/+0
* smbd: Base smb2_lock.c on tevent_reqVolker Lendecke2019-06-203-33/+121
* smbd: Use smbd_smb1_do_locks_send() in smb_set_posix_lock()Volker Lendecke2019-06-201-35/+73
* smbd: Use smbd_smb1_do_locks_send() in reply_lockingX()Volker Lendecke2019-06-201-89/+122
* smbd: Use smbd_smb1_do_locks_send() in reply_lock()Volker Lendecke2019-06-201-24/+66
* smbd: Use smbd_smb1_do_locks_send() in reply_lockread()Volker Lendecke2019-06-201-29/+80
* smbd: Remove SMB1 special case handling from brlock.cVolker Lendecke2019-06-201-35/+1
* smbd: Ping dbwrap_watch on locking.tdb for in smbd_do_unlocking()Volker Lendecke2019-06-201-4/+17
* smbd: Add smbd_smb1_do_locks_send/recv()Volker Lendecke2019-06-204-0/+573
* smbd: Slightly simplify smbd_smb2_lock_send()Volker Lendecke2019-06-201-8/+10
* smbd: Return "blocker_pid" from do_lock()Volker Lendecke2019-06-207-16/+57
* smbd: Add some paranoia against NULL dereferenceVolker Lendecke2019-06-201-1/+6
* smbd: Add "blocker_pid" to brl_lock()Volker Lendecke2019-06-205-0/+13
* torture3: Test cancelling locking&x with ntcancelVolker Lendecke2019-06-202-0/+205
* libsmb: Make cli_lockingx cancellableVolker Lendecke2019-06-201-0/+16
* torture3: Run a blocking lock&x call with a subsequent readVolker Lendecke2019-06-202-0/+391
* torture3: Test blocking posix locksVolker Lendecke2019-06-202-1/+284
* torture3: Test LOCKINGX_CANCEL without locksVolker Lendecke2019-06-202-0/+57
* torture3: Add a test to block a locking&readVolker Lendecke2019-06-202-0/+172
* smbd: Use smbd_do_unlocking() in reply_unlock()Volker Lendecke2019-06-201-11/+10
* smbd: Use smbd_do_unlocking() in reply_writeunlock()Volker Lendecke2019-06-201-7/+7
* smbd: Use smbd_do_unlocking() in smb_set_posix_lock()Volker Lendecke2019-06-201-6/+7
* smbd: Add "lock_flav" to smbd_do_unlocking()Volker Lendecke2019-06-203-6/+8
* smbd: Simplify smb_set_posix_lock()Volker Lendecke2019-06-201-5/+8
* smbd: Avoid casts in smb_set_posix_lock()Volker Lendecke2019-06-201-7/+7
* smbd: Use NT_STATUS_IS_OK() in reply_unlock()Volker Lendecke2019-06-201-1/+1
* smbd: Avoid casts in reply_unlock()Volker Lendecke2019-06-201-2/+5
* lib: Fix a typoVolker Lendecke2019-06-201-1/+1
* smbd: Fix a typoVolker Lendecke2019-06-201-1/+1
* smbd: Only remove locks by mid if necessaryVolker Lendecke2019-06-203-5/+9
* s3:client: Link smbspool_krb5_wrapper against krb5sambaAndreas Schneider2019-06-181-1/+1
* smbd: Slightly simplify smb_set_posix_lock()Volker Lendecke2019-06-181-34/+35
* smbd: Add a explanation for num_aio_requestsVolker Lendecke2019-06-181-0/+4
* smbd: Align integer types in reply_lockingXVolker Lendecke2019-06-181-3/+3
* smbd: Avoid castsVolker Lendecke2019-06-181-4/+7
* smbd: Fix a typoVolker Lendecke2019-06-181-1/+2
* smbd: smbd_do_locking() does not use the "type" param anymoreVolker Lendecke2019-06-183-10/+5
* smbd: Simplify smbd_do_locking()Volker Lendecke2019-06-181-57/+57
* smbd: Slightly simplify reply_lockingX()Volker Lendecke2019-06-181-16/+18
* smbd: Slightly simplify reply_lockingX()Volker Lendecke2019-06-181-14/+16
* smbd: Slightly simplify reply_lockingX()Volker Lendecke2019-06-181-4/+4
* libsmb: Use cli_lockingx() in cli_unlock()Volker Lendecke2019-06-181-26/+20
* libsmb: Use cli_lockingx() in cli_locktype()Volker Lendecke2019-06-181-34/+15