summaryrefslogtreecommitdiff
path: root/source4/scripting/python/samba/__init__.py
AgeCommit message (Expand)AuthorFilesLines
2011-06-06s4-param Remove 'modules dir'Andrew Bartlett1-2/+3
2011-05-18selftest: Re-enable strings.py from source3/stf as a python subunit testAndrew Bartlett1-0/+2
2011-02-07s4-provision: cope with top level directory for provisionAndrew Tridgell1-14/+16
2011-02-02s4-python Remove manipuation of python path from samba moduleAndrew Bartlett1-2/+1
2010-12-10subunitrun: Use unittest.TestProgram if subunit.TestProgram is notJelmer Vernooij1-16/+1
2010-12-10s4-python: Add convenience function for forcibly importing bundledJelmer Vernooij1-0/+15
2010-12-10s4-python: Fix use of bundled modules.Jelmer Vernooij1-1/+1
2010-12-10s4-python: Split up ensure_external_module.Jelmer Vernooij1-8/+22
2010-11-29s4-pyglue: added get_debug_level() methodAndrew Tridgell1-0/+1
2010-11-28s4-python: Some reformatting for the purpose of pydoctor.Jelmer Vernooij1-7/+9
2010-11-28s4-pyglue: expose the remaining NTTIME functions from glueAndrew Tridgell1-0/+3
2010-11-05talloc: Add python talloc module, move convenience functions to it.Jelmer Vernooij1-3/+0
2010-11-03samba: Make in_source_tree() public.Jelmer Vernooij1-3/+3
2010-10-03s4:dsdb python stuff - introduce also here the "show_recycled" controlMatthias Dieter Wallnöfer1-2/+2
2010-10-03s4-python-samba: 'file' is a built-inKamen Mazdrashki1-3/+3
2010-10-03s4-python-samba: Fix few cosmeticsKamen Mazdrashki1-4/+3
2010-09-21selftest: Fix run for systems without testtools installed.Jelmer Vernooij1-0/+1
2010-08-25s4-pyglue: added talloc_total_blocks() python callAndrew Tridgell1-0/+1
2010-08-25s4-pyglue: added talloc_report_full() and talloc_enable_null_tracking()Andrew Tridgell1-0/+2
2010-06-24s4-python: python is not always in /usr/binAndrew Tridgell1-1/+1
2010-06-20s4:python LDB __init__.py - remove completely unused "erase_partitions" callMatthias Dieter Wallnöfer1-33/+0
2010-06-20pydsdb: Mark all SamDB and Schema methods that are in pydsdb asJelmer Vernooij1-2/+2
2010-06-20ldb: Remove last import of dsdb.Jelmer Vernooij1-12/+0
2010-06-20Some more formatting fixes, move schema related functions from Ldb to Schema.Jelmer Vernooij1-21/+8
2010-06-20Move convert_to_openldap onto Schema class.Jelmer Vernooij1-3/+0
2010-06-20Move a few more samdb-specific methods to SamDB, away from Ldb.Jelmer Vernooij1-13/+1
2010-06-20samdb: Fix formatting, move get_oid_from_attid from Ldb to SamDB.Jelmer Vernooij1-3/+0
2010-06-19python: Remove unnecessary Ldb.set_invocation_id - use SamDB.set_invocation_i...Jelmer Vernooij1-7/+0
2010-06-19pydsdb: Move write_prefixes_from_schema_to_ldb to pydsdb from pyglue.Jelmer Vernooij1-1/+1
2010-06-19pydsdb: Move dsdb_set_schema_from_ldb to pydsdb.Jelmer Vernooij1-1/+1
2010-06-19pydsdb: Move set_schema_from_ldif function to pydsdb from pyglue.Jelmer Vernooij1-1/+1
2010-06-19s4:python/samba/__init__.py - now specify the "relax" control for the delete ...Matthias Dieter Wallnöfer1-5/+5
2010-06-11s4-python: Fix formatting.Jelmer Vernooij1-12/+17
2010-04-29Revert "s4/dsdb: Set schemaInfo attribute value during provisioning"Kamen Mazdrashki1-3/+0
2010-04-15s4 python: make the function dsdb_get_oid_from_attid reachable from a samDB o...Matthieu Patou1-0/+3
2010-04-09s4/dsdb: Set schemaInfo attribute value during provisioningKamen Mazdrashki1-0/+3
2010-04-08s4-python: rename samba.glue to samba._glue to indicate it's private.Jelmer Vernooij1-9/+9
2010-04-08s4-python: Fix formatting, import of FLG_NOSYNC.Jelmer Vernooij1-1/+1
2010-04-07s4-samdb: Allow skipping global schema.Jelmer Vernooij1-5/+5
2010-04-06s4-python: Move set_session_info to PySambaLdb.Jelmer Vernooij1-3/+0
2010-04-06s4-python: Move register_samba_handlers to PySambaLdb.Jelmer Vernooij1-1/+1
2010-04-06s4-python: Move ldb_set_utf8_casefold to pyldb-samba.Jelmer Vernooij1-11/+3
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