summaryrefslogtreecommitdiff
path: root/source4/torture/drs/python
AgeCommit message (Expand)AuthorFilesLines
2022-09-16pytests:s4/drs/ridalloc_exop: avoid unused importsDouglas Bagnall1-3/+0
2022-09-06s4/tests/samba-tool drs showrepl: test NO_COLOR and --color variantsDouglas Bagnall1-1/+30
2022-09-06s4/tests/samba-tool drs showrepl: use vars for common stringsDouglas Bagnall1-4/+8
2022-09-06pytest/samba_tool_drs_no_dns: use TestCaseInTempDir.rm_files/.rm_dirsDouglas Bagnall1-11/+3
2022-09-06pytest/samba_tool_drs: use TestCaseInTempDir.rm_files/.rm_dirsDouglas Bagnall1-10/+3
2021-09-28s4/torture/drs/python: Fix attribute existence checkJoseph Sutton1-1/+1
2021-06-20python: Streamline option parser of python toolsAndreas Schneider3-3/+3
2021-04-28tests: Use --configfile instead of -sAndreas Schneider3-12/+12
2021-04-28python: remove all 'from __future__ import print_function'Douglas Bagnall7-7/+0
2021-04-07cracknames: Add support for SID string formatJoseph Sutton1-2/+1
2020-10-02python2 reduction: Merge remaining compat code into commonDavid Mulder5-14/+14
2020-10-02python: Move dsdb_Dn to samdbDavid Mulder1-1/+1
2020-08-11python compat: remove text_typeDouglas Bagnall1-2/+1
2020-02-07pytests: heed assertEquals deprecation warning en-masseDouglas Bagnall14-151/+151
2020-01-21selftest: Add test to confirm ACL inheritence really happensAndrew Bartlett1-21/+94
2020-01-21CVE-2019-14902 selftest: Add test for a special case around replicated renamesAndrew Bartlett1-0/+69
2020-01-21CVE-2019-14902 selftest: Add test for replication of inherited security descr...Andrew Bartlett1-0/+258
2019-10-31s4-torture: Reduce flapping in SambaToolDrsTests.test_samba_tool_replicate_localAndrew Bartlett1-1/+2
2019-07-31tests/drs_no_dns: Check dbcheck and ldapcmp passGarming Sam1-0/+183
2019-07-02tests: Add getncchanges test for cross-partition links + TGTTim Beale1-1/+27
2019-05-30s4:torture:fsmo.py: remove unused 'net_cmd' variableBjörn Baumbach1-2/+0
2019-05-30s4:torture:fsmo.py: test role transfers of dns partitionsBjörn Baumbach1-0/+10
2019-04-11repl: test for schema object and LA repl across chunksAaron Haslett2-8/+320
2018-12-14PY3: change shebang to python3 in source4/torture dirJoe Guo15-15/+15
2018-11-30Fix spelling mistakesOlly Betts1-1/+1
2018-11-23tests: Fix flappiness in DRS tests due to RID Set changingTim Beale1-2/+13
2018-11-23tests: Add better error for DRS testsTim Beale1-3/+3
2018-10-25s4/dsdb/pytest/: unused importsDouglas Bagnall2-2/+0
2018-09-15s4/torture/drs/python: py2/py3 compat changes for samba4.drs.repl_rodcNoel Power1-4/+5
2018-09-15s4/torture/drs/python: py2/py3 porting needed for samba4.drs.getncchangesNoel Power1-1/+1
2018-09-15s4/selftest: enable samba4.drs.link_conflicts for py3Noel Power1-2/+0
2018-09-15s4/torture/drs: py2/py3 compat porting for samba4.drs.link_conflictsNoel Power1-6/+8
2018-09-15s4/torture/drs/python: ndr_unpack needs bytes samba4.drs.getnc_exopNoel Power1-1/+1
2018-09-15s4/torture/drs: py2/py3 compat for test samba4.drs.repl_moveNoel Power1-8/+8
2018-09-15s4/torture/drs: py2/py3 compat changes for test samba4.drs.fsmoNoel Power1-5/+5
2018-09-15s4/torture/drs: port samba4.drs.delete_object test for py2/py3Noel Power1-5/+5
2018-09-15s4/torture/drs: PY3 fix error with test_samba_tool_showrepl_jsonNoel Power1-2/+1
2018-09-15s4/torture/drs/python: make test code run in py2/py3Noel Power2-9/+10
2018-09-15s4/torture/drs: PY3 port for test samba_tool_drs_showreplNoel Power1-12/+18
2018-09-15s4/torture/drs: port samba4.drs.samba_tool_drs for py2/py3 compatNoel Power1-27/+27
2018-09-06s4/torture/drs: PY3 port for samba4.drs.replica_sync_rodcNoel Power1-1/+2
2018-09-06PEP8: fix E128: continuation line under-indented for visual indentJoe Guo1-2/+2
2018-09-06PEP8: fix E127: continuation line over-indented for visual indentJoe Guo2-5/+5
2018-09-06PEP8: fix E124: closing bracket does not match visual indentationJoe Guo1-1/+1
2018-08-24PEP8: improve formatting around various operatorsDouglas Bagnall3-5/+5
2018-08-24PEP8: fix W391: blank line at end of fileJoe Guo3-4/+0
2018-08-24PEP8: fix W293: blank line contains whitespaceJoe Guo1-1/+1
2018-08-24PEP8: fix W291: trailing whitespaceJoe Guo1-1/+1
2018-08-24PEP8: fix E713: test for membership should be 'not in'Joe Guo1-1/+1
2018-08-24PEP8: fix E712: comparison to False should be 'if cond is False:' or 'if not ...Joe Guo1-1/+1