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
...
*
selftest: Cope with the multiple possible representations of -1 in posixacl.py
Andrew Bartlett
2012-08-23
1
-28
/
+29
*
selftest: Extend posixacl test to check the actual ACL
Andrew Bartlett
2012-08-23
1
-2
/
+274
*
selftest: Add a test of the NT ACL -> posix ACL mapping layer
Andrew Bartlett
2012-08-23
1
-0
/
+131
*
s4-scripting: Redefine getntacl() as accessing via the smbd VFS or directly
Andrew Bartlett
2012-08-23
1
-2
/
+2
*
s3-libsmb: Add a simple test for python bindings
Volker Lendecke
2012-08-16
1
-0
/
+78
*
s4-selftest: Fix test name for samba.tests.dcerpc.bare
Andrew Bartlett
2012-08-15
1
-1
/
+1
*
s4-scripting: Remove unused variables from ntacl tests
Andrew Bartlett
2012-08-07
1
-10
/
+0
*
lib/param: Use server role = 'standalone server' to be consistant with member...
Andrew Bartlett
2012-06-15
1
-2
/
+5
*
s4:tests: fix use of a non-existent word (existant)
Michael Adam
2012-06-12
3
-4
/
+4
*
s4 dns: Correctly handle A questions for CNAMEs
Kai Blin
2012-06-06
1
-0
/
+76
*
s4 dns: Structure tests a bit better
Kai Blin
2012-06-06
1
-0
/
+3
*
s4-samba-tool: make new samba-tool group listmembers use samAccountName
Andrew Bartlett
2012-05-03
1
-2
/
+2
*
Extension to the samba-tool group subcommand functionality to allow listing o...
Lukasz Zalewski
2012-05-03
1
-0
/
+19
*
s4:selftest: add test for "samba-tool group list"
Michael Adam
2012-03-19
1
-0
/
+22
*
s4:selftest: add a new testsuite for the "samba-tool group" command
Michael Adam
2012-03-18
1
-0
/
+128
*
samba.tests.source: Verify that only executable python files (and only execut...
Jelmer Vernooij
2012-03-15
1
-1
/
+20
*
s4:selftest: remove python shebang accidentially re-added to the "samba-tool ...
Michael Adam
2012-03-15
1
-2
/
+0
*
s4:selftest: fix message typo in test for "samba-tool user list"
Michael Adam
2012-03-15
1
-1
/
+3
*
s4:selftest: fix a message-typo in the "samba-tool user" testsuite.
Michael Adam
2012-03-14
1
-1
/
+1
*
s4:selftest: add a new test for "samba-tool user list"
Michael Adam
2012-03-14
1
-1
/
+27
*
s4-python: Add missing python source file encoding.
Andreas Schneider
2012-03-13
1
-0
/
+2
*
s4-python: Remove env from non-executable samba_tool scripts.
Andreas Schneider
2012-03-13
2
-4
/
+0
*
s4-python: Remove env from non-executable dcerpc scripts.
Andreas Schneider
2012-03-13
11
-21
/
+4
*
s4-python: Remove execute flag from non-executable rpc_talloc script.
Andreas Schneider
2012-03-13
1
-0
/
+0
*
s4-python: Remove env from non-executable blackbox test scripts.
Andreas Schneider
2012-03-13
2
-3
/
+0
*
s4-python: Remove execute flag from ndrdump blackbox script.
Andreas Schneider
2012-03-13
1
-0
/
+0
*
s4-python: Remove env from non-executable test scripts.
Andreas Schneider
2012-03-13
28
-57
/
+0
*
s4 dns: Test deleting records and fix a small bu
Kai Blin
2012-03-11
1
-0
/
+39
*
s4 dns: Clean up tests a bit
Kai Blin
2012-03-11
1
-2
/
+1
*
s4 dns: Support TXT updates, add tests
Kai Blin
2012-03-11
1
-0
/
+81
*
samba.tests.blackbox.samba_tool_drs: Remove unused import.
Jelmer Vernooij
2012-03-10
1
-1
/
+0
*
samba.tests.samba_tool.base: Avoid unnecessary call to testtools.matchers.Con...
Jelmer Vernooij
2012-03-10
1
-2
/
+1
*
samba.tests.samba_tool.user: Remove unused imports.
Jelmer Vernooij
2012-03-10
1
-2
/
+0
*
s4 dns: Fix TCP handling in the DNS server
Kai Blin
2012-03-06
1
-0
/
+34
*
policy/python: Move python binding tests to standard location.
Jelmer Vernooij
2012-03-06
1
-0
/
+36
*
samba.xattr: Massively simplify copytree_with_xattrs.
Jelmer Vernooij
2012-02-27
1
-1
/
+24
*
provision: Simplify make_smbconf a bit.
Jelmer Vernooij
2012-02-26
1
-2
/
+2
*
provision: Add tests for determine_netbios_name.
Jelmer Vernooij
2012-02-26
1
-0
/
+9
*
provision: Split out result reporting for backends.
Jelmer Vernooij
2012-02-26
1
-1
/
+3
*
provision: Put adminpass details in ProvisionResult.
Jelmer Vernooij
2012-02-26
1
-9
/
+15
*
provision/tests: Test for phpldapadminconfig path.
Jelmer Vernooij
2012-02-26
1
-3
/
+21
*
provision: Leave result reporting up to caller.
Jelmer Vernooij
2012-02-26
1
-2
/
+3
*
provision: Start splitting out provision result reporting from actual provisi...
Jelmer Vernooij
2012-02-25
1
-2
/
+33
*
Factor out sanitize_server_role.
Jelmer Vernooij
2012-02-25
1
-1
/
+18
*
s4-python: Various formatting fixes.
Jelmer Vernooij
2012-02-18
6
-9
/
+15
*
tests/source: Add wafsamba/ files to list of Python files to check.
Jelmer Vernooij
2012-02-10
1
-2
/
+16
*
python: Change except: statement to except Exception:
Amitay Isaacs
2012-01-24
1
-1
/
+1
*
s4:pygensec/tests: add test for gensec_set_max_update_size()
Stefan Metzmacher
2012-01-12
1
-0
/
+54
*
s4:python tests __init__.py - do not depend on "subprocess.check_call()"
Matthias Dieter Wallnöfer
2012-01-10
1
-1
/
+4
*
s4:python tests __init__.py - do not depend on "subprocess.CalledProcessError"
Matthias Dieter Wallnöfer
2012-01-09
1
-6
/
+11
[prev]
[next]