summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* PEP8: fix E225: missing whitespace around operatorJoe Guo2018-08-2451-233/+233
* PEP8: fix E222: multiple spaces after operatorJoe Guo2018-08-2424-66/+66
* PEP8: fix E211: whitespace before '('Joe Guo2018-08-245-10/+9
* PEP8: fix E203: whitespace before ':'Joe Guo2018-08-2422-305/+305
* PEP8: fix E202: whitespace before ')'Joe Guo2018-08-2447-254/+254
* PEP8: fix E201: whitespace after '('Joe Guo2018-08-2440-202/+202
* PEP8: fix E131: continuation line unaligned for hanging indentJoe Guo2018-08-247-123/+123
* PEP8: fix E128: continuation line under-indented for visual indentJoe Guo2018-08-24117-2135/+2223
* PEP8: fix E127: continuation line over-indented for visual indentJoe Guo2018-08-2458-866/+866
* PEP8: fix E125: continuation line with same indent as next logical lineJoe Guo2018-08-244-6/+6
* PEP8: fix E124: closing bracket does not match visual indentationJoe Guo2018-08-2416-30/+30
* PEP8: fix E123: closing bracket does not match indentation of opening bracket...Joe Guo2018-08-2452-234/+234
* PEP8: fix E122: continuation line missing indentation or outdentedJoe Guo2018-08-2414-305/+305
* PEP8: fix E121: continuation line under-indented for hanging indentJoe Guo2018-08-2414-94/+94
* PEP8: fix E116: unexpected indentation (comment)Joe Guo2018-08-243-9/+9
* PEP8: fix E115: expected an indented block (comment)Joe Guo2018-08-242-2/+2
* PEP8: fix E111: indentation is not a multiple of fourJoe Guo2018-08-2416-162/+162
* PEP8: whitespace fixes in wintest.pyJoe Guo2018-08-241-6/+6
* PEP8: fix E101: indentation contains mixed spaces and tabsJoe Guo2018-08-245-62/+62
* PEP8: fix W602: deprecated form of raising exceptionJoe Guo2018-08-241-1/+1
* PEP8: fix W601: .has_key() is deprecated, use 'in'Joe Guo2018-08-243-8/+8
* PEP8: fix E731: do not assign a lambda expression, use a defJoe Guo2018-08-241-2/+6
* PEP8: fix E714: test for object identity should be 'is not'Joe Guo2018-08-242-4/+4
* PEP8: fix E713: test for membership should be 'not in'Joe Guo2018-08-241-1/+1
* PEP8: fix E271: multiple spaces after keywordJoe Guo2018-08-242-2/+2
* vfs_fruit: Don't unlink the main fileVolker Lendecke2018-08-232-2/+5
* torture: Make sure that fruit_ftruncate only unlinks streamsVolker Lendecke2018-08-232-0/+46
* 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
* dsdb: Fix a typoVolker Lendecke2018-08-221-2/+3
* dsdb: Fix CID 1438461 Error handling issues (CHECKED_RETURN)Volker Lendecke2018-08-221-3/+7
* 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
* torture: Demonstrate the invalid lock order panicVolker Lendecke2018-08-211-0/+89
* vfs_fruit: Fix a leak of "br_lck"Volker Lendecke2018-08-201-8/+16
* python: Fix print in dns_invalid.pyAndreas Schneider2018-08-181-1/+1
* ctdb: calculate queue input buffer size correctlySwen Schillig2018-08-181-10/+19
* ctdb: Replace calculation of bytes to read from socket by MIN() macroSwen Schillig2018-08-181-5/+1
* s3: util: Do not take over stderr when there is no log filePaulo Alcantara2018-08-181-2/+5
* dbwrap: Clarify db_open_watched APIVolker Lendecke2018-08-177-11/+11
* smbd: Fix a few DEBUG statementsVolker Lendecke2018-08-171-8/+14
* dbwrap: Fix a typoVolker Lendecke2018-08-171-1/+1
* 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-1715-17/+17
* 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