summaryrefslogtreecommitdiff
path: root/source4/torture/drs/python/repl_rodc.py
Commit message (Expand)AuthorAgeFilesLines
* pytest/repl_rodc: Remove unused variableJoseph Sutton2023-03-031-5/+0
* selftest: source4: fix mutable default argumentsRob van der Linde2023-02-231-1/+4
* s4-selftest/drs: Confirm GetNCChanges REPL_SECRET works with a DummyDN and re...Andrew Bartlett2023-01-311-0/+46
* pytests:s4/drs/repl_rodc: avoid unused importsDouglas Bagnall2022-09-161-2/+0
* python: Move dsdb_Dn to samdbDavid Mulder2020-10-021-1/+1
* pytests: heed assertEquals deprecation warning en-masseDouglas Bagnall2020-02-071-13/+13
* PY3: change shebang to python3 in source4/torture dirJoe Guo2018-12-141-1/+1
* s4/torture/drs/python: py2/py3 compat changes for samba4.drs.repl_rodcNoel Power2018-09-151-4/+5
* PEP8: fix E127: continuation line over-indented for visual indentJoe Guo2018-09-061-4/+4
* PEP8: fix E713: test for membership should be 'not in'Joe Guo2018-08-241-1/+1
* PEP8: fix E303: too many blank lines (2)Joe Guo2018-08-241-2/+0
* PEP8: fix E302: expected 2 blank lines, found 1Joe Guo2018-08-241-0/+2
* PEP8: fix E261: at least two spaces before inline commentJoe Guo2018-08-241-6/+6
* PEP8: fix E226: missing whitespace around arithmetic operatorJoe Guo2018-08-241-4/+4
* PEP8: fix E222: multiple spaces after operatorJoe Guo2018-08-241-5/+5
* 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-241-4/+4
* PEP8: fix E111: indentation is not a multiple of fourJoe Guo2018-08-241-29/+29
* join: Rename dc_join() so it looks like an objectTim Beale2018-07-031-7/+13
* tests: Move repeated code into a helper functionTim Beale2018-05-111-8/+2
* python/samba: bulk conversion of caller to dsdb_Dn 2nd param.Noel Power2018-04-301-1/+1
* drs torture python: convert 'except X, (tuple)' to 'except X as e'Noel Power2018-02-281-7/+14
* selftest: Add sanity-check RODC can't use cache to reveal secretsTim Beale2017-10-141-0/+33
* selftest: GetNCChanges can 'accept' a repeated bad requestTim Beale2017-08-291-0/+7
* tests/repl_rodc: Test the direct allow/deny attribute worksGarming Sam2017-03-131-0/+86
* tests/repl_rodc: Ensure that the machine account is tied to the destination DSAGarming Sam2017-03-131-0/+67
* tests/repl_rodc: Duplicate msDS-RevealedUsers test for RODC machine acctGarming Sam2017-03-131-2/+78
* python/tests: Add repl_rodc testBob Campbell2017-03-131-0/+416