summaryrefslogtreecommitdiff
path: root/python/samba/upgradehelpers.py
AgeCommit message (Expand)AuthorFilesLines
2024-04-10python:upgrade/upgradeprovision: use dn.copy to align ldbsDouglas Bagnall1-4/+4
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-30python: Remove unused importsJoseph Sutton1-1/+1
2023-06-23python:samba: Fix code spellingAndreas Schneider1-6/+6
2023-03-22python:provision: run adprep as part of provisionStefan Metzmacher1-2/+3
2022-05-10python: Remove redundant assignmentsJoseph Sutton1-2/+0
2022-02-23upgradehelpers.py: add a comment to update_krbtgt_account_password()Stefan Metzmacher1-3/+6
2022-02-23upgradehelpers.py: let update_machine_account_password() use 120 character pa...Stefan Metzmacher1-1/+1
2021-04-28python: remove all 'from __future__ import division'Douglas Bagnall1-1/+0
2021-04-28python: remove all 'from __future__ import print_function'Douglas Bagnall1-1/+0
2020-10-02python2 reduction: Merge remaining compat code into commonDavid Mulder1-2/+2
2020-07-17python/upgradehelpers: remove unused imports and variablesDouglas Bagnall1-1/+1
2019-10-31python/samba/upgradehelpers.py: typo fixesBjörn Jacke1-1/+1
2019-08-30samba-tool domain provision: Remove experimental OpenLDAP supportAndrew Bartlett1-2/+0
2018-11-07python/upgradehelpers: use mkstemp, not mktempDouglas Bagnall1-2/+3
2018-11-01python/upgradehelpers: remove unused provision importsDouglas Bagnall1-2/+2
2018-11-01python/upgradehelpers: remove unused variableDouglas Bagnall1-1/+0
2018-10-10python/upgradehelpers: use int not long for PY3Douglas Bagnall1-2/+1
2018-08-24PEP8: improve formatting around various operatorsDouglas Bagnall1-2/+2
2018-08-24PEP8: fix E302: expected 2 blank lines, found 1Joe Guo1-0/+12
2018-08-24PEP8: fix E231: missing whitespace after ','Joe Guo1-12/+12
2018-08-24PEP8: fix E228: missing whitespace around modulo operatorJoe Guo1-3/+3
2018-08-24PEP8: fix E227: missing whitespace around bitwise or shift operatorJoe Guo1-1/+1
2018-08-24PEP8: fix E226: missing whitespace around arithmetic operatorJoe Guo1-7/+7
2018-08-24PEP8: fix E225: missing whitespace around operatorJoe Guo1-3/+3
2018-08-24PEP8: fix E222: multiple spaces after operatorJoe Guo1-8/+8
2018-08-24PEP8: fix E203: whitespace before ':'Joe Guo1-1/+1
2018-08-24PEP8: fix E202: whitespace before ')'Joe Guo1-1/+1
2018-08-24PEP8: fix E128: continuation line under-indented for visual indentJoe Guo1-41/+41
2018-08-24PEP8: fix E127: continuation line over-indented for visual indentJoe Guo1-28/+28
2018-08-24PEP8: fix E125: continuation line with same indent as next logical lineJoe Guo1-2/+2
2018-08-17python3: reuse cmp_fn defined in compat.pyJoe Guo1-2/+2
2018-06-20python/samba/tests: py2/py3 port has_keys usageNoel Power1-2/+2
2018-05-12devel: removing unused code from chgkrbtgtpassAaron Haslett1-3/+2
2018-04-30python/samba: Py2/Py3 compat change '/' to '//' to ensure int resultNoel Power1-1/+2
2018-04-05selftest: enable py3 for samba.tests.upgradeprovisionJoe Guo1-1/+2
2018-03-23samba python libs: convert print func to be py2/py3 compatibleNoel Power1-7/+8
2018-02-07python SamDB: init default flags to FLG_DONT_CREATE_DBGary Lockyer1-1/+6
2017-12-14upgradeprovision: Change test to always use 2008 R2 schemaTim Beale1-2/+2
2017-02-21samba-tool:provision: use generate_random_machine_password() for machine pass...Stefan Metzmacher1-2/+2
2015-12-15python: Give a more helpful error message when we do not have an smb.confAndrew Bartlett1-1/+1
2015-02-25s4/scripting/devel: Add tool to roll over the krbtgt passwordAndrew Bartlett1-0/+19
2014-09-01python: Use the security.dom_sid type for ctx.domsid in join.py and provisionAndrew Bartlett1-1/+1
2013-10-11samba-tool domain join subdomain: Rework sambadns.py to allow setup of Domain...Andrew Bartlett1-1/+2
2013-10-11provision: Remove --username and --password options from samba-tool domain pr...Andrew Bartlett1-2/+2
2013-03-25scripting: Move get_diff_sds from samba.upgradehelpers to samba.descriptorAndrew Bartlett1-153/+0
2013-03-25scripting: Fix documentation comment on upgradehelpers.py:get_clean_sdAndrew Bartlett1-8/+3
2013-03-04samba_upgradeprovision: Remove inherited ACEs before comparing the SDsAndrew Bartlett1-3/+43