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