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