summaryrefslogtreecommitdiff
path: root/python/samba/netcmd/computer.py
AgeCommit message (Expand)AuthorFilesLines
2019-07-04samba-tool computer: add 'edit' command to edit an AD computer objectBjörn Baumbach1-1/+122
2019-07-04samba-tool: fix format of command description (help messages)Björn Baumbach1-3/+3
2018-09-03python/samba/netcmd: changes for samab.tests.samba_tool.computerNoel Power1-1/+1
2018-08-24PEP8: fix E712: comparison to False should be 'if cond is False:' or 'if not ...Joe Guo1-1/+1
2018-08-24PEP8: fix E302: expected 2 blank lines, found 1Joe Guo1-0/+2
2018-08-24PEP8: fix E226: missing whitespace around arithmetic operatorJoe Guo1-1/+1
2018-08-24PEP8: fix E202: whitespace before ')'Joe Guo1-1/+1
2018-08-24PEP8: fix E201: whitespace after '('Joe Guo1-1/+1
2018-08-24PEP8: fix E128: continuation line under-indented for visual indentJoe Guo1-1/+1
2018-08-24PEP8: fix E127: continuation line over-indented for visual indentJoe Guo1-4/+4
2018-08-24PEP8: fix E123: closing bracket does not match indentation of opening bracket...Joe Guo1-8/+8
2018-05-14samba-tool computer: fix wrong computer container in help messageBjörn Baumbach1-2/+2
2018-05-12samba_tool: make exception handling statements py2/py3 compatibleNoel Power1-3/+3
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 Bartlett1-2/+4
2018-04-06samba-tool: improve computer management commandsJoe Guo1-3/+199
2018-04-06samba-tool: implement computer management commandsBjörn Baumbach1-0/+382