summaryrefslogtreecommitdiff
path: root/python/samba/schema.py
Commit message (Expand)AuthorAgeFilesLines
* schema: changing default base schema to 2012_R2Aaron Haslett2019-06-261-1/+1
* python/schema: remove unused importDouglas Bagnall2018-10-251-1/+0
* python/samba: PY3 port samba4.blackbox.provision-backendNoel Power2018-10-231-1/+3
* PEP8: fix E127: continuation line over-indented for visual indentJoe Guo2018-09-061-8/+8
* PEP8: fix E122: continuation line missing indentation or outdentedJoe Guo2018-09-061-1/+1
* python/samba: open files in binary mode as appropriateNoel Power2018-09-031-2/+2
* PEP8: fix E302: expected 2 blank lines, found 1Joe Guo2018-08-241-0/+1
* PEP8: fix E231: missing whitespace after ','Joe Guo2018-08-241-1/+1
* 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