summaryrefslogtreecommitdiff
path: root/python/samba/netcmd/ou.py
AgeCommit message (Expand)AuthorFilesLines
2023-06-23python:samba:netcmd: Fix code spellingAndreas Schneider1-7/+7
2023-06-14samba-tool ou: Remove unused variablesJoseph Sutton1-3/+0
2023-06-14samba-tool ou: Remove unused importJoseph Sutton1-1/+0
2023-06-14samba-tool: Fix typoJoseph Sutton1-1/+1
2020-10-01samba-tool ou: rename 'ou create' to 'ou add'Jule Anger1-8/+9
2020-01-21samba-tool: add -b/--base-dn option to OUs list commandJule Anger1-3/+16
2019-07-04samba-tool: fix format of command description (help messages)Björn Baumbach1-2/+2
2019-03-30samba-tool: fix some typosBjörn Baumbach1-3/+3
2018-11-01python: PY3 Exceptions don't have .messageDouglas Bagnall1-7/+7
2018-08-24PEP8: fix E302: expected 2 blank lines, found 1Joe Guo1-0/+6
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 E125: continuation line with same indent as next logical lineJoe Guo1-1/+1
2018-08-24PEP8: fix E123: closing bracket does not match indentation of opening bracket...Joe Guo1-8/+8
2018-02-15samba-tool: convert 'except X, e' to 'except X as e' for all XDouglas Bagnall1-12/+12
2018-02-08samba-tool: implement ou management commandsBjörn Baumbach1-0/+395