summaryrefslogtreecommitdiffstats
path: root/source4
Commit message (Expand)AuthorAgeFilesLines
...
| * | Remove some unused cruft.Jelmer Vernooij2008-05-262-56/+18
| * | Fix compilation errors.Jelmer Vernooij2008-05-252-1/+7
| * | Trim the size of the Python bindings a bit.Jelmer Vernooij2008-05-254-60/+141
| * | Fix environment generation.Jelmer Vernooij2008-05-251-1/+1
| * | Move result tuple generation out of main Python function running.Jelmer Vernooij2008-05-251-32/+49
| * | Use separate function for in argument parsing.Jelmer Vernooij2008-05-251-57/+102
| * | Add tests for irpc python bindings.Jelmer Vernooij2008-05-252-0/+26
| * | Start building IRPC Python support.Jelmer Vernooij2008-05-252-44/+240
| * | Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into v4-0-pyirpcJelmer Vernooij2008-05-2519-3651/+817
| |\|
| | * Expose transfer and abstract syntax.Jelmer Vernooij2008-05-253-7/+46
| | * Expose request timeout variable in Python.Jelmer Vernooij2008-05-251-1/+10
| | * Add support for secondary contexts from Python.Jelmer Vernooij2008-05-255-45/+136
| | * Add initial work for script that uses probing to figure out IDL.Jelmer Vernooij2008-05-251-0/+161
| | * Check for fault codes when connecting.Jelmer Vernooij2008-05-251-2/+4
| | * Add helper function to return DCE/RPC fault codes.Jelmer Vernooij2008-05-243-3/+24
| | * Add convenience function for creating objects with NDR error codes.Jelmer Vernooij2008-05-242-2/+8
| | * Fix memory initialization in raw calls.Jelmer Vernooij2008-05-241-1/+1
| | * Support optional object argument when sending DCE/RPC requests.Jelmer Vernooij2008-05-241-15/+20
| | * Allow connecting to a DCE/RPC interface with Python for which we don't have IDL.Jelmer Vernooij2008-05-243-2/+94
| | * Add convenience functions for setting Python objects from errors.Jelmer Vernooij2008-05-245-8/+18
| | * Export functions for setting NTSTATUS and WERRORs in python.Jelmer Vernooij2008-05-245-13/+45
| | * Allow request() call to do custom calls on DCE/RPC interfaces.Jelmer Vernooij2008-05-241-5/+21
| | * Use manually written Python bindings for DCE/RPC rather than SWIG based.Jelmer Vernooij2008-05-248-3616/+204
| | * Share struct used for interfaces in Python code.Jelmer Vernooij2008-05-242-13/+11
| | * Add tests for new NDR pack/unpack functionality in Python DCE/RPC bindings.Jelmer Vernooij2008-05-243-1/+14
| | * Only provide __ndr_pack__ / __ndr_unpack__ if the push/pull functions are pub...Jelmer Vernooij2008-05-241-48/+55
| | * Add convenience functions for packing/unpacking structs in python.Jelmer Vernooij2008-05-241-0/+27
| | * Support __ndr_unpack__ on DCE/RPC structures in Python.Jelmer Vernooij2008-05-241-1/+23
| | * Add __ndr_pack__ method to all DCE/RPC structures.Jelmer Vernooij2008-05-241-0/+27
| * | Initialize module.Jelmer Vernooij2008-05-241-1/+2
| * | Remove remaining EJS RPC code, was unused.Jelmer Vernooij2008-05-245-1145/+1
| * | Initial work on IRPC Python support.Jelmer Vernooij2008-05-241-0/+201
| |/
| * Add docstrings to a couple more python modules.Jelmer Vernooij2008-05-2420-18/+136
| * Include full path for python scripting dir to allow out-of-tree builds.Jelmer Vernooij2008-05-231-1/+1
| * More work allowing out-of-tree builds. Patch by Matthias Dieter Wallnöfer an...Jelmer Vernooij2008-05-232-6/+6
| * Fix indentation, add docstring in provisioning script.Jelmer Vernooij2008-05-231-14/+15
| * Some more PEP improvements.Jelmer Vernooij2008-05-231-17/+18
| * Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into v4-0-wsgiJelmer Vernooij2008-05-23631-19821/+19655
| |\
| | * getting/setting security options works for the regf backend nowJelmer Vernooij2008-05-231-1/+2
| | * Include test case name when reporting with subunit. This should make it possi...Jelmer Vernooij2008-05-231-6/+21
| | * Cope with new event context parameter in API and removed parameters to reg_op...Jelmer Vernooij2008-05-231-6/+6
| | * Report full 'path' of unexpected test results for easier inclusion in knownfa...Jelmer Vernooij2008-05-231-1/+3
| | * Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into registryJelmer Vernooij2008-05-23558-11891/+14380
| | |\
| | | * Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into docstrings2Jelmer Vernooij2008-05-235-12/+109
| | | |\
| | | | * RAW-STREAMS: better test the bahavior of streams on directoriesStefan Metzmacher2008-05-231-10/+85
| | | | * pvfs_open: return FILE_IS_A_DIRECTORY when opening a stream on a directoryStefan Metzmacher2008-05-231-1/+8
| | | | * pvfs_resolve: stream_name = "" is only the same as NULL for filesStefan Metzmacher2008-05-232-1/+9
| | | | * pvfs_streams: directories don't have streamsStefan Metzmacher2008-05-231-0/+7
| | | * | selftest: Use convenience function for prepending paths to environment variab...Jelmer Vernooij2008-05-231-6/+11
| | | * | Fix bugs in samr python tests.Jelmer Vernooij2008-05-232-4/+4