summaryrefslogtreecommitdiff
path: root/source4
Commit message (Expand)AuthorAgeFilesLines
* 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
* CVE-2018-10919 tests: test ldap searches for non-existent attributes.Gary Lockyer2018-08-141-0/+9
* CVE-2018-10919 tests: Add test case for object visibility with limited rightsTim Beale2018-08-141-0/+68
* CVE-2018-10919 tests: Add tests for guessing confidential attributesTim Beale2018-08-142-0/+914
* CVE-2018-1140 dns: Add a test to trigger the LDB casefolding issue on invalid...Kai Blin2018-08-141-0/+3
* s4:lib: Fix a possible fd leak in gp_get_file()Andreas Schneider2018-08-111-8/+16
* s4/torture: Add new test for DELETE_ON_CLOSE on non-empty directoriesAnoop C S2018-08-101-0/+87
* samba-tool drs showrepl tests: improve debugging for mystery errorDouglas Bagnall2018-08-101-1/+7
* provision: Add support for BIND 9.12.xAmitay Isaacs2018-08-101-0/+3
* dlz-bind: Add support for BIND 9.12.xAmitay Isaacs2018-08-102-0/+13
* selftest: offline backup restore targetAaron Haslett2018-08-061-5/+5
* netcmd: domain backup offline command - offline test with ldapcmpAaron Haslett2018-08-061-0/+2
* netcmd: domain backup offline commandAaron Haslett2018-08-061-97/+0
* s4: torture: test closing dir handle with in-flight findRalph Boehme2018-07-271-0/+69
* dsdb group_audit_test: Remove redundant mocking codeGary Lockyer2018-07-251-90/+0