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
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
PEP8: fix E701: multiple statements on one line (colon)
Joe Guo
2018-08-24
3
-11
/
+22
*
PEP8: fix E502: the backslash is redundant between brackets
Joe Guo
2018-08-24
18
-113
/
+113
*
PEP8: fix E401: multiple imports on one line
Joe Guo
2018-08-24
26
-29
/
+78
*
PEP8: fix E306: expected 1 blank line before a nested definition, found 0
Joe Guo
2018-08-24
6
-0
/
+33
*
PEP8: fix E305: expected 2 blank lines after class or function definition, fo...
Joe Guo
2018-08-24
56
-0
/
+71
*
PEP8: fix E303: too many blank lines (2)
Joe Guo
2018-08-24
89
-271
/
+0
*
PEP8: fix E302: expected 2 blank lines, found 1
Joe Guo
2018-08-24
180
-0
/
+480
*
PEP8: fix E301: expected 1 blank line, found 0
Joe Guo
2018-08-24
14
-0
/
+42
*
PEP8: fix E265: block comment should start with '# '
Joe Guo
2018-08-24
32
-130
/
+131
*
PEP8: fix E261: at least two spaces before inline comment
Joe Guo
2018-08-24
34
-68
/
+68
*
PEP8: fix E251: unexpected spaces around keyword / parameter equals
Joe Guo
2018-08-24
17
-286
/
+204
*
PEP8: fix E241: multiple spaces after ','
Joe Guo
2018-08-24
14
-73
/
+73
*
PEP8: fix E231: missing whitespace after ','
Joe Guo
2018-08-24
78
-394
/
+394
*
PEP8: fix E228: missing whitespace around modulo operator
Joe Guo
2018-08-24
6
-12
/
+12
*
PEP8: fix E227: missing whitespace around bitwise or shift operator
Joe Guo
2018-08-24
9
-47
/
+47
*
PEP8: fix E226: missing whitespace around arithmetic operator
Joe Guo
2018-08-24
54
-186
/
+186
*
PEP8: fix E225: missing whitespace around operator
Joe Guo
2018-08-24
51
-233
/
+233
*
PEP8: fix E222: multiple spaces after operator
Joe Guo
2018-08-24
24
-66
/
+66
*
PEP8: fix E211: whitespace before '('
Joe Guo
2018-08-24
5
-10
/
+9
*
PEP8: fix E203: whitespace before ':'
Joe Guo
2018-08-24
22
-305
/
+305
*
PEP8: fix E202: whitespace before ')'
Joe Guo
2018-08-24
47
-254
/
+254
*
PEP8: fix E201: whitespace after '('
Joe Guo
2018-08-24
40
-202
/
+202
*
PEP8: fix E131: continuation line unaligned for hanging indent
Joe Guo
2018-08-24
7
-123
/
+123
*
PEP8: fix E128: continuation line under-indented for visual indent
Joe Guo
2018-08-24
117
-2135
/
+2223
*
PEP8: fix E127: continuation line over-indented for visual indent
Joe Guo
2018-08-24
58
-866
/
+866
*
PEP8: fix E125: continuation line with same indent as next logical line
Joe Guo
2018-08-24
4
-6
/
+6
*
PEP8: fix E124: closing bracket does not match visual indentation
Joe Guo
2018-08-24
16
-30
/
+30
*
PEP8: fix E123: closing bracket does not match indentation of opening bracket...
Joe Guo
2018-08-24
52
-234
/
+234
*
PEP8: fix E122: continuation line missing indentation or outdented
Joe Guo
2018-08-24
14
-305
/
+305
*
PEP8: fix E121: continuation line under-indented for hanging indent
Joe Guo
2018-08-24
14
-94
/
+94
*
PEP8: fix E116: unexpected indentation (comment)
Joe Guo
2018-08-24
3
-9
/
+9
*
PEP8: fix E115: expected an indented block (comment)
Joe Guo
2018-08-24
2
-2
/
+2
*
PEP8: fix E111: indentation is not a multiple of four
Joe Guo
2018-08-24
16
-162
/
+162
*
PEP8: whitespace fixes in wintest.py
Joe Guo
2018-08-24
1
-6
/
+6
*
PEP8: fix E101: indentation contains mixed spaces and tabs
Joe Guo
2018-08-24
5
-62
/
+62
*
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
3
-8
/
+8
*
PEP8: fix E731: do not assign a lambda expression, use a def
Joe Guo
2018-08-24
1
-2
/
+6
*
PEP8: fix E714: test for object identity should be 'is not'
Joe Guo
2018-08-24
2
-4
/
+4
*
PEP8: fix E713: test for membership should be 'not in'
Joe Guo
2018-08-24
1
-1
/
+1
*
PEP8: fix E271: multiple spaces after keyword
Joe Guo
2018-08-24
2
-2
/
+2
*
vfs_fruit: Don't unlink the main file
Volker Lendecke
2018-08-23
2
-2
/
+5
*
torture: Make sure that fruit_ftruncate only unlinks streams
Volker Lendecke
2018-08-23
2
-0
/
+46
*
s3: smbd: Ensure get_real_filename() copes with empty pathnames.
Jeremy Allison
2018-08-22
1
-0
/
+5
*
libads: Simplify parse_spn()
Volker Lendecke
2018-08-22
1
-13
/
+9
*
libads: Fix an error path talloc leak
Volker Lendecke
2018-08-22
1
-1
/
+2
*
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
*
libgpo: Fix CID 1438462 Error handling issues (CHECKED_RETURN)
Volker Lendecke
2018-08-22
1
-2
/
+12
*
smbd: Remove koplocks->contend_level2 callbacks
Volker Lendecke
2018-08-22
3
-25
/
+1
[prev]
[next]