summaryrefslogtreecommitdiffstats
path: root/source4/scripting/python/samba/tests/dcerpc
Commit message (Expand)AuthorAgeFilesLines
* pidl: Keep only a single copy of samba.dcerpc.base.ClientConnection.Jelmer Vernooij2010-09-031-1/+1
* s4-pidl: added a test for all generated rpc interfacesAndrew Tridgell2010-09-021-0/+113
* s4-pyrpc: convert rpc_talloc.py test to unittest frameworkAndrew Tridgell2010-08-261-45/+59
* s4-pyrpc: added a test for talloc behaviour in pidl python codeAndrew Tridgell2010-08-251-0/+56
* s4 python: Add unit tests related to PyLong/PyInt handlingMatthieu Patou2010-06-251-2/+11
* s4-python: python is not always in /usr/binAndrew Tridgell2010-06-247-7/+7
* python: Use samba.tests.TestCase, make sure base class tearDown andJelmer Vernooij2010-06-197-16/+20
* s4-test: Use smb.conf path set in environment rather than usingJelmer Vernooij2010-06-131-6/+6
* General cleanups of python code, hinted by pyflakes.Jelmer Vernooij2010-03-011-0/+1
* Add init file for DCE/RPC tests.Jelmer Vernooij2009-09-241-0/+20
* PEP8Jelmer Vernooij2009-09-246-3/+6
* Revert "s4:python fixed subunit tests of dcerpc"Jelmer Vernooij2009-09-246-0/+314
* s4:python fixed subunit tests of dcerpcAndrew Tridgell2009-09-046-314/+0
* s4: Major rework of the LDB/SAMDB/IDMAP python bindingsMatthias Dieter Wallnöfer2009-08-171-0/+0
* python: Fix samba4.dcerpc.rpcecho.RpcEchoTests.test_surrounding test.Jelmer Vernooij2009-06-081-1/+1
* Add str() for policy_handles.Andrew Bartlett2009-04-211-1/+6
* python/dcerpc: Custom implementations of policy_handle.__init__ and policy_ha...Andrew Bartlett2009-04-211-0/+11
* python/rpc: Add custom GUID.__str__, GUID.__repr__, GUID.__init__ and GUID.__...Andrew Bartlett2009-04-211-0/+48
* Fix test_surrounding in samba4.rpcecho.python.Jelmer Vernooij2009-03-021-1/+1
* Use new style python classes.Jelmer Vernooij2008-08-013-0/+4
* Fix the samba4.dcerpc.bare.python test.Andrew Bartlett2008-05-301-5/+6
* Fix rpcecho test.Andrew Bartlett2008-05-301-1/+1
* Fix missing colon.Jelmer Vernooij2008-05-251-1/+1
* Expose transfer and abstract syntax.Jelmer Vernooij2008-05-252-5/+12
* Add support for secondary contexts from Python.Jelmer Vernooij2008-05-252-0/+17
* Allow connecting to a DCE/RPC interface with Python for which we don't have IDL.Jelmer Vernooij2008-05-241-0/+30
* Add convenience functions for setting Python objects from errors.Jelmer Vernooij2008-05-241-0/+5
* Add tests for new NDR pack/unpack functionality in Python DCE/RPC bindings.Jelmer Vernooij2008-05-241-0/+12
* Fix bugs in samr python tests.Jelmer Vernooij2008-05-231-1/+1
* Add another test toe the python samr testsuite.Jelmer Vernooij2008-05-231-2/+18
* Convert samr test to python.Jelmer Vernooij2008-05-231-0/+2
* Move DCE/RPC python bindings into samba package.Jelmer Vernooij2008-05-224-4/+4
* Fix dependencies and imports.Jelmer Vernooij2008-05-222-2/+2
* Move more modules inside of the samba package.Jelmer Vernooij2008-05-212-2/+2
* Fix the expectations on the unixinfo test.Andrew Bartlett2008-04-171-2/+2
* Fix pointers when pushing strings to python during pidl generation.Jelmer Vernooij2008-04-151-0/+2
* Use RpcInterfaceTestCase everywhere.Jelmer Vernooij2008-04-144-14/+11
* 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
* Remove length arguments, add tests for unixinfo.GidToSid and unixinfo.UidToSid.Jelmer Vernooij2008-04-082-3/+9
* Add trivial test for unixinfo interface.Jelmer Vernooij2008-04-081-0/+30
* Use SMB_CONF_PATH environment variable inside tests rather than hardcoded paths.Jelmer Vernooij2008-02-113-6/+6
* python: Add simple test for samr python code.Jelmer Vernooij2008-01-141-0/+28
* 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
* python: Fix last bugs in rpcecho test. It passes now!Jelmer Vernooij2008-01-141-4/+6
* pidl/python: Pass credentials and loadparm context when connecting using DCE/...Jelmer Vernooij2008-01-141-5/+8
* python: Fix rpcecho tests.Jelmer Vernooij2008-01-142-0/+39