index
:
samba.git
master
py3compat-34ad28d
Unnamed repository; edit this file 'description' to name the repository.
Petr Viktorin
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
source4
/
scripting
/
python
/
samba
/
tests
Commit message (
Expand
)
Author
Age
Files
Lines
*
s4-python: Format to PEP8, simplify tests.
Jelmer Vernooij
2010-03-29
1
-87
/
+68
*
More formatting fixes, pointed out by pylint.
Jelmer Vernooij
2010-03-01
1
-0
/
+1
*
General cleanups of python code, hinted by pyflakes.
Jelmer Vernooij
2010-03-01
5
-17
/
+2
*
Remove __contains__ from mock object for consistency with actual
Jelmer Vernooij
2010-03-01
1
-3
/
+0
*
pyxattr: Factor out helper functions.
Jelmer Vernooij
2010-01-21
1
-24
/
+24
*
pyxattr: Simplify tests.
Jelmer Vernooij
2010-01-21
1
-52
/
+60
*
pyxattr: Fix tests by not opening tdb files multiple times.
Jelmer Vernooij
2010-01-21
1
-2
/
+0
*
pyxattr: Fix tests by avoiding opening tdb files multiple times.
Jelmer Vernooij
2010-01-21
1
-8
/
+8
*
pyxattr: Simplify tests.
Jelmer Vernooij
2010-01-21
1
-80
/
+50
*
s4-tests: register new unit tests
Matthieu Patou
2010-01-21
2
-37
/
+106
*
s4-python: add unit test for ntacls manipulation in python
Matthieu Patou
2010-01-21
1
-0
/
+99
*
s4-python: add more unit tests for xattr manipulation in python
Matthieu Patou
2010-01-21
1
-11
/
+39
*
s4: Create unit tests for python "samba.xattr" module
Matthieu Patou
2010-01-21
1
-0
/
+50
*
netcmd: Add some basic tests.
Jelmer Vernooij
2009-12-29
1
-0
/
+34
*
s4:samba3.py/upgrade.py: Revert
Matthias Dieter Wallnöfer
2009-11-28
1
-3
/
+3
*
s4:samba3.py (and test) - deactivate the tests until those parameters are fixed
Matthias Dieter Wallnöfer
2009-11-27
1
-3
/
+3
*
s4:provision Fix samdb test with new provision code
Andrew Bartlett
2009-11-02
1
-3
/
+12
*
s4:samba.tests.samdb - remove last relicts of the templates
Matthias Dieter Wallnöfer
2009-09-30
1
-4
/
+2
*
samba.tests.provision: Remove broken become_dc test.
Jelmer Vernooij
2009-09-26
1
-25
/
+1
*
Add init file for DCE/RPC tests.
Jelmer Vernooij
2009-09-24
1
-0
/
+20
*
PEP8
Jelmer Vernooij
2009-09-24
6
-3
/
+6
*
Revert "s4:python fixed subunit tests of dcerpc"
Jelmer Vernooij
2009-09-24
6
-0
/
+0
*
s4:python fixed subunit tests of dcerpc
Andrew Tridgell
2009-09-04
6
-0
/
+0
*
s4: Major rework of the LDB/SAMDB/IDMAP python bindings
Matthias Dieter Wallnöfer
2009-08-17
1
-0
/
+0
*
fixed up add_foreign again
Andrew Tridgell
2009-08-17
1
-16
/
+4
*
more fixups from provision changes
Andrew Tridgell
2009-08-17
1
-2
/
+14
*
fixed up some provision errors from the recent changes
Andrew Tridgell
2009-08-17
1
-3
/
+2
*
s4:provision We no longer add krbtgt or kpasswd account into secrets.ldb
Andrew Bartlett
2009-07-29
1
-1
/
+1
*
Re-add accidently removed shares test.
Jelmer Vernooij
2009-07-20
1
-0
/
+74
*
python: Fix samba4.dcerpc.rpcecho.RpcEchoTests.test_surrounding test.
Jelmer Vernooij
2009-06-08
1
-1
/
+1
*
Add str() for policy_handles.
Andrew Bartlett
2009-04-21
1
-1
/
+6
*
python/dcerpc: Custom implementations of policy_handle.__init__ and policy_ha...
Andrew Bartlett
2009-04-21
1
-0
/
+11
*
python/rpc: Add custom GUID.__str__, GUID.__repr__, GUID.__init__ and GUID.__...
Andrew Bartlett
2009-04-21
1
-0
/
+48
*
Fix the valid NetBIOS name tests.
Jelmer Vernooij
2009-04-20
1
-3
/
+3
*
Improve formatting in Python file.
Jelmer Vernooij
2009-04-06
1
-0
/
+5
*
Make valid_netbios_name() check a bit stricter.
Jelmer Vernooij
2009-04-06
1
-0
/
+12
*
Fix test_surrounding in samba4.rpcecho.python.
Jelmer Vernooij
2009-03-02
1
-1
/
+1
*
expand tabs in python file, consistent with the rest of the file.
Jelmer Vernooij
2009-02-24
2
-3
/
+3
*
Provide a SamDB TestCase-class that can be used by OpenChange.
Jelmer Vernooij
2009-02-12
1
-0
/
+10
*
Use created loadparm context, rather than the one specified on the command-line.
Jelmer Vernooij
2009-02-12
1
-2
/
+2
*
Use convenience function for finding setup dir in SaMDB tests.
Jelmer Vernooij
2009-02-11
1
-2
/
+2
*
Make it possible to override the setup path.
Jelmer Vernooij
2009-02-11
1
-9
/
+11
*
Cancel transactions when exceptions are raised.
Jelmer Vernooij
2009-02-11
1
-0
/
+1
*
samba.tests.samdb: Fix test after merger of samba.security and
Jelmer Vernooij
2008-12-23
1
-1
/
+1
*
Move tests for ParamFile.
Jelmer Vernooij
2008-12-21
1
-1
/
+23
*
Fix various Python-related bugs.
Jelmer Vernooij
2008-12-21
1
-1
/
+1
*
Avoid use of parentheses in Python import statements, as it's not supported b...
Jelmer Vernooij
2008-12-19
1
-2
/
+2
*
Use new style python classes.
Jelmer Vernooij
2008-08-01
5
-1
/
+6
*
Fix samdb python test.
Jelmer Vernooij
2008-05-30
1
-2
/
+2
*
Fix the samba4.dcerpc.bare.python test.
Andrew Bartlett
2008-05-30
1
-5
/
+6
[next]