summaryrefslogtreecommitdiffstats
path: root/source4/librpc/rpc/pyrpc.h
Commit message (Collapse)AuthorAgeFilesLines
* Allow using IRPC functions on the messaging bus from Python.Jelmer Vernooij2008-05-261-0/+2
| | | | (This used to be commit 6ecf81ae13dffa05356c1177c617206c120fb7d7)
* Implement IRPC calls over the internal messaging bus.Jelmer Vernooij2008-05-261-1/+1
| | | | (This used to be commit 777dc3a2c7b5bf855344ba3ae8c8b564c48fc0c6)
* Remove some unused cruft.Jelmer Vernooij2008-05-261-1/+0
| | | | (This used to be commit 8f47157f09cbf4200f0f7c5efe8750fd5d316a3b)
* Fix compilation errors.Jelmer Vernooij2008-05-251-0/+1
| | | | (This used to be commit daae053365cf6c5be7b31aa51a239c2660cfc120)
* Trim the size of the Python bindings a bit.Jelmer Vernooij2008-05-251-0/+16
| | | | (This used to be commit 717ce0b640a5c3aa62804b9869ef4dcc0f71b7ba)
* Add helper function to return DCE/RPC fault codes.Jelmer Vernooij2008-05-241-0/+1
| | | | (This used to be commit 4716cdfb5d5abad85cba18be89d72fe8ee18f359)
* Add convenience function for creating objects with NDR error codes.Jelmer Vernooij2008-05-241-0/+6
| | | | (This used to be commit 991541a78c2428db89509081cc28072c9b542ffa)
* Add convenience functions for setting Python objects from errors.Jelmer Vernooij2008-05-241-0/+2
| | | | (This used to be commit f1de723b89251cbc8140b838941f304a34871bf3)
* Use manually written Python bindings for DCE/RPC rather than SWIG based.Jelmer Vernooij2008-05-241-0/+2
| | | | | Use base class for pidl-generated DCE/RPC interface Python bindings. (This used to be commit 25e7fc8a2c7a5914c4db4bfe428fd0a8efbf0784)
* Share struct used for interfaces in Python code.Jelmer Vernooij2008-05-241-0/+44
(This used to be commit 8501a3fc31e688dba696667a187821480e8cb714)