summaryrefslogtreecommitdiff
path: root/python/samba/provision
AgeCommit message (Expand)AuthorFilesLines
2018-08-24PEP8: improve spacing around colonsDouglas Bagnall3-10/+11
2018-08-24PEP8: fix E703: statement ends with a semicolonJoe Guo2-2/+2
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 Guo3-0/+12
2018-08-24PEP8: fix E265: block comment should start with '# 'Joe Guo3-5/+5
2018-08-24PEP8: fix E251: unexpected spaces around keyword / parameter equalsJoe Guo1-1/+1
2018-08-24PEP8: fix E241: multiple spaces after ','Joe Guo1-1/+1
2018-08-24PEP8: fix E231: missing whitespace after ','Joe Guo3-17/+17
2018-08-24PEP8: fix E228: missing whitespace around modulo operatorJoe Guo1-3/+3
2018-08-24PEP8: fix E226: missing whitespace around arithmetic operatorJoe Guo1-1/+1
2018-08-24PEP8: fix E225: missing whitespace around operatorJoe Guo1-4/+4
2018-08-24PEP8: fix E222: multiple spaces after operatorJoe Guo2-3/+3
2018-08-24PEP8: fix E203: whitespace before ':'Joe Guo3-34/+34
2018-08-24PEP8: fix E202: whitespace before ')'Joe Guo2-12/+12
2018-08-24PEP8: fix E201: whitespace after '('Joe Guo2-13/+13
2018-08-24PEP8: fix E128: continuation line under-indented for visual indentJoe Guo3-246/+255
2018-08-24PEP8: fix E127: continuation line over-indented for visual indentJoe Guo3-26/+26
2018-08-24PEP8: fix E125: continuation line with same indent as next logical lineJoe Guo2-3/+3
2018-08-24PEP8: fix E123: closing bracket does not match indentation of opening bracket...Joe Guo3-27/+27
2018-08-24PEP8: fix E122: continuation line missing indentation or outdentedJoe Guo3-20/+20
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 Guo2-6/+6
2018-08-24PEP8: fix E731: do not assign a lambda expression, use a defJoe Guo1-2/+6
2018-08-10provision: Add support for BIND 9.12.xAmitay Isaacs1-1/+5
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-05netcmd: Extend 'backup restore' command to handle renamed domainsTim Beale1-2/+3
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 Power2-32/+32
2018-05-12python/samba/provision: Fix urllib.quote usage for py2/py3Noel Power2-3/+4
2018-04-30python: Bulk conversion callers of ldb.Dn second paramNoel Power1-3/+3
2018-04-13python: bulk replace file to open for py3Joe Guo1-1/+1
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: Set @INDEXLIST first when building dummy sam.ldbAndrew Bartlett1-3/+5
2018-04-06provision: allow provisioning of a different database backendGary Lockyer2-20/+53
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
2018-02-28samba python libs: convert 'O1234' format to python3 compatible '0o1234'Noel Power3-17/+17
2018-02-21provision: fix the 'dnsdomain' for the local sam of a domain memberStefan Metzmacher1-0/+16
2018-02-15samba python libs: convert 'except X, e' to 'except X as e'Douglas Bagnall1-1/+1
2017-12-202008R2: Missing operation (75, 76) for ActiveDirectoryUpdate version 5 (FL)Garming Sam1-2/+6
2017-12-20sambadns: Allow functional level 2016 (when added)Garming Sam1-2/+3
2017-12-18provision: Changes to support encrypted_secrets moduleGary Lockyer1-6/+44
2017-12-14schema: Add option of specifying the base schema for a provisionTim Beale1-3/+10
2017-12-14schema: Re-work extended rights handling in provision (prep for 2012R2)Andrew Bartlett1-1/+6
2017-12-10samba-tool: validate password early in `domain provision`Jamie McClymont1-1/+4