summaryrefslogtreecommitdiff
path: root/source4/scripting/python/samba/__init__.py
AgeCommit message (Expand)AuthorFilesLines
2010-04-06Move glue.set_credentials hack to samba.Ldb.Jelmer Vernooij1-3/+0
2010-04-06Add C-based Samba-specific subclass of Ldb.Jelmer Vernooij1-6/+2
2010-04-05s4:python/samba/__init__.py - import "sys" for "ensure_external_module" methodMatthias Dieter Wallnöfer1-1/+1
2010-04-04s4-python: Move dsdb_convert_schema_to_openldap to dsdb.Jelmer Vernooij1-1/+1
2010-04-04s4-python: Move set_opaque_integer -> dsdb.Jelmer Vernooij1-1/+1
2010-04-04s4-python: Avoid importing glue directly.Jelmer Vernooij1-0/+6
2010-04-04s4-python: Move samdb_server_site_name to dsdb module.Jelmer Vernooij1-1/+2
2010-04-04s4-python: Move dsdb constants to a separate python module.Jelmer Vernooij1-42/+0
2010-04-03s4-python: Remove remaining constants.Jelmer Vernooij1-6/+0
2010-04-03s4-python: Remove duplicate definition of GUID_DRS_* constants.Jelmer Vernooij1-16/+0
2010-04-01s4-python: Install external packages to a different directory but import intoJelmer Vernooij1-4/+9
2010-03-29s4-python: Simplify mechanism for finding included Python modules.Jelmer Vernooij1-0/+15
2010-03-16Added a net acl ds command for modification of ACLs on directory objectsNadezhda Ivanova1-0/+15
2010-03-01Fix the build, add filtered subunit runner.Jelmer Vernooij1-1/+1
2010-03-01More formatting fixes, pointed out by pylint.Jelmer Vernooij1-22/+30
2010-03-01General cleanups of python code, hinted by pyflakes.Jelmer Vernooij1-1/+1
2010-02-26s4-provision: if we aren't doing variable substitution then don't check for varsAndrew Tridgell1-1/+1
2010-02-26samdb: added get_ntds_GUID() methodAndrew Tridgell1-0/+4
2010-02-26py-samdb: added server_site_name methodAndrew Tridgell1-0/+3
2010-02-26py-samdb: added get_invocation_id() methodAndrew Tridgell1-0/+5
2010-01-08s4-provision: allow provision modifies to add recordsAndrew Tridgell1-1/+4
2009-12-31samba: Fix whitespace, remove pointless 'pass' statement.Jelmer Vernooij1-27/+26
2009-12-31pyldb: Add dom_sid.split in favor of less powerful dom_sid_to_rid().Jelmer Vernooij1-9/+0
2009-11-20Some changes to allow processing of ldap controls on modify requests.Nadezhda Ivanova1-3/+9
2009-11-05s4:samdb python bindings - make the python wrap connect more like the C oneMatthias Dieter Wallnöfer1-3/+10
2009-11-02s4:provision Split ProvisionBackend out of the main provision scriptAndrew Bartlett1-0/+16
2009-11-02s4:provision Move 'Schema' into it's own fileAndrew Bartlett1-0/+13
2009-10-02s4: Improve provisioning: use relax controlMatthieu Patou1-2/+2
2009-09-17s4/python: flagsMatthias Dieter Wallnöfer1-4/+42
2009-09-07s4:provision - Add a new delete function only for users and computersMatthias Dieter Wallnöfer1-0/+25
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