summaryrefslogtreecommitdiff
path: root/source4/scripting/python/samba/tests
AgeCommit message (Expand)AuthorFilesLines
2008-05-11make sure to always use string version of uuid rather than object.Jelmer Vernooij1-4/+4
2008-05-11Use consistent function names with the standard Python uuid module that is av...Jelmer Vernooij1-4/+4
2008-04-17Fix the expectations on the unixinfo test.Andrew Bartlett1-2/+2
2008-04-15Fix pointers when pushing strings to python during pidl generation.Jelmer Vernooij1-0/+2
2008-04-14Use RpcInterfaceTestCase everywhere.Jelmer Vernooij6-17/+14
2008-04-14Make sure credentials are specified when running the Python winreg RPC tests.Jelmer Vernooij1-2/+2
2008-04-14Allow command line options in the subunitrun script.Jelmer Vernooij1-7/+5
2008-04-14Add convenience TestCase class for testing RPC interfaces.Jelmer Vernooij2-5/+11
2008-04-08Remove length arguments, add tests for unixinfo.GidToSid and unixinfo.UidToSid.Jelmer Vernooij2-3/+9
2008-04-08Add trivial test for unixinfo interface.Jelmer Vernooij1-0/+30
2008-03-28Fix and test python scripts and kerberosAndrew Bartlett1-0/+1
2008-02-13Initial work on a test for samba.tests.samdbJelmer Vernooij1-0/+55
2008-02-11Use SMB_CONF_PATH environment variable inside tests rather than hardcoded paths.Jelmer Vernooij5-8/+13
2008-02-09Add tests for upgrade of WINS database.Jelmer Vernooij1-2/+17
2008-02-09Add docstring.Jelmer Vernooij1-0/+2
2008-02-09Add tests for findnss(), add some docstrings.Jelmer Vernooij1-1/+22
2008-01-26python: Load smb.conf file for the provision tests.Jelmer Vernooij1-2/+6
2008-01-25python: Fix representation of UUIDs as strings in zone files rather than bina...Jelmer Vernooij2-2/+10
2008-01-25python: Add test for secretsdb_become_dcJelmer Vernooij1-3/+18
2008-01-25python: fix tests for check_all_substituted.Jelmer Vernooij1-2/+2
2008-01-25python/provision: Reconcile code partitions-only provisioning and generic pro...Jelmer Vernooij1-1/+1
2008-01-24python: Add function to look for unsubsituted variables.Jelmer Vernooij1-0/+4
2008-01-14python: Add simple test for samr python code.Jelmer Vernooij1-0/+28
2008-01-14python: Be more pythonic - turn WERROR and NTSTATUS return codes into excepti...Jelmer Vernooij1-21/+18
2008-01-14python: Fix python code for winreg, add test.Jelmer Vernooij1-0/+53
2008-01-14python: Fix last bugs in rpcecho test. It passes now!Jelmer Vernooij1-4/+6
2008-01-14pidl/python: Pass credentials and loadparm context when connecting using DCE/...Jelmer Vernooij1-5/+8
2008-01-14python: Fix rpcecho tests.Jelmer Vernooij2-0/+39
2007-12-29r26628: python: Add more documentation, simplify code in Samba3 module.Jelmer Vernooij1-0/+4
2007-12-27r26616: Support parsing of user data in SAmba 3 tdbsam.Jelmer Vernooij1-2/+30
2007-12-26r26608: More improvements to the upgrade code.Jelmer Vernooij2-10/+18
2007-12-26r26607: Fix reading of values and subkeys in Samba 3 registry files.Jelmer Vernooij1-0/+8
2007-12-26r26596: Fixed upgrade.py.Jelmer Vernooij2-6/+15
2007-12-26r26593: - More work on the python versions of samba3dump and the samba3sam te...Jelmer Vernooij1-1/+1
2007-12-26r26590: Parsing routines for the smbpasswd file and idmap database.Jelmer Vernooij1-4/+49
2007-12-26r26587: Fix reading Samba 3 WINS database and initial work on group db, alias...Jelmer Vernooij1-1/+54
2007-12-26r26585: Fix samba3.python tests.Jelmer Vernooij1-3/+7
2007-12-24r26570: - Trim size of the swig-generated Python bindings by removing a bunch...Jelmer Vernooij2-0/+58
2007-12-21r26538: Pass path generation function around rather than base directory.Jelmer Vernooij2-2/+5
2007-12-21r26536: More tests for provisioning code.Jelmer Vernooij2-4/+31
2007-12-21r26527: Start on tests for provision.Jelmer Vernooij2-0/+76
2007-12-21r26506: Start running (really trivial) tests for upgrade script.Jelmer Vernooij1-1/+1
2007-12-21r26503: Change order of arguments in param interface so it's easier to make theJelmer Vernooij1-1/+1
2007-12-21r26480: Add utility class for testing LDB code.Jelmer Vernooij1-0/+37
2007-12-21r26369: Start on tests for the upgrade python code.Jelmer Vernooij1-0/+28