summaryrefslogtreecommitdiff
path: root/source4/dsdb/tests/python
AgeCommit message (Expand)AuthorFilesLines
2018-09-03selftest: Split up password_lockout into tests with and without a call to sle...Andrew Bartlett1-142/+157
2018-09-03selftest: Prepare to allow override of lockout duration in password_lockout t...Andrew Bartlett2-7/+13
2018-08-24PEP8: improve formatting around bit-wise OR ("|")Douglas Bagnall3-47/+85
2018-08-24PEP8: fix W391: blank line at end of fileJoe Guo1-1/+0
2018-08-24PEP8: fix W291: trailing whitespaceJoe Guo2-3/+3
2018-08-24PEP8: fix E713: test for membership should be 'not in'Joe Guo12-13/+13
2018-08-24PEP8: fix E711: comparison to None should be 'if cond is not None:'Joe Guo1-19/+19
2018-08-24PEP8: fix E703: statement ends with a semicolonJoe Guo1-1/+1
2018-08-24PEP8: fix E502: the backslash is redundant between bracketsJoe Guo3-10/+10
2018-08-24PEP8: fix E305: expected 2 blank lines after class or function definition, fo...Joe Guo15-0/+15
2018-08-24PEP8: fix E303: too many blank lines (2)Joe Guo17-64/+0
2018-08-24PEP8: fix E302: expected 2 blank lines, found 1Joe Guo18-0/+43
2018-08-24PEP8: fix E301: expected 1 blank line, found 0Joe Guo3-0/+5
2018-08-24PEP8: fix E265: block comment should start with '# 'Joe Guo7-72/+73
2018-08-24PEP8: fix E261: at least two spaces before inline commentJoe Guo10-22/+22
2018-08-24PEP8: fix E251: unexpected spaces around keyword / parameter equalsJoe Guo3-164/+82
2018-08-24PEP8: fix E241: multiple spaces after ','Joe Guo1-20/+20
2018-08-24PEP8: fix E231: missing whitespace after ','Joe Guo13-84/+84
2018-08-24PEP8: fix E227: missing whitespace around bitwise or shift operatorJoe Guo2-36/+36
2018-08-24PEP8: fix E226: missing whitespace around arithmetic operatorJoe Guo11-17/+17
2018-08-24PEP8: fix E225: missing whitespace around operatorJoe Guo11-54/+54
2018-08-24PEP8: fix E222: multiple spaces after operatorJoe Guo3-10/+10
2018-08-24PEP8: fix E211: whitespace before '('Joe Guo3-7/+7
2018-08-24PEP8: fix E203: whitespace before ':'Joe Guo2-102/+102
2018-08-24PEP8: fix E202: whitespace before ')'Joe Guo9-95/+95
2018-08-24PEP8: fix E201: whitespace after '('Joe Guo6-46/+46
2018-08-24PEP8: fix E131: continuation line unaligned for hanging indentJoe Guo3-116/+116
2018-08-24PEP8: fix E128: continuation line under-indented for visual indentJoe Guo14-415/+415
2018-08-24PEP8: fix E127: continuation line over-indented for visual indentJoe Guo11-135/+135
2018-08-24PEP8: fix E124: closing bracket does not match visual indentationJoe Guo6-11/+11
2018-08-24PEP8: fix E123: closing bracket does not match indentation of opening bracket...Joe Guo1-5/+5
2018-08-24PEP8: fix E122: continuation line missing indentation or outdentedJoe Guo2-3/+3
2018-08-24PEP8: fix E121: continuation line under-indented for hanging indentJoe Guo4-72/+72
2018-08-24PEP8: fix E116: unexpected indentation (comment)Joe Guo3-9/+9
2018-08-24PEP8: fix E111: indentation is not a multiple of fourJoe Guo4-40/+40
2018-08-17Refactor for PEP8 warning E501 line too longTim Beale1-3/+8
2018-08-17Fix PEP8 warning E501 line too longTim Beale1-23/+30
2018-08-17Fix PEP8 warning W503 line break before binary operatorTim Beale1-2/+2
2018-08-17Fix PEP8 warning E302 expected 2 blank linesTim Beale1-0/+1
2018-08-17Fix PEP8 warning F401 'blah' imported but unusedTim Beale1-4/+1
2018-08-17Fix PEP8 warning E225 missing whitespace around operatorTim Beale1-5/+5
2018-08-17Fix PEP8 warning F841 local variable 'blah' is assigned to but never usedTim Beale1-1/+0
2018-08-17Fix PEP8 warning E201/202/203 array/dict whitespaceTim Beale1-1/+1
2018-08-17Fix PEP8 warning E711 comparison to NoneTim Beale1-1/+1
2018-08-14CVE-2018-10919 tests: Add extra test for dirsync deleted object corner-caseTim Beale1-26/+131
2018-08-14CVE-2018-10919 tests: test ldap searches for non-existent attributes.Gary Lockyer1-0/+9
2018-08-14CVE-2018-10919 tests: Add test case for object visibility with limited rightsTim Beale1-0/+68
2018-08-14CVE-2018-10919 tests: Add tests for guessing confidential attributesTim Beale1-0/+911
2018-07-13s4/dsdb/tests/python: base64.b64encode returns bytesNoel Power1-3/+3
2018-07-05selftest: Use a longer self.account_lockout_duration and self.lockout_observa...Andrew Bartlett1-2/+2