summaryrefslogtreecommitdiffstats
path: root/source4/scripting/python/samba/tests/dcerpc/registry.py
Commit message (Expand)AuthorAgeFilesLines
* s4-python: Consistently use spaces rather than tabs, fix headers in several p...Jelmer Vernooij2011-09-131-3/+3
* s4-python: Add more module docstrings.Jelmer Vernooij2010-12-051-0/+2
* s4-python: python is not always in /usr/binAndrew Tridgell2010-06-241-1/+1
* python: Use samba.tests.TestCase, make sure base class tearDown andJelmer Vernooij2010-06-191-0/+1
* PEP8Jelmer Vernooij2009-09-241-1/+1
* Revert "s4:python fixed subunit tests of dcerpc"Jelmer Vernooij2009-09-241-0/+50
* s4:python fixed subunit tests of dcerpcAndrew Tridgell2009-09-041-50/+0
* Use new style python classes.Jelmer Vernooij2008-08-011-0/+1
* Move DCE/RPC python bindings into samba package.Jelmer Vernooij2008-05-221-1/+1
* Fix dependencies and imports.Jelmer Vernooij2008-05-221-1/+1
* Use RpcInterfaceTestCase everywhere.Jelmer Vernooij2008-04-141-2/+2
* 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
* Use SMB_CONF_PATH environment variable inside tests rather than hardcoded paths.Jelmer Vernooij2008-02-111-2/+2
* 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