summaryrefslogtreecommitdiff
path: root/source4/torture/drs/python/repl_rodc.py
AgeCommit message (Expand)AuthorFilesLines
2025-08-07pytest:repl_rodc: avoid using dsdb_dn.get_bytesDouglas Bagnall1-2/+2
2025-08-07s4:pytest:repl_rodc: use BinaryDn not dsdb_dnDouglas Bagnall1-2/+2
2024-11-06s4: s/the the\b/the/ in miscellaneous commentsDouglas Bagnall1-1/+1
2023-08-14s4:torture:drs: Fix code spellingAndreas Schneider1-1/+1
2023-03-03pytest/repl_rodc: Remove unused variableJoseph Sutton1-5/+0
2023-02-23selftest: source4: fix mutable default argumentsRob van der Linde1-1/+4
2023-01-31s4-selftest/drs: Confirm GetNCChanges REPL_SECRET works with a DummyDN and re...Andrew Bartlett1-0/+46
2022-09-16pytests:s4/drs/repl_rodc: avoid unused importsDouglas Bagnall1-2/+0
2020-10-02python: Move dsdb_Dn to samdbDavid Mulder1-1/+1
2020-02-07pytests: heed assertEquals deprecation warning en-masseDouglas Bagnall1-13/+13
2018-12-14PY3: change shebang to python3 in source4/torture dirJoe Guo1-1/+1
2018-09-15s4/torture/drs/python: py2/py3 compat changes for samba4.drs.repl_rodcNoel Power1-4/+5
2018-09-06PEP8: fix E127: continuation line over-indented for visual indentJoe Guo1-4/+4
2018-08-24PEP8: fix E713: test for membership should be 'not in'Joe Guo1-1/+1
2018-08-24PEP8: fix E303: too many blank lines (2)Joe Guo1-2/+0
2018-08-24PEP8: fix E302: expected 2 blank lines, found 1Joe Guo1-0/+2
2018-08-24PEP8: fix E261: at least two spaces before inline commentJoe Guo1-6/+6
2018-08-24PEP8: fix E226: missing whitespace around arithmetic operatorJoe Guo1-4/+4
2018-08-24PEP8: fix E222: multiple spaces after operatorJoe Guo1-5/+5
2018-08-24PEP8: fix E202: whitespace before ')'Joe Guo1-3/+3
2018-08-24PEP8: fix E201: whitespace after '('Joe Guo1-3/+3
2018-08-24PEP8: fix E128: continuation line under-indented for visual indentJoe Guo1-4/+4
2018-08-24PEP8: fix E111: indentation is not a multiple of fourJoe Guo1-29/+29
2018-07-03join: Rename dc_join() so it looks like an objectTim Beale1-7/+13
2018-05-11tests: Move repeated code into a helper functionTim Beale1-8/+2
2018-04-30python/samba: bulk conversion of caller to dsdb_Dn 2nd param.Noel Power1-1/+1
2018-02-28drs torture python: convert 'except X, (tuple)' to 'except X as e'Noel Power1-7/+14
2017-10-14selftest: Add sanity-check RODC can't use cache to reveal secretsTim Beale1-0/+33
2017-08-29selftest: GetNCChanges can 'accept' a repeated bad requestTim Beale1-0/+7
2017-03-13tests/repl_rodc: Test the direct allow/deny attribute worksGarming Sam1-0/+86
2017-03-13tests/repl_rodc: Ensure that the machine account is tied to the destination DSAGarming Sam1-0/+67
2017-03-13tests/repl_rodc: Duplicate msDS-RevealedUsers test for RODC machine acctGarming Sam1-2/+78
2017-03-13python/tests: Add repl_rodc testBob Campbell1-0/+416