Age | Commit message (Expand) | Author | Files | Lines |
2008-05-25 | Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into v4-0-pyirpc | Jelmer Vernooij | 19 | -3651/+817 |
2008-05-25 | Expose transfer and abstract syntax. | Jelmer Vernooij | 3 | -7/+46 |
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 | 5 | -45/+136 |
2008-05-25 | Add initial work for script that uses probing to figure out IDL. | Jelmer Vernooij | 1 | -0/+161 |
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 | 3 | -3/+24 |
2008-05-24 | Add convenience function for creating objects with NDR error codes. | Jelmer Vernooij | 2 | -2/+8 |
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 | 3 | -2/+94 |
2008-05-24 | Add convenience functions for setting Python objects from errors. | Jelmer Vernooij | 5 | -8/+18 |
2008-05-24 | Export functions for setting NTSTATUS and WERRORs in python. | Jelmer Vernooij | 5 | -13/+45 |
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 | 8 | -3616/+204 |
2008-05-24 | Share struct used for interfaces in Python code. | Jelmer Vernooij | 2 | -13/+11 |
2008-05-24 | Add tests for new NDR pack/unpack functionality in Python DCE/RPC bindings. | Jelmer Vernooij | 3 | -1/+14 |
2008-05-24 | Only provide __ndr_pack__ / __ndr_unpack__ if the push/pull functions are pub... | Jelmer Vernooij | 1 | -48/+55 |
2008-05-24 | Add convenience functions for packing/unpacking structs in python. | Jelmer Vernooij | 1 | -0/+27 |
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-24 | Initialize module. | Jelmer Vernooij | 1 | -1/+2 |
2008-05-24 | Remove remaining EJS RPC code, was unused. | Jelmer Vernooij | 5 | -1145/+1 |
2008-05-24 | Initial work on IRPC Python support. | Jelmer Vernooij | 1 | -0/+201 |
2008-05-24 | Add docstrings to a couple more python modules. | Jelmer Vernooij | 20 | -18/+136 |
2008-05-23 | Include full path for python scripting dir to allow out-of-tree builds. | Jelmer Vernooij | 1 | -1/+1 |
2008-05-23 | More work allowing out-of-tree builds. Patch by Matthias Dieter Wallnöfer an... | Jelmer Vernooij | 2 | -6/+6 |
2008-05-23 | Fix indentation, add docstring in provisioning script. | Jelmer Vernooij | 1 | -14/+15 |
2008-05-23 | Some more PEP improvements. | Jelmer Vernooij | 1 | -17/+18 |
2008-05-23 | Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into v4-0-wsgi | Jelmer Vernooij | 631 | -19821/+19655 |
2008-05-23 | getting/setting security options works for the regf backend now | Jelmer Vernooij | 1 | -1/+2 |
2008-05-23 | Include test case name when reporting with subunit. This should make it possi... | Jelmer Vernooij | 1 | -6/+21 |
2008-05-23 | Cope with new event context parameter in API and removed parameters to reg_op... | Jelmer Vernooij | 1 | -6/+6 |
2008-05-23 | Report full 'path' of unexpected test results for easier inclusion in knownfa... | Jelmer Vernooij | 1 | -1/+3 |
2008-05-23 | Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into registry | Jelmer Vernooij | 558 | -11891/+14380 |
2008-05-23 | Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into docstrings2 | Jelmer Vernooij | 5 | -12/+109 |
2008-05-23 | selftest: Use convenience function for prepending paths to environment variab... | Jelmer Vernooij | 1 | -6/+11 |
2008-05-23 | Fix bugs in samr python tests. | Jelmer Vernooij | 2 | -4/+4 |
2008-05-23 | Create new context in pytalloc to avoid problems with talloc_free() freeing t... | Jelmer Vernooij | 1 | -1/+8 |
2008-05-23 | UFollow conventions for __repr__ contents for talloc python wrapper. | Jelmer Vernooij | 1 | -1/+1 |
2008-05-23 | Fix syntax for return type in DCE/RPC interface python bindings. | Jelmer Vernooij | 1 | -1/+1 |
2008-05-23 | Self PYTHONPATH from selftest. | Jelmer Vernooij | 1 | -0/+1 |
2008-05-23 | RAW-STREAMS: better test the bahavior of streams on directories | Stefan Metzmacher | 1 | -10/+85 |
2008-05-23 | pvfs_open: return FILE_IS_A_DIRECTORY when opening a stream on a directory | Stefan Metzmacher | 1 | -1/+8 |
2008-05-23 | pvfs_resolve: stream_name = "" is only the same as NULL for files | Stefan Metzmacher | 2 | -1/+9 |
2008-05-23 | pvfs_streams: directories don't have streams | Stefan Metzmacher | 1 | -0/+7 |
2008-05-23 | Fix imports for provision-backend. | Jelmer Vernooij | 1 | -3/+6 |
2008-05-23 | Fix indentation. | Jelmer Vernooij | 1 | -9/+16 |
2008-05-23 | Add another test toe the python samr testsuite. | Jelmer Vernooij | 1 | -2/+18 |
2008-05-23 | Remove unused ejs library functions. | Jelmer Vernooij | 2 | -461/+0 |