summaryrefslogtreecommitdiffstats
path: root/source4/librpc/rpc/pyrpc.h
Commit message (Expand)AuthorAgeFilesLines
* s4-pyrpc: fixed build on python 2.4Andrew Tridgell2010-09-201-0/+4
* s4-pyrpc: Print location and type name we got when checking for typesKamen Mazdrashki2010-09-171-1/+1
* s4-pyrpc: allow python to access irpc interfacesAndrew Tridgell2010-09-171-0/+10
* pidl: Keep only a single copy of samba.dcerpc.base.ClientConnection.Jelmer Vernooij2010-09-031-29/+0
* pidl: give the varible name for bad type in python callsAndrew Tridgell2010-08-221-1/+1
* pyrpc: Fix reference counting when using secondary connections.Jelmer Vernooij2010-06-191-0/+1
* s4:librpc/rpc: make PyErr_SetDCERPCStatus() staticStefan Metzmacher2010-04-131-2/+0
* s4:librpc/rpc/pyrpc.h: librpc/rpc/dcerpc.h isn't needed anymoreStefan Metzmacher2010-03-231-1/+0
* s4:librpc/rpc: let pyrpc make use of dcerpc_binding_handle stubsStefan Metzmacher2010-03-181-1/+3
* s4: fix various warnings (not "const" related ones)Matthias Dieter Wallnöfer2009-10-021-1/+1
* pyrpc: Raise proper NDR error codes with matching strings rather than mappingJelmer Vernooij2009-01-261-1/+1
* pidl/python: Factor out connect code rather than duplicating it in eachJelmer Vernooij2008-12-221-0/+1
* Import types from other Python mechanisms using the Python import mechanism, ...Jelmer Vernooij2008-12-221-2/+2
* Allow using IRPC functions on the messaging bus from Python.Jelmer Vernooij2008-05-261-0/+2
* Implement IRPC calls over the internal messaging bus.Jelmer Vernooij2008-05-261-1/+1
* Remove some unused cruft.Jelmer Vernooij2008-05-261-1/+0
* Fix compilation errors.Jelmer Vernooij2008-05-251-0/+1
* Trim the size of the Python bindings a bit.Jelmer Vernooij2008-05-251-0/+16
* Add helper function to return DCE/RPC fault codes.Jelmer Vernooij2008-05-241-0/+1
* Add convenience function for creating objects with NDR error codes.Jelmer Vernooij2008-05-241-0/+6
* Add convenience functions for setting Python objects from errors.Jelmer Vernooij2008-05-241-0/+2
* Use manually written Python bindings for DCE/RPC rather than SWIG based.Jelmer Vernooij2008-05-241-0/+2
* Share struct used for interfaces in Python code.Jelmer Vernooij2008-05-241-0/+44