summaryrefslogtreecommitdiff
path: root/lib/ldb-samba/tests
AgeCommit message (Expand)AuthorFilesLines
2024-05-31ldb-samba:pytest: remove unused variableDouglas Bagnall1-1/+0
2023-04-05CVE-2023-0614 lib/ldb-samba: Add test for SAMBA_LDAP_MATCH_RULE_TRANSITIVE_EV...Andrew Bartlett2-57/+174
2023-04-05CVE-2023-0614 dsdb: Add pre-cleanup and self.addCleanup() of OU created in ma...Andrew Bartlett1-0/+8
2020-02-07pytests: heed assertEquals deprecation warning en-masseDouglas Bagnall1-19/+19
2019-04-08ldb: tests for <= and >= integer indexing with duplicatesGarming Sam1-0/+43
2019-04-08ldb: tests for <= and >= integer indexingAaron Haslett1-0/+149
2018-12-14PY3: change shebang to python3 in lib dirJoe Guo1-1/+1
2018-12-10lib/ldb-samba/tests: PY3 port samba4.ldap.match_rulesNoel Power1-11/+11
2018-10-25ldb-samba/tests/match-rules: remove unused importsDouglas Bagnall1-4/+0
2018-08-24ldb tests: remove unused code from match_rules.pyDouglas Bagnall1-3/+0
2018-08-24PEP8: fix E713: test for membership should be 'not in'Joe Guo1-1/+1
2018-08-24PEP8: fix E305: expected 2 blank lines after class or function definition, fo...Joe Guo1-0/+1
2018-08-24PEP8: fix E303: too many blank lines (2)Joe Guo1-1/+0
2018-08-24PEP8: fix E302: expected 2 blank lines, found 1Joe Guo1-0/+3
2018-08-24PEP8: fix E226: missing whitespace around arithmetic operatorJoe Guo1-1/+1
2018-08-24PEP8: fix E202: whitespace before ')'Joe Guo1-8/+8
2018-08-24PEP8: fix E128: continuation line under-indented for visual indentJoe Guo1-154/+163
2018-08-24PEP8: fix E127: continuation line over-indented for visual indentJoe Guo1-255/+255
2018-08-24PEP8: fix E101: indentation contains mixed spaces and tabsJoe Guo1-37/+37
2016-07-15match_rules: Make cleanup faster and more efficientGarming Sam1-37/+2
2016-07-15match_rules: Fix a duplicated checkGarming Sam1-2/+2
2016-01-18ldb-samba: Expand testing of recursive searchAdrian Cochrane1-110/+1403
2015-12-04Fix propagation of LDB errors through TDB.Adrian Cochrane1-43/+73
2014-12-22lib/ldb-samba: Add comment dicouraging use of schemaUpgradeInProgressAndrew Bartlett1-0/+10
2014-12-22ldb-samba-tests: Add tests for transitive matching ruleSamuel Cabrero1-0/+473