summaryrefslogtreecommitdiff
path: root/python/samba/provision/__init__.py
AgeCommit message (Expand)AuthorFilesLines
2019-03-14tests: Make IPv4 assumption explicitTim Beale1-2/+2
2018-11-01provision: fix string formatting (number of args)Douglas Bagnall1-2/+6
2018-11-01provision: fix string format syntaxDouglas Bagnall1-1/+3
2018-11-01Python provision: remove "ExistingBackend"Douglas Bagnall1-8/+0
2018-10-25python/provision: remove unused importsDouglas Bagnall1-1/+0
2018-10-23python/samba: PY3 fix samba4.blackbox.upgradeprovision.release-4-0-0Noel Power1-3/+3
2018-10-23s4/scripting/bin: PY3 fix samba4.blackbox.upgradeprovision.alpha13Noel Power1-4/+4
2018-10-23s4/scripting: PY2/PY3 port for samba4.blackbox.upgradeprovision.currentNoel Power1-2/+2
2018-09-15python/samba/provision: PY3 port to run samba.tests.upgradeprovisionneeddcNoel Power1-1/+1
2018-09-06PEP8: fix E123: closing bracket does not match indentation of opening bracket...Joe Guo1-4/+4
2018-09-06PEP8: fix E122: continuation line missing indentation or outdentedJoe Guo1-17/+17
2018-09-03python/samba/netcmd: Fix password usage for py2/py3 compatabilityNoel Power1-1/+3
2018-09-03python/samba/provision: remove use of str() func for binary dataNoel Power1-2/+2
2018-09-03python/samba: port changes to allow samba.tests.dsdb_lock to work with PY3/PY2Noel Power1-4/+5
2018-09-03python/samba: open files in binary mode as appropriateNoel Power1-1/+1
2018-08-24PEP8: add spaces after operatorsDouglas Bagnall1-1/+1
2018-08-24PEP8: improve spacing around colonsDouglas Bagnall1-1/+1
2018-08-24PEP8: fix E703: statement ends with a semicolonJoe Guo1-1/+1
2018-08-24PEP8: fix E303: too many blank lines (2)Joe Guo1-2/+0
2018-08-24PEP8: fix E302: expected 2 blank lines, found 1Joe Guo1-0/+9
2018-08-24PEP8: fix E265: block comment should start with '# 'Joe Guo1-1/+1
2018-08-24PEP8: fix E241: multiple spaces after ','Joe Guo1-1/+1
2018-08-24PEP8: fix E231: missing whitespace after ','Joe Guo1-13/+13
2018-08-24PEP8: fix E228: missing whitespace around modulo operatorJoe Guo1-3/+3
2018-08-24PEP8: fix E225: missing whitespace around operatorJoe Guo1-4/+4
2018-08-24PEP8: fix E203: whitespace before ':'Joe Guo1-5/+5
2018-08-24PEP8: fix E202: whitespace before ')'Joe Guo1-4/+4
2018-08-24PEP8: fix E201: whitespace after '('Joe Guo1-5/+5
2018-08-24PEP8: fix E128: continuation line under-indented for visual indentJoe Guo1-150/+154
2018-08-24PEP8: fix E127: continuation line over-indented for visual indentJoe Guo1-11/+11
2018-08-24PEP8: fix E125: continuation line with same indent as next logical lineJoe Guo1-2/+2
2018-08-24PEP8: fix E123: closing bracket does not match indentation of opening bracket...Joe Guo1-18/+18
2018-08-24PEP8: fix E122: continuation line missing indentation or outdentedJoe Guo1-7/+7
2018-08-24PEP8: fix E121: continuation line under-indented for hanging indentJoe Guo1-2/+2
2018-08-24PEP8: fix E111: indentation is not a multiple of fourJoe Guo1-1/+1
2018-08-24PEP8: fix W601: .has_key() is deprecated, use 'in'Joe Guo1-2/+2
2018-08-24PEP8: fix E731: do not assign a lambda expression, use a defJoe Guo1-2/+6
2018-07-12provision/setsysvolacl: create helper function to simplify codeJoe Guo1-11/+10
2018-07-12provision/setsysvolacl: build session_info and pass down to setntaclJoe Guo1-3/+17
2018-07-03provision: Small refactor to host-IP logicTim Beale1-23/+31
2018-06-28provision: set 'binddns dir' when making new smb.confTim Beale1-0/+2
2018-06-20python/samab: py2/py3 string.upper(astring) -> astring.upperNoel Power1-2/+2
2018-05-12python/samba: py2/py3 compatability always decode result of b64encodeNoel Power1-24/+24
2018-05-12python/samba/provision: Fix urllib.quote usage for py2/py3Noel Power1-2/+2
2018-04-30python: Bulk conversion callers of ldb.Dn second paramNoel Power1-3/+3
2018-04-13python: bulk replace dict.iteritems to items for py3Joe Guo1-2/+2
2018-04-06dsdb: add lmdbLevelOne as a required feature.Gary Lockyer1-1/+11
2018-04-06provision: allow provisioning of a different database backendGary Lockyer1-11/+27
2018-03-19provision: use the provision control when adding foreignSecurityPrincipalsStefan Metzmacher1-2/+2
2018-02-28samba python libs: convert 'except X, (tuple)' to 'except X as e'Noel Power1-3/+6