summaryrefslogtreecommitdiffstats
path: root/source4/scripting/python/samba/tests
Commit message (Expand)AuthorAgeFilesLines
* 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 the valid NetBIOS name tests.Jelmer Vernooij2009-04-201-3/+3
* Improve formatting in Python file.Jelmer Vernooij2009-04-061-0/+5
* Make valid_netbios_name() check a bit stricter.Jelmer Vernooij2009-04-061-0/+12
* Fix test_surrounding in samba4.rpcecho.python.Jelmer Vernooij2009-03-021-1/+1
* expand tabs in python file, consistent with the rest of the file.Jelmer Vernooij2009-02-242-3/+3
* Provide a SamDB TestCase-class that can be used by OpenChange.Jelmer Vernooij2009-02-121-0/+10
* Use created loadparm context, rather than the one specified on the command-line.Jelmer Vernooij2009-02-121-2/+2
* Use convenience function for finding setup dir in SaMDB tests.Jelmer Vernooij2009-02-111-2/+2
* Make it possible to override the setup path.Jelmer Vernooij2009-02-111-9/+11
* Cancel transactions when exceptions are raised.Jelmer Vernooij2009-02-111-0/+1
* samba.tests.samdb: Fix test after merger of samba.security andJelmer Vernooij2008-12-231-1/+1
* Move tests for ParamFile.Jelmer Vernooij2008-12-211-1/+23
* Fix various Python-related bugs.Jelmer Vernooij2008-12-211-1/+1
* Avoid use of parentheses in Python import statements, as it's not supported b...Jelmer Vernooij2008-12-191-2/+2
* Use new style python classes.Jelmer Vernooij2008-08-015-1/+6
* Fix samdb python test.Jelmer Vernooij2008-05-301-2/+2
* Fix the samba4.dcerpc.bare.python test.Andrew Bartlett2008-05-301-5/+6
* Fix rpcecho test.Andrew Bartlett2008-05-301-1/+1
* Fix up provision and samdb tests.Andrew Bartlett2008-05-301-5/+20
* Fix samdb test and enable it.Jelmer Vernooij2008-05-291-2/+6
* Update after changes to the provision API, make sure temp dir gets cleanedJelmer Vernooij2008-05-291-10/+19
* Check test directory is cleaned up by Python tests.Jelmer Vernooij2008-05-291-0/+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
* Fix import in provision test.Jelmer Vernooij2008-05-221-1/+1
* 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
* make sure to always use string version of uuid rather than object.Jelmer Vernooij2008-05-111-4/+4
* Use consistent function names with the standard Python uuid module that is av...Jelmer Vernooij2008-05-111-4/+4
* 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-146-17/+14
* Make sure credentials are specified when running the Python winreg RPC tests.Jelmer Vernooij2008-04-141-2/+2
* Allow command line options in the subunitrun script.Jelmer Vernooij2008-04-141-7/+5
* Add convenience TestCase class for testing RPC interfaces.Jelmer Vernooij2008-04-142-5/+11
* 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
* Fix and test python scripts and kerberosAndrew Bartlett2008-03-281-0/+1