summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* s3:smbd: Use gnutls_error_to_ntstatus() in smb2_sesssetupAndreas Schneider2019-06-241-4/+5
* s3:smbd: Use gnutls_error_to_ntstatus() in smb2_serverAndreas Schneider2019-06-241-6/+7
* libcli:smb: Use gnutls_error_to_ntstatus() in smbXcli_base.cAndreas Schneider2019-06-241-9/+10
* auth:gensec: Use gnutls_error_to_ntstatus() in schannelAndreas Schneider2019-06-241-25/+14
* libcli:smb: Use gnutls_error_to_ntstatus() in smb2_signing_check_pdu()Andreas Schneider2019-06-241-4/+4
* libcli:smb: Use gnutls_error_to_ntstatus() in smb2_signing_sign_pdu()Andreas Schneider2019-06-241-2/+2
* libcli:smb: Return NSTATUS for smb2_signing_check_pdu()Andreas Schneider2019-06-244-56/+94
* s4:libcli: Use gnutls_error_to_ntstatus() or singingAndreas Schneider2019-06-241-2/+3
* libcli:util: Add gnutls_errorAndreas Schneider2019-06-243-2/+103
* dnsp.idl: fix payload for DSPROPERTY_ZONE_DELETED_FROM_HOSTNAMEStefan Metzmacher2019-06-212-2/+1
* dnsp.idl: fix the dnsp_dns_addr_array definitionStefan Metzmacher2019-06-213-3/+4
* dnsp.idl: fix dnsp_ip4_array definitionStefan Metzmacher2019-06-215-27/+26
* s4:torture: add local.ndr.dnsp testsStefan Metzmacher2019-06-215-0/+380
* lib ldb key value: use TALLOC_FREE() per README.CodingGary Lockyer2019-06-211-8/+8
* lib ldb key value: fix index bufferingGary Lockyer2019-06-214-48/+415
* lib ldb key value: Remove check_parent from ldb_kv_index_idxptr()Gary Lockyer2019-06-211-11/+4
* lib ldb ldb_key_value tests: Add tests for wrapped operationsGary Lockyer2019-06-216-2/+1112
* lib ldb key value: add nested transaction support.Gary Lockyer2019-06-212-16/+179
* lib ldb key value backends: Add nested txn supportGary Lockyer2019-06-213-0/+69
* lib ldb tests: remove deprecation warning from api.pyGary Lockyer2019-06-211-15/+15
* lib ldb tests: Test nested transactionsGary Lockyer2019-06-211-0/+103
* provision: Suggest "minimal-responses yes;" by defaultAndrew Bartlett2019-06-211-3/+3
* README: fix samba mailman list addressBjörn Jacke2019-06-201-1/+1
* script/autobuild.py: make code more pythonicJoe Guo2019-06-201-43/+31
* 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