summaryrefslogtreecommitdiff
path: root/source4/dsdb/tests/python
AgeCommit message (Expand)AuthorFilesLines
2019-03-04dsdb/pytests: sanity checks for links under subtree renamesDouglas Bagnall1-0/+443
2019-03-04tests/rodc_rwdc: p.communicate() gives bytes, not strDouglas Bagnall1-1/+1
2019-02-11dsdb/tests/vlv: use only one toplevel dn that is correctly cleaned upStefan Metzmacher1-9/+9
2019-01-10Fix typos and ban the rams from sambatdb-1.3.17Swen Schillig1-1/+1
2018-12-21paged results: testing suite for new paged results moduleAaron Haslett1-3/+417
2018-12-21vlv: tests for delete, add, and modify casesAaron Haslett1-0/+109
2018-12-14PY3: change shebang to python3 in source4/dsdb dirJoe Guo29-29/+29
2018-12-14s4/dsdb/tests/python: Restore embed NULL tests for Python3Noel Power3-49/+62
2018-12-14selftest: Convert samba4.ldap.sort.python to planoldpythontestNoel Power1-4/+4
2018-12-10s4/dsdb/tests/python: PY3 allow test samba4.ldap.sort passNoel Power1-8/+14
2018-12-10s4/dsdb/tests/python: partial PY3 port for samba4.ldap.sortNoel Power1-9/+12
2018-12-10s4/dsdb/tests/python: PY3 port samba4.deletetestNoel Power1-6/+7
2018-12-10s4/dsdb/tests/python: PY3 Port samba4.ldap.password_lockoutNoel Power1-2/+2
2018-12-10s4/dsdb/tests/python: PY3 port for samba4.ldap.rodc_rwdc.pythonNoel Power1-10/+15
2018-12-10s4/dsdb/tests/python: PY3 port for samba4.ldap.linked_attributesNoel Power1-1/+1
2018-12-10s4/dsdb/tests: PY3 port samba4.ldap.vlvNoel Power1-13/+15
2018-12-10s4/dsdb/tests/python: PY3 port samba4.ldap.sitesNoel Power1-1/+1
2018-12-10s4/dsdb/tests: PY3 fix failing samba4.ldap.notificationNoel Power1-1/+1
2018-12-10s4/dsdb/tests: PY3 port samba4.user_account_control testNoel Power1-1/+1
2018-12-10s4/dsdb/tests/python: PY3 port samba4.tokengroups.krb5Noel Power1-2/+2
2018-12-10s4/dsdb/tests: Port PY3 ldap testsNoel Power1-53/+54
2018-12-10s4/dsdb/tests: PY3 port samba4.ldap.passwordsettings testNoel Power1-8/+8
2018-12-10s4/dsdb/tests/python: PY3 port samba4.sam.python testNoel Power1-77/+83
2018-12-10PY3: net.change_password & net.set_password take string not bytesNoel Power1-4/+4
2018-11-28CVE-2018-16857 tests: Sanity-check password lockout works with default valuesTim Beale2-1/+35
2018-11-14s4/dsdb/tests: PY3 port of samba4.ldap.acl.pythonNoel Power1-11/+12
2018-11-14s4/dsdb/tests/python: PY3 port samba4.ldap.secdescNoel Power1-8/+8
2018-11-14s4/dsdb/tests/python: PY3 port samba4.ldap_schema.pythonNoel Power1-8/+8
2018-11-02tests/py/rodc_rwdc: Fix py2/py3 .next compat issuesNoel Power1-3/+2
2018-11-01tests/rodc_rwdc: fix message formatDouglas Bagnall1-1/+1
2018-11-01s4/dsdb/pytest/sites: do not use variables out of scopeDouglas Bagnall1-2/+2
2018-11-01tests/python/sec_descriptor: safer use of super()Douglas Bagnall1-1/+1
2018-11-01tests/python/notification: safer use of super()Douglas Bagnall1-1/+1
2018-11-01s4/dsdb/pytest/ldap_schema: fix typo in docsDouglas Bagnall1-1/+1
2018-10-29python: do not use "is" for string equalityDouglas Bagnall1-3/+3
2018-10-25s4/dsdb/pytest/ldap_schema: remove duplicate testDouglas Bagnall1-58/+0
2018-10-25s4/dsdb/pytest/sort: use compat.cmp_fn instead of cmpDouglas Bagnall1-3/+3
2018-10-25s4/dsdb/pytest/ad_dc_medley: do not use xrangeDouglas Bagnall1-1/+1
2018-10-25s4/dsdb/pytests: Py3 compatitble except clausesDouglas Bagnall2-4/+8
2018-10-25s4/dsdb/pytest/dsdb_schema_info: do not double importDouglas Bagnall1-1/+0
2018-10-25s4/dsdb/pytest/dirsync: do not double importDouglas Bagnall1-1/+1
2018-10-12tests: Add corner-case test: fromServer points to dead serverTim Beale1-0/+150
2018-10-10tests/python/ldap: use int instead of long for time_tDouglas Bagnall1-2/+2
2018-09-21tests: test ldap search requesting non-existent attributeTim Beale1-0/+8
2018-09-21tests: Minor code cleanups to confidential_attr testTim Beale1-14/+23
2018-09-21python tests: fix format() strings for Python 2.6Douglas Bagnall2-54/+54
2018-09-06s4/dsdb/tests: port samba4.tombstone_reanimation for PY3Noel Power1-5/+13
2018-09-06PEP8: fix E128: continuation line under-indented for visual indentJoe Guo1-1/+1
2018-09-06PEP8: fix E127: continuation line over-indented for visual indentJoe Guo7-30/+30
2018-09-06PEP8: fix E122: continuation line missing indentation or outdentedJoe Guo1-1/+1