summaryrefslogtreecommitdiff
path: root/source3
Commit message (Expand)AuthorAgeFilesLines
* 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
* libsmb: Ensure smbc_urlencode() can't overwrite passed in buffer.Jeremy Allison2018-08-141-2/+7
* CVE-2018-1139 selftest: verify whether ntlmv1 can be used via SMB1 when it is...Günther Deschner2018-08-141-1/+1
* CVE-2018-1139 s3-utils: use enum ntlm_auth_level in ntlm_password_check().Günther Deschner2018-08-141-2/+4
* g_lock: Simplify g_lock_trylockVolker Lendecke2018-08-141-18/+35
* g_lock: Avoid a double call to serverid_existVolker Lendecke2018-08-141-1/+2
* s3: vfs: time_audit: fix handling of token_blob in smb_time_audit_offload_rea...Ralph Wuerthner2018-08-131-9/+3
* s3:winbind: Fix memory leak in nss_init()Andreas Schneider2018-08-131-8/+18
* s3:registry: Fix possible memory leak in _reg_perfcount_multi_sz_from_tdb()Andreas Schneider2018-08-111-4/+11