summaryrefslogtreecommitdiffstats
path: root/source4/librpc/rpc/pyrpc.h
Commit message (Expand)AuthorAgeFilesLines
* 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