summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* s4: rename source4/smbd/ to source4/samba/Ralph Boehme2020-11-2792-117/+117
* samba-tool: Give better error information when the 'domain backup restore' fa...Andrew Bartlett2020-11-261-1/+44
* s3:libsmb: Return early if dir is NULLAndreas Schneider2020-11-261-7/+9
* s3:mdssd: Fix creating binding string for error messageAndreas Schneider2020-11-261-2/+5
* s3:lsasd: Fix creating binding string for error messageAndreas Schneider2020-11-261-2/+5
* s3:spoolssd: Fix creating binding string for error messageAndreas Schneider2020-11-261-2/+5
* winexe: Fix a possible null pointer derferenceAndreas Schneider2020-11-261-9/+13
* s3:libsmb: Fix clang warnings that fnum might be used uninitializedAndreas Schneider2020-11-261-4/+4
* samba_upgradedns: Do not print confusing logs about missing .zone filesAndrew Bartlett2020-11-261-3/+4
* Test password removal via python proctitleDavid Mulder2020-11-2625-2/+75
* Remove password from samba-tool proctitleHeiko Baumann2020-11-261-0/+48
* Do not create an empty DB when accessing a sam.ldbAndrew Bartlett2020-11-261-0/+3
* torture: Do not call destroy_dlz() on uninitialised memoryAndrew Bartlett2020-11-261-4/+14
* waf: upgrade to 2.0.21Stefan Metzmacher2020-11-2619-63/+181
* s3:lib: Check return code of set_blocking()Andreas Schneider2020-11-261-1/+5
* s3:smbd: Check return code of set_blocking()Andreas Schneider2020-11-261-1/+7
* libcli:smb: Check return code of set_blockingAndreas Schneider2020-11-261-1/+4
* s3:winbind: Check return code of set_blocking()Andreas Schneider2020-11-261-2/+9
* s3:smbd: Fix a possible null pointer deref in oplock codeAndreas Schneider2020-11-261-2/+1
* samba-tool domain backup: Confirm the sidForRestore we will put into the back...Andrew Bartlett2020-11-261-0/+26
* s3: smbd: Fix misleading comment I added for commit 382a5c4e7ec08ec9291453ffa...Jeremy Allison2020-11-221-2/+4
* testprogs: Fix MIT KRB5 export keytab with > 1.18Andreas Schneider2020-11-211-6/+16
* smbd: Fix failure to check dstdir for delete on closeVolker Lendecke2020-11-202-2/+6
* tests: SMB2 rename fails to check del-on-close on dst dirVolker Lendecke2020-11-192-1/+35
* pylibsmb: Add rename()Volker Lendecke2020-11-191-0/+37
* tests: Factor out prep_creds()Volker Lendecke2020-11-191-16/+8
* libsmb: Make cli_nt_pipes_close() staticVolker Lendecke2020-11-192-2/+1
* lib: g_lock.h references "struct server_id", add #includeVolker Lendecke2020-11-191-0/+2
* lib: Remove unused security_descriptor_append()Volker Lendecke2020-11-192-14/+0
* build: fcvt() and fcvtl() are not usedVolker Lendecke2020-11-191-3/+1
* smbd: avoid a smb_fname copy in call_trans2setfilepathinfo()Ralph Boehme2020-11-191-5/+1
* smbd: avoid a smb_fname copy in call_trans2qfilepathinfo()Ralph Boehme2020-11-191-5/+1
* smbd: replace calls to check_access() with smbd_check_access_rights()Ralph Boehme2020-11-191-20/+6
* smbd: use SMB2_INFO_SPECIAL in call_trans2qfilepathinfo()Ralph Boehme2020-11-191-1/+1
* torture: avoid OPLOCK-CANCEL flapping on busy gitlab CIRalph Boehme2020-11-191-0/+2
* docs-xml: add "smbd force process locks"Ralph Boehme2020-11-192-8/+23
* selftest: remove selftest/knownfail.d/samba3.smbtorture_s3Ralph Boehme2020-11-191-2/+0
* pylibsmb: Multi-threaded use is now possible with SMB2Volker Lendecke2020-11-191-6/+0
* pylibsmb: Remove unused py_cli_state->is_smb1Volker Lendecke2020-11-191-6/+0
* libsmb: Remove unused sync cli_smb2_list()Volker Lendecke2020-11-192-112/+0
* pylibsmb: Remove SMB2 special case for cli_list()Volker Lendecke2020-11-191-26/+20
* libsmb: Use async cli_smb2_list_send() in cli_list_send()Volker Lendecke2020-11-191-9/+9
* libsmb: Prepare cli_list_send()/recv() for single-issue subreqsVolker Lendecke2020-11-191-23/+58
* libsmb: Convert cli_list_recv() to single-recvVolker Lendecke2020-11-193-39/+158
* libsmb: Make cli_smb2_list() asynchronousVolker Lendecke2020-11-192-161/+325
* uptodateness.py: remove what appears to be debugging linesRowland Penny2020-11-191-2/+0
* bootstrap: Add OpenSUSE 15.2Samuel Cabrero2020-11-179-25/+27
* autobuild: Encode text/plain into base64 to wrap long-linesSATOH Fumiyasu2020-11-161-1/+1
* libsmb: Remove unused sync cli_smb2_rename()Volker Lendecke2020-11-162-36/+0
* libsmb: Make cli_rename_send()/recv() smb2-capableVolker Lendecke2020-11-161-4/+17