summaryrefslogtreecommitdiff
path: root/source4/librpc/rpc/pyrpc.h
AgeCommit message (Expand)AuthorFilesLines
2010-09-20s4-pyrpc: fixed build on python 2.4Andrew Tridgell1-0/+4
2010-09-17s4-pyrpc: Print location and type name we got when checking for typesKamen Mazdrashki1-1/+1
2010-09-17s4-pyrpc: allow python to access irpc interfacesAndrew Tridgell1-0/+10
2010-09-03pidl: Keep only a single copy of samba.dcerpc.base.ClientConnection.Jelmer Vernooij1-29/+0
2010-08-22pidl: give the varible name for bad type in python callsAndrew Tridgell1-1/+1
2010-06-19pyrpc: Fix reference counting when using secondary connections.Jelmer Vernooij1-0/+1
2010-04-13s4:librpc/rpc: make PyErr_SetDCERPCStatus() staticStefan Metzmacher1-2/+0
2010-03-23s4:librpc/rpc/pyrpc.h: librpc/rpc/dcerpc.h isn't needed anymoreStefan Metzmacher1-1/+0
2010-03-18s4:librpc/rpc: let pyrpc make use of dcerpc_binding_handle stubsStefan Metzmacher1-1/+3
2009-10-02s4: fix various warnings (not "const" related ones)Matthias Dieter Wallnöfer1-1/+1
2009-01-26pyrpc: Raise proper NDR error codes with matching strings rather than mappingJelmer Vernooij1-1/+1
2008-12-22pidl/python: Factor out connect code rather than duplicating it in eachJelmer Vernooij1-0/+1
2008-12-22Import types from other Python mechanisms using the Python import mechanism, ...Jelmer Vernooij1-2/+2
2008-05-26Allow using IRPC functions on the messaging bus from Python.Jelmer Vernooij1-0/+2
2008-05-26Implement IRPC calls over the internal messaging bus.Jelmer Vernooij1-1/+1
2008-05-26Remove some unused cruft.Jelmer Vernooij1-1/+0
2008-05-25Fix compilation errors.Jelmer Vernooij1-0/+1
2008-05-25Trim the size of the Python bindings a bit.Jelmer Vernooij1-0/+16
2008-05-24Add helper function to return DCE/RPC fault codes.Jelmer Vernooij1-0/+1
2008-05-24Add convenience function for creating objects with NDR error codes.Jelmer Vernooij1-0/+6
2008-05-24Add convenience functions for setting Python objects from errors.Jelmer Vernooij1-0/+2
2008-05-24Use manually written Python bindings for DCE/RPC rather than SWIG based.Jelmer Vernooij1-0/+2
2008-05-24Share struct used for interfaces in Python code.Jelmer Vernooij1-0/+44