pysmbd: Add SMB_ACL_EXECUTE to the mask set by make_simple_acl()
[metze/samba/wip.git] / source4 / scripting / python / samba / tests / posixacl.py
2012-11-11 Andrew Bartlettpysmbd: Add SMB_ACL_EXECUTE to the mask set by make_sim...
2012-10-27 Andrew Bartlettsefltest: use TestCaseInTempDir and setUp/tearDown...
2012-10-26 Andrew Bartlettpysmbd: Add hook for unlink() so python scripts can...
2012-10-25 Andrew Bartlettselftest: Always unlink the tempf in posixacl test
2012-10-25 Andrew Bartlettselftest: Cover the important non-Samba invalidation...
2012-10-25 Andrew Bartlettselftest: Cover one more NT ACL invalidation case and...
2012-10-25 Andrew Bartlettselftest: Add many more tests for our posix ACL handling
2012-10-18 Andrew Bartlettprovision: No longer use the wheel group in new AD...
2012-09-16 Jelmer Vernooijs4-python: Formatting fixes, break lines.
2012-09-12 Andrew Bartlettsmbd-posix_acls: Use a IDL union to store the ACL entry
2012-09-04 Andrew Bartletts4-selftest: Try a more complex ACL - this example...
2012-09-04 Andrew Bartletts4-selftest: Try to make ntacl unit tests better match...
2012-08-23 Andrew Bartlettselftest: Cope with the multiple possible representatio...
2012-08-23 Andrew Bartlettselftest: Extend posixacl test to check the actual ACL
2012-08-23 Andrew Bartlettselftest: Add a test of the NT ACL -> posix ACL mapping...