summaryrefslogtreecommitdiff
path: root/source4/scripting/python/samba/tests/dcerpc/rpcecho.py
AgeCommit message (Collapse)AuthorFilesLines
2013-03-02Move python modules from source4/scripting/python/ to python/.Jelmer Vernooij1-71/+0
Reviewed-by: Andrew Bartlett <abartlet@samba.org> Autobuild-User(master): Andrew Bartlett <abartlet@samba.org> Autobuild-Date(master): Sat Mar 2 03:57:34 CET 2013 on sn-devel-104
2012-03-13s4-python: Remove env from non-executable dcerpc scripts.Andreas Schneider1-2/+0
2011-09-13s4-python: Consistently use spaces rather than tabs, fix headers in several ↵Jelmer Vernooij1-3/+3
places.
2010-12-05s4-python: Add more module docstrings.Jelmer Vernooij1-0/+2
2010-09-03pidl: Keep only a single copy of samba.dcerpc.base.ClientConnection.Jelmer Vernooij1-1/+1
2010-06-24s4-python: python is not always in /usr/binAndrew Tridgell1-1/+1
Using "#!/usr/bin/env python" is more portable. It still isn't ideal though, as we should really use the python path found at configure time. We do that in many places already, but some don't. Signed-off-by: Andrew Bartlett <abartlet@samba.org>
2010-06-19python: Use samba.tests.TestCase, make sure base class tearDown andJelmer Vernooij1-3/+3
setUp methods are called, fix formatting.
2009-09-24PEP8Jelmer Vernooij1-0/+2
2009-09-24Revert "s4:python fixed subunit tests of dcerpc"Jelmer Vernooij1-0/+69
This reverts commit ffd48a79ee34dc90c0f6f16564c3a0de8b53d3d2.
2009-09-04s4:python fixed subunit tests of dcerpcAndrew Tridgell1-69/+0
The version of the unitest python module in Ubuntu Jaunty doesn't seem to support this many level of subdirectories. Moving the tests up one level solves the problem.
2009-06-08python: Fix samba4.dcerpc.rpcecho.RpcEchoTests.test_surrounding test.Jelmer Vernooij1-1/+1
2009-03-02Fix test_surrounding in samba4.rpcecho.python.Jelmer Vernooij1-1/+1
2008-08-01Use new style python classes.Jelmer Vernooij1-0/+2
(This used to be commit 2a39aae0cef310a79427feb1b85f6794ea36849a)
2008-05-30Fix rpcecho test.Andrew Bartlett1-1/+1
(This used to be commit df8399ba9dee9d1c706a3e56451c9f2cade96dae)
2008-05-25Fix missing colon.Jelmer Vernooij1-1/+1
(This used to be commit 6b1576f544e2ea2b5ea0b234b724c4989dd49cca)
2008-05-25Expose transfer and abstract syntax.Jelmer Vernooij1-0/+4
(This used to be commit a875e07a37568b7e51c290074d5e3834c2caa4d6)
2008-05-25Add support for secondary contexts from Python.Jelmer Vernooij1-0/+4
(This used to be commit 16d1ad050546ae6500153438db8d3c857e6f3ad5)
2008-05-24Add convenience functions for setting Python objects from errors.Jelmer Vernooij1-0/+5
(This used to be commit f1de723b89251cbc8140b838941f304a34871bf3)
2008-05-24Add tests for new NDR pack/unpack functionality in Python DCE/RPC bindings.Jelmer Vernooij1-0/+12
(This used to be commit 468d35827fd055c82c6d43d6ce6d3d561abed54d)
2008-05-22Move DCE/RPC python bindings into samba package.Jelmer Vernooij1-1/+1
(This used to be commit 8dafd4ce40b7348fd5f2b1f2f5d2106ef4cc0dd1)
2008-05-21Move more modules inside of the samba package.Jelmer Vernooij1-1/+1
(This used to be commit 9b39e99f48266a54ed0b8890c2efde218b4b118a)
2008-04-14Use RpcInterfaceTestCase everywhere.Jelmer Vernooij1-4/+3
(This used to be commit 799095b4e567f4495adf7d1d7bcb81dda6782959)
2008-04-08Remove length arguments, add tests for unixinfo.GidToSid and unixinfo.UidToSid.Jelmer Vernooij1-1/+1
(This used to be commit cae61e32e5b61a02c2986b74bd1d7e58460b1e80)
2008-02-11Use SMB_CONF_PATH environment variable inside tests rather than hardcoded paths.Jelmer Vernooij1-3/+2
(This used to be commit eb04de69c0e319e18b148191946808f81e1cc8c4)
2008-01-14python: Fix last bugs in rpcecho test. It passes now!Jelmer Vernooij1-4/+6
(This used to be commit 25a0cd091bb24e579ceb34472d9c213aae157ba9)
2008-01-14pidl/python: Pass credentials and loadparm context when connecting using ↵Jelmer Vernooij1-5/+8
DCE/RPC. (This used to be commit 4c87af95310e4aaee3f2e2da02d0ea70ed1ec25b)
2008-01-14python: Fix rpcecho tests.Jelmer Vernooij1-0/+39
(This used to be commit ebb78ea4232c1614755844849580e3697b0a53fa)