summaryrefslogtreecommitdiff
path: root/source4/scripting/python/samba/__init__.py
AgeCommit message (Expand)AuthorFilesLines
2008-05-23Use restructuredText formatting for docstrings.Jelmer Vernooij1-0/+2
2008-05-22Make sure the default ldb modules dir gets initialized.Jelmer Vernooij1-0/+2
2008-03-27provision: Increase max NetBIOS name length from 13 to 15.Andrew Kroeger1-1/+1
2008-03-07Start to rework provision for LDAP backendsAndrew Bartlett1-1/+6
2008-03-03Fix failure to re-provision.Andrew Bartlett1-2/+9
2008-01-25python: Fix representation of UUIDs as strings in zone files rather than bina...Jelmer Vernooij1-2/+2
2008-01-25python/provision: Reconcile code partitions-only provisioning and generic pro...Jelmer Vernooij1-2/+4
2008-01-24python: Add function to look for unsubsituted variables.Jelmer Vernooij1-0/+15
2008-01-11python: Fix typo.Jelmer Vernooij1-2/+2
2008-01-11Python: Simplify code in a couple of places. Copy Andrew's changes from g53b5...Jelmer Vernooij1-6/+6
2008-01-01r26642: samba3sam.py: Remove more EJS-specific code.Jelmer Vernooij1-2/+1
2007-12-29r26628: python: Add more documentation, simplify code in Samba3 module.Jelmer Vernooij1-0/+8
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-4/+16
2007-12-21r26545: Sync output with ejs.Jelmer Vernooij1-0/+2
2007-12-21r26538: Pass path generation function around rather than base directory.Jelmer Vernooij1-2/+39
2007-12-21r26536: More tests for provisioning code.Jelmer Vernooij1-1/+3
2007-12-21r26527: Start on tests for provision.Jelmer Vernooij1-2/+0
2007-12-21r26523: Refactor provisioning code.Jelmer Vernooij1-3/+5
2007-12-21r26522: Fix warnings on SamDB connect from Python, simplify the setup code fo...Jelmer Vernooij1-3/+4
2007-12-21r26521: Fix newlines.Jelmer Vernooij1-1/+1
2007-12-21r26520: More Python updates.Jelmer Vernooij1-0/+4
2007-12-21r26513: Update substitution dictionary for ldifs.Jelmer Vernooij1-0/+3
2007-12-21r26503: Change order of arguments in param interface so it's easier to make theJelmer Vernooij1-27/+29
2007-12-21r26496: Move some provision functions to a new SamDB class, support setting s...Jelmer Vernooij1-33/+71
2007-12-21r26477: Allow setting loadparm context for a ldb context in python, plus some...Jelmer Vernooij1-7/+24
2007-12-21r26475: Add ldb.set_credentials function.Jelmer Vernooij1-2/+5
2007-12-21r26474: Move credentials-specific kerberos file to credentials subsystem. Fix...Jelmer Vernooij1-0/+9
2007-12-21r26375: Move provision-independent utility function to main samba python module.Jelmer Vernooij1-0/+9
2007-12-21r26088: Import some native-python python modules and move original python swi...Jelmer Vernooij1-0/+57