summaryrefslogtreecommitdiff
path: root/source4/dsdb/tests/python/vlv.py
AgeCommit message (Expand)AuthorFilesLines
2021-04-28python: remove all 'from __future__ import print_function'Douglas Bagnall1-1/+0
2020-10-02python2 reduction: Merge remaining compat code into commonDavid Mulder1-2/+2
2020-08-24tests/vlv: attempt to cause trouble by changing sort attributeDouglas Bagnall1-0/+23
2020-08-24tests/vlv: remove redundant assignmentsDouglas Bagnall1-3/+1
2020-07-02CVE-2020-10760 dsdb: Add tests for paged_results and VLV over the Global Cata...Andrew Bartlett1-65/+106
2020-07-02CVE-2020-10730: selftest: Add test to show that VLV and paged_results are inc...Andrew Bartlett1-0/+23
2020-02-07pytests: heed assertEquals deprecation warning en-masseDouglas Bagnall1-7/+7
2019-08-30paged results: tests without server_sort ctrlAaron Haslett1-14/+40
2019-06-19CVE-2019-12436 dsdb/paged_results: ignore successful results without messagesDouglas Bagnall1-1/+49
2019-02-11dsdb/tests/vlv: use only one toplevel dn that is correctly cleaned upStefan Metzmacher1-9/+9
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 Guo1-1/+1
2018-12-10s4/dsdb/tests: PY3 port samba4.ldap.vlvNoel Power1-13/+15
2018-09-06PEP8: fix E127: continuation line over-indented for visual indentJoe Guo1-9/+9
2018-08-24PEP8: fix E303: too many blank lines (2)Joe Guo1-3/+0
2018-08-24PEP8: fix E265: block comment should start with '# 'Joe Guo1-1/+1
2018-08-24PEP8: fix E226: missing whitespace around arithmetic operatorJoe Guo1-1/+1
2018-08-24PEP8: fix E211: whitespace before '('Joe Guo1-5/+5
2018-08-24PEP8: fix E128: continuation line under-indented for visual indentJoe Guo1-4/+4
2018-08-24PEP8: fix E124: closing bracket does not match visual indentationJoe Guo1-6/+6
2018-05-12s4/dsdb/tests: py2/py3 compatability always decode result of b64encodeNoel Power1-1/+1
2018-03-23s3/dsdb: convert print func to be py2/py3 compatibleNoel Power1-13/+14
2018-02-15dsdb python tests: convert 'except X, e' to 'except X as e'Douglas Bagnall1-2/+2
2016-08-19vlv tests: remove uninteresting debug messageDouglas Bagnall1-2/+0
2016-07-19VLV tests: remove vestigial pdb stubDouglas Bagnall1-3/+0
2016-07-19VLV tests: add tests with show_deleted controlDouglas Bagnall1-1/+170
2016-07-19VLV tests: comment typoDouglas Bagnall1-1/+1
2016-07-19VLV tests: reduce test duplication hence elapsed timeDouglas Bagnall1-6/+6
2016-05-03VLV: test using restrictive expressionsDouglas Bagnall1-0/+16
2016-05-03VLV: handle empty results correctlyDouglas Bagnall1-5/+107
2016-03-22dsdb python tests: fix several usage stringsDouglas Bagnall1-1/+1
2016-03-22Implement Virtual List View (VLV)Douglas Bagnall1-0/+802