summaryrefslogtreecommitdiff
path: root/source4/librpc/rpc/pyrpc.h
AgeCommit message (Expand)AuthorFilesLines
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