summaryrefslogtreecommitdiff
path: root/python/samba/netcmd/computer.py
AgeCommit message (Expand)AuthorFilesLines
2023-11-22netcmd: fix typo in groups and computer commandsRob van der Linde1-1/+1
2022-05-10python: Remove unnecessary 'pass' statementsJoseph Sutton1-1/+0
2021-06-17netcmd: Incorrect arguments to Exception constructorGarming Sam1-1/+1
2020-10-02python2 reduction: Merge remaining compat code into commonDavid Mulder1-1/+1
2020-10-01samba-tool computer: rename 'computer create' to 'computer add'Jule Anger1-13/+14
2020-09-04Fixed arrow keys typo to the computer move command utilityHezekiah1-1/+1
2020-01-21samba-tool: add -b/--base-dn option to computer list commandJule Anger1-2/+10
2020-01-21samba-tool: add --full-dn option to computer list commandJule Anger1-1/+14
2019-11-29samba-tool {user,group,computer,contact} show: avoid base64 encoded strings i...Björn Baumbach1-3/+2
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