index
:
delta/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-2-stable
v4-2-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
git.samba.org: samba.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
source4
Commit message (
Expand
)
Author
Age
Files
Lines
*
selftest: Move samba.tests.lsa_string to none environment, it does not contac...
Andrew Bartlett
2018-08-25
1
-1
/
+1
*
selftest: Move samba.tests.dcerpc.rpcecho to chgdcpass:local
Andrew Bartlett
2018-08-25
1
-1
/
+3
*
selftest: Ensure all python3 tests are tagged (named) python3
Andrew Bartlett
2018-08-25
1
-1
/
+1
*
PEP8: improve formatting around various operators
Douglas Bagnall
2018-08-24
3
-5
/
+5
*
PEP8: improve formatting around bit-wise OR ("|")
Douglas Bagnall
2018-08-24
3
-47
/
+85
*
PEP8: fix W391: blank line at end of file
Joe Guo
2018-08-24
6
-8
/
+0
*
PEP8: fix W293: blank line contains whitespace
Joe Guo
2018-08-24
1
-1
/
+1
*
PEP8: fix W291: trailing whitespace
Joe Guo
2018-08-24
4
-7
/
+7
*
PEP8: fix E713: test for membership should be 'not in'
Joe Guo
2018-08-24
16
-18
/
+18
*
PEP8: fix E712: comparison to False should be 'if cond is False:' or 'if not ...
Joe Guo
2018-08-24
1
-1
/
+1
*
PEP8: fix E711: comparison to None should be 'if cond is not None:'
Joe Guo
2018-08-24
4
-23
/
+23
*
PEP8: fix E703: statement ends with a semicolon
Joe Guo
2018-08-24
4
-5
/
+5
*
PEP8: fix E701: multiple statements on one line (colon)
Joe Guo
2018-08-24
1
-8
/
+16
*
PEP8: fix E502: the backslash is redundant between brackets
Joe Guo
2018-08-24
6
-19
/
+19
*
PEP8: fix E401: multiple imports on one line
Joe Guo
2018-08-24
5
-5
/
+11
*
PEP8: fix E306: expected 1 blank line before a nested definition, found 0
Joe Guo
2018-08-24
1
-0
/
+2
*
PEP8: fix E305: expected 2 blank lines after class or function definition, fo...
Joe Guo
2018-08-24
23
-0
/
+29
*
PEP8: fix E303: too many blank lines (2)
Joe Guo
2018-08-24
28
-108
/
+0
*
PEP8: fix E302: expected 2 blank lines, found 1
Joe Guo
2018-08-24
40
-0
/
+93
*
PEP8: fix E301: expected 1 blank line, found 0
Joe Guo
2018-08-24
4
-0
/
+8
*
PEP8: fix E265: block comment should start with '# '
Joe Guo
2018-08-24
11
-89
/
+90
*
PEP8: fix E261: at least two spaces before inline comment
Joe Guo
2018-08-24
13
-30
/
+30
*
PEP8: fix E251: unexpected spaces around keyword / parameter equals
Joe Guo
2018-08-24
3
-164
/
+82
*
PEP8: fix E241: multiple spaces after ','
Joe Guo
2018-08-24
2
-21
/
+21
*
PEP8: fix E231: missing whitespace after ','
Joe Guo
2018-08-24
26
-169
/
+169
*
PEP8: fix E228: missing whitespace around modulo operator
Joe Guo
2018-08-24
3
-5
/
+5
*
PEP8: fix E227: missing whitespace around bitwise or shift operator
Joe Guo
2018-08-24
2
-36
/
+36
*
PEP8: fix E226: missing whitespace around arithmetic operator
Joe Guo
2018-08-24
14
-27
/
+27
*
PEP8: fix E225: missing whitespace around operator
Joe Guo
2018-08-24
17
-97
/
+97
*
PEP8: fix E222: multiple spaces after operator
Joe Guo
2018-08-24
5
-17
/
+17
*
PEP8: fix E211: whitespace before '('
Joe Guo
2018-08-24
3
-7
/
+7
*
PEP8: fix E203: whitespace before ':'
Joe Guo
2018-08-24
5
-113
/
+113
*
PEP8: fix E202: whitespace before ')'
Joe Guo
2018-08-24
13
-109
/
+109
*
PEP8: fix E201: whitespace after '('
Joe Guo
2018-08-24
10
-63
/
+63
*
PEP8: fix E131: continuation line unaligned for hanging indent
Joe Guo
2018-08-24
3
-116
/
+116
*
PEP8: fix E128: continuation line under-indented for visual indent
Joe Guo
2018-08-24
24
-658
/
+658
*
PEP8: fix E127: continuation line over-indented for visual indent
Joe Guo
2018-08-24
17
-156
/
+156
*
PEP8: fix E124: closing bracket does not match visual indentation
Joe Guo
2018-08-24
7
-12
/
+12
*
PEP8: fix E123: closing bracket does not match indentation of opening bracket...
Joe Guo
2018-08-24
6
-17
/
+17
*
PEP8: fix E122: continuation line missing indentation or outdented
Joe Guo
2018-08-24
4
-16
/
+16
*
PEP8: fix E121: continuation line under-indented for hanging indent
Joe Guo
2018-08-24
4
-72
/
+72
*
PEP8: fix E116: unexpected indentation (comment)
Joe Guo
2018-08-24
3
-9
/
+9
*
PEP8: fix E111: indentation is not a multiple of four
Joe Guo
2018-08-24
7
-100
/
+100
*
PEP8: fix E101: indentation contains mixed spaces and tabs
Joe Guo
2018-08-24
2
-15
/
+15
*
PEP8: fix W602: deprecated form of raising exception
Joe Guo
2018-08-24
1
-1
/
+1
*
PEP8: fix W601: .has_key() is deprecated, use 'in'
Joe Guo
2018-08-24
1
-2
/
+2
*
PEP8: fix E714: test for object identity should be 'is not'
Joe Guo
2018-08-24
1
-2
/
+2
*
torture: Make sure that fruit_ftruncate only unlinks streams
Volker Lendecke
2018-08-23
1
-0
/
+45
*
dsdb: Fix a typo
Volker Lendecke
2018-08-22
1
-2
/
+3
*
dsdb: Fix CID 1438461 Error handling issues (CHECKED_RETURN)
Volker Lendecke
2018-08-22
1
-3
/
+7
[next]