summaryrefslogtreecommitdiff
path: root/source4/scripting/bin/samba_upgradeprovision
AgeCommit message (Expand)AuthorFilesLines
2024-05-22spelling: comments: synthax -> syntaxDouglas Bagnall1-2/+2
2024-05-22spelling: fix spelling of privilege.ldb in commentsDouglas Bagnall1-1/+1
2024-04-10python:upgrade/upgradeprovision: use dn.copy to align ldbsDouglas Bagnall1-3/+3
2024-04-10s4:samba_upgradeprovision: align DN ownershipDouglas Bagnall1-2/+1
2023-12-14python: Remove unused parameter ‘samdb’Joseph Sutton1-1/+1
2023-12-14python: Remove unused parameter ‘lp’Joseph Sutton1-1/+1
2023-12-14python: Remove unused parameter ‘message’Joseph Sutton1-1/+1
2023-08-14s4:scripting: Fix code spellingAndreas Schneider1-15/+15
2023-07-19upgradeprovision: handle operatingSystem similar to operatingSystemVersionStefan Metzmacher1-1/+2
2023-05-05s4/scripting: fix % len(res) was in the wrong placeRob van der Linde1-1/+1
2023-05-05s4/dsdb: fix unnecessary backslashRob van der Linde1-3/+3
2023-05-05s4/scripting: fix a few invalid docstring argsRob van der Linde1-3/+2
2023-03-22python:provision: run adprep as part of provisionStefan Metzmacher1-1/+1
2022-05-10source4/scripting/bin: Remove unnecessary global declarationsJoseph Sutton1-1/+0
2021-09-04python: Fix usage stringsJoseph Sutton1-1/+1
2021-06-17upgradeprovision: Remove duplicate keyGarming Sam1-1/+0
2020-10-02python2 reduction: Merge remaining compat code into commonDavid Mulder1-3/+3
2019-10-31source4/scripting/bin/samba_upgradeprovision: typo fixesBjörn Jacke1-5/+5
2019-09-24scripting: avoid inefficient string redefinitionBjörn Jacke1-6/+2
2019-09-01Spelling fixes s/containter/container/Mathieu Parent1-1/+1
2018-12-14PY3: change shebang to python3 in source4/scripting/bin dirJoe Guo1-1/+1
2018-10-23python/samba: PY3 fix samba4.blackbox.upgradeprovision.release-4-0-0Noel Power1-1/+1
2018-10-23s4/scripting/bin: blobs needs to be bytesNoel Power1-1/+1
2018-10-23s4/scripting: PY2/PY3 port for samba4.blackbox.upgradeprovision.currentNoel Power1-19/+19
2018-10-23s4/scripting: PY3 need to convert cmp funct to key func for sort.Noel Power1-2/+3
2018-10-23s4/scripting/bin: PY3 Make sure print statements are enclosed by '()'Noel Power1-3/+3
2018-10-12s4/script/samba_upgradeprovision: set global dnNotToRecalculateFound varDouglas Bagnall1-1/+2
2018-10-12s4/script/samba_upgradeprovision: remove unused variableDouglas Bagnall1-1/+0
2018-10-12s4/script/samba_upgradeprovision: remove duplicate (contradictory) dict keyDouglas Bagnall1-1/+0
2018-10-12s4/script/samba_upgradeprovision: use int not long for Python 3Douglas Bagnall1-1/+1
2018-06-28provision: set 'binddns dir' when making new smb.confTim Beale1-0/+3
2018-05-12s4/scripting/bin: py2/py3 compatability always decode result of b64encodeNoel Power1-1/+1
2018-04-06upgradeprovision: detect and handle lmdb databasesGary Lockyer1-4/+22
2018-04-06upgradeprovision: Do not copy backup lmdb -lock filesGary Lockyer1-3/+4
2018-02-15source4/scripting python: convert 'except X, e' to 'except X as e'Douglas Bagnall1-4/+4
2017-12-14upgradeprovision: Change test to always use 2008 R2 schemaTim Beale1-1/+1
2017-09-05python:samba: Use 'binddns dir' in samba-tool and samba_upgradednsAndreas Schneider1-7/+9
2017-02-22Correct "defered" typos.Chris Lamb1-1/+1
2016-11-22upgradeprovision: Remove objectCategory from constructed attrsGarming Sam1-1/+1
2015-11-06Fix various spelling errorsMathieu Parent1-1/+1
2014-10-14Remove last instances of pep8 error E712 (use 'is' rather than '==' for boole...Jelmer Vernooij1-1/+1
2013-10-11provision: Remove --username and --password options from samba-tool domain pr...Andrew Bartlett1-1/+1
2013-03-25scripting: Move get_diff_sds from samba.upgradehelpers to samba.descriptorAndrew Bartlett1-2/+2
2013-03-25scripting: Modify samba.descriptor.get_wellknown_sds() use samdb calls onlyAndrew Bartlett1-1/+1
2013-03-25scripting: Move samba.provision.descriptor to samba.descriptorAndrew Bartlett1-1/+1
2013-03-25scripting: Make samba.provision.descriptor.get_wellknown_sds() return ldb.Dn ...Andrew Bartlett1-3/+2
2013-03-25scripting: Move the list of well known SDs to samba.provision.descriptorAndrew Bartlett1-71/+2
2013-03-04samba_upgradeprovision: Do not reset every DN when changing an SDAndrew Bartlett1-22/+8
2013-03-04samba_upgradeprovision: do not maintain dnNotToRecalculate as a listAndrew Bartlett1-5/+3
2013-03-04samba_upgradeprovision: only run rebuild_sd in --full modeAndrew Bartlett1-20/+17