summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
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
2008-05-23pvfs_open: return FILE_IS_A_DIRECTORY when opening a stream on a directoryStefan Metzmacher1-1/+8
2008-05-23pvfs_resolve: stream_name = "" is only the same as NULL for filesStefan Metzmacher2-1/+9
2008-05-23pvfs_streams: directories don't have streamsStefan Metzmacher1-0/+7
2008-05-23Fix imports for provision-backend.Jelmer Vernooij1-3/+6
2008-05-23Fix indentation.Jelmer Vernooij1-9/+16
2008-05-23Add another test toe the python samr testsuite.Jelmer Vernooij1-2/+18
2008-05-23Remove unused ejs library functions.Jelmer Vernooij2-461/+0
2008-05-23Remove unused echo ejs script.Jelmer Vernooij2-236/+0
2008-05-23Convert samr test to python.Jelmer Vernooij4-127/+117
2008-05-23Disable building of EJS DCE/RPC support.Jelmer Vernooij2-115/+1
2008-05-23Add proper implementation of MessageElement.__cmp__.Jelmer Vernooij3-11/+16
2008-05-23Work around bug adding extra imports in generated file.Jelmer Vernooij1-2/+0
2008-05-23Remove unused EJS testprogs.Jelmer Vernooij2-38/+0
2008-05-23Regenerate with SWIG 1.3.35.Jelmer Vernooij7-60/+143
2008-05-23Fix bug after reprocessing swig files with newer version of SWIG.Jelmer Vernooij2-4/+4
2008-05-23Fix imports for minschema.Jelmer Vernooij1-0/+2