summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2008-05-25Trim the size of the Python bindings a bit.Jelmer Vernooij4-60/+141
2008-05-25Fix environment generation.Jelmer Vernooij1-1/+1
2008-05-25Move result tuple generation out of main Python function running.Jelmer Vernooij1-32/+49
2008-05-25Use separate function for in argument parsing.Jelmer Vernooij1-57/+102
2008-05-25Add tests for irpc python bindings.Jelmer Vernooij2-0/+26
2008-05-25Start building IRPC Python support.Jelmer Vernooij2-44/+240
2008-05-25Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into v4-0-pyirpcJelmer Vernooij19-3651/+817
2008-05-25Expose transfer and abstract syntax.Jelmer Vernooij3-7/+46
2008-05-25Expose request timeout variable in Python.Jelmer Vernooij1-1/+10
2008-05-25Add support for secondary contexts from Python.Jelmer Vernooij5-45/+136
2008-05-25Add initial work for script that uses probing to figure out IDL.Jelmer Vernooij1-0/+161
2008-05-25Check for fault codes when connecting.Jelmer Vernooij1-2/+4
2008-05-24Add helper function to return DCE/RPC fault codes.Jelmer Vernooij3-3/+24
2008-05-24Add convenience function for creating objects with NDR error codes.Jelmer Vernooij2-2/+8
2008-05-24Fix memory initialization in raw calls.Jelmer Vernooij1-1/+1
2008-05-24Support optional object argument when sending DCE/RPC requests.Jelmer Vernooij1-15/+20
2008-05-24Allow connecting to a DCE/RPC interface with Python for which we don't have IDL.Jelmer Vernooij3-2/+94
2008-05-24Add convenience functions for setting Python objects from errors.Jelmer Vernooij5-8/+18
2008-05-24Export functions for setting NTSTATUS and WERRORs in python.Jelmer Vernooij5-13/+45
2008-05-24Allow request() call to do custom calls on DCE/RPC interfaces.Jelmer Vernooij1-5/+21
2008-05-24Use manually written Python bindings for DCE/RPC rather than SWIG based.Jelmer Vernooij8-3616/+204
2008-05-24Share struct used for interfaces in Python code.Jelmer Vernooij2-13/+11
2008-05-24Add tests for new NDR pack/unpack functionality in Python DCE/RPC bindings.Jelmer Vernooij3-1/+14
2008-05-24Only provide __ndr_pack__ / __ndr_unpack__ if the push/pull functions are pub...Jelmer Vernooij1-48/+55
2008-05-24Add convenience functions for packing/unpacking structs in python.Jelmer Vernooij1-0/+27
2008-05-24Support __ndr_unpack__ on DCE/RPC structures in Python.Jelmer Vernooij1-1/+23
2008-05-24Add __ndr_pack__ method to all DCE/RPC structures.Jelmer Vernooij1-0/+27
2008-05-24Initialize module.Jelmer Vernooij1-1/+2
2008-05-24Remove remaining EJS RPC code, was unused.Jelmer Vernooij5-1145/+1
2008-05-24Initial work on IRPC Python support.Jelmer Vernooij1-0/+201
2008-05-24Add docstrings to a couple more python modules.Jelmer Vernooij20-18/+136
2008-05-23Include full path for python scripting dir to allow out-of-tree builds.Jelmer Vernooij1-1/+1
2008-05-23Fix typo in bugs.txt.Matthias Dieter Wallnöfer1-1/+1
2008-05-23More work allowing out-of-tree builds. Patch by Matthias Dieter Wallnöfer an...Jelmer Vernooij2-6/+6
2008-05-23Fix indentation, add docstring in provisioning script.Jelmer Vernooij1-14/+15
2008-05-23Some more PEP improvements.Jelmer Vernooij1-17/+18
2008-05-23Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into v4-0-wsgiJelmer Vernooij650-20321/+19982
2008-05-23getting/setting security options works for the regf backend nowJelmer Vernooij1-1/+2
2008-05-23Include test case name when reporting with subunit. This should make it possi...Jelmer Vernooij1-6/+21
2008-05-23Cope with new event context parameter in API and removed parameters to reg_op...Jelmer Vernooij1-6/+6
2008-05-23Report full 'path' of unexpected test results for easier inclusion in knownfa...Jelmer Vernooij1-1/+3
2008-05-23Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into registryJelmer Vernooij575-12404/+14655
2008-05-23Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into docstrings2Jelmer Vernooij5-12/+109
2008-05-23selftest: Use convenience function for prepending paths to environment variab...Jelmer Vernooij1-6/+11
2008-05-23Fix bugs in samr python tests.Jelmer Vernooij2-4/+4
2008-05-23Create new context in pytalloc to avoid problems with talloc_free() freeing t...Jelmer Vernooij1-1/+8
2008-05-23UFollow conventions for __repr__ contents for talloc python wrapper.Jelmer Vernooij1-1/+1
2008-05-23Fix syntax for return type in DCE/RPC interface python bindings.Jelmer Vernooij1-1/+1
2008-05-23Self PYTHONPATH from selftest.Jelmer Vernooij1-0/+1
2008-05-23RAW-STREAMS: better test the bahavior of streams on directoriesStefan Metzmacher1-10/+85