python/samba: open files in binary mode as appropriate
[samba.git] / python /
2018-09-03 Noel Powerpython/samba: open files in binary mode as appropriate
2018-09-03 Noel Powerpython/samba: port open to io.open for PY2/PY3 compat
2018-09-03 Noel Powerpython/samba: Fix py2/3 relative module import issue
2018-08-24 Douglas BagnallPEP8: line up a couple of lists
2018-08-24 Douglas BagnallPEP8: improve formatting around various operators
2018-08-24 Douglas BagnallPEP8: improve formatting around bit-wise OR ("|")
2018-08-24 Douglas Bagnalldcerpc py tests: improve argument formatting
2018-08-24 Douglas Bagnalldcerpc/dns_server tests: use record malformed as probab...
2018-08-24 Douglas BagnallPEP8: add spaces after operators
2018-08-24 Douglas BagnallPEP8: better formatting of (CONST1|CONST2)
2018-08-24 Douglas BagnallPEP8: improve spacing around colons
2018-08-24 Douglas BagnallPEP8: more space before equals
2018-08-24 Joe GuoPEP8: fix W391: blank line at end of file
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 E125: continuation line with same indent...
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 E115: expected an indented block (comment)
2018-08-24 Joe GuoPEP8: fix E111: indentation is not a multiple of four
2018-08-24 Joe GuoPEP8: fix W601: .has_key() is deprecated, use 'in'
2018-08-24 Joe GuoPEP8: fix E731: do not assign a lambda expression,...
2018-08-24 Joe GuoPEP8: fix E714: test for object identity should be...
2018-08-24 Joe GuoPEP8: fix E713: test for membership should be 'not in'
2018-08-24 Joe GuoPEP8: fix E271: multiple spaces after keyword
2018-08-18 Andreas Schneiderpython: Fix print in dns_invalid.py
2018-08-17 Tim BealeFix PEP8 warning E501 line too long
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 E302 expected 2 blank lines
2018-08-17 Tim BealeFix PEP8 warning E231 missing whitespace after ','
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 Andrew Bartlettsamba-tool domain passwordsettings: Avoid except Exception
2018-08-17 Tim Bealepython/pso tests: use string .format() style rather...
2018-08-17 Tim BealeFix PEP8 warning E122/E126/E127 wrong indent for contin...
2018-08-17 Tim BealeFix PEP8 warning E201/202/203 array/dict whitespace
2018-08-17 Joe Guopython3: reuse cmp_fn defined in compat.py
2018-08-17 Joe Guopython/samba/tests: fix SamDB dummy replacement
2018-08-17 Joe Guodescriptor: add missing backslash for long sddl str
2018-08-16 Andrew Bartlettgpo: Always use an SMB signed connection
2018-08-16 Garming Samtests/gpo: Tests using a static backup directory from...
2018-08-16 Garming Samgpo: Make restore with entities more robust
2018-08-16 Garming Samgpo: Add a --generalize to the backup command
2018-08-16 Garming Samfdeploy_ini: Generalize the share name SIDs
2018-08-16 Garming Samgp_parse: Add a generalize XML function to the top...
2018-08-16 Garming Samgp_ini: Add a scripts ini parser for better generalization
2018-08-16 Garming Samgp_ini: Add a fdeploy1 parser for better generalization
2018-08-16 Garming Samgp_ini: Allow better overriding of behaviour in inherit...
2018-08-16 Garming Samgp_csv: Add CSV generalization metadata
2018-08-16 Garming Samgpo: Enable more specific parsers of GPO files
2018-08-16 Garming Samgp_aas: Leave a placeholder for the .aas files for now
2018-08-16 Garming Samgp_inf: Parse the GptTmpl.inf file which stores securit...
2018-08-16 Garming Samgp_csv: Parse the audit.csv file which records audit...
2018-08-16 Garming Samgp_ini: Parse .ini files in SYSVOL
2018-08-16 Garming Samgp_pol: Parse the .pol files (PReg) which stored winreg...
2018-08-16 Garming Samgpo: Add a restore command (for backups) from XML
2018-08-16 Garming Samgpo: Add a backup command (similar to fetch)
2018-08-16 Garming Samgp_parse: Introduce new module for parsing GPO files
2018-08-15 Tim Bealenetcmd: Fix --kerberos=yes and --no-secrets domain...
2018-08-15 Tim Bealenetcmd: Delete unnecessary function
2018-08-15 Tim Bealenetcmd: Fix kerberos option for domain backups
2018-08-15 Tim Bealenetcmd: domain backup didn't support prompting for...
2018-08-15 Joe Guoemulate/traffic: add sAMAccountName in create_group
2018-08-15 Joe Guotraffic: uniform stats output
2018-08-15 Joe Guoemulate/traffic: fix next usage
2018-08-15 Joe Guosamba-tool/drs: set dns_backend to SAMBA_INTERNAL in...
2018-08-14 Kai BlinCVE-2018-1140 dns: Add a test to trigger the LDB casefo...
2018-08-10 Amitay Isaacsprovision: Add support for BIND 9.12.x
next