summaryrefslogtreecommitdiff
path: root/python/samba/netcmd
AgeCommit message (Expand)AuthorFilesLines
2019-01-10netcmd: Fix broken samba-tool gpo commandsTim Beale1-0/+1
2019-01-09netcmd/user: python[3]-gpgme unsupported and replaced by python[3]-gpgJoe Guo1-25/+61
2019-01-08netcmd: Small refactor to SMB connection in domain backupTim Beale1-2/+7
2019-01-07netcmd: Refactor duplicated SMB connect in GPO commandsTim Beale1-24/+18
2018-12-19samba-tool: don't print backtrace on simple DNS errorsBjörn Jacke1-5/+5
2018-12-10python/samba/netcmd: PY3 port for samba4.drs.samba_tool_drs_showreplNoel Power1-10/+10
2018-12-10python/samba/netcmd: PY3 fix samba4.blackbox.trust_utils testNoel Power1-4/+4
2018-12-04netcmd: Minor changes to 'group stats' commandTim Beale1-18/+25
2018-11-23samba-tool processes: display pre-fork masters and workersGary Lockyer1-6/+69
2018-11-21samba-tool ldapcmp: print DNs on predictable orderDouglas Bagnall1-2/+2
2018-11-21netcmd/ldapcmp: make code pythonicJoe Guo1-11/+6
2018-11-21netcmd/ldapcmp: promote re object to globalJoe Guo1-7/+5
2018-11-21netcmd/ldapcmp: use set instead of list to compare attrsJoe Guo1-31/+22
2018-11-21netcmd/ldapcmp: fix wrong way for string copyJoe Guo1-4/+4
2018-11-21netcmd/ldapcmp: pass --skip-missing-dn to LDAPBaseJoe Guo1-2/+2
2018-11-21netcmd/ldapcmp: avoid modifying data while looping on dictJoe Guo1-5/+7
2018-11-21netcmd/ldapcmp: rm unused global var summaryJoe Guo1-6/+0
2018-11-21netcmd/ldapcmp: use set instead of list to find missing DNsJoe Guo1-49/+30
2018-11-21netcmd/ldapcmp: avoid list comprehension in for loopJoe Guo1-2/+6
2018-11-21netcmd/ldapcmp: add choices arg to --view optionJoe Guo1-3/+1
2018-11-21netcmd/ldapcmp: add choices arg to --scope optionJoe Guo1-3/+1
2018-11-21netcmd/ldapcmp: rename __eq__ to diffJoe Guo1-2/+2
2018-11-21netcmd/ldapcmp: fix typo for BundleJoe Guo1-4/+4
2018-11-20sync_passwords: Remove dirsync cookie logging for continuous operationGarming Sam1-1/+2
2018-11-20netcmd: Flush replUpToDateVector when restoring offline backupTim Beale1-4/+34
2018-11-20netcmd: Small backup refactor to avoid compatiblity problemsTim Beale1-3/+20
2018-11-20netcmd: Add backupType marker to backed-up DBTim Beale1-10/+23
2018-11-14python/samba/netcmd: PY3 port samba4.blackbox.ldapcmp_restoreNoel Power1-0/+1
2018-11-14python/samba/netcmd: PY3 port samba.tests.samba_tool.editNoel Power1-1/+1
2018-11-07samba-tool gpo: convert pseudo-method into methodDouglas Bagnall1-24/+23
2018-11-07samba-tool gpo: add helper method for tmpdir constructionDouglas Bagnall1-61/+54
2018-11-07samba-tool gpo: do not use predictable temp directoryDouglas Bagnall1-4/+10
2018-11-05python/samba/netcmd: misc PY2/PY3 compat changes for gpo.pyNoel Power1-13/+13
2018-11-05python/samba/gp_parse: PY3 file -> openNoel Power1-1/+1
2018-11-01samba-tool ntacl: remove unused imports and variablesDouglas Bagnall1-5/+1
2018-11-01samba-tool processes: remove unused imports and variablesDouglas Bagnall1-3/+0
2018-11-01samba-tool domain: remove unused variablesDouglas Bagnall1-4/+0
2018-11-01samba-tool dbcheck: remove unused variableDouglas Bagnall1-1/+0
2018-11-01samba-tool spn: remove unused variablesDouglas Bagnall1-2/+0
2018-11-01samba-tool rodc: remove unused variableDouglas Bagnall1-1/+0
2018-11-01samba-tool user: fix message formatDouglas Bagnall1-2/+3
2018-11-01samba-tool: let self.usage() find argv[0] by itselfDouglas Bagnall1-2/+2
2018-11-01python: PY3 Exceptions don't have .messageDouglas Bagnall2-8/+8
2018-10-31netcmd: Add 'samba-tool group stats' commandTim Beale1-0/+98
2018-10-31netcmd: Include num-members in 'samba-tool group list --verbose'Tim Beale1-11/+15
2018-10-31netcmd: Add backend-store option to domain backup/rename cmdsTim Beale1-7/+17
2018-10-29python: do not use "is" for string equalityDouglas Bagnall2-7/+7
2018-10-25samba-tool ldapcmp: use ValueError, not obsolete StandardErrorDouglas Bagnall1-1/+1
2018-10-25samba-tool: samba.getopt is not used hereDouglas Bagnall1-1/+0
2018-10-25samba-tool domain: remove unused importsDouglas Bagnall1-4/+2