Age | Commit message (Expand) | Author | Files | Lines |
2008-05-26 | Remove evil hack which breaks Python bindings. | Jelmer Vernooij | 1 | -12/+6 |
2008-05-26 | Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into v4-0-pyirpc | Jelmer Vernooij | 1 | -1/+2 |
2008-05-26 | allow larger streams using the TDB backend | Andrew Tridgell | 1 | -1/+2 |
2008-05-26 | Allow using IRPC functions on the messaging bus from Python. | Jelmer Vernooij | 2 | -0/+19 |
2008-05-26 | Implement IRPC calls over the internal messaging bus. | Jelmer Vernooij | 2 | -3/+3 |
2008-05-26 | Remove some unused cruft. | Jelmer Vernooij | 2 | -56/+18 |
2008-05-25 | Fix compilation errors. | Jelmer Vernooij | 2 | -1/+7 |
2008-05-25 | Trim the size of the Python bindings a bit. | Jelmer Vernooij | 3 | -1/+117 |
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 | 2 | -2/+16 |
2008-05-24 | Add convenience function for creating objects with NDR error codes. | Jelmer Vernooij | 1 | -0/+6 |
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 | 2 | -1/+2 |
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 | 7 | -3605/+203 |
2008-05-24 | Share struct used for interfaces in Python code. | Jelmer Vernooij | 1 | -0/+44 |
2008-05-24 | Add tests for new NDR pack/unpack functionality in Python DCE/RPC bindings. | Jelmer Vernooij | 1 | -1/+1 |
2008-05-24 | Add docstrings to a couple more python modules. | Jelmer Vernooij | 2 | -1/+9 |
2008-05-23 | Disable building of EJS DCE/RPC support. | Jelmer Vernooij | 2 | -115/+1 |
2008-05-23 | Work around bug adding extra imports in generated file. | Jelmer Vernooij | 1 | -2/+0 |
2008-05-23 | Regenerate with SWIG 1.3.35. | Jelmer Vernooij | 1 | -0/+2 |
2008-05-22 | Move DCE/RPC python bindings into samba package. | Jelmer Vernooij | 1 | -17/+17 |
2008-05-22 | Fix dependencies and imports. | Jelmer Vernooij | 3 | -1150/+24 |
2008-05-21 | Move more modules inside of the samba package. | Jelmer Vernooij | 3 | -37/+1203 |
2008-05-21 | Move some python files into the samba package. | Jelmer Vernooij | 1 | -1/+1 |
2008-05-21 | Move CFLAGS overrides for SWIG modules to Makefile. | Jelmer Vernooij | 1 | -0/+2 |
2008-05-21 | Remove support for .py files from smb_build - deal with it only in the makefi... | Jelmer Vernooij | 1 | -0/+2 |
2008-05-21 | Manually handle the NETLOGON_SAM_LOGON_REQUEST too. | Andrew Bartlett | 2 | -6/+11 |
2008-05-21 | Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into 4-0-local | Andrew Bartlett | 1 | -8/+8 |
2008-05-21 | Re-add alignment removed by metze in 0e2f6d481b3e35ed392b2b3340b244c77593819c | Andrew Bartlett | 1 | -1/+4 |
2008-05-20 | Merge commit 'origin/v4-0-test' into vfs_smb2 | Andrew Tridgell | 2 | -190/+138 |
2008-05-20 | Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into 4-0-local | Andrew Bartlett | 3 | -172/+233 |
2008-05-19 | Merge commit 'origin/v4-0-test' into vfs_smb2 | Andrew Tridgell | 4 | -172/+234 |
2008-05-19 | Move IDL build script to rpc directory, make various bits and pieces easier t... | Jelmer Vernooij | 3 | -12/+64 |
2008-05-18 | Fix a bunch of dependencies. | Jelmer Vernooij | 1 | -4/+4 |
2008-05-18 | Fix a couple (well, little more than that..) of typos. | Jelmer Vernooij | 1 | -5/+5 |
2008-05-18 | Create prototype headers from Makefile directory, without smb_build in the mi... | Jelmer Vernooij | 1 | -5/+10 |
2008-05-18 | Use variables for source directory in a couple more places. | Jelmer Vernooij | 1 | -156/+160 |
2008-05-17 | Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into 4-0-local | Andrew Bartlett | 1 | -0/+1 |
2008-05-17 | Explain that the sid must be absent on the NTLOGON mailslot. | Andrew Bartlett | 1 | -0/+1 |
2008-05-16 | This patch adds remaining padding bytes to the dcerpc_fault IDL structure and... | Julien Kerihuel | 1 | -0/+1 |
2008-05-16 | private -> private_data for struct smb2_request | Andrew Tridgell | 1 | -8/+8 |
2008-05-16 | Rework the CLDAP and NBT netlogon requests and responses. | Andrew Bartlett | 2 | -190/+137 |
2008-05-11 | Complete dependencies for python modules (actually matters when built standal... | Jelmer Vernooij | 1 | -17/+13 |