summaryrefslogtreecommitdiff
path: root/python/samba/netcmd/schema.py
AgeCommit message (Expand)AuthorFilesLines
2019-07-04samba-tool: fix format of command description (help messages)Björn Baumbach1-1/+1
2018-09-06PEP8: fix E122: continuation line missing indentation or outdentedJoe Guo1-2/+2
2018-08-24PEP8: fix E302: expected 2 blank lines, found 1Joe Guo1-0/+6
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-6/+6
2018-08-24PEP8: fix E127: continuation line over-indented for visual indentJoe Guo1-6/+6
2018-08-24PEP8: fix E123: closing bracket does not match indentation of opening bracket...Joe Guo1-9/+9
2018-05-29python/samba/netcmd/schema.py: samdb schema update nowWilliam Brown1-0/+1
2018-05-29python/samba/tests/samba_tool/schema.py: Improve schema command testingWilliam Brown1-1/+1
2018-05-29python/samba/netcmd/schema.py: add schema show_oc for attributeWilliam Brown1-0/+50
2018-05-29python/samba/netcmd/schema.py: add schema query and management.William Brown1-0/+262