summaryrefslogtreecommitdiffstats
path: root/source4/scripting/python/samba/__init__.py
Commit message (Expand)AuthorAgeFilesLines
* Move python modules from source4/scripting/python/ to python/.Jelmer Vernooij2013-03-021-363/+0
* s4-python: Various formatting fixes.Jelmer Vernooij2012-09-271-1/+1
* Avoid all(), as it's not available in Python 2.4.Jelmer Vernooij2012-05-271-1/+5
* s4-python: Remove env from non-executable samba scripts.Andreas Schneider2012-03-131-2/+0
* python: samba: Use relative import for _glue.Jelmer Vernooij2012-03-101-1/+1
* provision: Share more code for determine_netbios_name() with samba.valid_netb...Jelmer Vernooij2012-02-261-5/+5
* s4-python: Various formatting fixes.Jelmer Vernooij2012-02-181-3/+8
* s4-python: Fix some formatting issues.Jelmer Vernooij2011-09-131-3/+2
* s4-provision Use samba.dns_name_to_dnAndrew Bartlett2011-08-261-0/+4
* s4-param Remove 'modules dir'Andrew Bartlett2011-06-061-2/+3
* selftest: Re-enable strings.py from source3/stf as a python subunit testAndrew Bartlett2011-05-181-0/+2
* s4-provision: cope with top level directory for provisionAndrew Tridgell2011-02-071-14/+16
* s4-python Remove manipuation of python path from samba moduleAndrew Bartlett2011-02-021-2/+1
* subunitrun: Use unittest.TestProgram if subunit.TestProgram is notJelmer Vernooij2010-12-101-16/+1
* s4-python: Add convenience function for forcibly importing bundledJelmer Vernooij2010-12-101-0/+15
* s4-python: Fix use of bundled modules.Jelmer Vernooij2010-12-101-1/+1
* s4-python: Split up ensure_external_module.Jelmer Vernooij2010-12-101-8/+22
* s4-pyglue: added get_debug_level() methodAndrew Tridgell2010-11-291-0/+1
* s4-python: Some reformatting for the purpose of pydoctor.Jelmer Vernooij2010-11-281-7/+9
* s4-pyglue: expose the remaining NTTIME functions from glueAndrew Tridgell2010-11-281-0/+3
* talloc: Add python talloc module, move convenience functions to it.Jelmer Vernooij2010-11-051-3/+0
* samba: Make in_source_tree() public.Jelmer Vernooij2010-11-031-3/+3
* s4:dsdb python stuff - introduce also here the "show_recycled" controlMatthias Dieter Wallnöfer2010-10-031-2/+2
* s4-python-samba: 'file' is a built-inKamen Mazdrashki2010-10-031-3/+3
* s4-python-samba: Fix few cosmeticsKamen Mazdrashki2010-10-031-4/+3
* selftest: Fix run for systems without testtools installed.Jelmer Vernooij2010-09-211-0/+1
* s4-pyglue: added talloc_total_blocks() python callAndrew Tridgell2010-08-251-0/+1
* s4-pyglue: added talloc_report_full() and talloc_enable_null_tracking()Andrew Tridgell2010-08-251-0/+2
* s4-python: python is not always in /usr/binAndrew Tridgell2010-06-241-1/+1
* s4:python LDB __init__.py - remove completely unused "erase_partitions" callMatthias Dieter Wallnöfer2010-06-201-33/+0
* pydsdb: Mark all SamDB and Schema methods that are in pydsdb asJelmer Vernooij2010-06-201-2/+2
* ldb: Remove last import of dsdb.Jelmer Vernooij2010-06-201-12/+0
* Some more formatting fixes, move schema related functions from Ldb to Schema.Jelmer Vernooij2010-06-201-21/+8
* Move convert_to_openldap onto Schema class.Jelmer Vernooij2010-06-201-3/+0
* Move a few more samdb-specific methods to SamDB, away from Ldb.Jelmer Vernooij2010-06-201-13/+1
* samdb: Fix formatting, move get_oid_from_attid from Ldb to SamDB.Jelmer Vernooij2010-06-201-3/+0
* python: Remove unnecessary Ldb.set_invocation_id - use SamDB.set_invocation_i...Jelmer Vernooij2010-06-191-7/+0
* pydsdb: Move write_prefixes_from_schema_to_ldb to pydsdb from pyglue.Jelmer Vernooij2010-06-191-1/+1
* pydsdb: Move dsdb_set_schema_from_ldb to pydsdb.Jelmer Vernooij2010-06-191-1/+1
* pydsdb: Move set_schema_from_ldif function to pydsdb from pyglue.Jelmer Vernooij2010-06-191-1/+1
* s4:python/samba/__init__.py - now specify the "relax" control for the delete ...Matthias Dieter Wallnöfer2010-06-191-5/+5
* s4-python: Fix formatting.Jelmer Vernooij2010-06-111-12/+17
* Revert "s4/dsdb: Set schemaInfo attribute value during provisioning"Kamen Mazdrashki2010-04-291-3/+0
* s4 python: make the function dsdb_get_oid_from_attid reachable from a samDB o...Matthieu Patou2010-04-151-0/+3
* s4/dsdb: Set schemaInfo attribute value during provisioningKamen Mazdrashki2010-04-091-0/+3
* s4-python: rename samba.glue to samba._glue to indicate it's private.Jelmer Vernooij2010-04-081-9/+9
* s4-python: Fix formatting, import of FLG_NOSYNC.Jelmer Vernooij2010-04-081-1/+1
* s4-samdb: Allow skipping global schema.Jelmer Vernooij2010-04-071-5/+5
* s4-python: Move set_session_info to PySambaLdb.Jelmer Vernooij2010-04-061-3/+0
* s4-python: Move register_samba_handlers to PySambaLdb.Jelmer Vernooij2010-04-061-1/+1