summaryrefslogtreecommitdiff
path: root/python/samba/ms_schema.py
AgeCommit message (Expand)AuthorFilesLines
2021-04-28python: remove all 'from __future__ import print_function'Douglas Bagnall1-1/+0
2020-08-11python compat: remove string_typesDouglas Bagnall1-4/+3
2018-09-03python/samba: port open to io.open for PY2/PY3 compatNoel Power1-1/+2
2018-08-24PEP8: fix E305: expected 2 blank lines after class or function definition, fo...Joe Guo1-0/+1
2018-08-24PEP8: fix E303: too many blank lines (2)Joe Guo1-1/+0
2018-08-24PEP8: fix E302: expected 2 blank lines, found 1Joe Guo1-0/+5
2018-08-24PEP8: fix E261: at least two spaces before inline commentJoe Guo1-2/+2
2018-08-24PEP8: fix E251: unexpected spaces around keyword / parameter equalsJoe Guo1-1/+1
2018-08-24PEP8: fix E231: missing whitespace after ','Joe Guo1-2/+2
2018-08-24PEP8: fix E222: multiple spaces after operatorJoe Guo1-1/+1
2018-08-24PEP8: fix E203: whitespace before ':'Joe Guo1-5/+5
2018-08-24PEP8: fix E123: closing bracket does not match indentation of opening bracket...Joe Guo1-3/+3
2018-05-29python/samba/netcmd/schema.py: add schema query and management.William Brown1-3/+6
2018-04-30python/samba: port some isinstance str checks (to cater for unicode)Noel Power1-3/+4
2018-04-05get make test TESTS=samba.tests.provision to workNoel Power1-7/+7
2018-03-23samba python libs: convert print func to be py2/py3 compatibleNoel Power1-3/+4
2018-03-16ms_schema: fix python2.6 incompatibilityBjörn Baumbach1-1/+1
2017-12-14ms_schema: Properly handle base64 encoded attributesGarming Sam1-12/+36
2017-12-14ms_schema: Allow for CN=X and DC=X replacementsGarming Sam1-0/+4
2017-02-21Add missing import of sys in ms_schema.pyAndrej1-0/+1
2013-03-02Move python modules from source4/scripting/python/ to python/.Jelmer Vernooij1-0/+290