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