summaryrefslogtreecommitdiff
path: root/source4/scripting/python/samba/tests/dcerpc
AgeCommit message (Expand)AuthorFilesLines
2009-08-17s4: Major rework of the LDB/SAMDB/IDMAP python bindingsMatthias Dieter Wallnöfer1-0/+0
2009-06-08python: Fix samba4.dcerpc.rpcecho.RpcEchoTests.test_surrounding test.Jelmer Vernooij1-1/+1
2009-04-21Add str() for policy_handles.Andrew Bartlett1-1/+6
2009-04-21python/dcerpc: Custom implementations of policy_handle.__init__ and policy_ha...Andrew Bartlett1-0/+11
2009-04-21python/rpc: Add custom GUID.__str__, GUID.__repr__, GUID.__init__ and GUID.__...Andrew Bartlett1-0/+48
2009-03-02Fix test_surrounding in samba4.rpcecho.python.Jelmer Vernooij1-1/+1
2008-08-01Use new style python classes.Jelmer Vernooij3-0/+4
2008-05-30Fix the samba4.dcerpc.bare.python test.Andrew Bartlett1-5/+6
2008-05-30Fix rpcecho test.Andrew Bartlett1-1/+1
2008-05-25Fix missing colon.Jelmer Vernooij1-1/+1
2008-05-25Expose transfer and abstract syntax.Jelmer Vernooij2-5/+12
2008-05-25Add support for secondary contexts from Python.Jelmer Vernooij2-0/+17
2008-05-24Allow connecting to a DCE/RPC interface with Python for which we don't have IDL.Jelmer Vernooij1-0/+30
2008-05-24Add convenience functions for setting Python objects from errors.Jelmer Vernooij1-0/+5
2008-05-24Add tests for new NDR pack/unpack functionality in Python DCE/RPC bindings.Jelmer Vernooij1-0/+12
2008-05-23Fix bugs in samr python tests.Jelmer Vernooij1-1/+1
2008-05-23Add another test toe the python samr testsuite.Jelmer Vernooij1-2/+18
2008-05-23Convert samr test to python.Jelmer Vernooij1-0/+2
2008-05-22Move DCE/RPC python bindings into samba package.Jelmer Vernooij4-4/+4
2008-05-22Fix dependencies and imports.Jelmer Vernooij2-2/+2
2008-05-21Move more modules inside of the samba package.Jelmer Vernooij2-2/+2
2008-04-17Fix the expectations on the unixinfo test.Andrew Bartlett1-2/+2
2008-04-15Fix pointers when pushing strings to python during pidl generation.Jelmer Vernooij1-0/+2
2008-04-14Use RpcInterfaceTestCase everywhere.Jelmer Vernooij4-14/+11
2008-04-14Make sure credentials are specified when running the Python winreg RPC tests.Jelmer Vernooij1-2/+2
2008-04-14Add convenience TestCase class for testing RPC interfaces.Jelmer Vernooij1-5/+4
2008-04-08Remove length arguments, add tests for unixinfo.GidToSid and unixinfo.UidToSid.Jelmer Vernooij2-3/+9
2008-04-08Add trivial test for unixinfo interface.Jelmer Vernooij1-0/+30
2008-02-11Use SMB_CONF_PATH environment variable inside tests rather than hardcoded paths.Jelmer Vernooij3-6/+6
2008-01-14python: Add simple test for samr python code.Jelmer Vernooij1-0/+28
2008-01-14python: Be more pythonic - turn WERROR and NTSTATUS return codes into excepti...Jelmer Vernooij1-21/+18
2008-01-14python: Fix python code for winreg, add test.Jelmer Vernooij1-0/+53
2008-01-14python: Fix last bugs in rpcecho test. It passes now!Jelmer Vernooij1-4/+6
2008-01-14pidl/python: Pass credentials and loadparm context when connecting using DCE/...Jelmer Vernooij1-5/+8
2008-01-14python: Fix rpcecho tests.Jelmer Vernooij2-0/+39