PEP8: fix E115: expected an indented block (comment)
[metze/samba/wip.git] / python /
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
2018-08-06 Aaron Haslettnetcmd: domain backup offline command - offline test...
2018-08-06 Tim Bealetests: New offline backup tests with tweaks to old...
2018-08-06 Aaron Haslettnetcmd: domain backup offline command
2018-08-06 Tim Bealenetcmd: Improve domain backup targetdir checks
2018-08-06 Gary Lockyerdns scavenging: Add extra tests for custom filter
2018-07-24 Alexander Bokovoysamba-tool trust: support discovery via netr_GetDcName
2018-07-24 Stefan Metzmacherpython/tests: use explicit "client ipc max protocol...
2018-07-24 Alexander Bokovoytests/auth_log: Permit SMB2 service description if...
2018-07-23 Alexander Bokovoypython/samba/tests: make sure samba.tests can be import...
2018-07-19 Gary Lockyerdns wildcards: tests to confirm BUG 13536
2018-07-13 Noel Powerpython/samba/netcmd: Fix wrong exception referenced...
2018-07-12 Noel Powerpython/samba/kcc: md5 needs to be passed bytes in py3
2018-07-12 Noel Powerpython/samba/tests: various py3 porting for ord/chr
2018-07-12 Noel Powerpython/samba: Add cmp_fn and cmp_to_key_fn functions...
2018-07-12 Noel Powerpython/samba/netcmd: Fix relative module import
2018-07-12 Noel Powerpython/samba/netcmd: Protect variable that can be None
2018-07-12 Noel Powerpython/samba/netcmd: fix py2/py3 bytes usage for replace
2018-07-12 Noel Powerpython/samba/tests: remove Py2 specific imports.
2018-07-12 Noel Powerpython/samba/emulate: Fix some more missed exception...
2018-07-12 Noel Powerpython/samba/tests: Py2/Py3 port for hexdump
2018-07-12 Noel Powerpython/samba/tests: Py2/Py3 allow import of ndr_(un...
2018-07-12 Joe Guosamdb: use int for get and set methods instead of digit str
2018-07-12 David Muldergpo: Specify samba module when importing from gpclass
2018-07-12 David Muldergpo: Don't duplicate guids in the apply log
2018-07-12 David Muldergpo: Add user policy extensions
2018-07-12 David Muldergpo: Dynamically load gp_exts
2018-07-12 David Muldergpo: Tests for gp_ext register/unregister
2018-07-12 David Muldergpo: add list_gp_extensions for listing registered...
2018-07-12 David Muldergpo: add unregister_gp_extension for unregistering...
2018-07-12 David Muldergpo: add register_gp_extension for registering gp exten...
2018-07-12 David Muldergpo: Offline policy application via cache
2018-07-12 David Muldergpo: Read GPO versions locally, not from sysvol
2018-07-12 David Muldergpo: Fix asserts in gpo testing
2018-07-12 Andrew Bartletttests/posixacl: Test with and without filling in the...
2018-07-12 Andrew Bartlettpython: Add samba.auth.session_info_fill_unix()
2018-07-12 Andrew Bartlettselftest: Add tests for samba.auth.admin_session()
2018-07-12 Joe Guotests/posixacl: derive a new testcase to run same tests...
2018-07-12 Joe Guotests/posixacl: move setUp and tearDown to top
2018-07-12 Joe Guotests/posixacl: rm duplicated test
2018-07-12 Joe Guotests/posixacl: use assertRaises to simplify code
2018-07-12 Joe Guotests/posixacl: remove unused imports
2018-07-12 Joe Guotests/posixacl: define global ACL to make code DRY
2018-07-12 Joe Guotests/posixacl: define global DOM_SID to make code DRY
2018-07-12 Joe Guotests/posixacl: rm commented code
2018-07-12 Joe Guoprovision/setsysvolacl: create helper function to simpl...
2018-07-12 Joe Guoprovision/setsysvolacl: build session_info and pass...
2018-07-12 Joe Guontacls: add session_info arg to setntacl and pass down...
2018-07-12 Joe Guontacls: reuse predefined SECURITY_SECINFO_FLAGS
next