summaryrefslogtreecommitdiff
path: root/python/samba/netcmd
AgeCommit message (Expand)AuthorFilesLines
2018-05-15samba-tool domain: Extend --plaintext-secrets to dcpromo by moving to common ...Andrew Bartlett1-9/+6
2018-05-15samba-tool domain: Add --machinepass to common optionsAndrew Bartlett1-6/+2
2018-05-15samba-tool domain: Add --quiet to common optionsAndrew Bartlett1-4/+2
2018-05-15samba-tool domain: Create a common set of options for provision/join/dcpromoAndrew Bartlett1-4/+11
2018-05-15samba-tool domain provision: Move more OpenLDAP options behind TEST_LDAPAndrew Bartlett1-7/+7
2018-05-14samba-tool computer: fix wrong computer container in help messageBjörn Baumbach1-2/+2
2018-05-12python/samba: py2/py3 compatability always decode result of b64encodeNoel Power1-6/+6
2018-05-12Bulk: enclose .keys() method with list where list (from python2) expectedNoel Power1-1/+1
2018-05-12samba_tool: replace xrange -> rangeNoel Power2-4/+4
2018-05-12python/samba: Ensure md5 always provided with bytesNoel Power1-1/+5
2018-05-12samba_tool: make exception handling statements py2/py3 compatibleNoel Power1-3/+3
2018-05-12samba_tool: Py2/Py3 compatability fix tuple assigmentNoel Power1-1/+1
2018-05-12python/samba: Bulk replace of '.next()' method with function 'next()'Noel Power1-1/+1
2018-05-12gpo: Ensure all files are retrieved in fetchGarming Sam1-1/+5
2018-05-12Fix spelling s/succesfully/successfully/Mathieu Parent1-1/+1
2018-05-11netcmd: Split 'domain passwordsettings' into a super-commandTim Beale1-166/+190
2018-05-11netcmd: Small tweak to retrieving pwdPropertiesTim Beale1-2/+3
2018-05-08samba-tool: Fix a typoVolker Lendecke1-1/+1
2018-04-30python/samba: Py2/Py3 compat change '/' to '//' to ensure int resultNoel Power1-1/+2
2018-04-30python: Bulk conversion callers of ldb.Dn second paramNoel Power1-3/+3
2018-04-30samba-tool visualize: use correct DC in graph labelDouglas Bagnall1-3/+3
2018-04-13python: fix unicode escape in doc stringJoe Guo1-1/+1
2018-04-13python: bulk replace file to open for py3Joe Guo1-3/+3
2018-04-13python: bulk replace dict.iteritems to items for py3Joe Guo3-17/+15
2018-04-06samba-tool: Use same method for removing trailing $ as elsewhere in the toolAndrew Bartlett1-2/+8
2018-04-06samba-tool: Escape username and computername in ldb search filterAndrew Bartlett2-3/+5
2018-04-06samba-tool: improve computer management commandsJoe Guo1-3/+199
2018-04-06samba-tool: implement computer management commandsBjörn Baumbach2-0/+383
2018-04-06provision: allow provisioning of a different database backendGary Lockyer1-3/+11
2018-03-23samba-tool: convert print func to be py2/py3 compatibleNoel Power2-4/+6
2018-03-21samba-tool visualize: fix python2.6 incompatibilityBjörn Baumbach1-1/+5
2018-03-21samba-tool ldapcmp: remove duplicate takes_optiongroups attributeDouglas Bagnall1-6/+0
2018-03-19Update help text for dbcheckJonathan Hunter1-1/+1
2018-03-01domain.py: Give some advice if the schema upgrade command failsGarming Sam1-3/+8
2018-02-28samba-tool: convert 'except X, (tuple)' to 'except X as e'Noel Power5-25/+50
2018-02-28samba-tool: convert octal 'O1234' format to python3 compatible '0o1234'Noel Power1-3/+3
2018-02-27samba-tool: user setexpiry: Fix incorrect Example2Rowland Penny1-1/+1
2018-02-15samba-tool: convert 'except X, e' to 'except X as e' for all XDouglas Bagnall15-77/+77
2018-02-15samba-tool drs showrepl: add --json option for JSON outputDouglas Bagnall1-1/+16
2018-02-15samba-tool drs showrepl: restructure in preparation for --jsonDouglas Bagnall1-45/+94
2018-02-09sambatool drs showrepl: prefer self over ctx in python classesDouglas Bagnall1-2/+3
2018-02-09samba-tool rodc: consistently use self.outf, not stdoutDouglas Bagnall1-2/+2
2018-02-08samba-tool/dns: Clarify the cleanup subcommandGarming Sam1-2/+3
2018-02-08remove_dc: Allow remove_dns_references to ignore missing server namesGarming Sam1-1/+2
2018-02-08samba-tool: add dns cleanup cmdJoe Guo1-0/+47
2018-02-08samba-tool group: implement the group move commandBjörn Baumbach1-0/+79
2018-02-08samba-tool user: implement the user move commandBjörn Baumbach1-0/+80
2018-02-08samba-tool user: fix some typosBjörn Baumbach1-3/+3
2018-02-08samba-tool: implement user show command to display a user AD objectBjörn Baumbach1-0/+79
2018-02-08samba-tool: implement ou management commandsBjörn Baumbach2-0/+396