python:tests: Store keys as bytes rather than as lists of ints
[samba.git] / python / samba / upgradehelpers.py
2024-04-10 Douglas Bagnallpython:upgrade/upgradeprovision: use dn.copy to align...
2023-12-14 Joseph Suttonpython: Remove unused parameter ‘samdb’
2023-12-14 Joseph Suttonpython: Remove unused parameter ‘lp’
2023-12-14 Joseph Suttonpython: Remove unused parameter ‘message’
2023-08-30 Joseph Suttonpython: Remove unused imports
2023-06-23 Andreas Schneiderpython:samba: Fix code spelling
2023-03-22 Stefan Metzmacherpython:provision: run adprep as part of provision
2022-05-10 Joseph Suttonpython: Remove redundant assignments
2022-02-23 Stefan Metzmacherupgradehelpers.py: add a comment to update_krbtgt_accou...
2022-02-23 Stefan Metzmacherupgradehelpers.py: let update_machine_account_password...
2021-04-28 Douglas Bagnallpython: remove all 'from __future__ import division'
2021-04-28 Douglas Bagnallpython: remove all 'from __future__ import print_function'
2020-10-02 David Mulderpython2 reduction: Merge remaining compat code into...
2020-07-17 Douglas Bagnallpython/upgradehelpers: remove unused imports and variables
2019-10-31 Björn Jackepython/samba/upgradehelpers.py: typo fixes
2019-08-30 Andrew Bartlettsamba-tool domain provision: Remove experimental OpenLD...
2018-11-07 Douglas Bagnallpython/upgradehelpers: use mkstemp, not mktemp
2018-11-01 Douglas Bagnallpython/upgradehelpers: remove unused provision imports
2018-11-01 Douglas Bagnallpython/upgradehelpers: remove unused variable
2018-10-10 Douglas Bagnallpython/upgradehelpers: use int not long for PY3
2018-08-24 Douglas BagnallPEP8: improve formatting around various operators
2018-08-24 Joe GuoPEP8: fix E302: expected 2 blank lines, found 1
2018-08-24 Joe GuoPEP8: fix E231: missing whitespace after ','
2018-08-24 Joe GuoPEP8: fix E228: missing whitespace around modulo operator
2018-08-24 Joe GuoPEP8: fix E227: missing whitespace around bitwise or...
2018-08-24 Joe GuoPEP8: fix E226: missing whitespace around arithmetic...
2018-08-24 Joe GuoPEP8: fix E225: missing whitespace around operator
2018-08-24 Joe GuoPEP8: fix E222: multiple spaces after operator
2018-08-24 Joe GuoPEP8: fix E203: whitespace before ':'
2018-08-24 Joe GuoPEP8: fix E202: whitespace before ')'
2018-08-24 Joe GuoPEP8: fix E128: continuation line under-indented for...
2018-08-24 Joe GuoPEP8: fix E127: continuation line over-indented for...
2018-08-24 Joe GuoPEP8: fix E125: continuation line with same indent...
2018-08-17 Joe Guopython3: reuse cmp_fn defined in compat.py
2018-06-19 Noel Powerpython/samba/tests: py2/py3 port has_keys usage
2018-05-12 Aaron Haslettdevel: removing unused code from chgkrbtgtpass
2018-04-30 Noel Powerpython/samba: Py2/Py3 compat change '/' to '//' to...
2018-04-05 Joe Guoselftest: enable py3 for samba.tests.upgradeprovision
2018-03-23 Noel Powersamba python libs: convert print func to be py2/py3...
2018-02-07 Gary Lockyerpython SamDB: init default flags to FLG_DONT_CREATE_DB
2017-12-14 Tim Bealeupgradeprovision: Change test to always use 2008 R2...
2017-02-21 Stefan Metzmachersamba-tool:provision: use generate_random_machine_passw...
2015-12-16 Stefan MetzmacherMerge tag 'ldb-1.1.24' into master
2015-12-15 Andrew Bartlettpython: Give a more helpful error message when we do...
2015-02-25 Andrew Bartletts4/scripting/devel: Add tool to roll over the krbtgt...
2014-08-31 Andrew Bartlettpython: Use the security.dom_sid type for ctx.domsid...
2013-11-13 Stefan MetzmacherMerge branch 'master' of ctdb into 'master' of samba
2013-10-11 Andrew Bartlettsamba-tool domain join subdomain: Rework sambadns.py...
2013-10-11 Andrew Bartlettprovision: Remove --username and --password options...
2013-03-25 Andrew Bartlettscripting: Move get_diff_sds from samba.upgradehelpers...
2013-03-25 Andrew Bartlettscripting: Fix documentation comment on upgradehelpers...
2013-03-04 Andrew Bartlettsamba_upgradeprovision: Remove inherited ACEs before...
2013-03-04 Andrew Bartlettscripting: Rework samba.upgradehelpers.get_diff_sddls...
2013-03-02 Jelmer VernooijMove python modules from source4/scripting/python/...