summaryrefslogtreecommitdiff
path: root/source4/torture/drs
Commit message (Expand)AuthorAgeFilesLines
* CVE-2022-32746 s4:torture: Fix LDB flags comparisonJoseph Sutton2022-07-241-1/+3
* s4/torture/drs/python: Fix attribute existence checkJoseph Sutton2021-10-261-1/+1
* python2 reduction: Merge remaining compat code into commonDavid Mulder2020-10-025-14/+14
* python: Move dsdb_Dn to samdbDavid Mulder2020-10-021-1/+1
* Fix build after removal of an extra safe_string.hAlexander Bokovoy2020-10-011-0/+2
* torture: Align a few integer typesVolker Lendecke2020-08-172-5/+4
* python compat: remove text_typeDouglas Bagnall2020-08-111-2/+1
* pytests: heed assertEquals deprecation warning en-masseDouglas Bagnall2020-02-0714-151/+151
* selftest: Add test to confirm ACL inheritence really happensAndrew Bartlett2020-01-211-21/+94
* CVE-2019-14902 selftest: Add test for a special case around replicated renamesAndrew Bartlett2020-01-211-0/+69
* CVE-2019-14902 selftest: Add test for replication of inherited security descr...Andrew Bartlett2020-01-211-0/+258
* s4-torture: Reduce flapping in SambaToolDrsTests.test_samba_tool_replicate_localAndrew Bartlett2019-10-311-1/+2
* s4:torture: always add ';' after torture_assert()Stefan Metzmacher2019-09-101-2/+2
* tests/drs_no_dns: Check dbcheck and ldapcmp passGarming Sam2019-07-311-0/+183
* tests: Add getncchanges test for cross-partition links + TGTTim Beale2019-07-021-1/+27
* s4:torture:fsmo.py: remove unused 'net_cmd' variableBjörn Baumbach2019-05-301-2/+0
* s4:torture:fsmo.py: test role transfers of dns partitionsBjörn Baumbach2019-05-301-0/+10
* repl: test for schema object and LA repl across chunksAaron Haslett2019-04-112-8/+320
* torture: Use GUID_zero()Volker Lendecke2019-02-251-8/+4
* PY3: change shebang to python3 in source4/torture dirJoe Guo2018-12-1415-15/+15
* Fix spelling mistakesOlly Betts2018-11-301-1/+1
* 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