summaryrefslogtreecommitdiff
path: root/source4/scripting/python/samba/__init__.py
AgeCommit message (Expand)AuthorFilesLines
2009-08-27s4:python Add helper to get at the domain SIDAndrew Bartlett1-0/+6
2009-08-26s4:provison Add prefixes to ldb using same code a later modify will useAndrew Bartlett1-0/+3
2009-08-25s4:python Fix the reprovision test by deleting 'deleted' objects too.Andrew Bartlett1-6/+9
2009-08-17fixed the buildAndrew Tridgell1-3/+5
2009-08-17s4: Major rework of the LDB/SAMDB/IDMAP python bindingsMatthias Dieter Wallnöfer1-12/+23
2009-08-17s4:provision Avoid one more call to ltdb_reindexAndrew Bartlett1-3/+16
2009-08-17s4:python Allow 'no such object' on the delete of the DNAndrew Bartlett1-1/+5
2009-08-17s4:python Push some helper functions from SamDB into samba.LdbAndrew Bartlett1-33/+57
2009-08-14s4: Better way to call "dom_sid_to_rid" from ldap.pyMatthias Dieter Wallnöfer1-0/+10
2009-07-19Remove unnecessary imports.Jelmer Vernooij1-1/+0
2009-07-18python: Set right ldb modules directory when using system ldb.Jelmer Vernooij1-0/+2
2009-07-16s4:dsdb Handle dc/domain/forest functional levels properlyAndrew Bartlett1-0/+5
2009-07-02Changed ldb.ERR_NO_SUCH_OBJECT to LDB_ERR_NO_SUCH_OBJECT.Andrew Tridgell1-5/+5
2009-06-02Fix more unresolved symbols.Jelmer Vernooij1-1/+1
2009-04-06Make valid_netbios_name() check a bit stricter.Jelmer Vernooij1-2/+4
2009-03-20s4:ldb Ensure to pass down options to LDB from pythonAndrew Bartlett1-3/+3
2009-02-24expand tabs in python file, consistent with the rest of the file.Jelmer Vernooij1-1/+1
2008-12-21py: Fix initialisation of subtypes, fix segfaults.Jelmer Vernooij1-6/+10
2008-05-24Add docstrings to a couple more python modules.Jelmer Vernooij1-0/+2
2008-05-23Fix bug after reprocessing swig files with newer version of SWIG.Jelmer Vernooij1-3/+3
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