summaryrefslogtreecommitdiffstats
path: root/source4/librpc/rpc/pyrpc_util.c
Commit message (Expand)AuthorAgeFilesLines
* s4:pyrpc: explicitly use dcerpc_binding_handle_set_sync_ev() for irpcAndrew Bartlett2014-05-131-0/+6
* s4:pyrpc: add py_dcerpc_syntax_init_helper()Stefan Metzmacher2014-03-281-0/+22
* s4:pyrpc: fix talloc hierachy in py_dcerpc_interface_init_helper()Stefan Metzmacher2014-02-171-35/+76
* Fix bug 10025 - Lack of Sanity Checking in calls to malloc()/calloc().Bill Parker2013-07-171-0/+3
* s4: Fix returns in py_check_dcerpc_typeVolker Lendecke2012-08-171-2/+2
* s4-messaging: Pass the loadparm context, not just the messaging pathAndrew Bartlett2011-10-131-1/+1
* pytalloc: Use consistent prefix for functions, add ABI file.Jelmer Vernooij2011-08-101-1/+1
* s4-modules Remove lp_ctx from init functions that no longer need itAndrew Bartlett2011-06-061-1/+1
* s4-messaging Rename messaging -> imessagingAndrew Bartlett2011-05-031-2/+2
* s4:pyrpc_util: s/typename/type_name to avoid c++ warningsStefan Metzmacher2010-12-091-5/+5
* s4:python: add PyString_FromStringOrNULL() to pyrpc_utilStefan Metzmacher2010-12-081-0/+8
* s4-pyrpc: fixed build on python 2.4Andrew Tridgell2010-09-201-4/+0
* s4-pyrpc: allow python to access irpc interfacesAndrew Tridgell2010-09-171-10/+43
* s4-pyrpc: added py_return_ndr_struct()Andrew Tridgell2010-09-161-0/+31
* pidl: Keep only a single copy of samba.dcerpc.base.ClientConnection.Jelmer Vernooij2010-09-031-1/+182
* pyrpc: Add py_check_dcerpc_type().Jelmer Vernooij2010-08-271-0/+61