summaryrefslogtreecommitdiff
path: root/python/samba/schema.py
Commit message (Expand)AuthorAgeFilesLines
* PEP8: fix E226: missing whitespace around arithmetic operatorJoe Guo2018-08-241-1/+1
* PEP8: fix E225: missing whitespace around operatorJoe Guo2018-08-241-1/+1
* PEP8: fix E203: whitespace before ':'Joe Guo2018-08-241-5/+5
* PEP8: fix E128: continuation line under-indented for visual indentJoe Guo2018-08-241-4/+4
* PEP8: fix E127: continuation line over-indented for visual indentJoe Guo2018-08-241-1/+1
* PEP8: fix E121: continuation line under-indented for hanging indentJoe Guo2018-08-241-1/+1
* python/samba: py2/py3 compatability always decode result of b64encodeNoel Power2018-05-121-2/+2
* provision: Use the official MS 2008R2 schema by defaultAndrew Bartlett2017-12-141-2/+5
* schema: Add option of specifying the base schema for a provisionTim Beale2017-12-141-4/+11
* domain.py: Add schema upgrade option to samba-toolTim Beale2017-12-141-0/+23
* provision: Add a fixed objectGUID to the tmp DB used for LDAP backend schema ...Andrew Bartlett2017-09-231-1/+5
* provision: make clear that the tmp ldb is running in @IDXGUID modeAndrew Bartlett2017-09-231-0/+3
* Fix more pep8 issues in code I touched recently.Jelmer Vernooij2014-10-141-3/+10
* Remove remaining instance of pep8 E211 (too many spaces before operator).Jelmer Vernooij2014-10-141-2/+2
* Move python modules from source4/scripting/python/ to python/.Jelmer Vernooij2013-03-021-0/+204