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