summaryrefslogtreecommitdiff
path: root/source4/scripting/python/samba/tests/dcerpc
AgeCommit message (Collapse)AuthorFilesLines
2009-09-24Add init file for DCE/RPC tests.Jelmer Vernooij1-0/+20
2009-09-24PEP8Jelmer Vernooij6-3/+6
2009-09-24Revert "s4:python fixed subunit tests of dcerpc"Jelmer Vernooij6-0/+314
This reverts commit ffd48a79ee34dc90c0f6f16564c3a0de8b53d3d2.
2009-09-04s4:python fixed subunit tests of dcerpcAndrew Tridgell6-314/+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-08-17s4: Major rework of the LDB/SAMDB/IDMAP python bindingsMatthias Dieter Wallnöfer1-0/+0
- Centralise the lookups for the default domain (root) in the call "domain_dn" - Reduce the LDB connections attempts ("connect" calls) from three to one - tools should load faster - Make the LDB connection init more like the "ldb_wrap_connection" call - Load the right UTF8 casefolder which fixes up problems with special characters (discovered by me: e.g. small "Umlaute" (ä, ö, ü, ...) in the DN weren't upcased - so records "seemed" lost in TDB)
2009-06-08python: Fix samba4.dcerpc.rpcecho.RpcEchoTests.test_surrounding test.Jelmer Vernooij1-1/+1
2009-04-21Add str() for policy_handles.Andrew Bartlett1-1/+6
Pair programmed with Jelmer
2009-04-21python/dcerpc: Custom implementations of policy_handle.__init__ and ↵Andrew Bartlett1-0/+11
policy_handle.__repr__ pair-programmed with Jelmer
2009-04-21python/rpc: Add custom GUID.__str__, GUID.__repr__, GUID.__init__ and ↵Andrew Bartlett1-0/+48
GUID.__cmp__.
2009-03-02Fix test_surrounding in samba4.rpcecho.python.Jelmer Vernooij1-1/+1
2008-08-01Use new style python classes.Jelmer Vernooij3-0/+4
(This used to be commit 2a39aae0cef310a79427feb1b85f6794ea36849a)
2008-05-30Fix the samba4.dcerpc.bare.python test.Andrew Bartlett1-5/+6
The loadparm context isn't really optional, as otherwise we can't find the right server to connect to. Andrew Bartlett (This used to be commit 2b5acb5e95b46dd39c6f54b5bb7e15ddb180f7ec)
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 Vernooij2-5/+12
(This used to be commit a875e07a37568b7e51c290074d5e3834c2caa4d6)
2008-05-25Add support for secondary contexts from Python.Jelmer Vernooij2-0/+17
(This used to be commit 16d1ad050546ae6500153438db8d3c857e6f3ad5)
2008-05-24Allow connecting to a DCE/RPC interface with Python for which we don't have IDL.Jelmer Vernooij1-0/+30
(This used to be commit e3178d522c95871f1db35d7e058906502387a553)
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-23Fix bugs in samr python tests.Jelmer Vernooij1-1/+1
(This used to be commit 09c6b106ac144820b8c072bda4dad3d8e2145ff0)
2008-05-23Add another test toe the python samr testsuite.Jelmer Vernooij1-2/+18
(This used to be commit 480884c696c676bb978e9197271b99cc03bb66e6)
2008-05-23Convert samr test to python.Jelmer Vernooij1-0/+2
(This used to be commit 88d473b202e82b462ef82ffdeb4f1710918ffda5)
2008-05-22Move DCE/RPC python bindings into samba package.Jelmer Vernooij4-4/+4
(This used to be commit 8dafd4ce40b7348fd5f2b1f2f5d2106ef4cc0dd1)
2008-05-22Fix dependencies and imports.Jelmer Vernooij2-2/+2
(This used to be commit 37ef86f8de9039b8226b190254d842e92b5faad7)
2008-05-21Move more modules inside of the samba package.Jelmer Vernooij2-2/+2
(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 Vernooij4-14/+11
(This used to be commit 799095b4e567f4495adf7d1d7bcb81dda6782959)
2008-04-14Make sure credentials are specified when running the Python winreg RPC tests.Jelmer Vernooij1-2/+2
(This used to be commit 280339e3d126f5c72dc271051b72839fde0c5c9f)
2008-04-14Add convenience TestCase class for testing RPC interfaces.Jelmer Vernooij1-5/+4
(This used to be commit 2f19f981449bf6f4d29f231259817c8b66104a9b)
2008-04-08Remove length arguments, add tests for unixinfo.GidToSid and unixinfo.UidToSid.Jelmer Vernooij2-3/+9
(This used to be commit cae61e32e5b61a02c2986b74bd1d7e58460b1e80)
2008-04-08Add trivial test for unixinfo interface.Jelmer Vernooij1-0/+30
(This used to be commit b6b7171f70114bd27ca8db09964c65cacb9cea92)
2008-02-11Use SMB_CONF_PATH environment variable inside tests rather than hardcoded paths.Jelmer Vernooij3-6/+6
(This used to be commit eb04de69c0e319e18b148191946808f81e1cc8c4)
2008-01-14python: Add simple test for samr python code.Jelmer Vernooij1-0/+28
(This used to be commit 0a039fabcba9510ab600b2e4becbf75a58d2134d)
2008-01-14python: Be more pythonic - turn WERROR and NTSTATUS return codes into ↵Jelmer Vernooij1-21/+18
exceptions. (This used to be commit 16fc69b843e92ae62b15caf927335cc117156499)
2008-01-14python: Fix python code for winreg, add test.Jelmer Vernooij1-0/+53
(This used to be commit bd3e6c41c42738fcfcc5cef4e65f0e219d358260)
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 Vernooij2-0/+39
(This used to be commit ebb78ea4232c1614755844849580e3697b0a53fa)