summaryrefslogtreecommitdiff
path: root/source4/scripting/python/samba/tests/dcerpc
Commit message (Expand)AuthorAgeFilesLines
* Move python modules from source4/scripting/python/ to python/.Jelmer Vernooij2013-03-0211-888/+0
* s4-python: Various formatting fixes.Jelmer Vernooij2012-09-273-8/+8
* s4-selftest: Fix test name for samba.tests.dcerpc.bareAndrew Bartlett2012-08-151-1/+1
* s4-python: Remove env from non-executable dcerpc scripts.Andreas Schneider2012-03-1311-21/+4
* s4-python: Remove execute flag from non-executable rpc_talloc script.Andreas Schneider2012-03-131-0/+0
* s4-python: Various formatting fixes.Jelmer Vernooij2012-02-182-4/+5
* python: Change except: statement to except Exception:Amitay Isaacs2012-01-241-1/+1
* test:dnsserver: Add zone creation and deletion testAmitay Isaacs2011-12-231-0/+51
* Add tests for srvsvc python interface. Thanks Dhananjay SatheJelmer Vernooij2011-12-081-0/+69
* s4-dnsserver: Test forward zones are not listed in reverse zone searchAmitay Isaacs2011-11-081-2/+15
* s4-dnsserver: Check the raised exception with assertRaisesAmitay Isaacs2011-11-021-13/+11
* s4-selftest: Add tests for RPC dnsserverAmitay Isaacs2011-10-201-0/+181
* s4-python: Consistently use spaces rather than tabs, fix headers in several p...Jelmer Vernooij2011-09-139-21/+48
* s4-python: Add more module docstrings.Jelmer Vernooij2010-12-058-0/+16
* talloc: Add python talloc module, move convenience functions to it.Jelmer Vernooij2010-11-052-8/+10
* s4-selftest: Move more tests to scripting/python, simplifies running of tests.Jelmer Vernooij2010-09-212-4/+4
* rpc_talloc: Update test now that we create fewer references.Jelmer Vernooij2010-09-201-7/+4
* pytestrpc: Be more verbose.Jelmer Vernooij2010-09-201-4/+6
* testrpc: Convert from a single unit test to a simple test script, beJelmer Vernooij2010-09-201-18/+32
* pidl: Fix segfault when accessing unicode objects.Jelmer Vernooij2010-09-201-1/+1
* 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