summaryrefslogtreecommitdiff
path: root/python/samba/schema.py
AgeCommit message (Expand)AuthorFilesLines
2020-10-02python2 reduction: Merge remaining compat code into commonDavid Mulder1-1/+1
2019-09-24schema.py: avoid inefficient string concatenationsBjörn Jacke1-5/+2
2019-06-26schema: changing default base schema to 2012_R2Aaron Haslett1-1/+1
2018-10-25python/schema: remove unused importDouglas Bagnall1-1/+0
2018-10-23python/samba: PY3 port samba4.blackbox.provision-backendNoel Power1-1/+3
2018-09-06PEP8: fix E127: continuation line over-indented for visual indentJoe Guo1-8/+8
2018-09-06PEP8: fix E122: continuation line missing indentation or outdentedJoe Guo1-1/+1
2018-09-03python/samba: open files in binary mode as appropriateNoel Power1-2/+2
2018-08-24PEP8: fix E302: expected 2 blank lines, found 1Joe Guo1-0/+1
2018-08-24PEP8: fix E231: missing whitespace after ','Joe Guo1-1/+1
2018-08-24PEP8: fix E226: missing whitespace around arithmetic operatorJoe Guo1-1/+1
2018-08-24PEP8: fix E225: missing whitespace around operatorJoe Guo1-1/+1
2018-08-24PEP8: fix E203: whitespace before ':'Joe Guo1-5/+5
2018-08-24PEP8: fix E128: continuation line under-indented for visual indentJoe Guo1-4/+4
2018-08-24PEP8: fix E127: continuation line over-indented for visual indentJoe Guo1-1/+1
2018-08-24PEP8: fix E121: continuation line under-indented for hanging indentJoe Guo1-1/+1
2018-05-12python/samba: py2/py3 compatability always decode result of b64encodeNoel Power1-2/+2
2017-12-14provision: Use the official MS 2008R2 schema by defaultAndrew Bartlett1-2/+5
2017-12-14schema: Add option of specifying the base schema for a provisionTim Beale1-4/+11
2017-12-14domain.py: Add schema upgrade option to samba-toolTim Beale1-0/+23
2017-09-23provision: Add a fixed objectGUID to the tmp DB used for LDAP backend schema ...Andrew Bartlett1-1/+5
2017-09-23provision: make clear that the tmp ldb is running in @IDXGUID modeAndrew Bartlett1-0/+3
2014-10-14Fix more pep8 issues in code I touched recently.Jelmer Vernooij1-3/+10
2014-10-14Remove remaining instance of pep8 E211 (too many spaces before operator).Jelmer Vernooij1-2/+2
2013-03-02Move python modules from source4/scripting/python/ to python/.Jelmer Vernooij1-0/+204