summaryrefslogtreecommitdiff
path: root/python/samba/netcmd/computer.py
Commit message (Expand)AuthorAgeFilesLines
* python: Remove unnecessary 'pass' statementsJoseph Sutton2022-05-101-1/+0
* netcmd: Incorrect arguments to Exception constructorGarming Sam2021-06-171-1/+1
* python2 reduction: Merge remaining compat code into commonDavid Mulder2020-10-021-1/+1
* samba-tool computer: rename 'computer create' to 'computer add'Jule Anger2020-10-011-13/+14
* Fixed arrow keys typo to the computer move command utilityHezekiah2020-09-041-1/+1
* samba-tool: add -b/--base-dn option to computer list commandJule Anger2020-01-211-2/+10
* samba-tool: add --full-dn option to computer list commandJule Anger2020-01-211-1/+14
* samba-tool {user,group,computer,contact} show: avoid base64 encoded strings i...Björn Baumbach2019-11-291-3/+2
* samba-tool computer: add 'edit' command to edit an AD computer objectBjörn Baumbach2019-07-041-1/+122
* samba-tool: fix format of command description (help messages)Björn Baumbach2019-07-041-3/+3
* python/samba/netcmd: changes for samab.tests.samba_tool.computerNoel Power2018-09-031-1/+1
* PEP8: fix E712: comparison to False should be 'if cond is False:' or 'if not ...Joe Guo2018-08-241-1/+1
* PEP8: fix E302: expected 2 blank lines, found 1Joe Guo2018-08-241-0/+2
* PEP8: fix E226: missing whitespace around arithmetic operatorJoe Guo2018-08-241-1/+1
* PEP8: fix E202: whitespace before ')'Joe Guo2018-08-241-1/+1
* PEP8: fix E201: whitespace after '('Joe Guo2018-08-241-1/+1
* PEP8: fix E128: continuation line under-indented for visual indentJoe Guo2018-08-241-1/+1
* PEP8: fix E127: continuation line over-indented for visual indentJoe Guo2018-08-241-4/+4
* PEP8: fix E123: closing bracket does not match indentation of opening bracket...Joe Guo2018-08-241-8/+8
* samba-tool computer: fix wrong computer container in help messageBjörn Baumbach2018-05-141-2/+2
* samba_tool: make exception handling statements py2/py3 compatibleNoel Power2018-05-121-3/+3
* samba-tool: Use same method for removing trailing $ as elsewhere in the toolAndrew Bartlett2018-04-061-2/+8
* samba-tool: Escape username and computername in ldb search filterAndrew Bartlett2018-04-061-2/+4
* samba-tool: improve computer management commandsJoe Guo2018-04-061-3/+199
* samba-tool: implement computer management commandsBjörn Baumbach2018-04-061-0/+382