summaryrefslogtreecommitdiff
path: root/python/samba/upgradehelpers.py
Commit message (Expand)AuthorAgeFilesLines
* python/samba/upgradehelpers.py: typo fixesBjörn Jacke2019-10-311-1/+1
* samba-tool domain provision: Remove experimental OpenLDAP supportAndrew Bartlett2019-08-301-2/+0
* python/upgradehelpers: use mkstemp, not mktempDouglas Bagnall2018-11-071-2/+3
* python/upgradehelpers: remove unused provision importsDouglas Bagnall2018-11-011-2/+2
* python/upgradehelpers: remove unused variableDouglas Bagnall2018-11-011-1/+0
* python/upgradehelpers: use int not long for PY3Douglas Bagnall2018-10-101-2/+1
* PEP8: improve formatting around various operatorsDouglas Bagnall2018-08-241-2/+2
* PEP8: fix E302: expected 2 blank lines, found 1Joe Guo2018-08-241-0/+12
* PEP8: fix E231: missing whitespace after ','Joe Guo2018-08-241-12/+12
* PEP8: fix E228: missing whitespace around modulo operatorJoe Guo2018-08-241-3/+3
* PEP8: fix E227: missing whitespace around bitwise or shift operatorJoe Guo2018-08-241-1/+1
* PEP8: fix E226: missing whitespace around arithmetic operatorJoe Guo2018-08-241-7/+7
* PEP8: fix E225: missing whitespace around operatorJoe Guo2018-08-241-3/+3
* PEP8: fix E222: multiple spaces after operatorJoe Guo2018-08-241-8/+8
* PEP8: fix E203: whitespace before ':'Joe Guo2018-08-241-1/+1
* PEP8: fix E202: whitespace before ')'Joe Guo2018-08-241-1/+1
* PEP8: fix E128: continuation line under-indented for visual indentJoe Guo2018-08-241-41/+41
* PEP8: fix E127: continuation line over-indented for visual indentJoe Guo2018-08-241-28/+28
* PEP8: fix E125: continuation line with same indent as next logical lineJoe Guo2018-08-241-2/+2
* python3: reuse cmp_fn defined in compat.pyJoe Guo2018-08-171-2/+2
* python/samba/tests: py2/py3 port has_keys usageNoel Power2018-06-201-2/+2
* devel: removing unused code from chgkrbtgtpassAaron Haslett2018-05-121-3/+2
* python/samba: Py2/Py3 compat change '/' to '//' to ensure int resultNoel Power2018-04-301-1/+2
* selftest: enable py3 for samba.tests.upgradeprovisionJoe Guo2018-04-051-1/+2
* samba python libs: convert print func to be py2/py3 compatibleNoel Power2018-03-231-7/+8
* python SamDB: init default flags to FLG_DONT_CREATE_DBGary Lockyer2018-02-071-1/+6
* upgradeprovision: Change test to always use 2008 R2 schemaTim Beale2017-12-141-2/+2
* samba-tool:provision: use generate_random_machine_password() for machine pass...Stefan Metzmacher2017-02-211-2/+2
* python: Give a more helpful error message when we do not have an smb.confAndrew Bartlett2015-12-151-1/+1
* s4/scripting/devel: Add tool to roll over the krbtgt passwordAndrew Bartlett2015-02-251-0/+19
* python: Use the security.dom_sid type for ctx.domsid in join.py and provisionAndrew Bartlett2014-09-011-1/+1
* samba-tool domain join subdomain: Rework sambadns.py to allow setup of Domain...Andrew Bartlett2013-10-111-1/+2
* provision: Remove --username and --password options from samba-tool domain pr...Andrew Bartlett2013-10-111-2/+2
* scripting: Move get_diff_sds from samba.upgradehelpers to samba.descriptorAndrew Bartlett2013-03-251-153/+0
* scripting: Fix documentation comment on upgradehelpers.py:get_clean_sdAndrew Bartlett2013-03-251-8/+3
* samba_upgradeprovision: Remove inherited ACEs before comparing the SDsAndrew Bartlett2013-03-041-3/+43
* scripting: Rework samba.upgradehelpers.get_diff_sddls to be get_diff_sdsAndrew Bartlett2013-03-041-2/+5
* Move python modules from source4/scripting/python/ to python/.Jelmer Vernooij2013-03-021-0/+913