Age | Commit message (Expand) | Author | Files | Lines |
2008-05-26 | Finish smbstatus in Python. | Jelmer Vernooij | 1 | -16/+34 |
2008-05-26 | Allow using IRPC functions on the messaging bus from Python. | Jelmer Vernooij | 1 | -1/+1 |
2008-05-26 | Implement IRPC calls over the internal messaging bus. | Jelmer Vernooij | 1 | -2/+3 |
2008-05-25 | Trim the size of the Python bindings a bit. | Jelmer Vernooij | 1 | -59/+24 |
2008-05-25 | Fix environment generation. | Jelmer Vernooij | 1 | -1/+1 |
2008-05-25 | Move result tuple generation out of main Python function running. | Jelmer Vernooij | 1 | -32/+49 |
2008-05-25 | Use separate function for in argument parsing. | Jelmer Vernooij | 1 | -57/+102 |
2008-05-25 | Add support for secondary contexts from Python. | Jelmer Vernooij | 1 | -3/+23 |
2008-05-24 | Add helper function to return DCE/RPC fault codes. | Jelmer Vernooij | 1 | -1/+8 |
2008-05-24 | Add convenience function for creating objects with NDR error codes. | Jelmer Vernooij | 1 | -2/+2 |
2008-05-24 | Add convenience functions for setting Python objects from errors. | Jelmer Vernooij | 1 | -5/+5 |
2008-05-24 | Use manually written Python bindings for DCE/RPC rather than SWIG based. | Jelmer Vernooij | 1 | -11/+1 |
2008-05-24 | Share struct used for interfaces in Python code. | Jelmer Vernooij | 1 | -13/+6 |
2008-05-24 | Only provide __ndr_pack__ / __ndr_unpack__ if the push/pull functions are pub... | Jelmer Vernooij | 1 | -48/+55 |
2008-05-24 | Support __ndr_unpack__ on DCE/RPC structures in Python. | Jelmer Vernooij | 1 | -1/+23 |
2008-05-24 | Add __ndr_pack__ method to all DCE/RPC structures. | Jelmer Vernooij | 1 | -0/+27 |
2008-05-23 | Fix syntax for return type in DCE/RPC interface python bindings. | Jelmer Vernooij | 1 | -1/+1 |
2008-05-23 | Fix indentation. | Jelmer Vernooij | 1 | -9/+16 |
2008-04-22 | Fix event context initialization for Python bindings. | Jelmer Vernooij | 1 | -1/+5 |
2008-04-21 | Load default smb.conf file if none was specified explicitly. | Jelmer Vernooij | 1 | -6/+2 |
2008-04-15 | Fix pointers when pushing strings to python during pidl generation. | Jelmer Vernooij | 1 | -6/+5 |
2008-04-08 | Clearer names for singleton return types. | Jelmer Vernooij | 1 | -3/+2 |
2008-04-08 | Fix bug handling size arguments in a direction without actual data. | Jelmer Vernooij | 1 | -11/+22 |
2008-04-08 | Array lengths can be obtained from Python objects so remove them from the Pyt... | Jelmer Vernooij | 1 | -1/+25 |
2008-04-08 | Raise NotImplementedError from functions that don't have complete IDL. | Jelmer Vernooij | 1 | -14/+29 |
2008-04-08 | Add signature of connect function to docstrings. | Jelmer Vernooij | 1 | -7/+20 |
2008-04-08 | use builtin getset stuff rather than custom getattr/setattr implementation. | Jelmer Vernooij | 1 | -28/+23 |
2008-04-08 | Add function signature to docstrings in python. | Jelmer Vernooij | 1 | -3/+31 |
2008-04-08 | Register types rather than constructors, display structs as classes. | Jelmer Vernooij | 1 | -63/+96 |
2008-04-08 | Set tp_flags for Python types. | Jelmer Vernooij | 1 | -0/+2 |
2008-04-08 | Set docstrings from helpstring attribute where possible. | Jelmer Vernooij | 1 | -14/+38 |
2008-04-07 | Add simple docstring for Python modules. | Jelmer Vernooij | 1 | -1/+1 |
2008-01-14 | python: Fix handling of pointer-less strings in function arguments. | Jelmer Vernooij | 1 | -8/+8 |
2008-01-14 | python: Compile security module, handle uint. | Jelmer Vernooij | 1 | -3/+3 |
2008-01-14 | python: Fix some corner cases handling scalars. | Jelmer Vernooij | 1 | -3/+13 |
2008-01-14 | python: Don't try to free const pointers. | Jelmer Vernooij | 1 | -1/+5 |
2008-01-14 | python: Move some convenience macros to a separate header rather than putting... | Jelmer Vernooij | 1 | -6/+2 |
2008-01-14 | python: Build epmapper module. | Jelmer Vernooij | 1 | -46/+37 |
2008-01-14 | python: Be more pythonic - turn WERROR and NTSTATUS return codes into excepti... | Jelmer Vernooij | 1 | -2/+20 |
2008-01-14 | python: Fix python code for winreg, add test. | Jelmer Vernooij | 1 | -5/+6 |
2008-01-14 | pidl/python: Fix processing UUID-less interfaces, external typedefs and certa... | Jelmer Vernooij | 1 | -139/+122 |
2008-01-14 | pidl/python: Deal with arrays that are not pointers. | Jelmer Vernooij | 1 | -0/+12 |
2008-01-14 | pidl/python: Specify memory context explicitly when returning Python objects. | Jelmer Vernooij | 1 | -32/+30 |
2008-01-14 | pidl/python: Pass credentials and loadparm context when connecting using DCE/... | Jelmer Vernooij | 1 | -11/+48 |
2008-01-14 | python: Fix rpcecho tests. | Jelmer Vernooij | 1 | -2/+2 |
2008-01-14 | pidl/python: Fix compilation of py_echo. | Jelmer Vernooij | 1 | -2/+14 |
2008-01-14 | python/pidl: Fix assignment. | Jelmer Vernooij | 1 | -9/+19 |
2008-01-14 | pidl/python: Fix more compile errors. | Jelmer Vernooij | 1 | -26/+32 |
2008-01-14 | pidl/python: Fix parsing arguments, fix more pointer issues. | Jelmer Vernooij | 1 | -33/+129 |
2008-01-14 | pidl/python: Fix use of pointers. | Jelmer Vernooij | 1 | -11/+70 |