summaryrefslogtreecommitdiff
path: root/source4/scripting/python/samba/upgradehelpers.py
AgeCommit message (Expand)AuthorFilesLines
2010-06-20Some more formatting fixes, move schema related functions from Ldb to Schema.Jelmer Vernooij1-1/+3
2010-06-20Formatting cleanups; use True/False for booleans, unnecessary backslashes, sp...Jelmer Vernooij1-16/+23
2010-06-20s4 upgradeprovision: Make grouped commit / rollback more resistant to unexpec...Matthieu Patou1-13/+42
2010-06-20s4 upgradeprovision: Check that the policy for DC is present if not warn the ...Matthieu Patou1-0/+24
2010-06-20s4 upgradeprovision: Emit message instead of crashing when not able to set aclMatthieu Patou1-4/+10
2010-06-20s4 upgradeprovision: Add function for searching stored constructed attributesMatthieu Patou1-0/+51
2010-06-20s4 upgradeprovision: additional restylingMatthieu Patou1-31/+42
2010-06-20s4 upgradeprovision: Move functions to helpers and improve codeMatthieu Patou1-10/+250
2010-06-20s4 upgradeprovision: move some functions to upgradehelpers for unit testsMatthieu Patou1-1/+141
2010-06-20s4 Add functions related to ldb manipulation when doing upgradeMatthieu Patou1-17/+83
2010-06-13upgradeprovision: Use logging infrastructure.Jelmer Vernooij1-5/+7
2010-06-13upgrade: Properly cancel/commit transactions in a couple more places.Jelmer Vernooij1-1/+1
2010-06-13s4-python: Start using standard python logging infrastructure ratherJelmer Vernooij1-8/+8
2010-06-11s4-python: Fix formatting.Jelmer Vernooij1-10/+15
2010-04-08s4-python: Fix formatting, use standard convention to call instance methods.Jelmer Vernooij1-25/+24
2010-04-08s4-python: Simplify code, improve formatting.Jelmer Vernooij1-23/+25
2010-04-04s4-python: Move dsdb constants to a separate python module.Jelmer Vernooij1-1/+2
2010-03-01More formatting fixes, pointed out by pylint.Jelmer Vernooij1-1/+0
2010-03-01General cleanups of python code, hinted by pyflakes.Jelmer Vernooij1-2/+1
2010-03-01More formatting fixes.Jelmer Vernooij1-16/+10
2010-03-01Fix formatting.Jelmer Vernooij1-172/+174
2010-03-01upgradeprovision: Remove unused imports, use shutil.rmtree rather thanJelmer Vernooij1-30/+11
2010-03-01upgradeprovision: Move to pythondoc formatMatthieu Patou1-9/+33
2010-03-01upgradeprovision: code cleanupMatthieu Patou1-6/+7
2010-03-01upgradeprovision: split the big script to put reusable functions appartMatthieu Patou1-0/+220