index
:
samba.git
master
old-v4-0-stable
old-v4-0-test
v3-0-stable
v3-0-test
v3-2-stable
v3-2-test
v3-3-stable
v3-3-test
v3-4-stable
v3-4-test
v3-5-stable
v3-5-test
v3-6-stable
v3-6-test
v3-devel
v4-0-stable
v4-0-test
v4-1-stable
v4-1-test
v4-10-stable
v4-10-test
v4-11-stable
v4-11-test
v4-12-stable
v4-12-test
v4-13-stable
v4-13-test
v4-14-stable
v4-14-test
v4-15-stable
v4-15-test
v4-16-stable
v4-16-test
v4-17-stable
v4-17-test
v4-18-stable
v4-18-test
v4-19-stable
v4-19-test
v4-2-stable
v4-2-test
v4-20-stable
v4-20-test
v4-21-stable
v4-21-test
v4-22-stable
v4-22-test
v4-23-stable
v4-23-test
v4-24-stable
v4-24-test
v4-3-stable
v4-3-test
v4-4-stable
v4-4-test
v4-5-stable
v4-5-test
v4-6-stable
v4-6-test
v4-7-stable
v4-7-test
v4-8-stable
v4-8-test
v4-9-stable
v4-9-test
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
source4
/
dsdb
/
tests
/
python
Age
Commit message (
Expand
)
Author
Files
Lines
2018-09-03
selftest: Split up password_lockout into tests with and without a call to sle...
Andrew Bartlett
1
-142
/
+157
2018-09-03
selftest: Prepare to allow override of lockout duration in password_lockout t...
Andrew Bartlett
2
-7
/
+13
2018-08-24
PEP8: improve formatting around bit-wise OR ("|")
Douglas Bagnall
3
-47
/
+85
2018-08-24
PEP8: fix W391: blank line at end of file
Joe Guo
1
-1
/
+0
2018-08-24
PEP8: fix W291: trailing whitespace
Joe Guo
2
-3
/
+3
2018-08-24
PEP8: fix E713: test for membership should be 'not in'
Joe Guo
12
-13
/
+13
2018-08-24
PEP8: fix E711: comparison to None should be 'if cond is not None:'
Joe Guo
1
-19
/
+19
2018-08-24
PEP8: fix E703: statement ends with a semicolon
Joe Guo
1
-1
/
+1
2018-08-24
PEP8: fix E502: the backslash is redundant between brackets
Joe Guo
3
-10
/
+10
2018-08-24
PEP8: fix E305: expected 2 blank lines after class or function definition, fo...
Joe Guo
15
-0
/
+15
2018-08-24
PEP8: fix E303: too many blank lines (2)
Joe Guo
17
-64
/
+0
2018-08-24
PEP8: fix E302: expected 2 blank lines, found 1
Joe Guo
18
-0
/
+43
2018-08-24
PEP8: fix E301: expected 1 blank line, found 0
Joe Guo
3
-0
/
+5
2018-08-24
PEP8: fix E265: block comment should start with '# '
Joe Guo
7
-72
/
+73
2018-08-24
PEP8: fix E261: at least two spaces before inline comment
Joe Guo
10
-22
/
+22
2018-08-24
PEP8: fix E251: unexpected spaces around keyword / parameter equals
Joe Guo
3
-164
/
+82
2018-08-24
PEP8: fix E241: multiple spaces after ','
Joe Guo
1
-20
/
+20
2018-08-24
PEP8: fix E231: missing whitespace after ','
Joe Guo
13
-84
/
+84
2018-08-24
PEP8: fix E227: missing whitespace around bitwise or shift operator
Joe Guo
2
-36
/
+36
2018-08-24
PEP8: fix E226: missing whitespace around arithmetic operator
Joe Guo
11
-17
/
+17
2018-08-24
PEP8: fix E225: missing whitespace around operator
Joe Guo
11
-54
/
+54
2018-08-24
PEP8: fix E222: multiple spaces after operator
Joe Guo
3
-10
/
+10
2018-08-24
PEP8: fix E211: whitespace before '('
Joe Guo
3
-7
/
+7
2018-08-24
PEP8: fix E203: whitespace before ':'
Joe Guo
2
-102
/
+102
2018-08-24
PEP8: fix E202: whitespace before ')'
Joe Guo
9
-95
/
+95
2018-08-24
PEP8: fix E201: whitespace after '('
Joe Guo
6
-46
/
+46
2018-08-24
PEP8: fix E131: continuation line unaligned for hanging indent
Joe Guo
3
-116
/
+116
2018-08-24
PEP8: fix E128: continuation line under-indented for visual indent
Joe Guo
14
-415
/
+415
2018-08-24
PEP8: fix E127: continuation line over-indented for visual indent
Joe Guo
11
-135
/
+135
2018-08-24
PEP8: fix E124: closing bracket does not match visual indentation
Joe Guo
6
-11
/
+11
2018-08-24
PEP8: fix E123: closing bracket does not match indentation of opening bracket...
Joe Guo
1
-5
/
+5
2018-08-24
PEP8: fix E122: continuation line missing indentation or outdented
Joe Guo
2
-3
/
+3
2018-08-24
PEP8: fix E121: continuation line under-indented for hanging indent
Joe Guo
4
-72
/
+72
2018-08-24
PEP8: fix E116: unexpected indentation (comment)
Joe Guo
3
-9
/
+9
2018-08-24
PEP8: fix E111: indentation is not a multiple of four
Joe Guo
4
-40
/
+40
2018-08-17
Refactor for PEP8 warning E501 line too long
Tim Beale
1
-3
/
+8
2018-08-17
Fix PEP8 warning E501 line too long
Tim Beale
1
-23
/
+30
2018-08-17
Fix PEP8 warning W503 line break before binary operator
Tim Beale
1
-2
/
+2
2018-08-17
Fix PEP8 warning E302 expected 2 blank lines
Tim Beale
1
-0
/
+1
2018-08-17
Fix PEP8 warning F401 'blah' imported but unused
Tim Beale
1
-4
/
+1
2018-08-17
Fix PEP8 warning E225 missing whitespace around operator
Tim Beale
1
-5
/
+5
2018-08-17
Fix PEP8 warning F841 local variable 'blah' is assigned to but never used
Tim Beale
1
-1
/
+0
2018-08-17
Fix PEP8 warning E201/202/203 array/dict whitespace
Tim Beale
1
-1
/
+1
2018-08-17
Fix PEP8 warning E711 comparison to None
Tim Beale
1
-1
/
+1
2018-08-14
CVE-2018-10919 tests: Add extra test for dirsync deleted object corner-case
Tim Beale
1
-26
/
+131
2018-08-14
CVE-2018-10919 tests: test ldap searches for non-existent attributes.
Gary Lockyer
1
-0
/
+9
2018-08-14
CVE-2018-10919 tests: Add test case for object visibility with limited rights
Tim Beale
1
-0
/
+68
2018-08-14
CVE-2018-10919 tests: Add tests for guessing confidential attributes
Tim Beale
1
-0
/
+911
2018-07-13
s4/dsdb/tests/python: base64.b64encode returns bytes
Noel Power
1
-3
/
+3
2018-07-05
selftest: Use a longer self.account_lockout_duration and self.lockout_observa...
Andrew Bartlett
1
-2
/
+2
[prev]
[next]