summaryrefslogtreecommitdiff
path: root/source4/scripting/python/samba/__init__.py
AgeCommit message (Expand)AuthorFilesLines
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
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