summaryrefslogtreecommitdiff
path: root/source4/scripting/python/samba/provision.py
AgeCommit message (Collapse)AuthorFilesLines
2008-02-09Add tests for findnss(), add some docstrings.Jelmer Vernooij1-13/+26
(This used to be commit 4eec2bbc9a139e927ce21c615ebfbb3026b26384)
2008-02-09Remove unused class members.Jelmer Vernooij1-4/+2
(This used to be commit 373ef4287f998b79bf9ba6364d6a67e5c522833d)
2008-02-08Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into v4-0-trivialJelmer Vernooij1-17/+27
Conflicts: source/scripting/python/samba/provision.py (This used to be commit e367df5d994181f08ad1a20a0ce01991ca30bcc8)
2008-02-08Fix LDAP backend with pythonAndrew Bartlett1-18/+26
We were still setting the hard-coded users.ldb etc, rather than switching to the ldapi:// URI Andrew Bartlett (This used to be commit 603e981250b26b533ec35dd607cb635226cf99df)
2008-02-08Fix formatting.Jelmer Vernooij1-10/+10
(This used to be commit 73d1b0fcb64fdc7be1e1e1002f3f182fcbe476ae)
2008-01-26python: Use relative paths for registry.Jelmer Vernooij1-1/+8
(This used to be commit 079200b824de6dd8c7de3e5b76ed1805fde02965)
2008-01-25Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into v4-0-trivialJelmer Vernooij1-4/+8
Conflicts: source/scripting/python/samba/provision.py (This used to be commit 64babbec22f165e34799d36ff4b76806d9fead50)
2008-01-25python/provision: Reload secrets when necessary, fix unix names in mappings.Jelmer Vernooij1-7/+9
Pair programmed with Andrew. (This used to be commit 04fe8c8aefae8da8966954d0654c37adf2d0361d)
2008-01-25Tidy up the last regresesions on the python smbscript, from my workAndrew Bartlett1-10/+17
with Jelmer today. The only remaining issue is that for the build farm, we will need to manually specify the users and groups from the NSS_WRAPPPER, as python isn't compiled with this. Andrew Bartlett (This used to be commit 5370484d25b8c7a5bde730d9be36ecbbb0aaf315)
2008-01-25python: Fix representation of UUIDs as strings in zone files rather than ↵Jelmer Vernooij1-5/+6
binary blobs, fix escaping of LDAP URL's in PHP LDAP admin configuration. Pair-programmed with Andrew, but git doesn't appear to support multiple --author arguments. :-( (This used to be commit dff54ff043563f93b86361039c46e662045f62cc)
2008-01-25python/provision: Reconcile code partitions-only provisioning and generic ↵Jelmer Vernooij1-204/+265
provisioning, some other minor refactoring of the provisioning. Pair-programmed by Andrew and me using obby :-) (This used to be commit 688adcbb635af87fcfedb869b7f1857a947fd2f9)
2008-01-24Python: add some docstrings.Jelmer Vernooij1-5/+46
(This used to be commit 1de69a772e1cc007220add1f51bffe83784c3344)
2008-01-18Remove --ldap-base from the python provision scriptAndrew Bartlett1-32/+0
(This is a merge from the ejs script) Andrew Bartlett (This used to be commit d822dfa017b84895222ace8c44935fb872930548)
2008-01-11Python: Simplify code in a couple of places. Copy Andrew's changes from ↵Jelmer Vernooij1-4/+4
g53b5166. (This used to be commit f056f624958af79204c972eba3f85e36e93daed7)
2007-12-29r26629: python: Improve documentation in various places.Jelmer Vernooij1-1/+7
(This used to be commit ee71a27bca66426d34cb1d686a83ac6a342329d3)
2007-12-29r26628: python: Add more documentation, simplify code in Samba3 module.Jelmer Vernooij1-35/+61
(This used to be commit 3c329ee73d9979236313c37e51750ec06b8dd69e)
2007-12-28r26622: python: Update license version, clarify copyright.Jelmer Vernooij1-1/+1
(This used to be commit 3ee62094074d74b6c69948730f2892f0a430f40b)
2007-12-26r26608: More improvements to the upgrade code.Jelmer Vernooij1-0/+2
(This used to be commit 7ea06d91f602f770f55a1171174f11b922fed8e7)
2007-12-26r26596: Fixed upgrade.py.Jelmer Vernooij1-3/+3
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-24r26570: - Trim size of the swig-generated Python bindings by removing a ↵Jelmer Vernooij1-3/+1
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-24r26566: Fix member provision when using python.Jelmer Vernooij1-9/+9
(This used to be commit e5573283df9e98bccc8eae227cf0f11367ecf084)
2007-12-24r26565: Fix python registry bindings. 'PROVISION_PYTHON=yes make test' works ↵Jelmer Vernooij1-2/+2
now. (This used to be commit 485d1fa3d17fe6cc7a0ecd80e8bac42d173bbb19)
2007-12-24r26564: More python bindings for registry code.Jelmer Vernooij1-3/+2
(This used to be commit f40fad9827d0e9567224bc1e64ea91e610a07a3f)
2007-12-24r26562: Fix provisioning using Python.Jelmer Vernooij1-30/+43
(This used to be commit b07ca944ba62a3f3de58c06b66533c0953a32de9)
2007-12-24r26559: Make the provision function a bit smaller.Jelmer Vernooij1-164/+182
(This used to be commit a1175231a58c60f32574816643dafc78ff867161)
2007-12-21r26545: Sync output with ejs.Jelmer Vernooij1-35/+30
(This used to be commit 48ceaa964327ed7094275780cc3c0767636bcb18)
2007-12-21r26538: Pass path generation function around rather than base directory.Jelmer Vernooij1-139/+117
(This used to be commit 5f921af41e4dcd6844f6a662d56bd27c4e76ff88)
2007-12-21r26536: More tests for provisioning code.Jelmer Vernooij1-6/+0
(This used to be commit 43c8bfeedf06ce806c524a28fa72c643f6db60f4)
2007-12-21r26535: Get rid of all-knowing ProvisionSettings object.Jelmer Vernooij1-264/+258
(This used to be commit 40bf88c8a70e8379a6081cb6050034bcd7ae56eb)
2007-12-21r26527: Start on tests for provision.Jelmer Vernooij1-40/+20
(This used to be commit 84ac6c6bbfc4baaf28906ee5826a9cf888043656)
2007-12-21r26525: Consistency in the API.Jelmer Vernooij1-50/+53
(This used to be commit 37577fee582e7c9896b5cf8b62016d480b8f147e)
2007-12-21r26524: Import self join.Jelmer Vernooij1-42/+75
(This used to be commit daae983c260da6af6a4f1cba1290bc7240d7a970)
2007-12-21r26523: Refactor provisioning code.Jelmer Vernooij1-152/+244
(This used to be commit ac1083178f9e521dcd5d3d8b5199abcb00159adf)
2007-12-21r26522: Fix warnings on SamDB connect from Python, simplify the setup code ↵Jelmer Vernooij1-28/+33
for the various LDBs. (This used to be commit 20c686f501b652ec0578a075a124b72ecb5f41b6)
2007-12-21r26520: More Python updates.Jelmer Vernooij1-6/+7
(This used to be commit a8b1fe15ac853082961132ede061fe1556ae29f7)
2007-12-21r26518: Fix provision of registry using Python.Jelmer Vernooij1-14/+26
(This used to be commit 12eb38e553993b2726a803af4ae9c05229d6ebe4)
2007-12-21r26517: Add functions for setting and getting parameters on a LoadParm.Jelmer Vernooij1-31/+35
Pass loadparm context along to Ldb contexts. Other minor Python improvements. (This used to be commit 7a15b486bae8fb774058b2d94cc12b7b01ee6ac0)
2007-12-21r26513: Update substitution dictionary for ldifs.Jelmer Vernooij1-0/+6
(This used to be commit 60fb2de2119cb2f42f858868e39c3b0d303ac20f)
2007-12-21r26505: Add python bindings for some samdb-related functions, improve ↵Jelmer Vernooij1-4/+2
provisioning in python. (This used to be commit d2402251666738c0372bbbaeaa1d26c06e254033)
2007-12-21r26503: Change order of arguments in param interface so it's easier to make theJelmer Vernooij1-15/+15
section name optional. Fix several smaller bits and pieces in the Python code. (This used to be commit 1b89311e5fa4fcde060df50e580dc221205cc8ca)
2007-12-21r26499: Allow testing python provision by setting the PROVISION_PYTHON ↵Jelmer Vernooij1-10/+0
environment variable. (This used to be commit 379d0bbb2f9e0cd9b1855fd77bbb89827e0315ad)
2007-12-21r26496: Move some provision functions to a new SamDB class, support setting ↵Jelmer Vernooij1-172/+58
session_info on a ldb context from python. (This used to be commit 75cfb0d609687538048a7d72a499a5205af46a34)
2007-12-21r26484: Don't rely on removed header.Jelmer Vernooij1-3/+3
(This used to be commit 6ca2b350858c0747449671234d54584635512705)
2007-12-21r26471: Sync with js version.Jelmer Vernooij1-0/+1
(This used to be commit c0eea26e8e8eb326112e1833d137751fb7e900d2)
2007-12-21r26375: Move provision-independent utility function to main samba python module.Jelmer Vernooij1-10/+4
(This used to be commit 9d0ff47be069422de7ef2794357c6f3e9c540e67)
2007-12-21r26366: Import provision scripts in Python.Jelmer Vernooij1-0/+842
(This used to be commit 090c799f98adf2c4186daca445c81b4e26e91f2f)