summaryrefslogtreecommitdiff
path: root/source3
Commit message (Expand)AuthorAgeFilesLines
* examples: Add winexe re-implemented on current Samba libsVolker Lendecke2018-08-281-0/+1
* libsmb: Expose protocol-agnostic cli_writeall_send/recvVolker Lendecke2018-08-272-12/+104
* libsmb: Rename cli_writeall_send/recv to cli_smb1_writeall_send/recvVolker Lendecke2018-08-271-22/+23
* libsmb: Add protocol-agnostic cli_readVolker Lendecke2018-08-272-0/+131
* s3: VFS: vfs_full_audit: Ensure smb_fname_str_do_log() only returns absolute ...Jeremy Allison2018-08-271-0/+26
* s3: VFS: vfs_full_audit: Add $cwd arg to smb_fname_str_do_log().Jeremy Allison2018-08-271-16/+20
* smbd: Remove unused KOPLOCK flagsChristof Schmitt2018-08-252-39/+5
* PEP8: fix W391: blank line at end of fileJoe Guo2018-08-242-3/+0
* PEP8: fix E703: statement ends with a semicolonJoe Guo2018-08-241-1/+1
* PEP8: fix E502: the backslash is redundant between bracketsJoe Guo2018-08-241-14/+14
* PEP8: fix E401: multiple imports on one lineJoe Guo2018-08-242-2/+5
* PEP8: fix E305: expected 2 blank lines after class or function definition, fo...Joe Guo2018-08-243-0/+4
* PEP8: fix E303: too many blank lines (2)Joe Guo2018-08-241-4/+0
* PEP8: fix E302: expected 2 blank lines, found 1Joe Guo2018-08-244-0/+13
* PEP8: fix E265: block comment should start with '# 'Joe Guo2018-08-242-4/+4
* PEP8: fix E241: multiple spaces after ','Joe Guo2018-08-241-2/+2
* PEP8: fix E231: missing whitespace after ','Joe Guo2018-08-242-2/+2
* PEP8: fix E225: missing whitespace around operatorJoe Guo2018-08-243-12/+12
* PEP8: fix E222: multiple spaces after operatorJoe Guo2018-08-242-3/+3
* PEP8: fix E202: whitespace before ')'Joe Guo2018-08-242-8/+8
* PEP8: fix E201: whitespace after '('Joe Guo2018-08-242-7/+7
* PEP8: fix E128: continuation line under-indented for visual indentJoe Guo2018-08-242-36/+36
* PEP8: fix E127: continuation line over-indented for visual indentJoe Guo2018-08-241-1/+1
* PEP8: fix E123: closing bracket does not match indentation of opening bracket...Joe Guo2018-08-241-1/+1
* PEP8: fix E121: continuation line under-indented for hanging indentJoe Guo2018-08-241-2/+2
* PEP8: fix E115: expected an indented block (comment)Joe Guo2018-08-241-1/+1
* PEP8: fix E101: indentation contains mixed spaces and tabsJoe Guo2018-08-242-10/+10
* vfs_fruit: Don't unlink the main fileVolker Lendecke2018-08-231-1/+5
* s3: smbd: Ensure get_real_filename() copes with empty pathnames.Jeremy Allison2018-08-221-0/+5
* libads: Simplify parse_spn()Volker Lendecke2018-08-221-13/+9
* libads: Fix an error path talloc leakVolker Lendecke2018-08-221-1/+2
* libgpo: Fix CID 1438462 Error handling issues (CHECKED_RETURN)Volker Lendecke2018-08-221-2/+12
* smbd: Remove koplocks->contend_level2 callbacksVolker Lendecke2018-08-223-25/+1
* vfs_fruit: Fix a leak of "br_lck"Volker Lendecke2018-08-201-8/+16
* dbwrap: Clarify db_open_watched APIVolker Lendecke2018-08-177-11/+11
* smbd: Fix a few DEBUG statementsVolker Lendecke2018-08-171-8/+14
* g_lock: Fix DEBUG messagesVolker Lendecke2018-08-171-2/+2
* smbd: Fix a typoVolker Lendecke2018-08-171-1/+1
* smbd: Fix a typoVolker Lendecke2018-08-171-1/+1
* smbd: Enhance debugging in set_file_sizeVolker Lendecke2018-08-171-1/+3
* lib: Pass mem_ctx to cache_path()Volker Lendecke2018-08-1714-16/+16
* lib: Pass mem_ctx to state_path()Volker Lendecke2018-08-1722-38/+38
* lib: Pass mem_ctx to lock_path()Volker Lendecke2018-08-1721-24/+27
* lib: Pass "mem_ctx" down to xx_pathVolker Lendecke2018-08-171-5/+7
* torture3: Extend the g_lock6 test to also cover upgradesVolker Lendecke2018-08-171-0/+16
* torture3: Enhance g_lock6 to run without CLEAR_IF_FIRSTVolker Lendecke2018-08-171-0/+18
* torture3: Simplify the g_lock6 testVolker Lendecke2018-08-171-5/+5
* preg: Unpack winreg_Data for parsingGarming Sam2018-08-161-1/+3
* s3:libads: Free addr before we free the contextAndreas Schneider2018-08-141-1/+1
* libsmb: Harden smbc_readdir_internal() against returns from malicious servers.Jeremy Allison2018-08-142-8/+51