selftest: Update known fail with py3 variant of samba.tests.dcerpc.dnsserver
[samba.git] / source4 /
2018-09-03 Noel Powers4/selftest: enable samba.tests.samba_tool.dnscmd for py3
2018-09-03 Noel Powers4/selftest: Enable samba.tests.samba_tool.sites for py3
2018-09-03 Noel Powers4/selftest: enable samba.tests.samba_tool.help for py3
2018-09-03 Noel Powers4/selftest: Enable samba.tests.samba_tool.provision_pa...
2018-09-03 Noel Powers4/selftest: enable samba.tests.samba_tool.ntacl for Py3
2018-09-03 Noel Powers4/selftest: enable samba.tests.samba_tool.ou for py3
2018-09-03 Noel Powers4/selftest: enable samba.tests.group for py3
2018-09-03 Noel Powers4/selftest: enable samba.tests.samba_tool.user_check_p...
2018-09-03 Noel Powers4/selftest: enable samba.tests.samba_tool.user_wdigest...
2018-09-03 Noel Powers4/selftest: enable samba.tests.samba_tool.processes...
2018-09-03 Noel Powers3/selftest: Enable samba.tests.samba_tool.fsmo for...
2018-09-03 Noel Powerenable samba_tool.visualize_drs samba_tool.visualize_dr...
2018-09-03 Noel Powers4/selftest: Enable samba.tests.samba_tool.join for py3
2018-09-03 Noel Powers4/selftest/tests: enable samba.tests.samba_tool.timecm...
2018-09-03 Noel Powers4/selftest: enable samba.tests.dcerpc.unix for python3
2018-09-03 Noel Powers4/selftest: enable samba.tests.dsdb_lock for python3
2018-08-31 Ralph Boehmeselftest: add a durable handle test with delayed disconnect
2018-08-31 Ralph Boehmes4:selftest: reformat smb2_s3only list
2018-08-29 Andreas Schneiders4:torture: Add a test for listing shares
2018-08-29 Andreas Schneiderselftest: Schedule libsmbclient tests against ad_dc
2018-08-29 Andreas Schneiders4:torture: Improve torture_libsmbclient_init_context()
2018-08-25 Andrew Bartlettselftest: Move samba.tests.lsa_string to none environme...
2018-08-25 Andrew Bartlettselftest: Move samba.tests.dcerpc.rpcecho to chgdcpass...
2018-08-25 Andrew Bartlettselftest: Ensure all python3 tests are tagged (named...
2018-08-24 Douglas BagnallPEP8: improve formatting around various operators
2018-08-24 Douglas BagnallPEP8: improve formatting around bit-wise OR ("|")
2018-08-24 Joe GuoPEP8: fix W391: blank line at end of file
2018-08-24 Joe GuoPEP8: fix W293: blank line contains whitespace
2018-08-24 Joe GuoPEP8: fix W291: trailing whitespace
2018-08-24 Joe GuoPEP8: fix E713: test for membership should be 'not in'
2018-08-24 Joe GuoPEP8: fix E712: comparison to False should be 'if cond...
2018-08-24 Joe GuoPEP8: fix E711: comparison to None should be 'if cond...
2018-08-24 Joe GuoPEP8: fix E703: statement ends with a semicolon
2018-08-24 Joe GuoPEP8: fix E701: multiple statements on one line (colon)
2018-08-24 Joe GuoPEP8: fix E502: the backslash is redundant between...
2018-08-24 Joe GuoPEP8: fix E401: multiple imports on one line
2018-08-24 Joe GuoPEP8: fix E306: expected 1 blank line before a nested...
2018-08-24 Joe GuoPEP8: fix E305: expected 2 blank lines after class...
2018-08-24 Joe GuoPEP8: fix E303: too many blank lines (2)
2018-08-24 Joe GuoPEP8: fix E302: expected 2 blank lines, found 1
2018-08-24 Joe GuoPEP8: fix E301: expected 1 blank line, found 0
2018-08-24 Joe GuoPEP8: fix E265: block comment should start with '# '
2018-08-24 Joe GuoPEP8: fix E261: at least two spaces before inline comment
2018-08-24 Joe GuoPEP8: fix E251: unexpected spaces around keyword /...
2018-08-24 Joe GuoPEP8: fix E241: multiple spaces after ','
2018-08-24 Joe GuoPEP8: fix E231: missing whitespace after ','
2018-08-24 Joe GuoPEP8: fix E228: missing whitespace around modulo operator
2018-08-24 Joe GuoPEP8: fix E227: missing whitespace around bitwise or...
2018-08-24 Joe GuoPEP8: fix E226: missing whitespace around arithmetic...
2018-08-24 Joe GuoPEP8: fix E225: missing whitespace around operator
2018-08-24 Joe GuoPEP8: fix E222: multiple spaces after operator
2018-08-24 Joe GuoPEP8: fix E211: whitespace before '('
2018-08-24 Joe GuoPEP8: fix E203: whitespace before ':'
2018-08-24 Joe GuoPEP8: fix E202: whitespace before ')'
2018-08-24 Joe GuoPEP8: fix E201: whitespace after '('
2018-08-24 Joe GuoPEP8: fix E131: continuation line unaligned for hanging...
2018-08-24 Joe GuoPEP8: fix E128: continuation line under-indented for...
2018-08-24 Joe GuoPEP8: fix E127: continuation line over-indented for...
2018-08-24 Joe GuoPEP8: fix E124: closing bracket does not match visual...
2018-08-24 Joe GuoPEP8: fix E123: closing bracket does not match indentat...
2018-08-24 Joe GuoPEP8: fix E122: continuation line missing indentation...
2018-08-24 Joe GuoPEP8: fix E121: continuation line under-indented for...
2018-08-24 Joe GuoPEP8: fix E116: unexpected indentation (comment)
2018-08-24 Joe GuoPEP8: fix E111: indentation is not a multiple of four
2018-08-24 Joe GuoPEP8: fix E101: indentation contains mixed spaces and...
2018-08-24 Joe GuoPEP8: fix W602: deprecated form of raising exception
2018-08-24 Joe GuoPEP8: fix W601: .has_key() is deprecated, use 'in'
2018-08-24 Joe GuoPEP8: fix E714: test for object identity should be...
2018-08-23 Volker Lendecketorture: Make sure that fruit_ftruncate only unlinks...
2018-08-21 Volker Lendeckedsdb: Fix a typo
2018-08-21 Volker Lendeckedsdb: Fix CID 1438461 Error handling issues (CHECKED_RE...
2018-08-21 Volker Lendecketorture: Demonstrate the invalid lock order panic
2018-08-17 Tim BealeRefactor for PEP8 warning E501 line too long
2018-08-17 Tim BealeRefactor for PEP8 warning E501 line too long
2018-08-17 Tim BealeFix PEP8 warning E501 line too long
2018-08-17 Tim BealeFix PEP8 warning W503 line break before binary operator
2018-08-17 Tim BealeFix PEP8 warning W291 trailing whitespace
2018-08-17 Tim BealeFix PEP8 warning E303 too many blank lines
2018-08-17 Tim BealeFix PEP8 warning E302 expected 2 blank lines
2018-08-17 Tim BealeFix PEP8 warning F401 'blah' imported but unused
2018-08-17 Tim BealeFix PEP8 warning E225 missing whitespace around operator
2018-08-17 Tim BealeFix PEP8 warning F841 local variable 'blah' is assigned...
2018-08-17 Tim BealeFix PEP8 warning E201/202/203 array/dict whitespace
2018-08-17 Tim BealeFix PEP8 warning E711 comparison to None
2018-08-16 Garming Samgpo: Maintain an XML DTD for reference of the backup
2018-08-16 Garming Samtests/gpo: Add a backup for showing that GPO backup...
2018-08-16 Garming Sampreg: Build python preg bindings
2018-08-15 Andrew Bartlettdns_server: Avoid ldb_dn_add_child_fmt() on untrusted...
2018-08-15 Andrew Bartlettdns_server: Be strict when constructing a LDB DN from...
2018-08-14 Andrew Bartlettcracknames: Fix DoS (NULL pointer de-ref) when not...
2018-08-14 Tim BealeCVE-2018-10919 tests: Add extra test for dirsync delete...
2018-08-14 Tim BealeCVE-2018-10919 acl_read: Fix unauthorized attribute...
2018-08-14 Tim BealeCVE-2018-10919 acl_read: Flip the logic in the dirsync...
2018-08-14 Tim BealeCVE-2018-10919 acl_read: Small refactor to aclread_call...
2018-08-14 Tim BealeCVE-2018-10919 acl_read: Split access_mask logic out...
2018-08-14 Gary LockyerCVE-2018-10919 tests: test ldap searches for non-existe...
2018-08-14 Tim BealeCVE-2018-10919 tests: Add test case for object visibili...
2018-08-14 Tim BealeCVE-2018-10919 tests: Add tests for guessing confidenti...
2018-08-14 Kai BlinCVE-2018-1140 dns: Add a test to trigger the LDB casefo...
2018-08-10 Andreas Schneiders4:lib: Fix a possible fd leak in gp_get_file()
next