summaryrefslogtreecommitdiff
path: root/source4/librpc/rpc/pyrpc_util.h
AgeCommit message (Collapse)AuthorFilesLines
2010-09-16s4-pyrpc: added py_return_ndr_struct()Andrew Tridgell1-0/+3
This can be used to return structures from other python interfaces as python objects Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org>
2010-09-03pidl: Keep only a single copy of samba.dcerpc.base.ClientConnection.Jelmer Vernooij1-0/+30
2010-08-27pyrpc: Add py_check_dcerpc_type().Jelmer Vernooij1-0/+28
This function checks whether the type of a PyObject matches a DCE/RPC Python type. Pair-Programmed-With: Andrew Tridgell <tridge@samba.org>