summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* script/autobuild.py: avoid nested try except blockJoe Guo2019-06-201-11/+12
* script/autobuild.py: rm redundant empty str in optionsJoe Guo2019-06-201-20/+20
* script/autobuild.py: define cwd for builder and avoid chdirJoe Guo2019-06-201-5/+3
* script/autobuild.py: improve run_cmd with check_outputJoe Guo2019-06-201-4/+4
* script/autobuild.py: add helper functions to simplify make test cmdJoe Guo2019-06-201-120/+131
* script/autobuild.py: replace random-sleep.sh with python functionJoe Guo2019-06-202-58/+39
* script/autobuild.py: rm unused mime type text/plain in tasksJoe Guo2019-06-201-294/+288
* script/autobuild.py: fix tasks indentJoe Guo2019-06-201-430/+467
* gitlab-ci: Add Fedora 30Andreas Schneider2019-06-2010-3/+325
* 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-2011-112/+3
* smbd: Remove unused brlock codeVolker Lendecke2019-06-2017-2190/+12
* 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-202-91/+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-203-0/+393
* torture3: Test blocking posix locksVolker Lendecke2019-06-203-1/+285
* torture3: Test LOCKINGX_CANCEL without locksVolker Lendecke2019-06-203-0/+58
* torture3: Add a test to block a locking&readVolker Lendecke2019-06-203-0/+174
* 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
* tevent: Fix a typoVolker Lendecke2019-06-201-1/+1
* smbd: Only remove locks by mid if necessaryVolker Lendecke2019-06-203-5/+9
* docs: fix typo in "ntlm auth" doc in smb.conf man pageBjörn Baumbach2019-06-201-1/+1
* docs: add documentation for the samba-tool ntacl changedomsid commandBjörn Baumbach2019-06-201-0/+71
* CVE-2019-12436 dsdb/paged_results: ignore successful results without messagesDouglas Bagnall2019-06-192-2/+51
* CVE-2019-12435 rpc/dns: avoid NULL deference if zone not found in DnssrvOpera...Douglas Bagnall2019-06-192-1/+32