summaryrefslogtreecommitdiffstats
path: root/source4/scripting/python/samba/tests/dcerpc
Commit message (Expand)AuthorAgeFilesLines
...
* Convert samr test to python.Jelmer Vernooij2008-05-231-0/+2
* Move DCE/RPC python bindings into samba package.Jelmer Vernooij2008-05-224-4/+4
* Fix dependencies and imports.Jelmer Vernooij2008-05-222-2/+2
* Move more modules inside of the samba package.Jelmer Vernooij2008-05-212-2/+2
* Fix the expectations on the unixinfo test.Andrew Bartlett2008-04-171-2/+2
* Fix pointers when pushing strings to python during pidl generation.Jelmer Vernooij2008-04-151-0/+2
* Use RpcInterfaceTestCase everywhere.Jelmer Vernooij2008-04-144-14/+11
* Make sure credentials are specified when running the Python winreg RPC tests.Jelmer Vernooij2008-04-141-2/+2
* Add convenience TestCase class for testing RPC interfaces.Jelmer Vernooij2008-04-141-5/+4
* Remove length arguments, add tests for unixinfo.GidToSid and unixinfo.UidToSid.Jelmer Vernooij2008-04-082-3/+9
* Add trivial test for unixinfo interface.Jelmer Vernooij2008-04-081-0/+30
* Use SMB_CONF_PATH environment variable inside tests rather than hardcoded paths.Jelmer Vernooij2008-02-113-6/+6
* python: Add simple test for samr python code.Jelmer Vernooij2008-01-141-0/+28
* python: Be more pythonic - turn WERROR and NTSTATUS return codes into excepti...Jelmer Vernooij2008-01-141-21/+18
* python: Fix python code for winreg, add test.Jelmer Vernooij2008-01-141-0/+53
* python: Fix last bugs in rpcecho test. It passes now!Jelmer Vernooij2008-01-141-4/+6
* pidl/python: Pass credentials and loadparm context when connecting using DCE/...Jelmer Vernooij2008-01-141-5/+8
* python: Fix rpcecho tests.Jelmer Vernooij2008-01-142-0/+39