Age | Commit message (Expand) | Author | Files | Lines |
---|---|---|---|---|
2008-05-26 | Allow using IRPC functions on the messaging bus from Python. | Jelmer Vernooij | 1 | -0/+2 |
2008-05-26 | Implement IRPC calls over the internal messaging bus. | Jelmer Vernooij | 1 | -1/+1 |
2008-05-26 | Remove some unused cruft. | Jelmer Vernooij | 1 | -1/+0 |
2008-05-25 | Fix compilation errors. | Jelmer Vernooij | 1 | -0/+1 |
2008-05-25 | Trim the size of the Python bindings a bit. | Jelmer Vernooij | 1 | -0/+16 |
2008-05-24 | Add helper function to return DCE/RPC fault codes. | Jelmer Vernooij | 1 | -0/+1 |
2008-05-24 | Add convenience function for creating objects with NDR error codes. | Jelmer Vernooij | 1 | -0/+6 |
2008-05-24 | Add convenience functions for setting Python objects from errors. | Jelmer Vernooij | 1 | -0/+2 |
2008-05-24 | Use manually written Python bindings for DCE/RPC rather than SWIG based. | Jelmer Vernooij | 1 | -0/+2 |
2008-05-24 | Share struct used for interfaces in Python code. | Jelmer Vernooij | 1 | -0/+44 |