summaryrefslogtreecommitdiff
path: root/source4/scripting/python/samba/tests/dcerpc/unix.py
AgeCommit message (Collapse)AuthorFilesLines
2013-03-02Move python modules from source4/scripting/python/ to python/.Jelmer Vernooij1-49/+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-09-27s4-python: Various formatting fixes.Jelmer Vernooij1-1/+1
* Trailing whitespace * use of "==" where "is" should be used * double spaces
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/+3
2010-06-25s4 python: Add unit tests related to PyLong/PyInt handlingMatthieu Patou1-2/+11
Signed-off-by: Jelmer Vernooij <jelmer@samba.org>
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-0/+1
setUp methods are called, fix formatting.
2009-09-24PEP8Jelmer Vernooij1-0/+1
2009-09-24Revert "s4:python fixed subunit tests of dcerpc"Jelmer Vernooij1-0/+37
This reverts commit ffd48a79ee34dc90c0f6f16564c3a0de8b53d3d2.
2009-09-04s4:python fixed subunit tests of dcerpcAndrew Tridgell1-37/+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.
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-17Fix the expectations on the unixinfo test.Andrew Bartlett1-2/+2
Andrew Bartlett (This used to be commit 0df2b3e0b56007850cf83cfdcdb45ca29e162d34)
2008-04-15Fix pointers when pushing strings to python during pidl generation.Jelmer Vernooij1-0/+2
(This used to be commit ca72187b3e71a037780d42a57e46b60e75f724f6)
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-2/+8
(This used to be commit cae61e32e5b61a02c2986b74bd1d7e58460b1e80)
2008-04-08Add trivial test for unixinfo interface.Jelmer Vernooij1-0/+30
(This used to be commit b6b7171f70114bd27ca8db09964c65cacb9cea92)