summaryrefslogtreecommitdiffstats
path: root/source4/setup/provision.py
Commit message (Collapse)AuthorAgeFilesLines
* r26622: python: Update license version, clarify copyright.Jelmer Vernooij2007-12-281-1/+3
| | | | (This used to be commit 3ee62094074d74b6c69948730f2892f0a430f40b)
* r26598: Simplify the way Python tests are run.Jelmer Vernooij2007-12-261-0/+2
| | | | (This used to be commit d649f73431fc993e31522e7fc8e1e35e0a4421d8)
* r26596: Fixed upgrade.py.Jelmer Vernooij2007-12-261-10/+12
| | | | | | Added blackbox tests for provision and upgrade Python scripts. Clean up temporary files created by the Python tests. (This used to be commit 2227fb6df62240cae64d27a1920d878316f819fc)
* r26562: Fix provisioning using Python.Jelmer Vernooij2007-12-241-1/+1
| | | | (This used to be commit b07ca944ba62a3f3de58c06b66533c0953a32de9)
* r26535: Get rid of all-knowing ProvisionSettings object.Jelmer Vernooij2007-12-211-20/+16
| | | | (This used to be commit 40bf88c8a70e8379a6081cb6050034bcd7ae56eb)
* r26526: Fix argument value.Jelmer Vernooij2007-12-211-1/+1
| | | | (This used to be commit af28f0c56d8e5ccc6ce8916d5bbdf9045e1fb47e)
* r26523: Refactor provisioning code.Jelmer Vernooij2007-12-211-1/+1
| | | | (This used to be commit ac1083178f9e521dcd5d3d8b5199abcb00159adf)
* r26520: More Python updates.Jelmer Vernooij2007-12-211-1/+1
| | | | (This used to be commit a8b1fe15ac853082961132ede061fe1556ae29f7)
* r26517: Add functions for setting and getting parameters on a LoadParm.Jelmer Vernooij2007-12-211-6/+6
| | | | | | Pass loadparm context along to Ldb contexts. Other minor Python improvements. (This used to be commit 7a15b486bae8fb774058b2d94cc12b7b01ee6ac0)
* r26509: Don't make boolean options eat the next argument.Jelmer Vernooij2007-12-211-3/+4
| | | | (This used to be commit b4ae4cbfe5b66364f437a76aa0a4f82e9bc39ce1)
* r26506: Start running (really trivial) tests for upgrade script.Jelmer Vernooij2007-12-211-19/+14
| | | | (This used to be commit 73bd4a9566d15f85a971e3a87cefbec2e2eece1c)
* r26505: Add python bindings for some samdb-related functions, improve ↵Jelmer Vernooij2007-12-211-3/+3
| | | | | | provisioning in python. (This used to be commit d2402251666738c0372bbbaeaa1d26c06e254033)
* r26503: Change order of arguments in param interface so it's easier to make theJelmer Vernooij2007-12-211-6/+6
| | | | | section name optional. Fix several smaller bits and pieces in the Python code. (This used to be commit 1b89311e5fa4fcde060df50e580dc221205cc8ca)
* r26475: Add ldb.set_credentials function.Jelmer Vernooij2007-12-211-3/+4
| | | | (This used to be commit dbebb4ef477d2c8de7b8d1e5cde9b9dada47044f)
* r26366: Import provision scripts in Python.Jelmer Vernooij2007-12-211-0/+180
(This used to be commit 090c799f98adf2c4186daca445c81b4e26e91f2f)