summaryrefslogtreecommitdiff
path: root/source4/scripting/python/samba/tests/dcerpc/registry.py
AgeCommit message (Expand)AuthorFilesLines
2013-03-02Move python modules from source4/scripting/python/ to python/.Jelmer Vernooij1-51/+0
2012-09-27s4-python: Various formatting fixes.Jelmer Vernooij1-1/+1
2012-03-13s4-python: Remove env from non-executable dcerpc scripts.Andreas Schneider1-2/+0
2012-02-18s4-python: Various formatting fixes.Jelmer Vernooij1-3/+3
2011-09-13s4-python: Consistently use spaces rather than tabs, fix headers in several p...Jelmer Vernooij1-3/+3
2010-12-05s4-python: Add more module docstrings.Jelmer Vernooij1-0/+2
2010-06-24s4-python: python is not always in /usr/binAndrew Tridgell1-1/+1
2010-06-19python: Use samba.tests.TestCase, make sure base class tearDown andJelmer Vernooij1-0/+1
2009-09-24PEP8Jelmer Vernooij1-1/+1
2009-09-24Revert "s4:python fixed subunit tests of dcerpc"Jelmer Vernooij1-0/+50
2009-09-04s4:python fixed subunit tests of dcerpcAndrew Tridgell1-50/+0
2008-08-01Use new style python classes.Jelmer Vernooij1-0/+1
2008-05-22Move DCE/RPC python bindings into samba package.Jelmer Vernooij1-1/+1
2008-05-22Fix dependencies and imports.Jelmer Vernooij1-1/+1
2008-04-14Use RpcInterfaceTestCase everywhere.Jelmer Vernooij1-2/+2
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-02-11Use SMB_CONF_PATH environment variable inside tests rather than hardcoded paths.Jelmer Vernooij1-2/+2
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