summaryrefslogtreecommitdiff
path: root/source4/librpc/rpc/pyrpc.c
AgeCommit message (Expand)AuthorFilesLines
2008-05-26Implement IRPC calls over the internal messaging bus.Jelmer Vernooij1-2/+2
2008-05-26Remove some unused cruft.Jelmer Vernooij1-55/+18
2008-05-25Fix compilation errors.Jelmer Vernooij1-1/+6
2008-05-25Trim the size of the Python bindings a bit.Jelmer Vernooij1-1/+100
2008-05-25Expose transfer and abstract syntax.Jelmer Vernooij1-2/+34
2008-05-25Expose request timeout variable in Python.Jelmer Vernooij1-1/+10
2008-05-25Add support for secondary contexts from Python.Jelmer Vernooij1-40/+96
2008-05-25Check for fault codes when connecting.Jelmer Vernooij1-2/+4
2008-05-24Add helper function to return DCE/RPC fault codes.Jelmer Vernooij1-2/+15
2008-05-24Fix memory initialization in raw calls.Jelmer Vernooij1-1/+1
2008-05-24Support optional object argument when sending DCE/RPC requests.Jelmer Vernooij1-15/+20
2008-05-24Allow connecting to a DCE/RPC interface with Python for which we don't have IDL.Jelmer Vernooij1-1/+63
2008-05-24Add convenience functions for setting Python objects from errors.Jelmer Vernooij1-1/+0
2008-05-24Export functions for setting NTSTATUS and WERRORs in python.Jelmer Vernooij1-3/+3
2008-05-24Allow request() call to do custom calls on DCE/RPC interfaces.Jelmer Vernooij1-5/+21
2008-05-24Use manually written Python bindings for DCE/RPC rather than SWIG based.Jelmer Vernooij1-0/+156