summaryrefslogtreecommitdiff
path: root/source4/torture/drs
Commit message (Expand)AuthorAgeFilesLines
* tests: Fix flappiness in DRS tests due to RID Set changingTim Beale2018-11-231-2/+13
* tests: Add better error for DRS testsTim Beale2018-11-231-3/+3
* s4/dsdb/pytest/: unused importsDouglas Bagnall2018-10-252-2/+0
* s4/torture/drs/python: py2/py3 compat changes for samba4.drs.repl_rodcNoel Power2018-09-151-4/+5
* s4/torture/drs/python: py2/py3 porting needed for samba4.drs.getncchangesNoel Power2018-09-151-1/+1
* s4/selftest: enable samba4.drs.link_conflicts for py3Noel Power2018-09-151-2/+0
* s4/torture/drs: py2/py3 compat porting for samba4.drs.link_conflictsNoel Power2018-09-151-6/+8
* s4/torture/drs/python: ndr_unpack needs bytes samba4.drs.getnc_exopNoel Power2018-09-151-1/+1
* s4/torture/drs: py2/py3 compat for test samba4.drs.repl_moveNoel Power2018-09-151-8/+8
* s4/torture/drs: py2/py3 compat changes for test samba4.drs.fsmoNoel Power2018-09-151-5/+5
* s4/torture/drs: port samba4.drs.delete_object test for py2/py3Noel Power2018-09-151-5/+5
* s4/torture/drs: PY3 fix error with test_samba_tool_showrepl_jsonNoel Power2018-09-151-2/+1
* s4/torture/drs/python: make test code run in py2/py3Noel Power2018-09-152-9/+10
* s4/torture/drs: PY3 port for test samba_tool_drs_showreplNoel Power2018-09-151-12/+18
* s4/torture/drs: port samba4.drs.samba_tool_drs for py2/py3 compatNoel Power2018-09-151-27/+27
* s4/torture/drs: PY3 port for samba4.drs.replica_sync_rodcNoel Power2018-09-061-1/+2
* PEP8: fix E128: continuation line under-indented for visual indentJoe Guo2018-09-061-2/+2
* PEP8: fix E127: continuation line over-indented for visual indentJoe Guo2018-09-062-5/+5
* PEP8: fix E124: closing bracket does not match visual indentationJoe Guo2018-09-061-1/+1
* PEP8: improve formatting around various operatorsDouglas Bagnall2018-08-243-5/+5
* PEP8: fix W391: blank line at end of fileJoe Guo2018-08-243-4/+0
* PEP8: fix W293: blank line contains whitespaceJoe Guo2018-08-241-1/+1
* PEP8: fix W291: trailing whitespaceJoe Guo2018-08-241-1/+1
* PEP8: fix E713: test for membership should be 'not in'Joe Guo2018-08-241-1/+1
* PEP8: fix E712: comparison to False should be 'if cond is False:' or 'if not ...Joe Guo2018-08-241-1/+1
* PEP8: fix E711: comparison to None should be 'if cond is not None:'Joe Guo2018-08-241-1/+1
* PEP8: fix E703: statement ends with a semicolonJoe Guo2018-08-241-2/+2
* PEP8: fix E502: the backslash is redundant between bracketsJoe Guo2018-08-242-4/+4
* PEP8: fix E401: multiple imports on one lineJoe Guo2018-08-243-3/+7
* PEP8: fix E306: expected 1 blank line before a nested definition, found 0Joe Guo2018-08-241-0/+2
* PEP8: fix E303: too many blank lines (2)Joe Guo2018-08-249-42/+0
* PEP8: fix E302: expected 2 blank lines, found 1Joe Guo2018-08-2413-0/+16
* PEP8: fix E265: block comment should start with '# 'Joe Guo2018-08-242-4/+4
* PEP8: fix E261: at least two spaces before inline commentJoe Guo2018-08-242-7/+7
* PEP8: fix E231: missing whitespace after ','Joe Guo2018-08-248-57/+57
* PEP8: fix E228: missing whitespace around modulo operatorJoe Guo2018-08-243-5/+5
* PEP8: fix E226: missing whitespace around arithmetic operatorJoe Guo2018-08-241-4/+4
* PEP8: fix E225: missing whitespace around operatorJoe Guo2018-08-243-31/+31
* PEP8: fix E222: multiple spaces after operatorJoe Guo2018-08-242-7/+7
* PEP8: fix E203: whitespace before ':'Joe Guo2018-08-241-8/+8
* PEP8: fix E202: whitespace before ')'Joe Guo2018-08-241-3/+3
* PEP8: fix E201: whitespace after '('Joe Guo2018-08-241-3/+3
* PEP8: fix E128: continuation line under-indented for visual indentJoe Guo2018-08-249-221/+221
* PEP8: fix E127: continuation line over-indented for visual indentJoe Guo2018-08-244-11/+11
* PEP8: fix E123: closing bracket does not match indentation of opening bracket...Joe Guo2018-08-245-12/+12
* PEP8: fix E122: continuation line missing indentation or outdentedJoe Guo2018-08-241-4/+4
* PEP8: fix E111: indentation is not a multiple of fourJoe Guo2018-08-241-29/+29
* PEP8: fix E101: indentation contains mixed spaces and tabsJoe Guo2018-08-241-1/+1
* PEP8: fix E714: test for object identity should be 'is not'Joe Guo2018-08-241-2/+2
* Refactor for PEP8 warning E501 line too longTim Beale2018-08-171-8/+10