summaryrefslogtreecommitdiff
path: root/python/samba/netcmd
AgeCommit message (Expand)AuthorFilesLines
2018-10-25samba-tool user: remove unused importDouglas Bagnall1-1/+0
2018-10-25samba-tool ldapcmp: remove unused importDouglas Bagnall1-1/+0
2018-10-25samba-tool drs: remove duplicate and unused importsDouglas Bagnall2-3/+0
2018-10-23python/samba/netcmd: PY3 fix CI error for samba.tests.samba_tool.helpNoel Power1-1/+2
2018-10-23python/samba/netcmd: PY3 make sure get_testparm_var returns 'str'Noel Power1-2/+3
2018-10-23python/samba/netcmd: PY3 fix samba.tests.domain_backup_offlineNoel Power1-5/+5
2018-10-23python/samba/netcmd: PY3 Fix error in samba4.blackbox.schemaupgradeNoel Power1-1/+1
2018-10-23samba_tool: Enclose iterator with listNoel Power1-1/+1
2018-10-23python/samba: misc use of str for ldb.bytesNoel Power1-2/+2
2018-10-23python/samba/netcmd: PY3 only possible to decode bytesNoel Power1-1/+1
2018-10-23samba-tool: PY3 dict view doesn't have sort method,Noel Power1-1/+1
2018-10-18netcmd/drs: add cmd_drs_uptodateness with json supportJoe Guo1-0/+93
2018-10-18uptodateness: migrate get_kcc_and_dsas as a functionJoe Guo1-16/+4
2018-10-18uptodateness: extract get_utdv_max_distanceJoe Guo1-1/+4
2018-10-18uptodateness: extract function get_utdv_distancesJoe Guo1-22/+2
2018-10-18uptodateness: extract function get_utdv_edgesJoe Guo1-21/+2
2018-10-18netcmd/visualize: rm unused code lineJoe Guo1-2/+0
2018-10-18uptodateness: migrate more methods from visualizeJoe Guo1-33/+5
2018-10-18uptodateness: add new module and migrate functions from visualizeJoe Guo1-30/+4
2018-10-12samba-tool drs showrepl: do not crash if no dnsHostName foundDouglas Bagnall1-2/+2
2018-10-12netcmd: Change Py3 incompatible long() for tombstone expungeTim Beale1-2/+2
2018-10-11samba-tool ntacl: allow to run get/set-ntacl command in non-AD-DC roleBjörn Baumbach1-21/+45
2018-10-11samba-tool ntacl: pass system session to get/set-ntacl functionsBjörn Baumbach1-3/+27
2018-10-10netcmd: apply the new get_logger to cmdsJoe Guo3-48/+7
2018-10-10netcmd: modify Command.get_logger to use get_samba_loggerJoe Guo1-5/+6
2018-09-28netcmd: Make sure SMB connection is signed when backing up sysvolTim Beale1-2/+2
2018-09-27netcmd: domain backup offline bug fix - ignore sock filesAaron Haslett1-0/+7
2018-09-26samba-tool domain backup: fix py2.6 incompatible formatDouglas Bagnall1-8/+9
2018-09-26join: Avoid duplicating "Default-First-Site-Name" stringTim Beale1-3/+0
2018-09-26netcmd: Re-create default site for backup-restore (if missing)Tim Beale1-1/+23
2018-09-26netcmd: Add --site option when restoring a domainTim Beale1-6/+8
2018-09-26netcmd: Tweak backup-offline output to avoid subunit truncationTim Beale1-1/+1
2018-09-15python/samba/netcmd: PY3 fix test samba.tests.samba_tool.passwordsettingsNoel Power1-5/+3
2018-09-06PEP8: fix E128: continuation line under-indented for visual indentJoe Guo2-3/+3
2018-09-06PEP8: fix E127: continuation line over-indented for visual indentJoe Guo4-21/+21
2018-09-06PEP8: fix E125: continuation line with same indent as next logical lineJoe Guo1-2/+2
2018-09-06PEP8: fix E123: closing bracket does not match indentation of opening bracket...Joe Guo3-6/+6
2018-09-06PEP8: fix E122: continuation line missing indentation or outdentedJoe Guo3-7/+7
2018-09-05samba-tool: add virtualKerberosSalt attribute to 'user getpassword/syncpasswo...Stefan Metzmacher1-0/+24
2018-09-03python/samba/netcmd: PY2/PY3 changes required for user_virtualCryptSHA testNoel Power1-5/+10
2018-09-03python/samba/tests: PY2/PY3 required changes for samba.tests.samba_tool.userNoel Power1-3/+3
2018-09-03python/samba/netcmd: Fix password usage for py2/py3 compatabilityNoel Power1-2/+5
2018-09-03python/samba/netcmd: changes for samab.tests.samba_tool.computerNoel Power1-1/+1
2018-09-03s4/selftest: enable samba.tests.samba_tool.user_wdigest for python3Noel Power1-1/+2
2018-09-03python/samba: PY3 port for samba.tests.samba_tool.user_wdigest testNoel Power1-14/+15
2018-09-03python/samba: changes needed for samba.tests.samba_tool.visualize PY2/PY3Noel Power1-3/+3
2018-09-03python/samba: changes to make samba.tests.samba_tool.join run under py3Noel Power1-1/+1
2018-09-03python/samba: Fix py2/3 relative module import issueNoel Power2-2/+2
2018-08-24PEP8: add spaces after operatorsDouglas Bagnall2-6/+6
2018-08-24PEP8: better formatting of (CONST1|CONST2)Douglas Bagnall2-3/+10