summaryrefslogtreecommitdiff
path: root/source4/dsdb/tests/python/dirsync.py
Commit message (Expand)AuthorAgeFilesLines
* CVE-2019-14847 dsdb: Demonstrate the correct interaction of ranged_results st...Andrew Bartlett2019-10-241-0/+26
* s4/dsdb/tests: py2/py3 compatability always decode result of b64encodeNoel Power2018-05-121-1/+1
* s3/dsdb: convert print func to be py2/py3 compatibleNoel Power2018-03-231-8/+9
* dsdb python tests: convert 'except X, e' to 'except X as e'Douglas Bagnall2018-02-151-7/+7
* selftest: Make dirsync test use symobolic name and OA not AAndrew Bartlett2017-08-291-2/+3
* dsdb: Use samba.generate_random_password() in dirsync testAndrew Bartlett2017-08-291-1/+1
* Move option handling into samba.tests.subunitrun.Jelmer Vernooij2014-11-221-8/+6
* Move option parsing to samba.tests.subunitrun.Jelmer Vernooij2014-11-221-1/+1
* Add convenience class for old-style Samba subunit python tests.Jelmer Vernooij2014-11-221-13/+10
* dirsync test: Create and run a single testsuite, should easy migration to reg...Jelmer Vernooij2014-11-191-15/+12
* samdb: Accept a list of member variables rather than a comma-separated string.Jelmer Vernooij2012-06-211-9/+9
* LDB/s4 - do not use the "(dn=...)" syntax on filters anymoreMatthias Dieter Wallnöfer2012-03-261-5/+5
* s4-selftest: Avoid running kinit for each new connectionAndrew Bartlett2012-02-201-1/+2
* python: Change except: statement to except Exception:Amitay Isaacs2012-01-241-1/+1
* Remove pointless exception catching in tests.Jelmer Vernooij2011-10-091-6/+3
* s4-dsdb: use get_config_basedn() in python testsAndrew Tridgell2011-09-191-1/+1
* s4-dsdb: add unit tests for dirsync controlMatthieu Patou2011-05-211-0/+713