summaryrefslogtreecommitdiff
path: root/source4
Commit message (Expand)AuthorAgeFilesLines
* PEP8: fix E231: missing whitespace after ','Joe Guo2018-08-2426-169/+169
* PEP8: fix E228: missing whitespace around modulo operatorJoe Guo2018-08-243-5/+5
* PEP8: fix E227: missing whitespace around bitwise or shift operatorJoe Guo2018-08-242-36/+36
* PEP8: fix E226: missing whitespace around arithmetic operatorJoe Guo2018-08-2414-27/+27
* PEP8: fix E225: missing whitespace around operatorJoe Guo2018-08-2417-97/+97
* PEP8: fix E222: multiple spaces after operatorJoe Guo2018-08-245-17/+17
* PEP8: fix E211: whitespace before '('Joe Guo2018-08-243-7/+7
* PEP8: fix E203: whitespace before ':'Joe Guo2018-08-245-113/+113
* PEP8: fix E202: whitespace before ')'Joe Guo2018-08-2413-109/+109
* PEP8: fix E201: whitespace after '('Joe Guo2018-08-2410-63/+63
* PEP8: fix E131: continuation line unaligned for hanging indentJoe Guo2018-08-243-116/+116
* PEP8: fix E128: continuation line under-indented for visual indentJoe Guo2018-08-2424-658/+658
* PEP8: fix E127: continuation line over-indented for visual indentJoe Guo2018-08-2417-156/+156
* PEP8: fix E124: closing bracket does not match visual indentationJoe Guo2018-08-247-12/+12
* PEP8: fix E123: closing bracket does not match indentation of opening bracket...Joe Guo2018-08-246-17/+17
* PEP8: fix E122: continuation line missing indentation or outdentedJoe Guo2018-08-244-16/+16
* PEP8: fix E121: continuation line under-indented for hanging indentJoe Guo2018-08-244-72/+72
* PEP8: fix E116: unexpected indentation (comment)Joe Guo2018-08-243-9/+9
* PEP8: fix E111: indentation is not a multiple of fourJoe Guo2018-08-247-100/+100
* PEP8: fix E101: indentation contains mixed spaces and tabsJoe Guo2018-08-242-15/+15
* PEP8: fix W602: deprecated form of raising exceptionJoe Guo2018-08-241-1/+1
* PEP8: fix W601: .has_key() is deprecated, use 'in'Joe Guo2018-08-241-2/+2
* PEP8: fix E714: test for object identity should be 'is not'Joe Guo2018-08-241-2/+2
* torture: Make sure that fruit_ftruncate only unlinks streamsVolker Lendecke2018-08-231-0/+45
* dsdb: Fix a typoVolker Lendecke2018-08-221-2/+3
* dsdb: Fix CID 1438461 Error handling issues (CHECKED_RETURN)Volker Lendecke2018-08-221-3/+7
* torture: Demonstrate the invalid lock order panicVolker Lendecke2018-08-211-0/+89
* Refactor for PEP8 warning E501 line too longTim Beale2018-08-171-8/+10
* Refactor for PEP8 warning E501 line too longTim Beale2018-08-171-3/+8
* Fix PEP8 warning E501 line too longTim Beale2018-08-173-122/+201
* Fix PEP8 warning W503 line break before binary operatorTim Beale2018-08-171-2/+2
* Fix PEP8 warning W291 trailing whitespaceTim Beale2018-08-171-1/+1
* Fix PEP8 warning E303 too many blank linesTim Beale2018-08-172-2/+0
* Fix PEP8 warning E302 expected 2 blank linesTim Beale2018-08-173-0/+3
* Fix PEP8 warning F401 'blah' imported but unusedTim Beale2018-08-171-4/+1
* Fix PEP8 warning E225 missing whitespace around operatorTim Beale2018-08-173-17/+17
* Fix PEP8 warning F841 local variable 'blah' is assigned to but never usedTim Beale2018-08-172-7/+6
* Fix PEP8 warning E201/202/203 array/dict whitespaceTim Beale2018-08-171-1/+1
* Fix PEP8 warning E711 comparison to NoneTim Beale2018-08-171-1/+1
* gpo: Maintain an XML DTD for reference of the backupGarming Sam2018-08-161-0/+58
* tests/gpo: Add a backup for showing that GPO backup and restore worksGarming Sam2018-08-1622-0/+870
* preg: Build python preg bindingsGarming Sam2018-08-161-0/+6
* dns_server: Avoid ldb_dn_add_child_fmt() on untrusted inputAndrew Bartlett2018-08-154-22/+172
* dns_server: Be strict when constructing a LDB DN from an untrusted DNS nameAndrew Bartlett2018-08-151-3/+56
* cracknames: Fix DoS (NULL pointer de-ref) when not servicePrincipalName is se...Andrew Bartlett2018-08-142-1/+45
* CVE-2018-10919 tests: Add extra test for dirsync deleted object corner-caseTim Beale2018-08-141-26/+131
* CVE-2018-10919 acl_read: Fix unauthorized attribute access via searchesTim Beale2018-08-141-0/+247
* CVE-2018-10919 acl_read: Flip the logic in the dirsync checkTim Beale2018-08-141-10/+7
* CVE-2018-10919 acl_read: Small refactor to aclread_callback()Tim Beale2018-08-141-14/+17
* CVE-2018-10919 acl_read: Split access_mask logic out into helper functionTim Beale2018-08-141-19/+35