summaryrefslogtreecommitdiff
path: root/source4/dsdb/tests/python/vlv.py
Commit message (Expand)AuthorAgeFilesLines
* CVE-2019-12436 dsdb/paged_results: ignore successful results without messagesDouglas Bagnall2019-06-191-1/+49
* dsdb/tests/vlv: use only one toplevel dn that is correctly cleaned upStefan Metzmacher2019-02-111-9/+9
* paged results: testing suite for new paged results moduleAaron Haslett2018-12-211-3/+417
* vlv: tests for delete, add, and modify casesAaron Haslett2018-12-211-0/+109
* PY3: change shebang to python3 in source4/dsdb dirJoe Guo2018-12-141-1/+1
* s4/dsdb/tests: PY3 port samba4.ldap.vlvNoel Power2018-12-101-13/+15
* PEP8: fix E127: continuation line over-indented for visual indentJoe Guo2018-09-061-9/+9
* PEP8: fix E303: too many blank lines (2)Joe Guo2018-08-241-3/+0
* PEP8: fix E265: block comment should start with '# 'Joe Guo2018-08-241-1/+1
* PEP8: fix E226: missing whitespace around arithmetic operatorJoe Guo2018-08-241-1/+1
* PEP8: fix E211: whitespace before '('Joe Guo2018-08-241-5/+5
* PEP8: fix E128: continuation line under-indented for visual indentJoe Guo2018-08-241-4/+4
* PEP8: fix E124: closing bracket does not match visual indentationJoe Guo2018-08-241-6/+6
* 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-13/+14
* dsdb python tests: convert 'except X, e' to 'except X as e'Douglas Bagnall2018-02-151-2/+2
* vlv tests: remove uninteresting debug messageDouglas Bagnall2016-08-191-2/+0
* VLV tests: remove vestigial pdb stubDouglas Bagnall2016-07-191-3/+0
* VLV tests: add tests with show_deleted controlDouglas Bagnall2016-07-191-1/+170
* VLV tests: comment typoDouglas Bagnall2016-07-191-1/+1
* VLV tests: reduce test duplication hence elapsed timeDouglas Bagnall2016-07-191-6/+6
* VLV: test using restrictive expressionsDouglas Bagnall2016-05-031-0/+16
* VLV: handle empty results correctlyDouglas Bagnall2016-05-031-5/+107
* dsdb python tests: fix several usage stringsDouglas Bagnall2016-03-221-1/+1
* Implement Virtual List View (VLV)Douglas Bagnall2016-03-221-0/+802