summaryrefslogtreecommitdiff
path: root/python/samba/ms_schema.py
Commit message (Expand)AuthorAgeFilesLines
* python/samba: port open to io.open for PY2/PY3 compatNoel Power2018-09-031-1/+2
* PEP8: fix E305: expected 2 blank lines after class or function definition, fo...Joe Guo2018-08-241-0/+1
* PEP8: fix E303: too many blank lines (2)Joe Guo2018-08-241-1/+0
* PEP8: fix E302: expected 2 blank lines, found 1Joe Guo2018-08-241-0/+5
* PEP8: fix E261: at least two spaces before inline commentJoe Guo2018-08-241-2/+2
* PEP8: fix E251: unexpected spaces around keyword / parameter equalsJoe Guo2018-08-241-1/+1
* PEP8: fix E231: missing whitespace after ','Joe Guo2018-08-241-2/+2
* PEP8: fix E222: multiple spaces after operatorJoe Guo2018-08-241-1/+1
* PEP8: fix E203: whitespace before ':'Joe Guo2018-08-241-5/+5
* PEP8: fix E123: closing bracket does not match indentation of opening bracket...Joe Guo2018-08-241-3/+3
* python/samba/netcmd/schema.py: add schema query and management.William Brown2018-05-291-3/+6
* python/samba: port some isinstance str checks (to cater for unicode)Noel Power2018-04-301-3/+4
* get make test TESTS=samba.tests.provision to workNoel Power2018-04-051-7/+7
* samba python libs: convert print func to be py2/py3 compatibleNoel Power2018-03-231-3/+4
* ms_schema: fix python2.6 incompatibilityBjörn Baumbach2018-03-161-1/+1
* ms_schema: Properly handle base64 encoded attributesGarming Sam2017-12-141-12/+36
* ms_schema: Allow for CN=X and DC=X replacementsGarming Sam2017-12-141-0/+4
* Add missing import of sys in ms_schema.pyAndrej2017-02-211-0/+1
* Move python modules from source4/scripting/python/ to python/.Jelmer Vernooij2013-03-021-0/+290