samba-tool gpo: add helper method for tmpdir construction
[amitay/samba.git] / python / samba / netcmd /
2018-11-07 Douglas Bagnallsamba-tool gpo: add helper method for tmpdir construction
2018-11-07 Douglas Bagnallsamba-tool gpo: do not use predictable temp directory
2018-11-05 Noel Powerpython/samba/netcmd: misc PY2/PY3 compat changes for...
2018-11-05 Noel Powerpython/samba/gp_parse: PY3 file -> open
2018-11-01 Douglas Bagnallsamba-tool ntacl: remove unused imports and variables
2018-11-01 Douglas Bagnallsamba-tool processes: remove unused imports and variables
2018-11-01 Douglas Bagnallsamba-tool domain: remove unused variables
2018-11-01 Douglas Bagnallsamba-tool dbcheck: remove unused variable
2018-11-01 Douglas Bagnallsamba-tool spn: remove unused variables
2018-11-01 Douglas Bagnallsamba-tool rodc: remove unused variable
2018-11-01 Douglas Bagnallsamba-tool user: fix message format
2018-11-01 Douglas Bagnallsamba-tool: let self.usage() find argv[0] by itself
2018-11-01 Douglas Bagnallpython: PY3 Exceptions don't have .message
2018-10-31 Tim Bealenetcmd: Add 'samba-tool group stats' command
2018-10-30 Tim Bealenetcmd: Include num-members in 'samba-tool group list...
2018-10-30 Tim Bealenetcmd: Add backend-store option to domain backup/renam...
2018-10-29 Douglas Bagnallpython: do not use "is" for string equality
2018-10-25 Douglas Bagnallsamba-tool ldapcmp: use ValueError, not obsolete Standa...
2018-10-25 Douglas Bagnallsamba-tool: samba.getopt is not used here
2018-10-25 Douglas Bagnallsamba-tool domain: remove unused imports
2018-10-25 Douglas Bagnallsamba-tool user: remove unused import
2018-10-25 Douglas Bagnallsamba-tool ldapcmp: remove unused import
2018-10-25 Douglas Bagnallsamba-tool drs: remove duplicate and unused imports
2018-10-23 Noel Powerpython/samba/netcmd: PY3 fix CI error for samba.tests...
2018-10-23 Noel Powerpython/samba/netcmd: PY3 make sure get_testparm_var...
2018-10-23 Noel Powerpython/samba/netcmd: PY3 fix samba.tests.domain_backup_...
2018-10-23 Noel Powerpython/samba/netcmd: PY3 Fix error in samba4.blackbox...
2018-10-23 Noel Powersamba_tool: Enclose iterator with list
2018-10-23 Noel Powerpython/samba: misc use of str for ldb.bytes
2018-10-23 Noel Powerpython/samba/netcmd: PY3 only possible to decode bytes
2018-10-23 Noel Powersamba-tool: PY3 dict view doesn't have sort method,
2018-10-18 Joe Guonetcmd/drs: add cmd_drs_uptodateness with json support
2018-10-18 Joe Guouptodateness: migrate get_kcc_and_dsas as a function
2018-10-18 Joe Guouptodateness: extract get_utdv_max_distance
2018-10-18 Joe Guouptodateness: extract function get_utdv_distances
2018-10-18 Joe Guouptodateness: extract function get_utdv_edges
2018-10-18 Joe Guonetcmd/visualize: rm unused code line
2018-10-18 Joe Guouptodateness: migrate more methods from visualize
2018-10-18 Joe Guouptodateness: add new module and migrate functions...
2018-10-12 Douglas Bagnallsamba-tool drs showrepl: do not crash if no dnsHostName...
2018-10-12 Tim Bealenetcmd: Change Py3 incompatible long() for tombstone...
2018-10-11 Björn Baumbachsamba-tool ntacl: allow to run get/set-ntacl command...
2018-10-11 Björn Baumbachsamba-tool ntacl: pass system session to get/set-ntacl...
2018-10-10 Joe Guonetcmd: apply the new get_logger to cmds
2018-10-10 Joe Guonetcmd: modify Command.get_logger to use get_samba_logger
2018-09-28 Tim Bealenetcmd: Make sure SMB connection is signed when backing...
2018-09-26 Aaron Haslettnetcmd: domain backup offline bug fix - ignore sock...
2018-09-26 Douglas Bagnallsamba-tool domain backup: fix py2.6 incompatible format
2018-09-26 Tim Bealejoin: Avoid duplicating "Default-First-Site-Name" string
2018-09-26 Tim Bealenetcmd: Re-create default site for backup-restore ...
2018-09-26 Tim Bealenetcmd: Add --site option when restoring a domain
2018-09-26 Tim Bealenetcmd: Tweak backup-offline output to avoid subunit...
2018-09-15 Noel Powerpython/samba/netcmd: PY3 fix test samba.tests.samba_too...
2018-09-06 Joe GuoPEP8: fix E128: continuation line under-indented for...
2018-09-06 Joe GuoPEP8: fix E127: continuation line over-indented for...
2018-09-06 Joe GuoPEP8: fix E125: continuation line with same indent...
2018-09-06 Joe GuoPEP8: fix E123: closing bracket does not match indentat...
2018-09-06 Joe GuoPEP8: fix E122: continuation line missing indentation...
2018-09-04 Stefan Metzmachersamba-tool: add virtualKerberosSalt attribute to 'user...
2018-09-03 Noel Powerpython/samba/netcmd: PY2/PY3 changes required for user_...
2018-09-03 Noel Powerpython/samba/tests: PY2/PY3 required changes for samba...
2018-09-03 Noel Powerpython/samba/netcmd: Fix password usage for py2/py3...
2018-09-03 Noel Powerpython/samba/netcmd: changes for samab.tests.samba_tool...
2018-09-03 Noel Powers4/selftest: enable samba.tests.samba_tool.user_wdigest...
2018-09-03 Noel Powerpython/samba: PY3 port for samba.tests.samba_tool.user_...
2018-09-03 Noel Powerpython/samba: changes needed for samba.tests.samba_tool...
2018-09-03 Noel Powerpython/samba: changes to make samba.tests.samba_tool...
2018-09-03 Noel Powerpython/samba: Fix py2/3 relative module import issue
2018-08-24 Douglas BagnallPEP8: add spaces after operators
2018-08-24 Douglas BagnallPEP8: better formatting of (CONST1|CONST2)
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 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 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 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 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 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...
next