summaryrefslogtreecommitdiffstats
path: root/source4/scripting/python/samba/tests
Commit message (Expand)AuthorAgeFilesLines
* s4:tests/samba_tool/gpo.py: fix accidential line breakMichael Adam2012-11-301-2/+1
* s4:tests/samba_tool/gpo.py: add test_show_as_admin()Stefan Metzmacher2012-11-301-0/+5
* samba-tool: Add new samba-tool gpo aclcheck and testAndrew Bartlett2012-11-161-0/+10
* smbd: Remove NT4 compatability handling in posix -> NT ACL conversionAndrew Bartlett2012-11-131-6/+6
* selftest: Add --tmpdir to 'samba-tool gpo create' testAndrew Bartlett2012-11-132-3/+9
* selftest: Avoid returning errors (rather than failures) in gpo testAndrew Bartlett2012-11-131-2/+4
* selftest: Avoid test cross-contamination in samba.tests.posixaclAndrew Bartlett2012-11-121-81/+59
* selftest: Add tests for expected behaviour on directories as well as filesAndrew Bartlett2012-11-111-0/+197
* pysmbd: Add SMB_ACL_EXECUTE to the mask set by make_simple_acl()Andrew Bartlett2012-11-121-2/+2
* selftest: Make samba.tests.ntacl also use TestCaseInTempDirAndrew Bartlett2012-11-121-37/+31
* selftest: check that samba-tool gpo works for basic operationsAndrew Bartlett2012-11-061-0/+57
* samba-tool: Add samba-tool processes subcommandAndrew Bartlett2012-10-311-0/+35
* pymessaging: Add irpc_servers_byname() and irpc_all_servers()Andrew Bartlett2012-10-311-0/+9
* pymessaging: Use the server_id IDL structure rather than a tupleAndrew Bartlett2012-10-311-2/+2
* TestCaseInTempDir: Use addCleanup rather than tearDown.Jelmer Vernooij2012-10-271-2/+3
* sefltest: use TestCaseInTempDir and setUp/tearDown for posixacl.py temp fileAndrew Bartlett2012-10-271-170/+62
* pysmbd: Add hook for unlink() so python scripts can remove xattr.tdb entriesAndrew Bartlett2012-10-261-20/+20
* selftest: Always unlink the tempf in posixacl testAndrew Bartlett2012-10-251-1/+4
* selftest: Cover the important non-Samba invalidation of the NT ACLAndrew Bartlett2012-10-251-0/+23
* selftest: Cover one more NT ACL invalidation case and improve commentsAndrew Bartlett2012-10-251-8/+7
* selftest: Add many more tests for our posix ACL handlingAndrew Bartlett2012-10-251-1/+236
* samba-tool user test: Fix expected output.Jelmer Vernooij2012-10-191-1/+1
* samba.tests.docs: Ignore removed parameters.Jelmer Vernooij2012-10-191-0/+2
* samba.tests.docs: Assume docs are generated by waf.Jelmer Vernooij2012-10-191-2/+6
* samba.tests.docs: Write error output from xsltproc to standard out.Jelmer Vernooij2012-10-191-1/+1
* samba.tests.docs: Skip tests if xsltproc is not present.Jelmer Vernooij2012-10-191-5/+24
* smb.conf(5): Consistent spelling of parameter names.Jelmer Vernooij2012-10-191-3/+3
* samba.tests.docs: Support spaces before synonyms.Jelmer Vernooij2012-10-191-1/+1
* samba.tests.docs: Support synonyms.Jelmer Vernooij2012-10-191-0/+4
* samba.tests.docs: Distinguish between unknown and undocumened parameters.Jelmer Vernooij2012-10-191-1/+9
* tests: Convert find_missing_doc into a unit test.Jelmer Vernooij2012-10-191-0/+90
* Tests for 'samba-tool user create' with RFC2307 attributesAlexander Wuerstlein2012-10-182-8/+139
* provision: No longer use the wheel group in new AD DomainsAndrew Bartlett2012-10-181-4/+4
* Removed phpldapadmin inclusion for Samba 4.Ricky Nance2012-10-171-10/+0
* s4 dns: Fix return code for deleted recordsKai Blin2012-09-301-3/+43
* s4-python: Various formatting fixes.Jelmer Vernooij2012-09-2715-101/+101
* samba.tests.source: Check for trailing whitespace in Python files.Jelmer Vernooij2012-09-271-1/+16
* s4:dns.py: reproducer for (bug #9184)Stefan Metzmacher2012-09-221-0/+29
* s4-python: Formatting fixes, break lines.Jelmer Vernooij2012-09-168-11/+23
* s4 dns: Run python tests in fl2003dc envKai Blin2012-09-121-19/+19
* smbd-posix_acls: Use a IDL union to store the ACL entryAndrew Bartlett2012-09-121-41/+11
* selftest: Add python blackbox tests for samba-tool ntacl get/setAndrew Bartlett2012-09-051-2/+67
* s4-selftest: Try a more complex ACL - this example from a GPOAndrew Bartlett2012-09-041-0/+14
* s4-selftest: Try to make ntacl unit tests better match their namesAndrew Bartlett2012-09-041-5/+5
* s4-dsdb: Add secrets_tdb_sync - an ldb module to keep secrets.tdb in syncAndrew Bartlett2012-08-283-2/+4
* s4-selftest: Add test for samba-tool ntacl sysvolcheckAndrew Bartlett2012-08-231-0/+26
* s4-selftest: Add testing of samba-tool ntacl sysvolresetAndrew Bartlett2012-08-231-0/+44
* selftest: Cope with the multiple possible representations of -1 in posixacl.pyAndrew Bartlett2012-08-231-28/+29
* selftest: Extend posixacl test to check the actual ACLAndrew Bartlett2012-08-231-2/+274
* selftest: Add a test of the NT ACL -> posix ACL mapping layerAndrew Bartlett2012-08-231-0/+131