summaryrefslogtreecommitdiff
path: root/source4/scripting/python/pyglue.c
AgeCommit message (Expand)AuthorFilesLines
2011-08-08s4:pyglue: PyArg_ParseTuple("I") requires an 'unsigned int' argumentStefan Metzmacher1-1/+5
2011-06-06s4-ipv6: update callers to load_interface_list()Andrew Tridgell1-1/+1
2011-05-18selftest: Re-enable strings.py from source3/stf as a python subunit testAndrew Bartlett1-0/+32
2011-05-08s4-interfaces Rename interfaces code so not to conflict with source3/Andrew Bartlett1-6/+6
2010-12-18pyglue: Add prototype for init function.Jelmer Vernooij1-0/+2
2010-12-12s4:scripting/python/pyglue.c - add a OOM handlingMatthias Dieter Wallnöfer1-0/+4
2010-12-12s4:scripting/python/pyglue.c - optimise includesMatthias Dieter Wallnöfer1-4/+0
2010-11-29s4-pyglue: added get_debug_level() methodAndrew Tridgell1-0/+7
2010-11-05talloc: Add python talloc module, move convenience functions to it.Jelmer Vernooij1-50/+0
2010-09-22s4-param: Fix more memory leaks, invalid memory context.Jelmer Vernooij1-0/+4
2010-09-22s4-param: Check type when converting python object to lp_ctx, fix someJelmer Vernooij1-2/+1
2010-09-21selftest: Fix run for systems without testtools installed.Jelmer Vernooij1-2/+0
2010-08-25s4-pyglue: added talloc_total_blocks() python callAndrew Tridgell1-2/+22
2010-08-25s4-pyglue: added talloc_report_full() and talloc_enable_null_tracking()Andrew Tridgell1-0/+30
2010-07-16s4-loadparm: 2nd half of lp_ to lpcfg_ conversionAndrew Tridgell1-2/+2
2010-06-19pyglue: Remove unused code.Jelmer Vernooij1-27/+5
2010-06-19pydsdb: Move write_prefixes_from_schema_to_ldb to pydsdb from pyglue.Jelmer Vernooij1-26/+0
2010-06-19pydsdb: Move dsdb_set_schema_from_ldb to pydsdb.Jelmer Vernooij1-48/+0
2010-06-19pydsdb: Move set_schema_from_ldif function to pydsdb from pyglue.Jelmer Vernooij1-18/+0
2010-05-04s4:py_nttime2string - removed unused variable "nt2"Matthias Dieter Wallnöfer1-2/+3
2010-05-02s4 python: fix glues functions manipulating NTTIMEMatthieu Patou1-1/+35
2010-04-29Revert "s4/dsdb: Set schemaInfo attribute value during provisioning"Kamen Mazdrashki1-26/+0
2010-04-09s4/dsdb: Set schemaInfo attribute value during provisioningKamen Mazdrashki1-0/+26
2010-04-08pynet: Create a net class.Jelmer Vernooij1-3/+4
2010-04-08s4-python: Move load_partition_usn to dsdb module.Jelmer Vernooij1-48/+0
2010-04-08s4-python: rename samba.glue to samba._glue to indicate it's private.Jelmer Vernooij1-2/+2
2010-04-08s4-python: Move set_global_schema to pydsdb.Jelmer Vernooij1-18/+0
2010-04-07s4-python: Move samdb_ntds_objectGUID to pydsdb.Jelmer Vernooij1-144/+0
2010-04-06s4-python: Move set_session_info to PySambaLdb.Jelmer Vernooij1-24/+0
2010-04-06s4-python: Move register_samba_handlers to PySambaLdb.Jelmer Vernooij1-19/+0
2010-04-06s4-python: Move ldb_set_utf8_casefold to pyldb-samba.Jelmer Vernooij1-18/+0
2010-04-06Move glue.set_credentials hack to samba.Ldb.Jelmer Vernooij1-24/+0
2010-04-06Add C-based Samba-specific subclass of Ldb.Jelmer Vernooij1-24/+0
2010-04-04s4-python: Move dsdb_convert_schema_to_openldap to dsdb.Jelmer Vernooij1-25/+0
2010-04-04s4-python: Move set_opaque_integer -> dsdb.Jelmer Vernooij1-62/+0
2010-04-04s4-python: Remove convenience macro PyErr_SetStringError.Jelmer Vernooij1-2/+2
2010-04-04s4-python: Move samdb_server_site_name to dsdb module.Jelmer Vernooij1-29/+0
2010-04-04s4-python: Move dsdb constants to a separate python module.Jelmer Vernooij1-42/+0
2010-04-03s4-python: Remove unused imports, duplicate definitions of SECINFO_ constants.Jelmer Vernooij1-6/+0
2010-04-03s4-python: Remove duplicate definition of GUID_DRS_* constants.Jelmer Vernooij1-15/+0
2010-04-02s4-pyglue: setup talloc logging in python modulesAndrew Tridgell1-0/+2
2010-03-22s4:dsdb Remove unused 'dsdb_make_schema_global' call from pyglueAndrew Bartlett1-17/+0
2010-03-16Added a net acl ds command for modification of ACLs on directory objectsNadezhda Ivanova1-0/+15
2010-03-16s4:dsdb Change dsdb_get_schema() callers to use new talloc argumentAndrew Bartlett1-2/+2
2010-03-11s4:samba_dnsupdate Add a 'file based' mode to samba_dnsupdateAndrew Bartlett1-3/+4
2010-02-26s4:pyglue: add generate_random_password()Stefan Metzmacher1-2/+22
2010-02-26samdb: added get_ntds_GUID() methodAndrew Tridgell1-0/+35
2010-02-26pyglue: added py_samdb_server_site_name()Andrew Tridgell1-0/+29
2010-02-26pyglue: added py_samdb_ntds_invocation_id()Andrew Tridgell1-0/+36
2010-02-26pyglue: don't return 127.0.0.0/8 IPs in interface_ips()Andrew Tridgell1-5/+18