Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2010-09-20 | s4-pyrpc: fixed build on python 2.4 | Andrew Tridgell | 1 | -4/+0 | |
Pair-Programmed-With: Jelmer Vernooij <jelmer@samba.org> | |||||
2010-09-17 | s4-pyrpc: allow python to access irpc interfaces | Andrew Tridgell | 1 | -10/+43 | |
Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org> | |||||
2010-09-16 | s4-pyrpc: added py_return_ndr_struct() | Andrew Tridgell | 1 | -0/+31 | |
This can be used to return structures from other python interfaces as python objects Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org> | |||||
2010-09-03 | pidl: Keep only a single copy of samba.dcerpc.base.ClientConnection. | Jelmer Vernooij | 1 | -1/+182 | |
2010-08-27 | pyrpc: Add py_check_dcerpc_type(). | Jelmer Vernooij | 1 | -0/+61 | |
This function checks whether the type of a PyObject matches a DCE/RPC Python type. Pair-Programmed-With: Andrew Tridgell <tridge@samba.org> |