summaryrefslogtreecommitdiff
path: root/source4/scripting/python/samba/upgrade.py
AgeCommit message (Collapse)AuthorFilesLines
2009-07-19Remove unnecessary imports.Jelmer Vernooij1-5/+4
2008-05-23Use restructuredText formatting for docstrings.Jelmer Vernooij1-0/+2
(This used to be commit 0cc58decd74d20f3d7dff93ddef1c8bce4d49ad0)
2008-03-07Try to fix up part of the upgrade test.Andrew Bartlett1-11/+9
There are still problems with the upgrade test, but these are not related to the provision system. Andrew Bartlett (This used to be commit d331bc400fb138bc43be88d0ca8ab3bcd590d2cd)
2008-03-07Rework provision scripts for more testingAndrew Bartlett1-4/+1
This fixes up some issues with testdir (was not honoured) and increases test coverage. We now check all the major provision modes. In doing so, to make it possible to call from the multiple layers of 'sh', I have allowed 'dc' to alias 'domain controller' and 'member' to alias 'member server'. Fighting shell quoting in the test system was just too hard... Also fix upgrade.py Andrew Bartlett (This used to be commit 0923de12282b0e063dd73bc3e056dd5c3663c190)
2008-02-09Add tests for upgrade of WINS database.Jelmer Vernooij1-1/+3
(This used to be commit 7777611c0f32a693f0fa057c130e4ea491658f6b)
2008-02-09Fix syntax of docstrings, set project name when generating Python API ↵Jelmer Vernooij1-1/+1
documentation. (This used to be commit 68f13d87eb034fdbc712169f2d1b1a0475751ec5)
2008-02-09Fix upgrade after provision parameter rename.Jelmer Vernooij1-2/+2
(This used to be commit 361b9f43fb2abb64f2cbae7740b89a616a3c2646)
2008-01-25python/provision: Reconcile code partitions-only provisioning and generic ↵Jelmer Vernooij1-2/+3
provisioning, some other minor refactoring of the provisioning. Pair-programmed by Andrew and me using obby :-) (This used to be commit 688adcbb635af87fcfedb869b7f1857a947fd2f9)
2007-12-27r26616: Support parsing of user data in SAmba 3 tdbsam.Jelmer Vernooij1-53/+0
(This used to be commit 2f33e0451d6699fed8bc9abfa2f331317502b358)
2007-12-26r26608: More improvements to the upgrade code.Jelmer Vernooij1-119/+141
(This used to be commit 7ea06d91f602f770f55a1171174f11b922fed8e7)
2007-12-26r26607: Fix reading of values and subkeys in Samba 3 registry files.Jelmer Vernooij1-118/+70
(This used to be commit e3d7454ef70d6fe9a1ce34eaf57268bd5b713ccf)
2007-12-26r26596: Fixed upgrade.py.Jelmer Vernooij1-17/+9
Added blackbox tests for provision and upgrade Python scripts. Clean up temporary files created by the Python tests. (This used to be commit 2227fb6df62240cae64d27a1920d878316f819fc)
2007-12-26r26593: - More work on the python versions of samba3dump and the samba3sam ↵Jelmer Vernooij1-63/+31
tests. - Initial work converting the upgrade code to Python. - Removed the old EJS upgrade code because it has been broken for a long time. (This used to be commit 150cf39fbd4fe088546870fb0d8f20c0d9eb4aca)
2007-12-26r26591: Get the first bits of samba3dump to work again.Jelmer Vernooij1-3/+1
(This used to be commit 3511027515f8ea860fbe46639d9169999646a297)
2007-12-26r26587: Fix reading Samba 3 WINS database and initial work on group db, ↵Jelmer Vernooij1-8/+13
aliases and secrets. (This used to be commit c7c4cf258ac7975b409d26c9386838d4780c756f)
2007-12-24r26570: - Trim size of the swig-generated Python bindings by removing a ↵Jelmer Vernooij1-8/+8
bunch of {}'s. - Start working on Python equivalents for various EJS tests. - Fix regression in argument order for reg_diff_apply() in EJS bindings. (This used to be commit c550c03372cb260b78f6a6c132e70571bc4cb852)
2007-12-21r26538: Pass path generation function around rather than base directory.Jelmer Vernooij1-3/+1
(This used to be commit 5f921af41e4dcd6844f6a662d56bd27c4e76ff88)
2007-12-21r26536: More tests for provisioning code.Jelmer Vernooij1-13/+5
(This used to be commit 43c8bfeedf06ce806c524a28fa72c643f6db60f4)
2007-12-21r26506: Start running (really trivial) tests for upgrade script.Jelmer Vernooij1-301/+301
(This used to be commit 73bd4a9566d15f85a971e3a87cefbec2e2eece1c)
2007-12-21r26369: Start on tests for the upgrade python code.Jelmer Vernooij1-0/+2
(This used to be commit c4458d11c710d4f0f892b26c7cb0701a43273587)
2007-12-21r26366: Import provision scripts in Python.Jelmer Vernooij1-0/+561
(This used to be commit 090c799f98adf2c4186daca445c81b4e26e91f2f)