summaryrefslogtreecommitdiff
path: root/python/samba/netcmd
AgeCommit message (Expand)AuthorFilesLines
2019-03-14dbcheck: don't check expired tombstone objects by default anymoreStefan Metzmacher1-1/+2
2019-03-14dbcheck: add --selftest-check-expired-tombstones cmdline optionStefan Metzmacher1-1/+6
2019-03-14python/samba/netcmd: provide SUPPRESS_HELP via Option classStefan Metzmacher1-0/+1
2019-03-12samba-tool domain provision: Fix --interactive module in python3Andrew Bartlett1-0/+1
2019-03-12gpo: Backup a policy folder containing GPE.INIGarming Sam1-0/+6
2019-03-12gpo: During restore clobber GPT.INI with a blank versionGarming Sam1-5/+18
2019-03-12gpo: Restore gPCMachineExtensionNames and gPCUserExtensionNamesGarming Sam1-1/+25
2019-03-12gpo: Ensure that gplink works when emptyGarming Sam1-1/+5
2019-02-21samba-tool dsacl: Mark old and new descriptor output correctlyAndrew Bartlett1-4/+7
2019-02-21Add command "samba-tool dsacl get" This code is very equal to "samba-tool dsa...Martin Krämer1-0/+48
2019-02-21Update dsacl.py - add_ace to handle/verify sddl parameter correctMartin Krämer1-14/+17
2019-02-21dbcheck: skip reverse member link checks when cli option specifiedJoe Guo1-1/+9
2019-02-13spelling of associatedDouglas Bagnall1-1/+1
2019-02-01netcmd: Improve error handling of gpo aclcheck as non-adminTim Beale1-0/+4
2019-01-21netcmd: Try to improve domain backup error messageTim Beale1-2/+3
2019-01-18python: dsal: Fix possibility of identical ACE's being added.Martin Krämer1-1/+1
2019-01-17netcmd: Change GPO commands to use s3 SMB Py bindingsTim Beale1-2/+5
2019-01-17netcmd: Change SMB flags from s4 Py bindings to s3Tim Beale1-6/+7
2019-01-16join: Fix TypeError when handling exceptionTim Beale1-1/+1
2019-01-14netcmd: Change domain backup commands to use s3 SMB Py bindingsTim Beale1-2/+6
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