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
/
dcerpc
Age
Commit message (
Expand
)
Author
Files
Lines
2011-09-13
s4-python: Consistently use spaces rather than tabs, fix headers in several p...
Jelmer Vernooij
9
-21
/
+48
2010-12-05
s4-python: Add more module docstrings.
Jelmer Vernooij
8
-0
/
+16
2010-11-05
talloc: Add python talloc module, move convenience functions to it.
Jelmer Vernooij
2
-8
/
+10
2010-09-21
s4-selftest: Move more tests to scripting/python, simplifies running of tests.
Jelmer Vernooij
2
-4
/
+4
2010-09-20
rpc_talloc: Update test now that we create fewer references.
Jelmer Vernooij
1
-7
/
+4
2010-09-20
pytestrpc: Be more verbose.
Jelmer Vernooij
1
-4
/
+6
2010-09-20
testrpc: Convert from a single unit test to a simple test script, be
Jelmer Vernooij
1
-18
/
+32
2010-09-20
pidl: Fix segfault when accessing unicode objects.
Jelmer Vernooij
1
-1
/
+1
2010-09-03
pidl: Keep only a single copy of samba.dcerpc.base.ClientConnection.
Jelmer Vernooij
1
-1
/
+1
2010-09-02
s4-pidl: added a test for all generated rpc interfaces
Andrew Tridgell
1
-0
/
+113
2010-08-26
s4-pyrpc: convert rpc_talloc.py test to unittest framework
Andrew Tridgell
1
-45
/
+59
2010-08-25
s4-pyrpc: added a test for talloc behaviour in pidl python code
Andrew Tridgell
1
-0
/
+56
2010-06-25
s4 python: Add unit tests related to PyLong/PyInt handling
Matthieu Patou
1
-2
/
+11
2010-06-24
s4-python: python is not always in /usr/bin
Andrew Tridgell
7
-7
/
+7
2010-06-19
python: Use samba.tests.TestCase, make sure base class tearDown and
Jelmer Vernooij
7
-16
/
+20
2010-06-13
s4-test: Use smb.conf path set in environment rather than using
Jelmer Vernooij
1
-6
/
+6
2010-03-01
General cleanups of python code, hinted by pyflakes.
Jelmer Vernooij
1
-0
/
+1
2009-09-24
Add init file for DCE/RPC tests.
Jelmer Vernooij
1
-0
/
+20
2009-09-24
PEP8
Jelmer Vernooij
6
-3
/
+6
2009-09-24
Revert "s4:python fixed subunit tests of dcerpc"
Jelmer Vernooij
6
-0
/
+314
2009-09-04
s4:python fixed subunit tests of dcerpc
Andrew Tridgell
6
-314
/
+0
2009-08-17
s4: Major rework of the LDB/SAMDB/IDMAP python bindings
Matthias Dieter Wallnöfer
1
-0
/
+0
2009-06-08
python: Fix samba4.dcerpc.rpcecho.RpcEchoTests.test_surrounding test.
Jelmer Vernooij
1
-1
/
+1
2009-04-21
Add str() for policy_handles.
Andrew Bartlett
1
-1
/
+6
2009-04-21
python/dcerpc: Custom implementations of policy_handle.__init__ and policy_ha...
Andrew Bartlett
1
-0
/
+11
2009-04-21
python/rpc: Add custom GUID.__str__, GUID.__repr__, GUID.__init__ and GUID.__...
Andrew Bartlett
1
-0
/
+48
2009-03-02
Fix test_surrounding in samba4.rpcecho.python.
Jelmer Vernooij
1
-1
/
+1
2008-08-01
Use new style python classes.
Jelmer Vernooij
3
-0
/
+4
2008-05-30
Fix the samba4.dcerpc.bare.python test.
Andrew Bartlett
1
-5
/
+6
2008-05-30
Fix rpcecho test.
Andrew Bartlett
1
-1
/
+1
2008-05-25
Fix missing colon.
Jelmer Vernooij
1
-1
/
+1
2008-05-25
Expose transfer and abstract syntax.
Jelmer Vernooij
2
-5
/
+12
2008-05-25
Add support for secondary contexts from Python.
Jelmer Vernooij
2
-0
/
+17
2008-05-24
Allow connecting to a DCE/RPC interface with Python for which we don't have IDL.
Jelmer Vernooij
1
-0
/
+30
2008-05-24
Add convenience functions for setting Python objects from errors.
Jelmer Vernooij
1
-0
/
+5
2008-05-24
Add tests for new NDR pack/unpack functionality in Python DCE/RPC bindings.
Jelmer Vernooij
1
-0
/
+12
2008-05-23
Fix bugs in samr python tests.
Jelmer Vernooij
1
-1
/
+1
2008-05-23
Add another test toe the python samr testsuite.
Jelmer Vernooij
1
-2
/
+18
2008-05-23
Convert samr test to python.
Jelmer Vernooij
1
-0
/
+2
2008-05-22
Move DCE/RPC python bindings into samba package.
Jelmer Vernooij
4
-4
/
+4
2008-05-22
Fix dependencies and imports.
Jelmer Vernooij
2
-2
/
+2
2008-05-21
Move more modules inside of the samba package.
Jelmer Vernooij
2
-2
/
+2
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
4
-14
/
+11
2008-04-14
Make sure credentials are specified when running the Python winreg RPC tests.
Jelmer Vernooij
1
-2
/
+2
2008-04-14
Add convenience TestCase class for testing RPC interfaces.
Jelmer Vernooij
1
-5
/
+4
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-02-11
Use SMB_CONF_PATH environment variable inside tests rather than hardcoded paths.
Jelmer Vernooij
3
-6
/
+6
[next]