summaryrefslogtreecommitdiffstats
path: root/source4/scripting/python/pyglue.c
Commit message (Expand)AuthorAgeFilesLines
* selftest: Re-enable strings.py from source3/stf as a python subunit testAndrew Bartlett2011-05-181-0/+32
* s4-interfaces Rename interfaces code so not to conflict with source3/Andrew Bartlett2011-05-081-6/+6
* pyglue: Add prototype for init function.Jelmer Vernooij2010-12-181-0/+2
* s4:scripting/python/pyglue.c - add a OOM handlingMatthias Dieter Wallnöfer2010-12-121-0/+4
* s4:scripting/python/pyglue.c - optimise includesMatthias Dieter Wallnöfer2010-12-121-4/+0
* s4-pyglue: added get_debug_level() methodAndrew Tridgell2010-11-291-0/+7
* talloc: Add python talloc module, move convenience functions to it.Jelmer Vernooij2010-11-051-50/+0
* s4-param: Fix more memory leaks, invalid memory context.Jelmer Vernooij2010-09-221-0/+4
* s4-param: Check type when converting python object to lp_ctx, fix someJelmer Vernooij2010-09-221-2/+1
* selftest: Fix run for systems without testtools installed.Jelmer Vernooij2010-09-211-2/+0
* s4-pyglue: added talloc_total_blocks() python callAndrew Tridgell2010-08-251-2/+22
* s4-pyglue: added talloc_report_full() and talloc_enable_null_tracking()Andrew Tridgell2010-08-251-0/+30
* s4-loadparm: 2nd half of lp_ to lpcfg_ conversionAndrew Tridgell2010-07-161-2/+2
* pyglue: Remove unused code.Jelmer Vernooij2010-06-191-27/+5
* pydsdb: Move write_prefixes_from_schema_to_ldb to pydsdb from pyglue.Jelmer Vernooij2010-06-191-26/+0
* pydsdb: Move dsdb_set_schema_from_ldb to pydsdb.Jelmer Vernooij2010-06-191-48/+0
* pydsdb: Move set_schema_from_ldif function to pydsdb from pyglue.Jelmer Vernooij2010-06-191-18/+0
* s4:py_nttime2string - removed unused variable "nt2"Matthias Dieter Wallnöfer2010-05-041-2/+3
* s4 python: fix glues functions manipulating NTTIMEMatthieu Patou2010-05-021-1/+35
* Revert "s4/dsdb: Set schemaInfo attribute value during provisioning"Kamen Mazdrashki2010-04-291-26/+0
* s4/dsdb: Set schemaInfo attribute value during provisioningKamen Mazdrashki2010-04-091-0/+26
* pynet: Create a net class.Jelmer Vernooij2010-04-081-3/+4
* s4-python: Move load_partition_usn to dsdb module.Jelmer Vernooij2010-04-081-48/+0
* s4-python: rename samba.glue to samba._glue to indicate it's private.Jelmer Vernooij2010-04-081-2/+2
* s4-python: Move set_global_schema to pydsdb.Jelmer Vernooij2010-04-081-18/+0
* s4-python: Move samdb_ntds_objectGUID to pydsdb.Jelmer Vernooij2010-04-071-144/+0
* s4-python: Move set_session_info to PySambaLdb.Jelmer Vernooij2010-04-061-24/+0
* s4-python: Move register_samba_handlers to PySambaLdb.Jelmer Vernooij2010-04-061-19/+0
* s4-python: Move ldb_set_utf8_casefold to pyldb-samba.Jelmer Vernooij2010-04-061-18/+0
* Move glue.set_credentials hack to samba.Ldb.Jelmer Vernooij2010-04-061-24/+0
* Add C-based Samba-specific subclass of Ldb.Jelmer Vernooij2010-04-061-24/+0
* s4-python: Move dsdb_convert_schema_to_openldap to dsdb.Jelmer Vernooij2010-04-041-25/+0
* s4-python: Move set_opaque_integer -> dsdb.Jelmer Vernooij2010-04-041-62/+0
* s4-python: Remove convenience macro PyErr_SetStringError.Jelmer Vernooij2010-04-041-2/+2
* s4-python: Move samdb_server_site_name to dsdb module.Jelmer Vernooij2010-04-041-29/+0
* s4-python: Move dsdb constants to a separate python module.Jelmer Vernooij2010-04-041-42/+0
* s4-python: Remove unused imports, duplicate definitions of SECINFO_ constants.Jelmer Vernooij2010-04-031-6/+0
* s4-python: Remove duplicate definition of GUID_DRS_* constants.Jelmer Vernooij2010-04-031-15/+0
* s4-pyglue: setup talloc logging in python modulesAndrew Tridgell2010-04-021-0/+2
* s4:dsdb Remove unused 'dsdb_make_schema_global' call from pyglueAndrew Bartlett2010-03-221-17/+0
* Added a net acl ds command for modification of ACLs on directory objectsNadezhda Ivanova2010-03-161-0/+15
* s4:dsdb Change dsdb_get_schema() callers to use new talloc argumentAndrew Bartlett2010-03-161-2/+2
* s4:samba_dnsupdate Add a 'file based' mode to samba_dnsupdateAndrew Bartlett2010-03-111-3/+4
* s4:pyglue: add generate_random_password()Stefan Metzmacher2010-02-261-2/+22
* samdb: added get_ntds_GUID() methodAndrew Tridgell2010-02-261-0/+35
* pyglue: added py_samdb_server_site_name()Andrew Tridgell2010-02-261-0/+29
* pyglue: added py_samdb_ntds_invocation_id()Andrew Tridgell2010-02-261-0/+36
* pyglue: don't return 127.0.0.0/8 IPs in interface_ips()Andrew Tridgell2010-02-261-5/+18
* s4-pyglue: added interface_ips() callAndrew Tridgell2010-02-231-0/+43
* s4-drs: Function for accessing dsdb_load_partition_usn from PythonFernando J V da Silva2010-02-151-0/+50