summaryrefslogtreecommitdiff
path: root/source4/scripting/python/samba/provision.py
AgeCommit message (Expand)AuthorFilesLines
2008-02-09Add tests for findnss(), add some docstrings.Jelmer Vernooij1-13/+26
2008-02-09Remove unused class members.Jelmer Vernooij1-4/+2
2008-02-08Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into v4-0-trivialJelmer Vernooij1-17/+27
2008-02-08Fix LDAP backend with pythonAndrew Bartlett1-18/+26
2008-02-08Fix formatting.Jelmer Vernooij1-10/+10
2008-01-26python: Use relative paths for registry.Jelmer Vernooij1-1/+8
2008-01-25Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into v4-0-trivialJelmer Vernooij1-4/+8
2008-01-25python/provision: Reload secrets when necessary, fix unix names in mappings.Jelmer Vernooij1-7/+9
2008-01-25Tidy up the last regresesions on the python smbscript, from my workAndrew Bartlett1-10/+17
2008-01-25python: Fix representation of UUIDs as strings in zone files rather than bina...Jelmer Vernooij1-5/+6
2008-01-25python/provision: Reconcile code partitions-only provisioning and generic pro...Jelmer Vernooij1-204/+265
2008-01-24Python: add some docstrings.Jelmer Vernooij1-5/+46
2008-01-18Remove --ldap-base from the python provision scriptAndrew Bartlett1-32/+0
2008-01-11Python: Simplify code in a couple of places. Copy Andrew's changes from g53b5...Jelmer Vernooij1-4/+4
2007-12-29r26629: python: Improve documentation in various places.Jelmer Vernooij1-1/+7
2007-12-29r26628: python: Add more documentation, simplify code in Samba3 module.Jelmer Vernooij1-35/+61
2007-12-28r26622: python: Update license version, clarify copyright.Jelmer Vernooij1-1/+1
2007-12-26r26608: More improvements to the upgrade code.Jelmer Vernooij1-0/+2
2007-12-26r26596: Fixed upgrade.py.Jelmer Vernooij1-3/+3
2007-12-24r26570: - Trim size of the swig-generated Python bindings by removing a bunch...Jelmer Vernooij1-3/+1
2007-12-24r26566: Fix member provision when using python.Jelmer Vernooij1-9/+9
2007-12-24r26565: Fix python registry bindings. 'PROVISION_PYTHON=yes make test' works ...Jelmer Vernooij1-2/+2
2007-12-24r26564: More python bindings for registry code.Jelmer Vernooij1-3/+2
2007-12-24r26562: Fix provisioning using Python.Jelmer Vernooij1-30/+43
2007-12-24r26559: Make the provision function a bit smaller.Jelmer Vernooij1-164/+182
2007-12-21r26545: Sync output with ejs.Jelmer Vernooij1-35/+30
2007-12-21r26538: Pass path generation function around rather than base directory.Jelmer Vernooij1-139/+117
2007-12-21r26536: More tests for provisioning code.Jelmer Vernooij1-6/+0
2007-12-21r26535: Get rid of all-knowing ProvisionSettings object.Jelmer Vernooij1-264/+258
2007-12-21r26527: Start on tests for provision.Jelmer Vernooij1-40/+20
2007-12-21r26525: Consistency in the API.Jelmer Vernooij1-50/+53
2007-12-21r26524: Import self join.Jelmer Vernooij1-42/+75
2007-12-21r26523: Refactor provisioning code.Jelmer Vernooij1-152/+244
2007-12-21r26522: Fix warnings on SamDB connect from Python, simplify the setup code fo...Jelmer Vernooij1-28/+33
2007-12-21r26520: More Python updates.Jelmer Vernooij1-6/+7
2007-12-21r26518: Fix provision of registry using Python.Jelmer Vernooij1-14/+26
2007-12-21r26517: Add functions for setting and getting parameters on a LoadParm.Jelmer Vernooij1-31/+35
2007-12-21r26513: Update substitution dictionary for ldifs.Jelmer Vernooij1-0/+6
2007-12-21r26505: Add python bindings for some samdb-related functions, improve provisi...Jelmer Vernooij1-4/+2
2007-12-21r26503: Change order of arguments in param interface so it's easier to make theJelmer Vernooij1-15/+15
2007-12-21r26499: Allow testing python provision by setting the PROVISION_PYTHON enviro...Jelmer Vernooij1-10/+0
2007-12-21r26496: Move some provision functions to a new SamDB class, support setting s...Jelmer Vernooij1-172/+58
2007-12-21r26484: Don't rely on removed header.Jelmer Vernooij1-3/+3
2007-12-21r26471: Sync with js version.Jelmer Vernooij1-0/+1
2007-12-21r26375: Move provision-independent utility function to main samba python module.Jelmer Vernooij1-10/+4
2007-12-21r26366: Import provision scripts in Python.Jelmer Vernooij1-0/+842