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
Unnamed repository; edit this file 'description' to name the repository.
Sumit Bose
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:tests/samba_tool/gpo.py: fix accidential line break
Michael Adam
2012-11-30
1
-2
/
+1
*
s4:tests/samba_tool/gpo.py: add test_show_as_admin()
Stefan Metzmacher
2012-11-30
1
-0
/
+5
*
samba-tool: Add new samba-tool gpo aclcheck and test
Andrew Bartlett
2012-11-16
1
-0
/
+10
*
smbd: Remove NT4 compatability handling in posix -> NT ACL conversion
Andrew Bartlett
2012-11-13
1
-6
/
+6
*
selftest: Add --tmpdir to 'samba-tool gpo create' test
Andrew Bartlett
2012-11-13
2
-3
/
+9
*
selftest: Avoid returning errors (rather than failures) in gpo test
Andrew Bartlett
2012-11-13
1
-2
/
+4
*
selftest: Avoid test cross-contamination in samba.tests.posixacl
Andrew Bartlett
2012-11-12
1
-81
/
+59
*
selftest: Add tests for expected behaviour on directories as well as files
Andrew Bartlett
2012-11-11
1
-0
/
+197
*
pysmbd: Add SMB_ACL_EXECUTE to the mask set by make_simple_acl()
Andrew Bartlett
2012-11-12
1
-2
/
+2
*
selftest: Make samba.tests.ntacl also use TestCaseInTempDir
Andrew Bartlett
2012-11-12
1
-37
/
+31
*
selftest: check that samba-tool gpo works for basic operations
Andrew Bartlett
2012-11-06
1
-0
/
+57
*
samba-tool: Add samba-tool processes subcommand
Andrew Bartlett
2012-10-31
1
-0
/
+35
*
pymessaging: Add irpc_servers_byname() and irpc_all_servers()
Andrew Bartlett
2012-10-31
1
-0
/
+9
*
pymessaging: Use the server_id IDL structure rather than a tuple
Andrew Bartlett
2012-10-31
1
-2
/
+2
*
TestCaseInTempDir: Use addCleanup rather than tearDown.
Jelmer Vernooij
2012-10-27
1
-2
/
+3
*
sefltest: use TestCaseInTempDir and setUp/tearDown for posixacl.py temp file
Andrew Bartlett
2012-10-27
1
-170
/
+62
*
pysmbd: Add hook for unlink() so python scripts can remove xattr.tdb entries
Andrew Bartlett
2012-10-26
1
-20
/
+20
*
selftest: Always unlink the tempf in posixacl test
Andrew Bartlett
2012-10-25
1
-1
/
+4
*
selftest: Cover the important non-Samba invalidation of the NT ACL
Andrew Bartlett
2012-10-25
1
-0
/
+23
*
selftest: Cover one more NT ACL invalidation case and improve comments
Andrew Bartlett
2012-10-25
1
-8
/
+7
*
selftest: Add many more tests for our posix ACL handling
Andrew Bartlett
2012-10-25
1
-1
/
+236
*
samba-tool user test: Fix expected output.
Jelmer Vernooij
2012-10-19
1
-1
/
+1
*
samba.tests.docs: Ignore removed parameters.
Jelmer Vernooij
2012-10-19
1
-0
/
+2
*
samba.tests.docs: Assume docs are generated by waf.
Jelmer Vernooij
2012-10-19
1
-2
/
+6
*
samba.tests.docs: Write error output from xsltproc to standard out.
Jelmer Vernooij
2012-10-19
1
-1
/
+1
*
samba.tests.docs: Skip tests if xsltproc is not present.
Jelmer Vernooij
2012-10-19
1
-5
/
+24
*
smb.conf(5): Consistent spelling of parameter names.
Jelmer Vernooij
2012-10-19
1
-3
/
+3
*
samba.tests.docs: Support spaces before synonyms.
Jelmer Vernooij
2012-10-19
1
-1
/
+1
*
samba.tests.docs: Support synonyms.
Jelmer Vernooij
2012-10-19
1
-0
/
+4
*
samba.tests.docs: Distinguish between unknown and undocumened parameters.
Jelmer Vernooij
2012-10-19
1
-1
/
+9
*
tests: Convert find_missing_doc into a unit test.
Jelmer Vernooij
2012-10-19
1
-0
/
+90
*
Tests for 'samba-tool user create' with RFC2307 attributes
Alexander Wuerstlein
2012-10-18
2
-8
/
+139
*
provision: No longer use the wheel group in new AD Domains
Andrew Bartlett
2012-10-18
1
-4
/
+4
*
Removed phpldapadmin inclusion for Samba 4.
Ricky Nance
2012-10-17
1
-10
/
+0
*
s4 dns: Fix return code for deleted records
Kai Blin
2012-09-30
1
-3
/
+43
*
s4-python: Various formatting fixes.
Jelmer Vernooij
2012-09-27
15
-101
/
+101
*
samba.tests.source: Check for trailing whitespace in Python files.
Jelmer Vernooij
2012-09-27
1
-1
/
+16
*
s4:dns.py: reproducer for (bug #9184)
Stefan Metzmacher
2012-09-22
1
-0
/
+29
*
s4-python: Formatting fixes, break lines.
Jelmer Vernooij
2012-09-16
8
-11
/
+23
*
s4 dns: Run python tests in fl2003dc env
Kai Blin
2012-09-12
1
-19
/
+19
*
smbd-posix_acls: Use a IDL union to store the ACL entry
Andrew Bartlett
2012-09-12
1
-41
/
+11
*
selftest: Add python blackbox tests for samba-tool ntacl get/set
Andrew Bartlett
2012-09-05
1
-2
/
+67
*
s4-selftest: Try a more complex ACL - this example from a GPO
Andrew Bartlett
2012-09-04
1
-0
/
+14
*
s4-selftest: Try to make ntacl unit tests better match their names
Andrew Bartlett
2012-09-04
1
-5
/
+5
*
s4-dsdb: Add secrets_tdb_sync - an ldb module to keep secrets.tdb in sync
Andrew Bartlett
2012-08-28
3
-2
/
+4
*
s4-selftest: Add test for samba-tool ntacl sysvolcheck
Andrew Bartlett
2012-08-23
1
-0
/
+26
*
s4-selftest: Add testing of samba-tool ntacl sysvolreset
Andrew Bartlett
2012-08-23
1
-0
/
+44
*
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
[next]